/*
    Theme Name: Base Theme
    Theme URI: http://greenboxdesigns.com
    Description: Designed by Now Boarding and developed by Greenbox Designs
    Version: 1.0.11
    Author: Greenbox Designs & Now Boarding
    License: MIT
    License URI: http://opensource.org/licenses/mit-license.php
*/
:root {
    --primary-font: 'Neue Montreal';
    --primary-color: #4F0006;
    --secondry-color: #FF6850;
    --tertiary-color: #FFF;
}

.scroll-animation {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.scroll-animation.visible {
    opacity: 1;
    transform: translateY(0);
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--primary-font);
}

body {
    font-family: var(--primary-font);
    font-weight: 400;
    line-height: 130%;
    color: var(--primary-color);
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.btn {
    letter-spacing: 1.12px;
    color: var(--tertiary-color);
    background-color: var(--secondry-color);
    padding: 16px 30px;
    border-radius: 10px;
    text-transform: uppercase;
    transition: 0.3s;
    display: inline-block;
}

.btn:hover {
    background-color: var(--tertiary-color);
    color: var(--secondry-color);
}


.common-wrap {
    width: 100%;
    max-width: 1323px;
    padding: 0 20px;
    margin: 0 auto;
}






/* -----------------MOBILE START----------------- */






/* header start */
.header{position: relative; z-index: 9999;}


.header__desk-nav {
    display: none;
}

.header__desk-nav .sub-menu{display: none;}

.header__desk-nav ul li {
    position: relative;
}   
.header__desk-nav ul li a{position: relative; z-index: 1;
        font-size: 14px;
        font-weight: 500;
        line-height: 130%;
        letter-spacing: 1.12px;
        text-transform: uppercase;
        color: var(--primary-color);
    }

.header__desk-nav ul li.menu-item-has-children > a::after {
        content:'';
        background-image:  url(assets/img/Dropdown-icn.svg);
        line-height: 0;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        width: 10px;
        height: 10px;
        margin-left: 8px;
    }

.header__desk-nav li .sub-menu { padding:18px 0px 0px 10px; background-color: #ffffff;display: none; border-top-left-radius: 0; border-top-right-radius: 0;}



.header__desk-nav li .sub-menu li{padding: 7px 0;}

.header__mobi-menu div {
    height: 2px;
    background: var(--primary-color);
    margin: 5px 0;
    transition: all .55s cubic-bezier(0.075, 0.82, 0.165, 1);
    width: 25px;
}

.active .header__mobi-menu div:first-child {
    transform: translateY(5px) rotate(45deg);
}

.active .header__mobi-menu div:nth-child(2) {
    opacity: 0;
}

.active .header__mobi-menu div:last-child {
    transform: translateY(-9px) rotate(-45deg);
}

.header__mobi-menu {
    cursor: pointer;
}

.header__phone {
    width: 33px;
    height: 33px;
    border-radius: 400px;
    background-color: #F7F5F2;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header__phone img {
    width: 19px;
    height: 19px;
}

.header__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.header__logo {
    width: 135px;
    line-height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.header__inner {
    padding: 14px 0;
    background-color: var(--tertiary-color);
}



/* header end */



/* hero start */



.hero__video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero__video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero__inner {
    background-color: var(--primary-color);
}

.hero__video {
    height: 230px;
}

.hero__content h3 {
    font-size: 36px;
    font-weight: 500;
    line-height: 130%;
    color: var(--secondry-color);
    text-transform: capitalize;
    margin-bottom: 11px;
}

.hero__content p {
    font-size: 16px;
    line-height: 140%;
    color: var(--tertiary-color);
    margin-bottom: 20px;
}

.hero-btn-discover {
    width: 100%;
}

.hero__btn-wrap a {
    font-size: 14px;
    font-weight: 500;
    color: var(--tertiary-color);
    text-align: center;
    line-height: 130%;
    letter-spacing: 1.12px;
}

.hero__btn-wrap a.hero-btn-expert {
    line-height: 100%;
    text-decoration: underline;
    text-underline-offset: 23.5%;
    text-underline-position: from-font;
    margin-top: 27px;
    letter-spacing: 0;
}

.hero__content {
    padding: 30px 0 47px;
}

.hero__btn-wrap {
    text-align: center;
}



/* hero end */




/* trusted start */


.trusted__top h6 {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    max-width: 304px;
    margin: 0 auto 28px;
}

.trusted__top-item img {
    max-width: 104px;
    max-height: 26px;
    margin: 0 auto;
}

.trusted__top-items .slick-dots button {
    width: 8px;
    height: 8px;
    font-size: 0;
    border-radius: 50%;
    overflow: hidden;
    background-color: var(--primary-color);
    opacity: 0.1;
    padding: 0;
    cursor: pointer;
    border: none;
}

.trusted__top-items .slick-active button {
    background-color: var(--secondry-color);
    opacity: 1;
}

.trusted__top-items .slick-dots {
    display: flex;
    align-items: center;
    gap: 0 7px;
    justify-content: center;
    margin-top: 28px;
    line-height: 0;
}

.trusted__top {
    margin-bottom: 37px;
}

.trusted__content h5 {
    font-size: 22px;
    font-weight: 500;
    line-height: 130%;
    color: var(--secondry-color);
    text-transform: capitalize;
    margin-bottom: 17px;
}

.trusted__content p {
    font-size: 22px;
    line-height: 130%;
}

.trusted__content {
    margin-bottom: 54px;
}

.trusted__list ul li {
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    display: flex;
    align-items: center;
    gap: 0 15px;
    margin-bottom: 10px;
}

.trusted__list ul li:last-child {
    margin-bottom: 0;
}

.trusted__list ul li::before {
    content: '';
    background-image: url(assets/img/trusted-mark.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
}

.trusted__inner {
    padding: 48px 0 59px;
    background-color: #F7F5F2;
    position: relative;
    overflow: hidden;
}

.trusted__inner::after {
    content: '';
    width: 971px;
    height: 663px;
    border-radius: 971px;
    background: radial-gradient(41.51% 41.48% at 50% 50%, rgba(181, 203, 200, 0.50) 0%, rgba(181, 203, 200, 0.00) 80.77%);
    position: absolute;
    bottom: -355px;
    left: 65%;
    transform: translateX(-50%) rotate(150deg);
    pointer-events: none;
}


/* trusted end */




/* services start */



.services__inner {
    padding: 47px 0 72px;
}

.services__headding h3 {
    font-size: 36px;
    font-weight: 500;
    line-height: 130%;
    text-transform: capitalize;
    color: var(--secondry-color);
    margin-bottom: 5px;
}

.services__headding p {
    font-size: 18px;
    line-height: 130%;
}

.services__headding {
    margin-bottom: 38px;
}

.services__item {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-right: 20px;
    height: 437px;
}



.services__item::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    pointer-events: none;
    border-radius: 10px;
}

.services__item-text h5 {
    font-size: 28px;
    font-weight: 500;
    line-height: 130%;
    text-transform: capitalize;
    color: var(--tertiary-color);
    margin-bottom: 8px;
}

.services__item-text p {
    font-size: 16px;
    line-height: 140%;
    color: var(--tertiary-color);
    margin-bottom: 17px;
}

.services__item-text a {
    font-size: 14px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    color: var(--tertiary-color);
}

.services__item-text {
    position: absolute;
    width: 100%;
    bottom: 35px;
    left: 20px;
    z-index: 1;
    max-width: 211px;
    opacity: 0;
}

.services__item.slick-active .services__item-text {
    opacity: 1;
}

.services__items {
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding-left: 20px;
}

/* .services__items .slick-list {
    padding-right: 75px;
} */

.services__item a {
    width: 100%;
    height: 100%;
}

.services__item a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.services__left-arrow,
.services__right-arrow {
    width: 57px;
    line-height: 0;
    cursor: pointer;
}

.services__arrow {
    display: flex;
    align-items: center;
    gap: 0 20px;
    margin-top: 45px;
    justify-content: center;
}





/* services end */



/* management start */


.management__inner {
    background-color: var(--primary-color);
    padding: 64px 0 90px;
}

.management__headding h3 {
    font-size: 36px;
    font-weight: 500;
    line-height: 130%;
    color: var(--secondry-color);
}

.management__headding {
    margin-bottom: 50px;
}

.management__item img {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    margin-bottom: 11px;
}

.management__item h5 {
    font-size: 24px;
    font-weight: 500;
    line-height: 130%;
    color: var(--tertiary-color);
    margin-bottom: 6px;
}

.management__item p {
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    color: var(--tertiary-color);
}

.management__items {
    display: flex;
    gap: 54px 25px;
    flex-wrap: wrap;
}

.management__item {
    flex: 1 0 40%;
    max-width: calc(100% / 2 - 12.5px);
    padding: 0 10px 0 0;
}



/* management end */



/* testimonial start */



.testimonial__inner {
    background: var(--Primary-Gradient, linear-gradient(80deg, #B5CBC8 25.2%, #EC5923 83.53%, #F14E13 109.19%));
    padding: 46px 0 55px;
}

.testimonial__img-item {
    border-radius: 10px;
    overflow: hidden;
    height: 223px;
}

.testimonial__img-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 50 / 33;
}

.testimonial__content-text p {
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
}

.testimonial__content-bot img {
    width: 73px;
    line-height: 0;
    margin-bottom: 8px;
}

.testimonial__content-bot h6 {
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.testimonial__content-bot p {
    font-size: 13px;
    line-height: 130%;
    text-transform: uppercase;
}

.testimonial__content-item {
    background-color: var(--tertiary-color);
    padding: 34px 30px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.05);
    margin: 0 10px;
    height: auto;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial__content-items {
    width: calc(100% + 20px);
    margin: 0 -10px;
}

.testimonial__content-items .slick-track {
    display: flex;
}

.testimonial__content-text {
    margin-bottom: 23px;
}

.testimonial__img-items {
    margin-bottom: 21px;
}

.testimonial__left-arrow,
.testimonial__right-arrow {
    width: 57px;
    line-height: 0;
    cursor: pointer;
}

.testimonial__arrow {
    display: flex;
    align-items: center;
    gap: 0 20px;
    justify-content: center;
    margin-top: 63px;
}

.testimonial__arrow span {
    width: 36px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}



/* testimonial end */




/* handled start */



.management__inner_handled {
    background-color: #F7F5F2;
    padding: 65px 0 82px;
}

.management__inner_handled .management__headding h3 {
    color: var(--primary-color);
    margin-bottom: 10px;
}

.management__inner_handled .management__headding {
    margin-bottom: 54px;
}

.management__inner_handled .management__headding p {
    font-size: 18px;
    line-height: 130%;
}

.management__inner_handled .management__item h5 {
    color: var(--primary-color);
}

.management__inner_handled .management__item p {
    color: var(--primary-color);
    font-weight: 400;
}


/* handled end */



/* revolutionise start */


.revolutionise__inner {
    background-color: var(--primary-color);
    padding: 70px 0 80px;
}

.revolutionise__content h3 {
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    line-height: 130%;
    color: var(--secondry-color);
    margin-bottom: 11px;
}

.revolutionise__content p {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    color: var(--tertiary-color);
}

.revolutionise-btn-talk {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 1.12px;
}

.revolutionise__btn {
    text-align: center;
    margin-top: 22px;
}


/* revolutionise end */



/* footer start */


.footer__inner {
    padding: 63px 0 88px;
}

.footer__logo {
    width: 168px;
    height: 30px;
    line-height: 0;
    margin-bottom: 10px;
}

.footer__logo a {
    width: 100%;
    height: 100%;
}

.footer__logo a img {
    width: 100%;
    height: 100%;
}

.footer__left p {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 17px;
}

.footer__left-item h6 {
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    color: var(--secondry-color);
}

.footer__left-item ul li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    color: var(--primary-color);
}

.footer__left-item ul li a:hover {
    text-decoration: underline;
}

.footer__left-item {
    margin-bottom: 15px;
}

.footer__left-item:last-child {
    margin-bottom: 0;
}

.footer__left {
    margin-bottom: 48px;
}

.footer__right-item h6 {
    /* font-size: 20px; */
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
    color: var(--secondry-color);
    margin-bottom: 21px;
}

.footer__right-item ul li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    color: var(--primary-color);
    text-transform: capitalize;
}

.footer__right-item ul li a:hover {
    text-decoration: underline;
}

.footer__right-item ul li {
    margin-bottom: 8px;
}

.footer__right-item ul li:last-child {
    margin-bottom: 0;
}

.footer__right-item {
    margin-bottom: 30px;
}

.footer__right-item:last-child {
    margin-bottom: 0;
}

.footer__address p {
    font-size: 16px;
    line-height: 140%;
}

.footer__address {
    margin-bottom: 25px;
}

/* .footer__consulting h5 {
    font-size: 13px;
    font-weight: 500;
    line-height: 130%;
} */

/* .footer__consulting p {
    font-size: 13px;
    line-height: 130%;
} */

 .footer__consulting h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}

.footer__consulting p {
    font-size: 16px;
    line-height: 140%;
}

.footer__top-wrap {
    margin-bottom: 56px;
}

.footer__bot {
    border-top: 1px solid rgba(136, 136, 136, 0.2);
    padding-top: 31px;
}

.footer__copyright {
    font-size: 13px;
    line-height: 130%;
}

.footer__bot-left a {
    font-size: 13px;
    line-height: 130%;
    color: var(--primary-color);
    text-transform: capitalize;
}

.footer__bot-left {
    display: flex;
    align-items: center;
    gap: 0 5px;
    margin-bottom: 15px;
}

.footer__social-wrap a img {
    max-width: 16px;
    max-height: 19px;
}

.footer__social-wrap {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.footer__social-wrap a {
    line-height: 0;
}

.privacy-policy-wrapper .blog-post__content-wrap{margin-left: 0; justify-content: center;}
.privacy-policy-wrapper .blog-post__content{max-width: 100%;}

.footer-logo-wrap{margin-bottom: 33px;}
.footer-logo {text-align: center;}
.footer-logo img{max-height: 32px;}





/* footer end */

@media (max-width: 1023px) {
    .header__desk-nav{
        position: fixed;
        top: 60px;
        left: 0;
        height: calc(100vh - 60px);
        width: 100vw;
        background-color: var(--tertiary-color);
        padding: 20px;
        transform: translateX(-120%);
        transition: 0.3s;
        display: block;
    }

    .header__wrap.active .header__desk-nav{
        display: block;
        transform: translateX(0);
    }

    .header__desk-nav ul li{
            padding: 12px 0;
    }
    .header__desk-nav ul li a{
            font-size: 17px;
    }

}

@media (max-width: 1023px) {
    .footer__left{display: flex; align-items: center; flex-flow: column; text-align: center;}
    .footer__right-item{text-align: center;}
    .footer__bot-left, .footer__social-wrap{justify-content: center;}
}



/* -----------------MOBILE END----------------- */






/* -----------------DESKTOP START----------------- */



@media (min-width: 1024px) {





    /* header start */


    .header__mobi-menu,
    .header__phone {
        display: none;
    }

    .header__logo {
        width: 220px;
        position: static;
        transform: none;
    }

    .header__logo img{height: 35px;}

    .header__desk-nav {
        display: block;
    }

    /* .header__desk-nav ul li a {
        font-size: 14px;
        font-weight: 500;
        line-height: 130%;
        letter-spacing: 1.12px;
        text-transform: uppercase;
        color: var(--primary-color);
    } */

    .header__desk-nav ul {
        display: flex;
        align-items: center;
        gap: 0 46px;
        padding: 6px 8px 6px 30px;
        background-color: var(--tertiary-color);
        border-radius: 40px;
    }

    .header__desk-nav ul li.header__desk-nav-contact a {
        color: var(--tertiary-color);
        background-color: var(--secondry-color);
        border-radius: 40px;
        padding: 13px 29px;
        transition: 0.3s;
        border: 1px solid transparent;
    }

    .header__desk-nav li:hover .sub-menu {display: block;}

    .header__desk-nav ul li.header__desk-nav-contact:hover a{
        background-color: var(--tertiary-color);
        color: var(--secondry-color);
        border: 1px solid var(--secondry-color);
    }

    .header__desk-nav ul li a.header__desk-nav-arrow::after {
        content: url(assets/img/Dropdown-icn.svg);
        line-height: 0;
    }

    .header__desk-nav ul li a.header__desk-nav-arrow {
        display: flex;
        align-items: center;
        gap: 0 8px;
    }

    .header__inner {
        padding: 17px 0;
        background-color: transparent;
    }

    .header {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .header__desk-nav li .sub-menu {position: absolute;top: 13px;left: -30px;width: 800%; max-width: 260px; padding:30px 30px 23px;}



    /* header end */



    /* hero start */


    .hero__content h3 {
        font-size: 60px;
        font-weight: 400;
        margin-bottom: 13px;
    }

    .hero__content p {
        font-size: 20px;
        line-height: 130%;
        margin-bottom: 28px;
    }

    .hero-btn-discover {
        width: auto;
    }

    .hero__btn-wrap a.hero-btn-expert {
        margin-top: 0;
        line-height: 130%;
        text-underline-offset: 22%;
    }

    .hero__btn-wrap {
        display: flex;
        align-items: center;
        gap: 0 27px;
    }

    .hero__content {
        padding: 150px 0 122px;
        width: 41.3094%;
    }

    .hero__video {
        width: 50.2083%;
        height: 100%;
        margin-left: auto;
        position: absolute;
        top: 0;
        right: 0;
    }

    .hero__inner {
        position: relative;
    }



    /* hero end */





    /* trusted start */


    .trusted__top h6 {
        max-width: 100%;
        margin: 0 0 33px;
    }

    .trusted__top {
        max-width: 821px;
        margin: 0 auto 87px;
    }

    .trusted__top-items {
        display: flex;
        align-items: center;
        gap: 59px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .trusted__content p {
        font-size: 24px;
    }

    .trusted__content {
        margin-bottom: 0;
        width: 47.4668%;
    }

    .trusted__list ul li {
        font-size: 22px;
        line-height: 130%;
        margin-bottom: 9px;
        gap: 0 14px;
    }

    .trusted__content-wrap {
        display: flex;
        gap: 0 154px;
    }

    .trusted__list {
        width: 32.1122%;
        margin-top: 5px;
    }

    .trusted__inner {
        padding: 48px 0 105px;
    }

    .trusted__inner::after {
        width: 3598px;
        height: 1004px;
        border-radius: 3598px;
        transform: translateX(-50%);
        bottom: -610px;
        left: 50%;
    }

    .trusted__list ul li::before {
        width: 40px;
        height: 40px;
    }



    /* trusted end */




    /* services start */



    .services__inner {
        padding: 70px 0 93px;
    }

    .services__headding h3 {
        font-size: 45px;
        text-align: center;
        margin-bottom: 2px;
    }

    .services__headding p {
        font-size: 20px;
        text-align: center;
    }

    .services__headding {
        margin-bottom: 57px;
    }

    .services__items {
        width: 100%;
        margin: 0;
        padding-left: 0;
        display: flex;
        gap: 29px;
        flex-wrap: wrap;
    }

    .services__item {
        margin-right: 0;
        border-radius: 10px;
        height: 100%;
        max-width: calc(100% / 3 - 19.33px);
        flex: 1 0 25%;
        position: relative;
        opacity: 0;
        transform: translateY(150px);
        transition: opacity 0.6s ease-out, transform 0.6s ease-out
    }

    .services__item:hover a img {
        scale: 1.1;
    }

    .services__arrow {
        display: none;
    }

    .services__item-text p {
        margin-bottom: 0;
        opacity: 0;
    }

    .services__item-text a {
        display: none;
    }

    .services__item-text {
        max-width: 334px;
        left: 37px;
        bottom: 5px;
        transition: 0.6s;
        opacity: 1;
    }

    .services__item:hover .services__item-text {
        bottom: 35px;
    }

    .services__item:hover .services__item-text p {
        opacity: 1;
    }

    .services__item-text h5 {
        width: fit-content;
        position: relative;
        margin-bottom: 0;
    }

    .services__item-text h5::after {
        content: url(assets/img/white-right-arrow.svg);
        line-height: 0;
        position: absolute;
        top: 50%;
        right: -20px;
        transform: translateY(-50%);
        width: 24px;
        height: 24px;
        opacity: 0;
        transition: 0.3s;
    }

    .services__item:hover .services__item-text h5::after {
        right: -30px;
        opacity: 1;
    }

    .services__item.insight {
        transform: translateY(0);
        opacity: 1;
        height: inherit;
    }


    /* services end */


    /* management start */


    .management__inner {
        padding: 80px 0 100px;
    }

    .management__headding h3 {
        font-size: 45px;
        text-align: center;
    }

    .management__headding {
        margin-bottom: 48px;
    }

    .management__item {
        flex: 1 0 20%;
        padding: 20px 20px 20px 0;
        max-width: calc(100% / 4 - 18.75px);
    }

    .management__items {
        gap: 40px 25px;
    }




    /* management end */




    /* testimonial start */



    .testimonial__img-items {
        margin-bottom: 0;
    }

    .testimonial__img-item {
        position: relative;
        height: 100%;
    }

    .testimonial__img-item::after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.2);
        pointer-events: none;
    }

    .testimonial__content-text p {
        font-size: 24px;
    }

    .testimonial__content-text {
        margin-bottom: 95px;
    }

    .testimonial__content-bot h6 {
        font-size: 20px;
        line-height: 130%;
    }

    .testimonial__content-item {
        padding: 35px 40px;
        box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
        margin: 0;
    }

    .testimonial__content-items {
        width: 737px;
        margin: 0;
        position: absolute;
        top: 50%;
        right: 193px;
        transform: translate(100%, -50%);
        z-index: 1;
    }

    .testimonial__wrap {
        width: 57.5214%;
        position: relative;
    }

    .testimonial__arrow {
        margin-top: 0;
        position: absolute;
        bottom: 31px;
        left: 33px;
        z-index: 1;
    }

    .testimonial__arrow span {
        color: var(--tertiary-color);
    }

    .testimonial__inner {
        padding: 58px 0 69px;
        background: var(--Primary-Gradient, linear-gradient(130deg, #B5CBC8 25.2%, #EC5923 83.53%, #F14E13 109.19%));
    }



    /* testimonial end */



    /* handled start */


    .management__inner_handled {
        padding: 76px 0 110px;
    }

    .management__inner_handled .management__headding p {
        font-size: 20px;
        text-align: center;
    }

    .management__inner_handled .management__headding {
        margin-bottom: 86px;
    }

    .management__inner_handled .management__items {
        gap: 35px 25px;
    }

    .management__inner_handled .management__item {
        flex: 1 0 25%;
        padding: 0 30px 0 0;
        max-width: calc(100% / 3 - 16.66px);
    }



    /* handled end */



    /* revolutionise start */



    .revolutionise__content h3 {
        line-height: 110%;
        font-size: 60px;
        font-weight: 400;
        margin-bottom: 10px;
    }

    .revolutionise__content p {
        font-weight: 400;
    }

    .revolutionise__inner {
        padding: 62px 0 80px;
    }

    .revolutionise__content {
        max-width: 700px;
        margin: 0 auto;
    }


    /* revolutionise end */






    /* footer start */


    .footer__inner {
        padding: 60px 0 60px;
    }

    .footer__left {
        margin-bottom: 0;
        width: 31.956%;
    }

    .footer__right-item {
        margin-bottom: 0;
        flex: 1 0 15%;
    }

    .footer__top-wrap {
        margin-bottom: 56px;
        display: flex;
        gap: 0 135px;
    }

    .footer-logo-wrap{margin-bottom: 33px;}
    .footer-logo {text-align: left;}

    .footer__right {
        width: 57.443%;
    }

    .footer__right-items {
        display: flex;
        gap: 0 25px;
    }

    .footer__right-item:last-child {
        flex: 1 0 30%;
    }

    .footer__bot-left {
        margin-bottom: 0;
    }

    .footer__bot {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    /* footer end */






}





/* -----------------DESKTOP END----------------- */