.how-we-work-slider .slick-track {
    display: flex !important;
}

.how-we-work-slider .slick-slide {
    display: flex !important;
    height: auto !important;
}

.how-we-work-slider .slick-slide>div {
    flex: 1;
}

.grecaptcha-badge {
    z-index: 4;
}

/* footer */

.footer-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.footer-main {
    padding: 60px 0;
}

.footer-main .container {
    max-width: 1260px;
}

.contact-icon {
    flex: 0 0 48px;
    min-height: 48px;
    max-width: 48px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 120px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(20px);
    border-radius: 9999px;
}

.contact-icon .icon {
    background-color: #FFFFFF;
}

.contact-info .contact-con {
    flex: 0 0 calc(100% - 48px);
    max-width: calc(100% - 48px);
    padding-left: 16px;
}

.contact-con span {
    display: block;
    font-weight: 500;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 5px;
}

.contact-info .contact-con a {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #FFFFFF;
}

.contact-info .contact-con a:hover {
    color: #587AEA;
}

.hidden {
    width: 0;
    height: 0;
    display: none;
}

.back-to-top {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: fixed;
    bottom: -50px;
    right: 20px;
    width: 2.75rem;
    height: 2.75rem;
    background: linear-gradient(90deg, #5988e2 0%, #44b0c1 100%);
    border-radius: 4.375rem;
    text-align: center;
    border: 2px solid #fff;
    opacity: 0;
    overflow: hidden;
    color: #fff;
    cursor: pointer;
}

.back-to-top.active {
    bottom: 45px;
    opacity: 1;
    z-index: 9
}

.back-to-top>div {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: all .3s ease-in-out
}

.back-to-top>.arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
}

.back-to-top>.arrow svg {
    fill: #fff;
    height: 20px;
    width: 100%;
}

.back-to-top>.text {
    font-size: .5rem;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(50%) translateX(-50%);
    opacity: 0;
    margin-top: 1px
}

@media (hover: hover) {
    .back-to-top:hover>.text {
        transform: translateY(-50%) translateX(-50%);
        opacity: 1;
    }

    .back-to-top:hover>.arrow {
        transform: translateY(-150%) translateX(-50%);
        opacity: 0;
    }

}

/* cta-sec */

.cta-sec .cta-con {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 120px 0;
    border-radius: 60px;
    border: 1px solid #FFFFFF33;
    overflow: hidden;
}

.info-box-logo {
    background-color: #FFFFFF;
    border-radius: 24px;
}

.case-study-cta-sec .cta-con::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 2;
}

.cta-con-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.cta-con-video video,
.cta-con-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cta-btn-row .btn {
    flex-basis: max-content;
}

.cta-con-inner {
    position: relative;
    z-index: 3;
}

.cta-con-inner .sec-head {
    max-width: 720px;
    margin-inline: auto;
}


/* recognition-sec */

.recognition-sec .container {
    max-width: 1340px;
}

.recognition-info-boxs {
    gap: 24px;
}

.recognition-info-boxs .recognition-info-box {
    width: calc(50% - 12px);
}

.recognition-info-boxs .info-box-logo {
    height: 227px;
    display: flex;
    padding: 60px 60px;
    margin-bottom: 24px;
}

.recognition-info-boxs .info-box-logo img {
    max-width: 232px;
    margin: 0 auto;
    max-height: 105px;
    object-fit: contain;
}

.recognition-info-boxs .info-box-con {
    padding-left: 67px;
}

.recognition-info-boxs .info-box-con .year {
    font-weight: 500;
    font-size: 19px;
    line-height: 1;
    color: #FFFFFF;
    margin-bottom: 5px;
}

.recognition-info-boxs .info-box-con p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.01em;
    color: rgba(255, 255, 255, 0.6);
    max-width: 269px;
}

.recognition-info-boxs .recognition-con .cms-con p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.01em;
    color: rgba(255, 255, 255, 0.6);
}

.recognition-con .cms-con p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.6);
}

/* how-we-work */

.how-we-work-sec {
    overflow-x: clip;
}

.how-we-work-sec .container {
    max-width: 1512px;
}

.how-we-work-slider .work-items {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 120px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 42px;
    padding: 42px;
    min-height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.work-items-icon {
    margin-bottom: 25px;
}

.work-items-con .work-items-title {
    font-weight: 500;
    font-size: 23px;
    line-height: 1.2;
    color: #FFFFFF;
    display: block;
    margin-bottom: 5px;
}

.work-items-con .cms-con {
    display: none;
}

.work-items-con .cms-con p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.01em;
    color: rgba(255, 255, 255, 0.6);
}

.how-we-work-slider .work-items-wrapper {
    padding: 0 2px;
}

.how-we-work-slider {
    margin: 0 -2px;
    padding-left: calc((100% - 1452px) / 2);
    position: relative;
    z-index: 2;
}

.how-we-work-slider .slick-list {
    padding-right: 10%;
}

.how-we-shap {
    position: absolute;
    top: -200px;
    opacity: 80%;
    width: 100%;
    height: 1280px;
    z-index: -1;
}

.how-we-shap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

/* competitive-edge */

.competitive-edge-head {
    max-width: 960px;
    margin: 0 auto;
}

.competitive-table {
    max-width: 960px;
    margin: 0 auto;
}

.competitive-table table {
    width: 100%;
    background: radial-gradient(73.76% 100.01% at 0% -0.01%, rgba(107, 107, 107, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    box-shadow: 0px 0px 120px 0px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(40px);
    border-radius: 42px;
}

.competitive-table td {
    flex: 1;
    padding: 30px 24px;
    vertical-align: middle;
}

.competitive-table td div {
    position: relative;
}

.competitive-table tbody tr {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 120px 0px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(40px)
}


.competitive-table th:nth-child(1) {
    color: #000;
    border-radius: 42px 0 0 0;
}

.competitive-table td:nth-child(2) {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) -0.1%, rgba(88, 122, 234, 0.5) 98.53%);
    border-left: 6px solid rgba(88, 122, 234, 1);
    border-radius: 12px 0 0 12px;
}

.competitive-table td:nth-child(3) {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(37, 210, 164, 0.5) 99.89%);
    border-left: 6px solid rgba(37, 210, 164, 1);
    border-radius: 12px 0 0 12px;
}

.competitive-table td:nth-child(4) {
    background-color: #E5F7FF;
}

.competitive-table th:nth-child(2) {
    background-color: #587AEA;
    border-radius: 12px;
}

.competitive-table th {
    vertical-align: middle;
    padding: 24px;
    font-weight: 500;
    font-size: 23px;
    color: #FFFFFF;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.competitive-table th img {
    margin: 0 auto;
    max-width: 250px;
    object-fit: contain;
    width: 100%;
}

.competitive-table th:nth-child(3) {
    background-color: #fff;
}

.competitive-table th:last-child {
    border-radius: 12px 42px 0 12px;
}

.competitive-table th:nth-child(4) {
    background-color: #29AAE1;
}


.competitive-table tbody tr td:first-child {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.1;
    color: rgba(255, 255, 255, 0.8);
}

.competitive-table tbody tr:last-child {
    border-radius: 0 0 42px 42px;
}

.competitive-table tbody tr td:nth-child(2) div::before,
.competitive-table td:nth-child(3) div::before,
.competitive-table td:nth-child(4) div::before {
    position: absolute;
    content: "";
    left: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    box-shadow: 0px 0px 93.366px #456DF1, 0px 0px 53.352px #456DF1, 0px 0px 31.122px #456DF1, 0px 0px 15.561px #456DF1, 0px 0px 4.446px #456DF1;
    backdrop-filter: blur(1.1115px);
    border-radius: 100px;
}

.competitive-table td:nth-child(3) div::before {
    background: #FFFFFF;
    box-shadow: 0px 0px 93.366px #45F1C3, 0px 0px 53.352px #45F1C3, 0px 0px 31.122px #45F1C3, 0px 0px 15.561px #45F1C3, 0px 0px 4.446px #45F1C3;
    backdrop-filter: blur(1.1115px);
    border-radius: 9999px;
}

.competitive-table td:nth-child(2) div,
.competitive-table td:nth-child(3) div,
.competitive-table td:nth-child(4) div {
    padding-left: 34px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #FFFFFF;
}

.competitive-table tbody,
.competitive-table thead {
    display: flex;
    flex-wrap: wrap;
}

.competitive-table tbody tr,
.competitive-table thead tr {
    margin-bottom: 4px;
    display: flex;
    width: 100%;
    gap: 4px;
}


.competitive-list {
    max-width: 800px;
    margin: 0 auto;
    padding-top: 60px;
}

.competitive-list ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.6);
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}

.competitive-list ul li:last-child {
    margin-bottom: 0;
}

.competitive-list ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../img/svg/list-icon.svg);
    opacity: 60%;
}


/* industries-serve-sec */
.industries-serve-sec{position: relative;z-index: 2;}
.industries-serve-items {
    min-height: 311px;
    display: flex !important;
    align-items: end;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 42px;
}

.industries-serve-items-logo {
    max-width: 48px;
    margin-bottom: 40px;
}

.industries-serve-items-con .title {
    font-style: normal;
    font-weight: 300;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}

.industries-video {
    position: absolute;
    top: -20%;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    mix-blend-mode: lighten;
    opacity: 50%;
}

.industries-video video {
    width: 100%;
    height: 100%;
}

.competitive-edge-sec {
    padding-top: 220px;
    overflow: hidden;
}

.competitive-edge-sec::before {
    position: absolute;
    content: "";
    z-index: -1;
    right: -20%;
    bottom: 30px;
    width: 960px;
    height: 960px;
    background-image: url(../img/svg/blue-shap.svg);
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 100%;
}

.footer-bg {
    position: absolute;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.footer-bg img {
    margin: auto;
}

.common-head-sec {
    padding-top: 110px;
    position: relative;
    z-index: 5;
}

.common-sec-head .sec-title {
    font-family: 'Tungsten';
    font-weight: 700;
    font-size: 357px;
    line-height: .8;
    text-transform: uppercase;
    background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.16) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.bg-wrapper {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
}

.contact-info .cms-con {
    max-width: 542px;
    margin-bottom: 60px;
}

.contact-info .cms-con p {
    font-weight: 400;
    font-size: 19px;
    line-height: 1.4;
    color: #FFFFFF;
}

.contact-info-detils .contact-icon {
    flex: 0 0 84px;
    min-height: 84px;
    max-width: 84px;
}

.contact-info-detils .contact-icon .icon {
    width: 27px;
    height: 27px;
}

.contact-info-detils .detils-row {
    padding: 8px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 9999px;
    margin-bottom: 8px;
}

.contact-info,
.contact-form {
    max-width: 700px;
}

.contact-form {
    background: rgba(255, 255, 255, 0.1);
    padding: 42px;
    border-radius: 24px;
}

.form-group {
    margin-bottom: 30px;
}

.form-group p {
    line-height: 1;
}

.form-label {
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
    margin-bottom: 16px;
}

.form-control {
    padding: 15px 24px;
    font-size: 16px;
    border: none;
    color: rgba(255, 255, 255, 1) !important;
    border: none;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.1);
}

.form-control:focus {
    border-color: none;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.1);
}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;

}

::placeholder {
    color: rgba(255, 255, 255, .3) !important;
}

textarea.form-control {
    resize: none;
    max-height: 241px;
    border-radius: 27px;
}

.contact-form .wpcf7-submit {
    width: 100%;
}

.contact-form span.wpcf7-spinner {
    position: absolute;
    right: 0;
    z-index: 2;
    width: 30px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip,
.wpcf7-form-control-wrap label.error {
    position: absolute;
    right: 0;
    top: -1.25rem;
    width: auto;
    height: auto;
    margin: 0;
    font-size: 12px !important;
    line-height: 12px !important;
    background: #fb0101;
    padding: .3125rem .3125rem .25rem !important;
    color: #fff !important
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip:after,
.wpcf7-form-control-wrap label.error:after,
.error:after {
    border-color: #fb0101 transparent transparent;
    -o-border-image: none;
    border-image: none;
    border-right: .375rem solid transparent;
    border-style: solid;
    border-width: .375rem;
    content: "";
    height: 0;
    left: .3125rem;
    position: absolute;
    bottom: -.625rem;
    width: 0;
    transform: rotate(360deg)
}

.wpcf7 form .wpcf7-response-output {
    padding: .3125rem !important;
    text-align: center !important;
    margin: 15px 0 0 !important
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #fb0101 !important;
    color: #fb0101 !important
}

.wpcf7-response-output {
    display: none !important;
}

.overview-pdf {
    max-width: 960px;
    margin: 0 auto;
}

.overview-pdf a {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(37, 210, 164, 0.5) 99.89%), rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 120px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    border-left: 6px solid rgba(37, 210, 164, 1);
    padding: 48px 60px;
    font-size: 48px;
    font-weight: 600;
    line-height: 1;
}

.overview-pdf a img {
    max-width: 84px;
    object-fit: cover;
}

.contact-us-sec::before,
.thank-you-sec::before {
    position: absolute;
    content: "";
    left: -38%;
    top: 0;
    background-image: url(../img/contact-shap.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.contact-us-sec::after {
    position: absolute;
    content: "";
    right: -38%;
    top: -90%;
    background-image: url(../img/contact-shap2.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.contact-us-sec .contact-info,
.contact-us-sec .contact-form,
.overview-pdf-wrapper {
    position: relative;
    z-index: 5;
}

.contact-us-sec .contact-con {
    flex: 0 0 calc(100% - 84px);
    max-width: calc(100% - 84px);
    padding-left: 16px;
}

.thank-you-sec {
    padding-top: 120px;
}

.thank-you-con {
    max-width: 960px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    box-shadow: 0px 0px 120px 0px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(40px);
    padding: 42px 42px 60px;
}

.thank-you-img {
    margin-bottom: 25px;
}

.thank-you-img img {
    max-width: 125px;
    object-fit: cover;
    margin: 0 auto;
    display: block;
}

.thank-you-con .sec-title {
    font-size: 48px;
}

.thank-you-con .cms-con p {
    font-weight: 400;
    font-size: 19px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.thank-you-con .cms-con span {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: rgba(255, 255, 255, .6);
}

.thank-you-con .sec-head {
    margin-bottom: 15px;
}

.thank-you-con .cms-con {
    margin-bottom: 40px;
}



.thank-shap-img img {
    max-width: 100%;
    object-fit: cover;
    margin: 0 auto;
}

.thank-you-sec .thank-shap-img {
    margin-top: -170px;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.thank-you-sec::before {
    left: inherit;
    right: -40%;
    top: -39%;
}

.thank-you-con-wrapper {
    position: relative;
    z-index: 5;
}

.error-sec .error-title {
    font-size: 200px;
    font-weight: 800;
    line-height: 1.2;
    color: #587AEA;
}

.error-sec .error-subtitle {
    font-size: 50px;
    line-height: 1;
    font-weight: 700;
    padding-bottom: 1.25rem;
    color: #fff;
}

/* approach-sec */

.approach-sec::after {
    position: absolute;
    right: -43%;
    top: -100%;
    content: "";
    background-image: url(../img/blue-circle-shap.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    width: 200%;
    height: 200%;
    z-index: -1;
}

.approach-col {
    background: #FFFFFF1A;
    box-shadow: 0px 0px 120px 0px #0000001A;
    backdrop-filter: blur(40px);
    padding: 24px 22px;
    height: 100%;
    border-radius: 24px;
}

.approach-item-con .cms-con ul {
    padding-left: 10px;
}

.approach-item-con span {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.1;
    color: rgba(255, 255, 255, .6);
    margin-bottom: 15px;
    display: block;
}

.approach-item-con .title {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    color: #FFFFFF;
}

.approach-item-con .cms-con {
    margin-top: 35px;
}

.approach-item-con .cms-con ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: rgba(255, 255, 255, .6);
    position: relative;
    padding-left: 17px;
    margin-bottom: 10px;

    &:last-child {
        margin-bottom: 0;
    }
}

.approach-item-con .cms-con ul li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 6px;
    width: 6px;
    height: 6px;
    background-color: rgba(255, 255, 255, .6);
    border-radius: 100px;
}

.approach-item-img {
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 35px;
}

.approach-item-img img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 404/116;
}

/* media-mentions-sec */

.media-mentions-row {
    gap: 47px 24px;
    max-width: 993px;
    margin-left: auto;
}

.media-mentions-row .media-mentions-col {
    flex: 0 0 calc(33.33% - 16px);
    max-width: calc(33.33% - 16px);
}

.media-mentions-col .media-mentions-img {
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 24px;
    display: block;
}

.media-mentions-img img {
    aspect-ratio: 315/177;
    object-fit: contain;
}

.media-mentions-col .media-mentions-con .title {
    font-weight: 500;
    font-size: 19px;
    line-height: 1.2;
    color: #FFFFFF;
    margin-bottom: 5px;
}

.media-mentions-col .media-mentions-con p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.6);
}

.media-mentions-col .platform-banner {
    border-radius: 42px;
    overflow: hidden;
}

/* platform-sec */

.platform-sec .platform-banner {
    border-radius: 42px;
    overflow: hidden;
}

.platform-sec::after {
    position: absolute;
    content: "";
    left: 0;
    top: -10%;
    width: 220%;
    height: 166%;
    background-image: url(../img/green-shap.svg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

.platform-banner img {
    aspect-ratio: 1440/610;
}

.related-case-sec .container {
    max-width: 1920px;
    padding: 0 24px;
}

.related-case-item {
    padding: 8px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 24px;
}

.related-case-item .title {
    font-weight: 500;
    font-size: 19px;
    max-width: 260px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.related-case-slider .slick-slide>div {
    padding: 0 12px;
}

.related-case-slider {
    margin: 0 -12px;
}

.related-case-item .related-case-item-img {
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 22px;
}

.related-case-item img {
    aspect-ratio: 434/244;
    object-fit: cover;
    object-position: center;
    transition: all 0.4s ease-in-out
}

.related-case-item .related-case-item-con {
    padding: 0 24px 15px;
}

.related-case-item .read-more-btn {
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: all 0.4s ease-in-out;
    min-width: 80px;
}

@media (hover: hover) {
.related-case-item a:hover .read-more-btn {
    color: #25D2A4;
}
}

.related-case-item a:hover .related-case-item-img img {
    transform: scale(1.1);
}


.slick-dots {
    text-align: center;
}

.slick-dots li {
    display: inline-block;
    padding: 3px;
}

.slick-dots li button {
    outline: none;
    font-size: 0;
    height: 6px;
    width: 20px;
    border-radius: 50px;
    border: none;
    background-color: #5a87e452;
    padding: 0;
}

.slick-dots li.slick-active button {
    background-color: #5a87e4;
}


@media screen and (min-width: 2000px) {}

@media screen and (max-width: 1600px) {
    .how-we-work-slider .work-items {
        min-height: 330px;
    }

    .recognition-info-boxs .info-box-logo {
        height: 200px;
    }

    .how-we-shap {
        height: 1150px;
    }

    .common-sec-head .sec-title {
        font-size: 250px;
    }

    .related-case-slider .slick-slide>div {
        padding: 0 6px;
    }

    .related-case-slider {
        margin: 0 -6px;
    }

    .related-case-item .related-case-item-con {
        padding: 0 10px 15px;
    }

    .related-case-item .read-more-btn {
        font-size: 14px;
    }

    .related-case-item .title {
        font-size: 18px;
    }
}

@media screen and (max-width: 1460px) {
    .how-we-work-slider {
        padding-left: 30px;
    }

    .industries-serve-items {
        min-height: 300px;
        padding: 30px;
    }

    .industries-serve-items-logo {
        margin-bottom: 30px;
    }

    .recognition-info-boxs .info-box-logo {
        height: 180px;
    }

    .recognition-info-boxs .info-box-logo img {
        max-width: 200px;
    }

    .how-we-work-slider .work-items {
        min-height: 300px;
        padding: 30px;
    }

    .how-we-shap {
        top: -140px;
        height: 1000px;
    }

    .industries-video {
        height: 95%;
    }

    .industries-serve-items-con .title {
        font-size: 25px;
    }

    .industries-serve-items-logo {
        margin-bottom: 20px;
    }

    .cta-sec .cta-con {
        padding: 100px 0;
    }

    .competitive-edge-sec::before {
        right: -30%;
    }

    .contact-info .cms-con {
        margin-bottom: 50px;
    }

    .overview-pdf-wrapper.common-sec {
        padding-top: 0;
    }

    .common-sec-head .sec-title {
        font-size: 200px;
    }

    .thank-you-con {
        padding: 35px 35px 40px;
    }

    .approach-item-con .cms-con {
        margin-top: 30px;
    }

    .approach-item-img {
        margin-bottom: 30px;
    }

    .related-case-item-con {
        flex-wrap: wrap;
    }

    .related-case-item .title {
        margin-bottom: 7px;
        max-width: 100%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        flex: 0 0 100%;
    }

    .related-case-item .related-case-item-img {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 1348px) {}

@media screen and (max-width: 1299px) {


    .industries-video {
        height: 85%;
    }

    .competitive-edge-sec {
        padding-top: 60px;
    }

    .how-we-work-slider .work-items {
        border-radius: 20px;
    }

    .recognition-info-boxs .info-box-logo img {
        max-width: 180px;
    }

    .recognition-info-boxs .info-box-logo {
        height: 130px;
        padding: 30px 40px;
    }

    .cta-sec .cta-con {
        padding: 80px 0;
    }

    .how-we-work-sec {
        padding-top: 0;
    }

    .how-we-shap {
        top: -280px;
    }

    .recognition-sec {
        padding-top: 50px;
    }

    .recognition-info-boxs .info-box-con {
        padding-left: 35px;
    }

    .overview-pdf a {
        font-size: 40px;
    }

    .common-sec-head .sec-title {
        font-size: 160px;
    }

    .contact-info .cms-con {
        margin-bottom: 40px;
    }

    .form-group {
        margin-bottom: 20px;
    }

    .thank-you-sec {
        padding-top: 100px;
    }

    .thank-you-con .sec-title {
        font-size: 40px;
    }

    .thank-you-img {
        margin-bottom: 20px;
    }

    .media-mentions-row {
        gap: 35px 24px;
    }

    .approach-sec .how-we-shap {
        top: -140px;
    }
}

@media screen and (max-width: 1199px) {
    .work-items-con .cms-con {
        display: block;
    }

    .how-we-work-slider .work-items {
        min-height: 220px;
    }

    .competitive-table td {
        padding: 22px 18px;
    }

    .industries-serve-items {
        min-height: 250px;
        padding: 20px;
    }

    .competitive-edge-sec,
    .recognition-sec {
        padding-top: 0;
    }

    .recognition-info-boxs .info-box-con {
        padding-left: 0px;
    }

    .work-items-con .cms-con p {
        font-size: 14px;
    }

    .cta-sec .cta-con {
        padding: 70px 0;
    }

    .competitive-edge-sec::before {
        width: 600px;
        height: 600px;
        right: -20%;
    }

    .contact-form {
        padding: 30px 20px;
    }

    .contact-info-detils .contact-icon {
        flex: 0 0 65px;
        min-height: 65px;
        max-width: 65px;
    }

    .thank-you-con .cms-con p {
        font-size: 16px;
    }

    .error-sec .error-title {
        font-size: 150px;
    }

    .approach-col {
        padding: 18px 15px;
        border-radius: 10px;
    }

    .approach-item-img {
        border-radius: 10px;
    }

    .approach-item-img {
        margin-bottom: 20px;
    }

    .approach-item-con .cms-con {
        margin-top: 20px;
    }

    .approach-item-con span {
        margin-bottom: 10px;
    }

    .media-mentions-col .media-mentions-con p {
        font-size: 14px;
    }

    .media-mentions-col .media-mentions-img {
        margin-bottom: 15px;
    }

    .platform-sec .platform-banner {
        border-radius: 22px;
    }
}

@media screen and (max-width: 1023px) {}

@media screen and (max-width: 992px) {


    .competitive-table th {
        font-size: 17px;
    }

    .competitive-table td:nth-child(2) div,
    .competitive-table td:nth-child(3) div,
    .competitive-table tbody tr td:first-child {
        font-size: 14px;
    }

    .competitive-table tbody tr td:nth-child(2) div::before,
    .competitive-table td:nth-child(3) div::before {
        width: 10px;
        height: 10px;
        top: 4px;
    }

    .competitive-table td:nth-child(2) div,
    .competitive-table td:nth-child(3) div {
        padding-left: 22px
    }

    .recognition-info-boxs .info-box-logo img {
        max-width: 100%;
    }

    .cta-sec .cta-con {
        padding: 60px 0;
    }

    .footer-logo {
        margin-bottom: 30px;
    }

    .recognition-info-boxs .info-box-logo {
        height: 100px;
        padding: 30px 10px;
        margin-bottom: 15px;
        border-radius: 10px;
    }

    .recognition-info-boxs .info-box-con p {
        font-size: 14px;
    }

    .footer-main {
        padding: 30px 0;
    }

    .competitive-table td {
        padding: 15px 10px;
    }

    .competitive-table table {
        border-radius: 20px;
    }

    .competitive-table tbody tr:last-child {
        border-radius: 0 0 20px 20px;
    }

    .competitive-list {
        padding-top: 40px;
    }

    .cta-sec .cta-con {
        border-radius: 20px;
    }

    .how-we-shap {
        height: 960px;
    }

    .page-template-home .footer-main:before {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        width: 100%;
        bottom: 0;
        background-color: #000;
        z-index: 1;
        height: 100%;
        opacity: 0.4;
    }

    .footer-inner {
        position: relative;
        z-index: 5;
    }

    .competitive-edge-sec::before {
        right: -29%;
    }

    .recognition-con .cms-con p {
        font-size: 14px;
    }

    .competitive-table td:nth-child(2) {
        border-radius: 6px 0 0 6px;
    }

    .competitive-table td:nth-child(3) {
        border-radius: 6px 0 0 6px;
    }

    .competitive-table th:nth-child(2) {
        border-radius: 6px;
    }

    .competitive-table th:nth-child(3) {
        border-radius: 6px 20px 0 6px;
    }

    .contact-info .contact-con a {
        font-size: 13px;
    }

    .recognition-info-boxs {
        gap: 15px 10px;
    }

    .recognition-info-boxs .recognition-info-box {
        width: calc(50% - 5px);
    }

    .how-we-work-slider {
        padding-left: 15px;
    }

    .common-head-sec {
        padding-top: 90px;
    }

    .contact-info,
    .contact-form {
        max-width: 100%;
    }

    .contact-info-detils {
        display: flex;
        gap: 12px;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    .detils-row {
        flex: 0 0 calc(50% - 6px);
        max-width: calc(50% - 6px);
    }

    .overview-pdf a {
        font-size: 30px;
        padding: 38px 40px;
    }

    .overview-pdf a img {
        max-width: 70px;
    }

    .common-sec-head .sec-title {
        font-size: 120px;
    }

    .common-head-sec {
        padding-top: 70px;
    }

    .contact-info .cms-con p {
        font-size: 16px;
    }

    .thank-you-con .cms-con {
        margin-bottom: 30px;
    }

    .thank-you-sec {
        padding-top: 80px;
    }

    .thank-you-sec .thank-shap-img {
        margin-top: -130px;
    }

    .error-sec .error-title {
        font-size: 100px;
    }

    .error-sec .error-subtitle {
        font-size: 30px;
    }

    .approach-item-con .cms-con ul li {
        font-size: 14px;
    }

    .media-mentions-row {
        gap: 24px;
    }

    .related-case-sec .container {
        padding: 0 15px;
    }

}

@media screen and (max-width: 767px) {
    .competitive-edge-sec::before {
        display: none;
    }

    .work-items-con .work-items-title {
        font-size: 20px;
    }

    .work-items-icon {
        margin-bottom: 20px;
    }

    .how-we-shap {
        top: -89px;
        height: 500px;
    }

    .competitive-table th {
        padding: 15px;
    }

    .competitive-list {
        padding-top: 30px;
    }

    .competitive-list ul li {
        margin-bottom: 15px;
        padding-left: 20px;
        font-size: 14px;
    }

    .competitive-list ul li::before {
        width: 10px;
        height: 10px;
        top: 4px;
    }

    .industries-serve-items {
        min-height: 200px;
    }

    .recognition-sec {
        padding-top: 0;
    }

    .recognition-info-boxs .info-box-logo {
        height: 80px;
        padding: 25px 10px;
    }

    .recognition-info-boxs .info-box-con .year {
        font-size: 16px;
    }

    .cta-sec .cta-con {
        padding: 50px 15px;
    }

    .contact-info-detils .detils-row:nth-child(2) {
        order: 3;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .contact-info .cms-con p {
        font-size: 14px;
    }

    textarea.form-control {
        max-height: 150px;
    }

    .overview-pdf a {
        font-size: 28px;
        padding: 25px 30px;
    }

    .overview-pdf a img {
        max-width: 60px;
    }

    .common-sec-head .sec-title {
        font-size: 100px;
    }

    .thank-you-con .sec-title {
        font-size: 35px;
    }

    .thank-you-con {
        padding: 30px;
    }

    .thank-you-sec .thank-shap-img {
        margin-top: -100px;
    }

    .error-sec .error-title {
        font-size: 80px;
    }

    .error-sec .error-subtitle {
        font-size: 26px;
        padding-bottom: 10px;
    }

    .how-we-work-slider .work-items-wrapper,
    .how-we-work-slider .work-items {
        height: 100%;
    }

    .how-we-work-slider .work-items {
        justify-content: unset;
    }

    .common-head-sec {
        padding-top: 90px;
    }

    .media-mentions-col .media-mentions-img {
        border-radius: 10px;
    }

    .media-mentions-row {
        gap: 25px 15px;
    }

    .media-mentions-row .media-mentions-col {
        flex: 0 0 calc(33.33% - 10px);
        max-width: calc(33.33% - 10px);
    }

    .platform-sec .platform-banner,
    .related-case-item,
    .related-case-item .related-case-item-img {
        border-radius: 12px;
    }

    .related-case-item .related-case-item-img {
        margin-bottom: 10px;
    }

    .related-case-item .related-case-item-con {
        padding: 0 10px 10px;
    }

    .approach-sec .how-we-shap {
        top: 0;
    }

}

@media screen and (max-width: 568px) {
    .competitive-table table {
        width: 660px;
    }

    .competitive-table {
        overflow: auto;
        padding-left: 15px;
    }

    .competitive-edge-sec .container {
        padding: 0;
    }

    .competitive-edge-head,
    .competitive-list {
        padding-left: 15px;
        padding-right: 15px;
    }

    .how-we-work-slider .slick-list {
        padding-right: 20%;
    }

    .recognition-con {
        margin-bottom: 30px;
    }

    .footer-logo {
        margin-bottom: 10px;
    }

    .contact-info {
        margin-bottom: 20px;
    }

    .industries-serve-items-con .title {
        font-size: 18px;
    }

    .industries-serve-items {
        min-height: 180px;
    }

    .how-we-work-sec {
        padding-top: 0;
    }

    .recognition-info-boxs .recognition-info-box:nth-child(3) .info-box-logo {
        padding: 18px 10px;
    }

    .detils-row {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .contact-info-detils .contact-icon {
        flex: 0 0 50px;
        min-height: 50px;
        max-width: 50px;
    }

    .contact-info-detils .contact-icon .icon {
        width: 20px;
        height: 20px;
    }

    .contact-form {
        padding: 25px 15px;
        border-radius: 10px;
    }

    textarea.form-control {
        border-radius: 12px;
    }

    .overview-pdf a {
        font-size: 17px;
        padding: 20px 10px;
        border-radius: 10px;
    }

    .overview-pdf a img {
        max-width: 40px;
    }

    .overview-pdf-wrapper.common-sec {
        padding-bottom: 0;
    }

    .form-group {
        margin-bottom: 15px;
    }

    .contact-us-sec .contact-con {
        flex: 0 0 calc(100% - 50px);
        max-width: calc(100% - 50px);
        padding-left: 10px;
    }

    .common-sec-head .sec-title {
        font-size: 80px;
    }

    .contact-info .cms-con {
        margin-bottom: 25px;
    }

    .thank-you-sec .thank-shap-img {
        margin-top: -60px;
    }

    .thank-you-con .sec-title {
        font-size: 30px;
    }

    .thank-you-con .cms-con span {
        font-size: 14px;
    }

    .thank-you-con .cms-con {
        margin-bottom: 20px;
    }

    .approach-item-con .cms-con {
        margin-top: 15px;
    }

    .approach-item-img {
        margin-bottom: 15px;
    }

    .media-mentions-row .media-mentions-col {
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }

    .media-mentions-col .media-mentions-con .title {
        font-size: 16px;
    }
    .media-mentions-col .media-mentions-con p{font-size: 12px;}

}

@media screen and (max-width: 390px) {}