/* header start  */

html,
body {
    margin: 0 !important;
    padding: 0;
    /* overflow-x: hidden !important; */
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

section.header-top {
    padding: 21px 0px;
    border-bottom: 1px solid #555353;
    position: relative;
    /* background-image: url(../images/about-us/page-header-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat; */
}

button.btn.btn-primary.toggle-head {
    display: none;
}

.logo img {
    margin-top: 5px;
    width: 230px;
}

.header-menu ul {
    margin-top: 10px;
}

.header-menu ul li {
    color: #fff;
    list-style: none;
    display: inline-block;
    padding: 17px;
    font-weight: 700;
    line-height: 10px;
}

.dropdown {
    position: absolute;
    display: block;
}

.dropdown {
    display: none;
    margin-top: 5px;
    margin-left: -16px;
}

.header-menu ul li:hover a {
    color: #c0ff4d;
}

ul li:hover .dropdown {
    display: block;
    position: absolute;
}

.dropdown ul li img {
    width: 22px;
    filter: brightness(1) invert(0.5);
    margin-right: 10px;
}

.dropdown ul li {
    display: block;
    color: #000;
}

.dropdown ul li a {
    color: #000000 !important;
}

.dropdown ul {
    margin: 0;
    padding: 0;
    background-color: #c0ff4d;
    border-radius: 10px;
}

.header-menu ul li:hover {
    color: #c0ff4d;
    /* background: #486f02; */
}

.dropdown ul li:hover {
    background: #486f02;
}

.dropdown ul li:hover a {
    color: #fff !important;
}

.header-menu ul li a {
    color: #fff;
    text-decoration: none;
}

#social-icons {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    margin-top: 22px;
}

#social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #111;
    border: 1px solid #c0ff4d;
    color: #c0ff4d;
    text-decoration: none;
    transition: 0.3s;
}

#social-icons a:hover {
    background: #c0ff4d;
    color: #000;
    transform: translateY(-4px);
}

.mobile-header {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.offcanvas-body a {
    display: block;
    padding: 8px 0;
    color: #000;
    font-weight: 500;
}

.offcanvas-body a:hover {
    color: red;
}


/* header end  */

section.busi-ness {
    /* position: relative; */
    padding: 20px 0px;
    overflow: hidden;
    /* margin-top: -121px; */
}

section.busi-ness video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    z-index: -1;
}


/* Your Original CSS */

.impa-ctful {
    padding-top: 50px;
}

.impa-ctful ul span img {
    width: 122px;
    animation: circlerotate 20s linear infinite;
    position: relative;
    top: 54px;
    left: -38px;
}

.impa-ctful ul li i {
    position: relative;
    top: 35px;
    left: 32px;
    font-size: 33px;
}

.impa-ctful ul li {
    width: 100px;
    height: 100px;
    background: #c0ff4d;
    border-radius: 50px;
}

.impa-ctful ul {
    display: flex;
    gap: 32px;
    list-style: none;
}

.resu-lts p {
    color: #fff;
    font-size: 15px;
    padding: 77px 0px 40px;
}

.resu-lts {
    margin-bottom: 80px;
}

.solu-tions h1 {
    color: #fff;
    font-size: 114px;
    font-weight: 400;
    padding-top: 50px;
}

.solu-tions h1 span {
    color: #c0ff4d;
}


/* Rotation Animation */

@keyframes circlerotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


/* Innovative solutions start  */

.impa-ctful {
    padding-top: 50px;
}

.impa-ctful ul span img {
    width: 122px;
    animation: circlerotate 20s linear infinite;
    position: relative;
    top: 54px;
    left: -38px;
}

.impa-ctful ul li i {
    position: relative;
    top: 35px;
    left: 32px;
    font-size: 33px;
}

.impa-ctful ul li {
    width: 100px;
    height: 100px;
    background: #c0ff4d;
    border-radius: 50px;
}

.impa-ctful ul {
    display: flex;
    gap: 32px;
    list-style: none;
}

.resu-lts p {
    color: #fff;
    font-size: 15px;
    padding: 77px 0px 40px;
}

.resu-lts {
    margin-bottom: 80px;
}

.solu-tions h1 {
    color: #fff;
    font-size: 114px;
    font-weight: 400;
    padding-top: 50px;
}

.solu-tions h1 span {
    color: #c0ff4d;
}


/* Innovative solutions end */


/* OUR SERVICES start   */

.solu-tions h2 {
    font-size: 80px;
}

.together h2 {
    color: #fff;
    font-size: 45px;
    font-weight: 400;
}

.solu-tions h2 {
    font-size: 111px;
    font-weight: 800;
    color: #c0ff4d;
}

.together h2 span {
    color: #c0ff4d;
    font-weight: 700;
}

.comm-unity p {
    color: #fff;
    font-size: 18px;
    padding: 45px 0px 20px;
    margin-left: 34px;
}

.ide-ntity ul li i:hover {
    background: #fff;
    border: 1px solid #fff;
    transform: translate(50px, 0px) rotate(355deg);
    transition: all 0.4s ease-in-out;
}

.comm-unity {
    padding: 0px 0px 42px;
}

.compe-lling ul {
    display: flex;
    gap: 0px;
    list-style: none;
    margin-left: 35px !important;
}

.ide-ntity ul {
    display: flex;
    gap: 0px;
    list-style: none;
}

.ide-ntity ul li i {
    border: 1px solid #c0ff4d;
    padding: 14px;
    border-radius: 30px;
    position: relative;
    top: -9px;
    background: #c0ff4d;
    transform: translate(50px, 0px) rotate(310deg);
    position: relative;
    left: -50px;
}

a.indiv-iduals {
    padding: 11px 25px;
    border-radius: 30px;
    text-decoration: none;
    color: #fff;
    background: #393939;
    font-size: 18px;
}

.our-service {
    background: #000;
}

.branding-b {
    display: flex;
    justify-content: space-between;
    padding: 25px 0px 30px;
}

.message-build {
    padding: 6px 11px;
    border-radius: 7px;
    background: #c0ff4d;
}

a.business-btn {
    color: #000000;
    font-size: 12px;
    text-decoration: none;
}

.branding:hover {
    transform: translateY(-6px);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12);
}

.branding ul li {
    list-style: none;
}

.branding ul {
    display: flex;
    justify-content: space-between;
}

.branding ul li img {
    width: 62px;
    position: relative;
    right: 28px;
}

.our-service {
    padding: 70px 0px;
    background-image: url(../images/index/section-bg-shape.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.branding {
    border: 1px solid #424242;
    padding: 30px;
    border-radius: 27px;
    background: #0a0a0a;
    height: 340px;
}

.branding h3 {
    padding: -5px 0px 12px;
    font-size: 20px;
    color: #fff;
}

.branding ul li i {
    font-size: 28px;
    position: relative;
    right: 20px;
    color: #c0ff4d;
    transform: translate(0px, 0px) rotate(307deg);
}

.branding:hover ul li i {
    transform: translate(0px, 0px) rotate(359deg);
    color: #fff;
}

.branding p {
    font-size: 17px;
    color: #fff;
}


/* OUR SERVICES end   */


/* text slider start   */

@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@300;600;800&display=swap');
@-webkit-keyframes slide {
    0% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }
}

@keyframes slide {
    0% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }
}

.marquee-cont {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    justify-content: center;
    font-family: 'Archivo', sans-serif;
}

.marquee-slider {
    min-width: 100%;
    flex-shrink: 0;
    animation-name: slide;
    animation-direction: reverse;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-play-state: running;
    animation-duration: 25s;
}

.marquee-slider p {
    display: inline-block;
    position: relative;
    font-size: 20px;
    margin: 0;
    padding: 9px 0px;
    margin-left: 42px;
}

.marquee-slider p::before {
    content: ".";
    position: absolute;
    left: -7px;
    font-weight: 900;
    top: 35%;
    transform: translateY(-50%);
}

.bold {
    font-weight: 800;
}

.med {
    font-weight: 600;
}

.lit {
    font-weight: 300;
}

.marquee-slider {
    background: #c0ff4d;
}


/* text slider end  */


/*  Crafting unique digital start  */

.my-sticky-left {
    width: 100%;
    position: sticky;
    top: 12vh;
}

.my-scroll-wrapper::-webkit-scrollbar {
    display: none;
}

.autom-ation i {
    color: #c0ff4d;
    position: relative;
    left: -40px;
    top: 89px;
    z-index: 999;
}

.autom-ation {
    position: relative;
}

.autom-ation::after {
    content: "";
    position: absolute;
    left: 9px;
    top: 19px;
    width: 2px;
    height: 87%;
    background: #121212;
}

.my-process-card h5 {
    color: #ffffff;
    font-weight: bold;
    font-size: 23px;
}

.my-process-card p {
    color: #ffffff !important;
    font-size: 17px;
}

.ai-icon img {
    display: block !important;
    width: 40px !important;
    filter: brightness(0) invert(1);
}

.ai-card:hover img {
    filter: brightness(1);
}

.ai-card:hover .ai-icon {
    background: #fff !important;
}

.my-process-card {
    background: #000000;
    border-radius: 14px;
    padding: 44px 36px 31px 42px !important;
    margin-bottom: 20px;
    cursor: pointer;
    transition: 0.3s;
    min-height: 200px;
}

.my-process-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.my-process-card.active {
    border-color: #c0ff4d;
}

.my-sticky-left h2 {
    font-size: 45px;
    color: #fff;
}

.my-sticky-left img {
    border-radius: 20px !important;
}

.rounded {
    border-radius: 20px !important;
}

.profitability-top {
    position: relative;
    min-height: 300px;
    padding-top: 68px;
    background: #000000 !important;
    background-image: url(../images/index/section-bg-shape.png);
    background-size: cover;
    background-repeat: no-repeat;
}


/* AFTER IMAGE */

.profitability-top::after {
    content: '';
    position: absolute;
    left: -120px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/index/about-agency-bg.png) no-repeat center;
    background-size: contain;
    width: 386px;
    height: 400px;
    opacity: 0.5;
    /* FIXED */
    z-index: 0;
    animation: circlerotate 20s linear infinite;
}


/* ROTATION ANIMATION */

@keyframes circlerotate {
    from {
        transform: translateY(-50%) rotate(0deg);
    }
    to {
        transform: translateY(-50%) rotate(360deg);
    }
}

.smart {
    color: #fff !important;
}

.ide-ntity {
    margin-left: -32px;
}

.my-sticky-left p {
    color: #fff !important;
    padding: 10px 0px 18px;
}


/* NUMBER */

.my-step img {
    width: 29px;
    position: relative;
    top: 10px;
}

.my-step {
    width: 52px;
    height: 52px;
    background: #c0ff4d;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 34px;
    font-weight: bold;
    margin-bottom: 10px;
}

.my-title span {
    color: #c0ff4d;
}


/*  Crafting unique digital  end  */


/* Expertise that drives digital success start  */

.counter {
    font-size: 64px;
    font-weight: 700;
    color: #c0ff4d;
    line-height: 1;
}

.counter span {
    font-size: 40px;
    margin-left: 4px;
}

.label {
    margin-top: 10px;
    font-size: 14px;
    color: #aaa;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.engi-nes {
    display: flex;
    gap: 19px;
    padding-top: 44px;
}

.me-dia {
    position: relative;
    border-top: 27px solid var(--e-global-color-accent, #c0ff4d);
    padding: 65px;
    border-radius: 30px;
}

.me-dia::before,
.me-dia::after {
    content: "";
    position: absolute;
    top: 0;
    width: 21px;
    height: 82%;
    background: linear-gradient(176deg, var(--e-global-color-accent, #c0ff4d), transparent);
}

.me-dia::before {
    left: 0;
}

.me-dia::after {
    right: 0;
}

section.enga-ging {
    padding: 70px 0px;
    background: #000;
}

.dri-ves h2 {
    color: #fff;
    font-size: 45px;
}

.manag-ement p {
    color: #fff;
    font-size: 17px;
    margin-bottom: 78px;
}

.manag-ement p span {
    color: #c0ff4d;
    font-weight: 800;
}

.counter-box p {
    color: #fff;
    font-size: 17px;
    padding: 10px 0px;
}

.dri-ves h2 span {
    color: #c0ff4d;
    font-weight: 800;
}


/* Expertise that drives digital success end */


/* WHY CHOOSE start  */

.insig-hts {
    position: relative;
    bottom: 10px;
}

.insig-hts img {
    position: absolute;
    top: 10px;
}

.insig-hts h4 {
    margin-left: 25px;
    font-size: 17px;
    position: relative;
    top: 10px;
    color: #fff;
}

.digit-al h2 {
    font-size: 50px;
    padding: 10px 0px 75px;
    color: #fff;
}

.digit-al h2 span {
    color: #c0ff4d;
    font-weight: 800;
}

.appr-oach.active {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 50%, rgba(0, 0, 0, 0) 100%);
}

.appr-oach {
    border: 1px solid #272727;
    margin-bottom: 33px;
    padding: 35px;
    border-radius: 20px;
    margin: 13px 36px 23px -3px;
}

.appr-oach:hover {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 50%, rgba(0, 0, 0, 0) 100%);
}

.appr-oach h3 {
    font-size: 27px;
    color: #fff;
}

.appr-oach p {
    font-size: 17px;
    color: #fff;
}

.decisi-ons {
    position: relative;
    min-height: 300px;
    padding: 70px 0px;
    background: #000000;
    background-image: url(../images/index/section-bg-shape.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.decisi-ons::after {
    content: '';
    position: absolute;
    right: -60px;
    top: 60%;
    transform: translateY(-50%);
    background: url(../images/index/why-choose-bg-shape.png) no-repeat center;
    background-size: contain;
    width: 265px;
    height: 400px;
    opacity: 0.5;
    z-index: 999;
    animation: circlerotate 20s linear infinite;
}

@keyframes circlerotate {
    from {
        transform: translateY(-50%) rotate(0deg);
    }
    to {
        transform: translateY(-50%) rotate(360deg);
    }
}

.decisi-ons {
    position: relative;
    overflow: hidden;
    padding: 70px 0px;
    background: #000000;
}

.decisi-ons ::before {
    content: '';
    position: absolute;
    right: -90px;
    /* 👉 RIGHT side */
    left: auto;
    /* safety */
    top: 50%;
    transform: translateY(-50%);
    width: 300px;
    height: 285px;
    background: url('assets/images/features-bg-shape.png') no-repeat center;
    background-size: contain;
    opacity: 0.5;
    z-index: -1;
    animation: squrerotate 5s linear infinite alternate;
}

.commit-ted p {
    color: #fff;
    font-size: 18px;
    padding: 47px 71px 71px 71px;
}

.commit-ted img {
    border-radius: 20px;
    width: 100%;
}

.measurable-agency {
    position: relative;
    overflow: hidden;
}


/* Image Proper */

.measurable-agency img {
    width: 100%;
    display: block;
}


/* Shine Effect */

.measurable-agency::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    transition: height 0.6s ease;
    z-index: 2;
    pointer-events: none;
}


/* Hover */

.measurable-agency:hover::after {
    height: 250%;
}


/* WHY CHOOSE end   */


/* JOIN AGENCY start  */

.commu-nity {
    padding: 70px 0px;
    background: #000;
}

.com-munity p {
    color: #fff;
    font-size: 21px;
    margin-top: 38px;
}

.age-ncy {
    display: flex;
    gap: 26px;
    border: 1px solid #2c2c2c;
    padding: 30px;
    border-radius: 74px;
}

.pass-ionate h3 {
    color: #fff;
    font-size: 25px;
}

.pass-ionate p {
    color: #fff;
}

.pass-ionate {
    margin-left: 26px;
}

.crea-tive {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50px;
    position: relative;
    top: 21px;
}

.crea-tive i {
    color: #fff;
    position: relative;
    top: 7px;
    left: 12px;
    transform: translate(0px, 0px) rotate(310deg);
    -webkit-transform: translate(0px, 0px) rotate(310deg);
    -moz-transform: translate(0px, 0px) rotate(310deg);
    -ms-transform: translate(0px, 0px) rotate(310deg);
    -o-transform: translate(0px, 0px) rotate(310deg);
}

.thr-ive i {
    position: relative;
    top: 20px;
    left: 20px;
    font-size: 41px;
}

.thr-ive {
    background: #c0ff4d;
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 38px;
    position: relative;
    top: 48px;
    right: 21px;
}

.inn-ovate:hover .thr-ive {
    background: rgb(32, 32, 32);
    color: #fff;
}

.inn-ovate:hover .crea-tive {
    border: 1px solid #c0ff4d;
    transform: translate(0px, 0px) rotate(48deg);
    position: relative;
}


/* rew cta */

section.growing-cta {
    background: #000;
}

.updates-cta h2 span {
    color: #c0ff4d;
}

.updates-cta h2 {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 50px;
}

.insights-ideas {
    display: flex;
    justify-content: space-between;
    border: 1px solid #c0ff4d;
    padding: 56px;
    border-radius: 16px;
    gap: 37px;
}

.something-btn {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 7px;
    background: #c0ff4d;
}

.something-btn:hover {
    background: #ffffff;
}

.something-btn a {
    color: #000000;
    text-decoration: none;
}

.something-btn:hover a {
    color: #000000;
}


/* JOIN AGENCY end  */


/* HOW IT WORK start  */

.proc-ess {
    position: relative;
    min-height: 300px;
    background: #111;
}

.proc-ess::after {
    content: '';
    position: absolute;
    left: -105px;
    top: 69%;
    transform: translateY(-50%);
    background: url(../images/index/agency-benefits-bg-shape.png) no-repeat center;
    background-size: contain;
    width: 303px;
    height: 400px;
    opacity: 0.5;
    z-index: 0;
    animation: circlerotate 20s linear infinite;
}


/* ROTATION ANIMATION */

@keyframes circlerotate {
    from {
        transform: translateY(-50%) rotate(0deg);
    }
    to {
        transform: translateY(-50%) rotate(360deg);
    }
}

section.proc-ess {
    padding: 70px 0px;
    background: #000000;
}

.achi-eving h2 {
    font-size: 52px;
    color: #fff;
    padding: 10px 0px 60px;
}

.achi-eving h2 span {
    color: #c0ff4d;
}

.res-ults p {
    color: #fff;
    font-size: 21px;
    margin-top: 32px;
}

.measur-able {
    padding: 30px;
    border: 2px solid #212121;
    border-radius: 22px;
    background: #131313;
}

.measur-able ul {
    display: flex;
    list-style: none;
    gap: 40px;
    margin-top: 10px;
    justify-content: space-between;
}

.measur-able ul li h3 {
    color: #fff;
    font-size: 25px;
    position: relative;
    left: -31px;
}

ul.tail-ored li {
    position: relative;
    top: 74px;
    left: -22px;
}


/* Parent wrapper */

.measur-able:hover .mar-ket {
    background: #ffffff;
}

.measur-able:hover i {
    transform: translate(0px, 0px) rotate(359deg);
}

.measur-able ul span i {
    position: relative;
    top: 8px;
    left: 11px;
    font-size: 18px;
    color: #fff;
    transform: translate(0px, 0px) rotate(310deg);
}

.measur-able ul span {
    width: 40px;
    height: 40px;
    border-radius: 30px;
    border: 1px solid #fff;
}

.measur-able p {
    color: #fff;
}

.mar-ket {
    width: 186px;
    height: 132px;
    background: #c0ff4d;
    position: relative;
    top: 46px;
    left: 31px;
    border-radius: 45px 0px 18px 0px;
}

.mar-ket img {
    width: 95px;
    position: relative;
    left: 47px;
    top: 26px;
}

.measur-able ul li h2 {
    font-size: 42px;
    color: #c0ff4d;
}

.measur-able ul li h5 {
    font-size: 23px;
    color: #fff;
}

.tail-o#c0ff4d li {
    position: relative;
    left: -29px;
    top: 57px;
}


/* HOW IT WORK end  */


/* FEATURES start  */

.engag-ement {
    position: relative;
    min-height: 300px;
    padding: 70px 0;
    background: #000;
    overflow: hidden;
}

.engag-ement::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 265px;
    height: 400px;
    background: url(../images/index/features-bg-shape.png) no-repeat center;
    background-size: contain;
    opacity: 0.5;
    z-index: 0;
    animation: circlerotate 20s linear infinite;
}

@keyframes circlerotate {
    from {
        transform: translateY(-50%) rotate(0deg);
    }
    to {
        transform: translateY(-50%) rotate(360deg);
    }
}

.feat-ures h2 {
    color: #fff;
    font-size: 52px;
    padding: 17px 0px;
}

.feat-ures h2 span {
    color: #c0ff4d;
}

.empo-wer p {
    color: #fff;
    padding: 60px 0px 27px;
}

.soluti-ons img {
    transition: transform 0.4s ease, opacity 0.4s ease;
    border-radius: 20px;
}

.soluti-ons:hover img {
    transform: scale(1.1);
    opacity: 0.9;
}

.soluti-ons h3 {
    color: #fff;
    font-size: 24px;
    padding: 38px 0px 0px;
}

.soluti-ons h3 {
    color: #fff;
    font-size: 24px;
    padding: 38px 0px 0px;
}

.soluti-ons p {
    color: #fff;
    font-size: 17px;
}

.soluti-ons {
    padding: 60px;
    border: 1px solid #3c3b3b;
    border-radius: 36px;
    background: #000000;
    margin-top: 50px;
}

.messaging-visuals {
    position: relative;
    overflow: hidden;
}

.messaging-visuals::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    transition: height 0.6s ease;
    z-index: 1;
}


/* Correct Hover */

.soluti-ons:hover .messaging-visuals::after {
    height: 250%;
}

.insights-attract {
    position: relative;
    overflow: hidden;
}

.insights-attract img {
    width: 100%;
    display: block;
}


/* Shine Effect */

.insights-attract::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    transition: height 0.6s ease;
}


/* Hover */

.insights-attract:hover::after {
    height: 250%;
}

.bra-nding {
    padding: 50px;
    border: 1px solid #424242;
    border-radius: 20px;
    margin-top: 50px;
}

.bra-nding p {
    color: #fff;
    font-size: 17px;
}

.bra-nding h3 {
    color: #fff;
    font-size: 21px;
    padding: 37px 0px 0px;
}

.bra-nding img {
    border-radius: 14px;
}

.bra-nding img {
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.bra-nding:hover img {
    transform: scale(1.1);
    opacity: 0.9;
}

.grap-hics {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* padding: 50px 0px;
border: 1px solid #373636;
border-radius: 26px;
padding: 43px;
margin-top: 24px; */
}

.desi-gned {
    margin-top: 45px;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
    display: none;
}

.owl-theme .owl-nav {
    margin-top: 10px;
    color: #c0ff4d;
}

.acro-ss {
    border: 1px solid #494747;
    border-radius: 20px;
    padding: 50px;
    margin-top: 27px;
}

.audie-nces img {
    width: 103px;
    animation: circlerotate 20s linear infinite;
    position: relative;
    top: 55px;
}

.en-gaging h2 {
    color: #fff;
    font-size: 27px;
}

.comme-ndable .around img {
    display: block;
    width: 100%;
    padding: 42px !important;
}

.customers-builds .owl-stage-outer .owl-stage .cloned .item img {
    padding: 19px;
}

.en-gaging p {
    color: #fff;
    font-size: 17px;
}

.audi-ences .item {
    background: #000000;
    padding: 17px;
}

.audi-ences h2 {
    color: #FFF;
    text-align: center;
    padding: 5rem 0;
    margin: 0;
    font-style: italic;
    font-weight: 300;
}


/* FEATURES end   */


/* Our proven process for achieving success start  */

.appe-arance {
    margin-top: 60px;
}

.appe-arance {
    position: relative;
    z-index: 1;
    left: 0;
}

.appe-arance::after {
    content: '';
    position: absolute;
    background: url(../images/index/work-together-bg-shape.png) no-repeat center;
    background-size: contain;
    width: 524px;
    right: 2px;
    top: -59px;
    height: 255px;
    opacity: 0.5;
    z-index: -1;
    animation: circlerotate 20s linear infinite;
}

.ach-ieving {
    padding: 70px 0px;
    background: #000;
}

.res-ults h2 {
    color: #fff;
    font-size: 50px;
}

.res-ults h2 span {
    color: #c0ff4d;
}

.measu-rable p {
    color: #fff;
    font-size: 21px;
    margin-top: 43px;
}

@media (max-width: 991px) {
    .tab-content>.tab-pane {
        display: block;
        opacity: 1;
    }
}

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

.identi-tyome .nav-items .marketing-design.active {
    background: #c0ff4d;
    color: #000;
}

.identi-tyome .nav-items .nav-links:hover {
    background: #c0ff4d;
    color: #000;
}

.identi-tyome .nav-items .nav-links {
    background: #000000;
    padding: 11px;
    border-radius: 10px;
    border: 1px solid #424141;
    color: #fff;
    font-weight: 700;
    margin-bottom: 25px;
}

.plat-form-a {
    position: relative;
    overflow: hidden;
    border-radius: 30px !important;
    padding: 128px;
}

.plat-form-a::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../images/index/latest-projects/e-ommerce-ebsite-ptimization.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.7s ease;
    z-index: 0;
    border-radius: 30px;
}

.plat-form-a:hover::before {
    transform: scale(1.1);
}

.plat-form-a * {
    position: relative;
    z-index: 1;
}

.plat-form-a::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    transition: height 0.6s ease;
    z-index: 2;
}

.plat-form-a:hover::after {
    height: 250%;
}

.plat-form-b {
    position: relative;
    overflow: hidden;
    border-radius: 30px !important;
    padding: 128px;
}

.plat-form-b::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../images/index/latest-projects/brand-identity-refresh.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.7s ease;
    z-index: 0;
    border-radius: 30px;
}

.plat-form-b:hover::before {
    transform: scale(1.1);
}

.plat-form-b * {
    position: relative;
    z-index: 1;
}

.plat-form-b::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    transition: height 0.6s ease;
    z-index: 2;
}

.plat-form-b:hover::after {
    height: 250%;
}

.plat-form-c {
    position: relative;
    overflow: hidden;
    border-radius: 30px !important;
    padding: 128px;
}

.plat-form-c::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../images/index/latest-projects/performance-digital-campaings.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.7s ease;
    z-index: 0;
    border-radius: 30px;
}

.plat-form-c:hover::before {
    transform: scale(1.1);
}

.plat-form-c * {
    position: relative;
    z-index: 1;
}

.plat-form-c::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    transition: height 0.6s ease;
    z-index: 2;
}

.plat-form-c:hover::after {
    height: 250%;
}

.plat-form-d {
    position: relative;
    overflow: hidden;
    border-radius: 30px !important;
    padding: 128px;
}

.plat-form-d::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../images/index/latest-projects/content-marketing-strategy.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.7s ease;
    z-index: 0;
    border-radius: 30px;
}

.plat-form-d:hover::before {
    transform: scale(1.1);
}

.plat-form-d * {
    position: relative;
    z-index: 1;
}

.plat-form-d::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    transition: height 0.6s ease;
    z-index: 2;
}

.plat-form-d:hover::after {
    height: 250%;
}

.plat-form-e {
    position: relative;
    overflow: hidden;
    border-radius: 30px !important;
    padding: 128px;
}

.plat-form-e::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../images/index/latest-projects/data-driven-growth.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.7s ease;
    z-index: 0;
    border-radius: 30px;
}

.plat-form-e:hover::before {
    transform: scale(1.1);
}

.plat-form-e * {
    position: relative;
    z-index: 1;
}

.plat-form-e::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    transition: height 0.6s ease;
    z-index: 2;
}

.plat-form-e:hover::after {
    height: 250%;
}

.plat-form-f {
    position: relative;
    overflow: hidden;
    border-radius: 30px !important;
    padding: 128px;
}

.plat-form-f::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../images/index/latest-projects/website-redesign.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.7s ease;
    z-index: 0;
    border-radius: 30px;
}

.plat-form-f:hover::before {
    transform: scale(1.1);
}

.plat-form-f * {
    position: relative;
    z-index: 1;
}

.plat-form-f::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    transition: height 0.6s ease;
    z-index: 2;
}

.plat-form-f:hover::after {
    height: 250%;
}

.plat-form-g {
    position: relative;
    overflow: hidden;
    border-radius: 30px !important;
    padding: 128px;
}

.plat-form-g::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../images/index/latest-projects/ai-marketing-automation.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.7s ease;
    z-index: 0;
    border-radius: 30px;
}

.plat-form-g:hover::before {
    transform: scale(1.1);
}

.plat-form-g * {
    position: relative;
    z-index: 1;
}

.plat-form-g::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    transition: height 0.6s ease;
    z-index: 2;
}

.plat-form-g:hover::after {
    height: 250%;
}

.plat-form-h {
    position: relative;
    overflow: hidden;
    border-radius: 30px !important;
    padding: 128px;
}

.plat-form-h::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../images/index/latest-projects/mobile-app-development.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.7s ease;
    z-index: 0;
    border-radius: 30px;
}

.plat-form-h:hover::before {
    transform: scale(1.1);
}

.plat-form-h * {
    position: relative;
    z-index: 1;
}

.plat-form-h::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    transition: height 0.6s ease;
    z-index: 2;
}

.plat-form-h:hover::after {
    height: 250%;
}

.plat-form-i {
    position: relative;
    overflow: hidden;
    border-radius: 30px !important;
    padding: 128px;
}

.plat-form-i::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../images/index/latest-projects/social-media-strategy.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.7s ease;
    z-index: 0;
    border-radius: 30px;
}

.plat-form-i:hover::before {
    transform: scale(1.1);
}

.plat-form-i * {
    position: relative;
    z-index: 1;
}

.plat-form-i::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    transition: height 0.6s ease;
    z-index: 2;
}

.plat-form-i:hover::after {
    height: 250%;
}

.plat-form-j {
    position: relative;
    overflow: hidden;
    border-radius: 30px !important;
    padding: 128px;
}

.plat-form-j::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../images/index/latest-projects/seo-optimization.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.7s ease;
    z-index: 0;
    border-radius: 30px;
}

.plat-form-j:hover::before {
    transform: scale(1.1);
}

.plat-form-j * {
    position: relative;
    z-index: 1;
}

.plat-form-j::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    transition: height 0.6s ease;
    z-index: 2;
}

.plat-form-j:hover::after {
    height: 250%;
}

.plat-form-k {
    position: relative;
    overflow: hidden;
    border-radius: 30px !important;
    padding: 128px;
}

.plat-form-k::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../images/index/latest-projects/interactive-web-design.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.7s ease;
    z-index: 0;
    border-radius: 30px;
}

.plat-form-k:hover::before {
    transform: scale(1.1);
}

.plat-form-k * {
    position: relative;
    z-index: 1;
}

.plat-form-k::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    transition: height 0.6s ease;
    z-index: 2;
}

.plat-form-k:hover::after {
    height: 250%;
}

.plat-form-l {
    position: relative;
    overflow: hidden;
    border-radius: 30px !important;
    padding: 128px;
}

.plat-form-l::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../images/index/latest-projects/analytics-reporting.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.7s ease;
    z-index: 0;
    border-radius: 30px;
}

.plat-form-l:hover::before {
    transform: scale(1.1);
}

.plat-form-l * {
    position: relative;
    z-index: 1;
}

.plat-form-l::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    transition: height 0.6s ease;
    z-index: 2;
}

.plat-form-l:hover::after {
    height: 250%;
}

.transi-tions {
    display: flex;
    justify-content: space-around;
    background: #000;
}

.dyna-mic {
    margin-left: 46px;
}

.plat-form h4 {
    color: #fff !important;
    position: relative;
    top: -86px;
    left: 92px;
    display: block;
    background-color: var(--e-global-color-divider);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    color: var(--e-global-color-text);
    border-radius: 6px;
    font-size: 14px;
    text-transform: capitalize;
    padding: 6px 15px;
}

.dyna-mic h3 {
    color: #fff;
    text-align: center;
    margin-top: 10px;
    font-size: 21px;
}

.nav-tabs {
    border-bottom: 0 !important;
}

.bran-ding {
    color: var(--bs-accordion-color);
    background: transparent !important;
    border: 0 !important;
}


/* Our proven process for achieving success end  */


/* Discover the benefits of choosing us today start */

.benefits {
    padding: 70px 0px;
    background: #000;
}

.discover h2 {
    color: #fff;
    font-size: 45px;
}

.discover h2 span {
    color: #c0ff4d;
}

.unpar-alleled p {
    color: #fff;
    font-size: 21px;
    margin-top: 33px;
}

.strat-egies img {
    width: 50px;
    height: 50px;
}

.strat-egies h5 {
    color: #fff;
    font-size: 30px;
    padding: 0px 0px 29px;
}

.strat-egies p {
    color: #fff;
    font-size: 17px;
}

.strat-egies h3 {
    color: #fff;
    font-size: 21px;
    padding: 26px 0px 0px;
}

.strat-egies {
    position: relative;
    padding: 40px;
    background: #111;
    color: #fff;
    overflow: hidden;
    margin-top: 66px;
    height: 320px;
}

.strat-egies::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    background: linear-gradient(90deg, transparent, #c0ff4d, transparent);
    background-size: 200% 100%;
    animation: borderRun 8s linear infinite;
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    -webkit-animation: borderRun 8s linear infinite;
}

@keyframes borderRun {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}


/* Discover the benefits of choosing us today end */


/* Insights on digital innovation and growth start  */

section.evolvi-ng {
    padding: 70px 0px;
    background: #000;
}

.principles-boost img {
    transition: transform 0.4s ease;
}

.engage-ment:hover .principles-boost img {
    transform: scale(1.1);
}

.principles-boost {
    position: relative;
    overflow: hidden;
}

.principles-boost::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    transition: height 0.6s ease;
    z-index: 1;
}


/* Hover Effect */

.engage-ment:hover .principles-boost::after {
    height: 250%;
}

.engage-ment h3 {
    color: #fff;
    font-size: 23px;
    padding: 10px 0px;
}

.engage-ment img {
    width: 411px;
    border-radius: 16px;
}

.engage-ment a {
    color: #c0ff4d;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
}

.engage-ment a i {
    transform: translate(0px, 0px) rotate(310deg);
}

.engage-ment:hover a {
    color: #fff;
}

.engage-ment:hover a i {
    transform: translate(0px, 0px) rotate(357deg);
}

.engage-ment {
    margin-top: 70px;
}


/* Insights on digital innovation and growth end */


/* TESTIMONIALS start  */

.owl-testimonial .owl-nav button span {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    font-size: 62px;
    border-radius: 13%;
    transition: 0.3s;
    position: relative;
    top: -19px;
    left: 0px;
}

.owl-testimonial .owl-nav button {
    width: 71px !important;
    height: 67px !important;
    border: 2px solid #1b1b1b;
    background: #1b1b1b !important;
    position: relative;
    top: -97px !important;
    left: 333px;
}

.owl-testimonial .owl-nav button span:hover {
    color: #000;
    width: 71px !important;
}

.testimonials {
    position: relative;
    min-height: 300px;
    background: #111;
}

.testimonials::after {
    content: '';
    position: absolute;
    left: -120px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/index/testimonial-bg-shape.png) no-repeat center;
    background-size: contain;
    width: 386px;
    height: 400px;
    opacity: 0.5;
    /* FIXED */
    z-index: 0;
    animation: circlerotate 20s linear infinite;
}

@keyframes circlerotate {
    from {
        transform: translateY(-50%) rotate(0deg);
    }
    to {
        transform: translateY(-50%) rotate(360deg);
    }
}

section.testimonials {
    background: #000;
    padding: 70px 0px;
}

.wor-king h2 {
    color: #fff;
    font-size: 45px;
}

.wor-king h2 span {
    color: #c0ff4d;
}

.thro-ugh p {
    color: #fff;
    font-size: 21px;
    margin-top: 44px;
}

.thems-elves span {
    color: #fff;
    font-size: 72px;
    font-weight: 800;
}

.thems-elves h4 {
    color: #fff;
    font-size: 18px;
    padding: 23px 0px;
}

.thems-elves h3 {
    color: #fff;
    font-size: 23px;
}

.thems-elves {
    text-align: center;
    border: 1px solid #626262;
    display: inline-block;
    padding: 39px;
    border-radius: 20px;
    margin-top: 50px;
}

.dedi-cated h2 {
    color: #FFF;
    text-align: center;
    padding: 5rem 0;
    margin: 0;
    font-style: italic;
    font-weight: 300;
}

.home-demo.dedi-cated {
    margin-top: 50px;
}

.signi-ficantly img {
    width: 20px !important;
    position: absolute;
}

.signi-ficantly h4 {
    color: #fff;
    position: relative;
    top: -6px;
    left: 27px;
}

.item.exce-eded p {
    color: #fff;
    font-size: 22px;
    padding: 20px 0px;
}

.mitchell ul li img {
    width: 64px !important;
    border-radius: 29px;
}

.mitchell ul {
    display: flex;
    list-style: none;
    gap: 16px;
    position: relative;
    left: -31px;
}

.mitchell ul li h3 {
    color: #fff;
    font-size: 25px;
}

.mitchell ul li h5 {
    color: #fff;
    font-size: 15px;
}

.compe-titive ul {
    list-style: none;
}

.compe-titive ul li img {
    width: 14px;
    position: absolute;
}

.compe-titive ul li h4 {
    position: relative;
    top: 25px;
    left: 29px;
    color: #fff;
    font-size: 17px;
}

.compe-titive ul li h2 {
    color: #fff;
    font-size: 30px;
    margin: 17px 0px -5px;
}

.compe-titive ul img {
    width: 70px;
    height: 70px;
}

.compe-titive {
    display: flex;
    justify-content: space-between;
    border: 1px solid #504d4d;
    padding: 47px;
    border-radius: 20px;
    margin-top: 50px;
}


/* TESTIMONIALS end  */


/* LET'S COLLABORATE start  */

.collab-orate h3 {
    color: #fff;
    text-align: center;
    font-size: 21px;
}

.collab-orate h2 {
    color: #fff;
    text-align: center;
    font-size: 201px;
}

.toget-her {
    position: relative;
    /* min-height: 300px; */
    padding: 70px 0px;
    background: #000;
    background-image: url(../images/index/work-together-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.toget-her::after {
    content: '';
    position: absolute;
    left: -120px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/index/work-together-bg-shape.png) no-repeat center;
    background-size: contain;
    width: 386px;
    height: 400px;
    opacity: 0.5;
    /* FIXED */
    z-index: 0;
    animation: circlerotate 20s linear infinite;
}

@keyframes circlerotate {
    from {
        transform: translateY(-50%) rotate(0deg);
    }
    to {
        transform: translateY(-50%) rotate(360deg);
    }
}

.Princ-iples {
    color: #060606;
    background: #c0ff4d;
    display: inline-block;
    padding: 19px;
    border-radius: 124px;
    text-align: center;
    height: 167px;
    position: relative;
    top: -349px;
    left: 569px;
}

.Princ-iples i {
    margin-top: 40px;
    transform: translate(0px, 0px) rotate(310deg);
}

.Princ-iples:hover {
    background: #262525;
    color: #fff;
}

.Princ-iples:hover i {
    transform: translate(0px, 0px) rotate(359deg);
}


/* LET'S COLLABORATE end */


/* footer start  */

section.footer {
    background: #000;
    padding: 70px 0px 31px;
    border-top: 1px solid #1e1e1e;
}

.abo-ut ul li {
    color: #fff;
    list-style: none;
}

.quick-link h3 {
    color: #fff;
    position: relative;
    left: 31px;
}

.abo-ut img {
    width: 200px;
}

.quick-link ul li {
    list-style: none;
}

.quick-link ul li a {
    color: #fff;
    list-style: none;
    line-height: 38px;
    font-weight: 600;
    text-decoration: none;
}

.qui-ck h3 {
    margin-left: 31px;
}

.abo-ut ul {
    padding: 59px 0px 0px;
}

.quick-link h3 {
    color: #fff;
    position: relative;
    left: 31px;
    margin-bottom: 28px;
}

.abo-ut ul li h3 {
    line-height: 51px;
    font-size: 21px;
}

.reserved p {
    color: #fff;
    text-align: center;
    border-top: 1px solid #1e1e1e;
    padding: 50px 0px 0px;
}


/* SECTION */

.subscribe-section {
    width: 100%;
    padding: 40px 60px;
}


/* INPUT ROW */

.subscribe-box {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 25px;
}

.subscribe-box input {
    width: 280px;
    height: 48px;
    padding: 0 18px;
    background: transparent;
    border: 1px solid #333;
    border-radius: 14px;
    color: #fff;
    outline: none;
}

.subscribe-box input::placeholder {
    color: #aaa;
}

.subscribe-box button {
    height: 48px;
    padding: 0 35px;
    border: none;
    border-radius: 14px;
    background: #c0ff4d;
    color: #000;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.subscribe-box button:hover {
    box-shadow: 0 0 15px #c0ff4d;
}


/* SOCIAL ICONS */

.social-icons {
    display: flex;
    gap: 14px;
}

.social-icons a {
    width: 40px;
    height: 40px;
    border: 1px solid #c0ff4d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c0ff4d;
    font-size: 16px;
    transition: 0.3s;
}

.social-icons a:hover {
    background: #c0ff4d;
    color: #000;
}


/* footer end */


/* reponsive start */

@media (max-width: 1400px) {
    section.busi-ness {
        margin-top: -182px;
        background-repeat: no-repeat;
    }
    .hero-text h1 {
        margin-top: 216px !important;
        font-size: 72px !important;
        margin-bottom: -70px !important;
    }
    .logo img {
        width: 200px;
    }
    .transi-tions {
        margin-left: -66px;
    }
    .header-menu ul {
        margin-top: 10px;
        font-size: 14px;
    }
    .measur-able p {
        font-size: 17px;
    }
    .solu-tions h1 {
        font-size: 81px;
    }
    .solu-tions h2 {
        font-size: 84px;
    }
    .dri-ves h2 {
        font-size: 51px;
    }
    .digit-al h2 {
        font-size: 50px;
    }
    .pass-ionate h3 {
        font-size: 20px;
    }
    .measur-able ul li h3 {
        font-size: 18px;
    }
    .mar-ket {
        left: 30px;
    }
    .mar-ket img {
        left: 15px;
    }
    ul.tail-ored li {
        position: relative;
        top: 70px;
        left: -31px;
    }
    .bra-nding img {
        width: 100%;
    }
    .soluti-ons img {
        border-radius: 20px;
        width: 100%;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
    }
    .bra-nding {
        max-height: 512px;
    }
    .plat-form {
        background-size: cover;
        background-position: center;
        border-radius: 10px !important;
        padding: 93px !important;
        width: 337px !important;
        background-image: url(../images/index/project-4.jpg);
        background-repeat: no-repeat;
    }
    .bran-ding::after {
        width: 351px;
    }
    .wor-king h2 {
        font-size: 43px;
    }
    .owl-testimonial .owl-nav button {
        position: relative;
        left: 260px;
    }
    .owl-testimonial .owl-nav {
        position: relative;
        top: -26px;
    }
    .home-demo.dedi-cated {
        margin-top: 83px;
    }
    .strat-egies {
        padding: 21px;
    }
    .engage-ment img {
        width: 334px;
    }
    .collab-orate h2 {
        font-size: 157px;
    }
    .Princ-iples {
        top: -281px;
        left: 479px;
    }
    .abo-ut ul li h3 {
        line-height: 46px;
        font-size: 18px;
    }
    .bran-ding::after {
        right: 22px;
    }
    .appr-oach {
        padding: 23px;
    }
}

@media (max-width: 1199px) {
    section.growing-cta {
        padding: 10px 0px;
    }
    .updates-cta h2 {
        font-size: 30px;
    }
    .measurable-agency img {
        margin-top: 61px;
    }
    section.enga-ging {
        padding: 0px 0px;
    }
    .header-menu ul li {
        margin-left: -18px;
    }
    .appr-oach {
        padding: 18px;
        margin: 2px 36px 23px -3px;
    }
    .solu-tions h1 {
        font-size: 67px;
    }
    .solu-tions h2 {
        font-size: 67px;
    }
    .mar-ket {
        top: 37px !important;
        left: 16px !important;
    }
    .results-scale {
        top: 78px !important;
    }
    .execute-best {
        top: 63px !important;
    }
    .plat-form {
        padding: 93px;
    }
    .engage-ment img {
        width: 287px;
    }
    .collab-orate h2 {
        font-size: 141px;
    }
    .Princ-iples {
        top: -253px;
        left: 399px;
    }
    .my-sticky-left h2 {
        font-size: 39px;
    }
    .my-process-card h5 {
        font-size: 20px;
    }
    .my-process-card p {
        font-size: 15px;
    }
    .together h2 {
        font-size: 45px;
    }
    .branding h3 {
        font-size: 18px;
    }
    .branding {
        padding: 20px;
    }
    .branding p {
        font-size: 14px;
    }
    .dri-ves h2 {
        font-size: 37px;
    }
    .counter-box p {
        font-size: 14px;
    }
    .manag-ement p {
        font-size: 14px;
    }
    .digit-al h2 {
        font-size: 43px;
    }
    .appr-oach p {
        font-size: 14px;
    }
    .appr-oach h3 {
        font-size: 21px;
    }
    .com-munity p {
        font-size: 16px;
    }
    .pass-ionate p {
        font-size: 14px;
    }
    .pass-ionate h3 {
        font-size: 15px;
    }
    .achi-eving h2 {
        font-size: 45px;
    }
    .res-ults p {
        font-size: 15px;
        margin-top: 52px;
    }
    .measur-able {
        padding: 17px;
        height: 400px;
    }
    .mar-ket {
        top: 33px;
        left: 10px;
    }
    .measur-able ul {
        gap: 16px;
    }
    .mar-ket img {
        width: 81px;
        left: 31px;
        top: 36px;
    }
    .feat-ures h2 {
        font-size: 45px;
    }
    .grap-hics {
        display: flex;
        flex-wrap: nowrap;
    }
    .res-ults h2 {
        font-size: 45px;
    }
    .measu-rable p {
        font-size: 17px;
    }
    .plat-form {
        background-size: cover;
        padding: 94px !important;
        width: 100% !important;
    }
    .dyna-mic h3 {
        font-size: 21px !important;
    }
    .bran-ding::after {
        width: 331px;
    }
    .wor-king h2 {
        font-size: 34px;
    }
    .thro-ugh p {
        font-size: 18px;
        margin-top: 24px;
    }
    .signi-ficantly h4 {
        top: -3px;
        font-size: 21px;
    }
    .item.exce-eded p {
        font-size: 19px;
    }
    .owl-testimonial .owl-nav {
        left: -42px;
        position: relative;
        top: 2px;
    }
    .compe-titive ul li h2 {
        font-size: 22px;
    }
    .strat-egies p {
        font-size: 15px;
    }
    .strat-egies h3 {
        font-size: 17px;
    }
    .discover h2 {
        font-size: 45px;
    }
    .unpar-alleled p {
        font-size: 19px;
    }
    .engage-ment h3 {
        font-size: 21px;
    }
    .abo-ut ul li h3 {
        font-size: 15px;
    }
    .quick-link.qui-ck {
        margin-left: -38px;
    }
    .subscribe-box button {
        padding: 0 19px;
    }
    .collab-orate h2 {
        font-size: 134px;
    }
    section.busi-ness {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .bran-ding::after {
        right: 22px;
    }
    .commit-ted p {
        padding: 0;
    }
    .commit-ted img {
        padding: 0px !important;
        margin-bottom: 0px !important;
    }
}

@media (max-width: 991px) {
    .plat-form h4 {
        top: -44px;
        left: 46px;
        font-size: 11px;
    }
    .solu-tions h1 {
        font-size: 62px;
    }
    .resu-lts p {
        padding: 11px 0px 40px;
    }
    .impa-ctful ul li {
        position: relative;
        top: 60px;
        left: 500px;
    }
    .resu-lts p {
        font-size: 15px;
        margin-top: -130px;
    }
    .branding {
        margin-bottom: 20px;
    }
    .dyna-mic h3 {
        font-size: 15px !important;
    }
    .plat-form {
        padding: 61px !important;
        width: 200px !important;
    }
    .res-ults h2 {
        font-size: 69px;
    }
    .commit-ted p {
        padding: 38px 71px 44px 0px;
    }
    .com-munity p {
        margin: 20px 0px;
    }
    .age-ncy {
        gap: 30px;
        padding: 27px;
        border-radius: 74px;
        justify-content: space-around;
    }
    .achi-eving h2 {
        font-size: 38px;
    }
    .measur-able {
        height: 323px;
        margin-bottom: 30px;
    }
    .execute-best {
        top: 37px !important;
    }
    .results-scale {
        top: 37px !important;
    }
    .acro-ss {
        margin-top: 130px;
    }
    .compe-titive ul img {
        width: 50px;
        height: 50px;
    }
    .compe-titive ul li h2 {
        font-size: 14px;
    }
    .compe-titive ul li h4 {
        font-size: 11px;
    }
    .collab-orate h2 {
        font-size: 109px;
    }
    .Princ-iples {
        top: -212px;
        left: 269px;
    }
    .mar-ket img {
        left: 52px;
    }
    .engage-ment img {
        width: 590px;
    }
    .engage-ment {
        border: 1px solid #5a5a5a;
        padding: 48px;
        border-radius: 30px;
    }
    .commit-ted img {
        border-radius: 30px;
        padding: 39px;
        margin-bottom: -67px;
    }
    .empo-wer p {
        padding: 1px 0px 27px;
    }
}

@media (max-width: 767px) {
    .plat-form {
        padding: 142px !important;
        width: 510px !important;
    }
    .transi-tions {
        margin-left: -66px;
        display: flex;
        flex-wrap: wrap;
        gap: 50px;
    }
    .plat-form h4 {
        top: -114px;
        left: 156px;
        font-size: 18px;
    }
    .dyna-mic h3 {
        font-size: 26px !important;
    }
    .compe-titive {
        justify-content: space-around;
        margin-top: 50px;
        flex-wrap: wrap;
        gap: 50px;
    }
    .compe-titive ul li h2 {
        font-size: 21px;
    }
    .compe-titive ul li h4 {
        top: 17px;
        font-size: 14px;
    }
    .solu-tions h1 {
        font-size: 46px;
    }
    .impa-ctful ul li {
        top: 100px;
        left: 310px;
    }
    .my-sticky-left h2 {
        font-size: 32px;
    }
    .digit-al h2 {
        padding: 10px 0px 27px;
    }
    .commit-ted img {
        padding: 0px;
        margin-bottom: -29px;
    }
    .pass-ionate h3 {
        font-size: 30px;
    }
    .achi-eving h2 {
        font-size: 36px;
        padding: 10px 0px 0px;
    }
    .mar-ket {
        top: 10px !important;
    }
    ul.tail-ored li {
        top: 35px;
    }
    .engage-ment img {
        width: 415px;
    }
    .collab-orate h2 {
        font-size: 83px;
    }
    .Princ-iples i {
        margin-top: 29px;
        transform: translate(0px, 0px) rotate(310deg);
    }
    .Princ-iples h4 {
        font-size: 14px;
        position: relative;
        top: -7px;
    }
    .Princ-iples {
        top: -160px;
        left: 209px;
        width: 118px;
        height: 117px;
    }
    section.enga-ging {
        padding: 0px 0px;
    }
    .decisi-ons {
        padding: 1px 0px;
    }
    .results-scale {
        top: 37px !important;
    }
    .execute-best {
        top: 37px !important;
    }
    .res-ults h2 {
        font-size: 49px;
    }
    .item.exce-eded p {
        font-size: 16px;
    }
    .owl-testimonial .owl-nav button {
        position: relative !important;
        left: 203px !important;
    }
    .res-ults p {
        padding: 0px 0px 20px;
    }
    .dyna-mic h3 {
        text-align: left !important;
    }
    .measur-able ul li h3 {
        font-size: 30px;
    }
}

@media (max-width: 600px) {
    .benefits {
        padding: 10px;
    }
    .mitchell ul li h5 {
        font-size: 13px;
    }
    .mitchell ul li h3 {
        font-size: 20px;
    }
    .mitchell ul {
        left: 22px;
    }
    .unpar-alleled {
        padding: 10px;
    }
    .owl-theme .owl-nav {
        margin-top: 45px !important;
    }
    .dri-ves h2 {
        font-size: 24px;
    }
    .counter {
        font-size: 41px;
    }
    .collab-orate h2 {
        font-size: 85px !important;
    }
    .measurable-agency img {
        margin-top: 0px;
        margin-bottom: 50px !important;
    }
    .insights-ideas {
        display: block;
        padding: 25px;
    }
    .impa-ctful ul li {
        top: 119px;
        left: 157px;
    }
    .digit-al {
        padding: 10px;
    }
    .solu-tions h1 {
        margin-top: -27px;
        font-size: 22px;
    }
    .impa-ctful {
        padding-top: 19px;
    }
    section.busi-ness {
        padding: 11px;
        margin-top: 0px;
    }
    .my-sticky-left h2 {
        font-size: 25px;
    }
    .my-sticky-left p {
        font-size: 17px;
    }
    .my-sticky-left {
        padding: 10px;
    }
    .my-process-card {
        margin-bottom: -25px;
    }
    .together h2 {
        font-size: 28px;
    }
    .comm-unity p {
        padding: 23px 3px 10px;
        margin-left: 12px;
        font-size: 18px;
    }
    .branding h3 {
        font-size: 18px;
    }
    .branding p {
        font-size: 14px;
    }
    .me-dia {
        padding: 40px;
    }
    .digit-al h2 {
        font-size: 35px;
    }
    .commit-ted p {
        padding: 7px 0px 50px 0px;
        text-align: center;
    }
    .com-munity p {
        text-align: left;
        font-size: 18px;
    }
    .pass-ionate h3 {
        font-size: 15px;
    }
    .thr-ive {
        width: 74px;
        height: 72px;
        top: 29px;
        right: 2px;
    }
    .pass-ionate p {
        font-size: 13px !important;
    }
    .achi-eving h2 {
        font-size: 30px !important;
    }
    .res-ults p {
        font-size: 18px;
        text-align: center;
    }
    .mar-ket {
        top: 30px !important;
        width: 129px;
        height: 100px;
    }
    .mar-ket img {
        left: 31px !important;
        top: 17px;
    }
    .measur-able ul li h2 {
        font-size: 29px;
    }
    .measur-able ul {
        margin-top: 24px;
    }
    ul.tail-ored li {
        top: 13px;
    }
    .execute-best {
        top: 31px !important;
    }
    .results-scale {
        top: 55px !important;
    }
    .measur-able ul li h3 {
        font-size: 18px;
    }
    .measur-able p {
        font-size: 15px;
    }
    .feat-ures h2 {
        font-size: 29px;
    }
    .soluti-ons {
        padding: 19px;
    }
    .soluti-ons p {
        font-size: 15px;
    }
    .bra-nding {
        padding: 17px;
    }
    .bra-nding p {
        font-size: 15px;
    }
    .acro-ss {
        margin-top: 51px;
    }
    .acro-ss {
        padding: 15px;
    }
    .en-gaging p {
        font-size: 13px;
    }
    .en-gaging h2 {
        font-size: 19px;
    }
    .res-ults h2 {
        font-size: 34px;
    }
    .measu-rable p {
        margin-top: 9px;
    }
    .dyna-mic h3 {
        font-size: 18px !important;
    }
    .wor-king h2 {
        font-size: 27px;
    }
    .plat-form {
        padding: 116px !important;
        width: 281px !important;
    }
    .boos-ted {
        padding: 10px;
    }
    .thems-elves {
        padding: 20px;
    }
    .owl-testimonial .owl-nav button {
        position: relative !important;
        left: 48px !important;
        top: -40px !important;
    }
    .owl-testimonial .owl-nav {
        left: -54px;
        position: relative;
        top: -6px;
    }
    .compe-titive {
        margin-top: -50px;
    }
    .engage-ment img {
        width: 100% !important;
    }
    .subscribe-box {
        display: flex;
        gap: 19px;
        flex-wrap: wrap;
    }
    .plat-form h4 {
        top: -114px;
        font-size: 18px;
        left: 50px;
    }
    .collab-orate h2 {
        font-size: 47px;
    }
    .abo-ut {
        padding: 10px;
    }
    .Princ-iples {
        top: -170px;
        left: 81px;
        width: 118px;
        height: 117px;
    }
    .Princ-iples h4 {
        font-size: 14px;
        position: relative;
        top: -7px;
    }
    .header-top {
        display: none;
    }
    .align-items-center {
        background-image: url(../images/index/page-header-bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        max-width: 100% !important;
    }
    button.toggle-btn {
        padding: 10px !important;
        margin: 10px 0px;
    }
    .toggle-logo img {
        width: 170px;
    }
    .together {
        padding: 10px;
    }
    .our-service {
        padding: 22px 0px;
    }
    .appr-oach {
        margin: 13px 0px 17px 0px;
    }
    .achi-eving h2 {
        text-align: center;
    }
    .engag-ement {
        padding: 0px 0;
    }
    section.testimonials {
        padding: 0px 0px;
    }
    .discover h2 {
        font-size: 30px !important;
    }
    .unpar-alleled p {
        margin-top: 19px;
    }
    .strat-egies {
        margin-top: 30px;
    }
    section.evolvi-ng {
        padding: 0px 0px !important;
    }
    .engage-ment {
        margin-top: 37px;
        padding: 29px;
    }
    .discover {
        margin-top: 35px;
        padding: 10px;
    }
}


/* reponsive end */

.hero-text {
    font-size: 80px;
    text-align: left;
    color: #fff;
    z-index: -1;
    position: relative;
    margin-top: 34px;
}

.hero-text h1 {
    margin-top: 78px;
    font-size: 92px;
    margin-bottom: -70px;
}

#typing {
    color: #c0ff4d;
    border-right: 3px solid #c0ff4d;
    padding-right: 5px;
    animation: blink 0.7s infinite;
}

@keyframes blink {
    0% {
        border-color: transparent;
    }
    50% {
        border-color: #c0ff4d;
    }
    100% {
        border-color: transparent;
    }
}

@media(max-width:768px) {
    .hero-text {
        font-size: 28px;
    }
}