.hovicon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.hovicon:before {
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}


/* Effect 1 */

.hovicon.effect-1 {
    background: rgba(255, 255, 255, 0.1);
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}

.hovicon.effect-1:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 4px #fff;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(0.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(0.8);
    opacity: 0;
}


/* Effect 1a */

.hovicon.effect-1.sub-a:hover {
    background: white;
    color: #41ab6b;
}

.hovicon.effect-1.sub-a:hover i {
    color: #41ab6b;
}

.hovicon.effect-1.sub-a:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}


/* Effect 1b */

.hovicon.effect-1.sub-b:hover {
    background: white;
    color: #41ab6b;
}

.hovicon.effect-1.sub-b:hover i {
    color: #41ab6b;
}

.hovicon.effect-1.sub-b:after {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.hovicon.effect-1.sub-b:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}


/* Effect 2 */

.hovicon.effect-2 {
    color: #eea303;
    box-shadow: 0 0 0 3px #fff;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}

.hovicon.effect-2:after {
    top: -2px;
    left: -2px;
    padding: 2px;
    z-index: -1;
    background: #fff;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
}


/* Effect 2a */

.hovicon.effect-2.sub-a:hover,
.hovicon.effect-2.sub-a:hover i {
    color: #eea303;
}

.hovicon.effect-2.sub-a:hover:after {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}


/* Effect 2b */

.hovicon.effect-2.sub-b:hover:after {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.2s;
    -moz-transition: -moz-transform 0.4s, opacity 0.2s;
    transition: transform 0.4s, opacity 0.2s;
}

.hovicon.effect-2.sub-b:hover,
.hovicon.effect-2.sub-b:hover i {
    color: #fff;
}


/* Effect 3 */

.hovicon.effect-3 {
    box-shadow: 0 0 0 4px #fff;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}

.hovicon.effect-3:after {
    top: -2px;
    left: -2px;
    padding: 2px;
    z-index: -1;
    background: #fff;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
    -moz-transition: -moz-transform 0.2s, opacity 0.3s;
    transition: transform 0.2s, opacity 0.3s;
}


/* Effect 3a */

.hovicon.effect-3.sub-a,
.hovicon.effect-3.sub-a i {
    color: #f06060;
}

.hovicon.effect-3.sub-a:hover,
.hovicon.effect-3.sub-a:hover i {
    color: #fff;
}

.hovicon.effect-3.sub-a:hover:after {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
}


/* Effect 3b */

.hovicon.effect-3.sub-b,
.hovicon.effect-3.sub-b i {
    color: #fff;
}

.hovicon.effect-3.sub-b:hover,
.hovicon.effect-3.sub-b:hover i {
    color: #f06060;
}

.hovicon.effect-3.sub-b:after {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
}

.hovicon.effect-3.sub-b:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}


/* Effect 4 */

.hovicon.effect-4.small {
    width: 45px;
    height: 45px;
}

.hovicon.effect-4.mini {
    width: 30px;
    height: 30px;
}

.hovicon.effect-4.sub-a {
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}

.hovicon.effect-4:before {
    line-height: 92px;
}

.hovicon.effect-4:after {
    top: -4px;
    left: -4px;
    padding: 0;
    z-index: 10;
}

.hovicon.effect-4:hover {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}

.security-process-box .hovicon.effect-4:hover i {
    color: #fff;
}


/* Effect 4b */

.hovicon.effect-4.sub-b:hover {
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}

.security-process-box:hover .hovicon.effect-4.sub-b:after {
    -webkit-animation: spinAround 9s linear infinite;
    -moz-animation: spinAround 9s linear infinite;
    animation: spinAround 9s linear infinite;
    border: 4px dashed #fff;
}

@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spinAround {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

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


/* Effect 5 */

.hovicon.effect-5 {
    box-shadow: 0 0 0 4px white;
    overflow: hidden;
    -webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    -moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}

.hovicon.effect-5:after {
    display: none;
}

.hovicon.effect-5:hover {
    background: white;
    color: #702fa8;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.3);
}

.hovicon.effect-5:hover i {
    color: #702fa8;
}

.hovicon.effect-5.sub-a:hover:before {
    -webkit-animation: toRightFromLeft 0.3s forwards;
    -moz-animation: toRightFromLeft 0.3s forwards;
    animation: toRightFromLeft 0.3s forwards;
}

@-webkit-keyframes toRightFromLeft {
    49% {
        -webkit-transform: translate(100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate(-100%);
    }
    51% {
        opacity: 1;
    }
}

@-moz-keyframes toRightFromLeft {
    49% {
        -moz-transform: translate(100%);
    }
    50% {
        opacity: 0;
        -moz-transform: translate(-100%);
    }
    51% {
        opacity: 1;
    }
}

@keyframes toRightFromLeft {
    49% {
        transform: translate(100%);
    }
    50% {
        opacity: 0;
        transform: translate(-100%);
    }
    51% {
        opacity: 1;
    }
}

.hovicon.effect-5.sub-b:hover:before {
    -webkit-animation: toLeftFromRight 0.3s forwards;
    -moz-animation: toLeftFromRight 0.3s forwards;
    animation: toLeftFromRight 0.3s forwards;
}

@-webkit-keyframes toLeftFromRight {
    49% {
        -webkit-transform: translate(-100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate(100%);
    }
    51% {
        opacity: 1;
    }
}

@-moz-keyframes toLeftFromRight {
    49% {
        -moz-transform: translate(-100%);
    }
    50% {
        opacity: 0;
        -moz-transform: translate(100%);
    }
    51% {
        opacity: 1;
    }
}

@keyframes toLeftFromRight {
    49% {
        transform: translate(-100%);
    }
    50% {
        opacity: 0;
        transform: translate(100%);
    }
    51% {
        opacity: 1;
    }
}

.hovicon.effect-5.sub-c:hover:before {
    -webkit-animation: toTopFromBottom 0.3s forwards;
    -moz-animation: toTopFromBottom 0.3s forwards;
    animation: toTopFromBottom 0.3s forwards;
}

@-webkit-keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}

@-moz-keyframes toTopFromBottom {
    49% {
        -moz-transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -moz-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}

@keyframes toTopFromBottom {
    49% {
        transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}

.hovicon.effect-5.sub-d:hover:before {
    -webkit-animation: toBottomFromTop 0.3s forwards;
    -moz-animation: toBottomFromTop 0.3s forwards;
    animation: toBottomFromTop 0.3s forwards;
}

@-webkit-keyframes toBottomFromTop {
    49% {
        -webkit-transform: translateY(100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }
    51% {
        opacity: 1;
    }
}

@-moz-keyframes toBottomFromTop {
    49% {
        -moz-transform: translateY(100%);
    }
    50% {
        opacity: 0;
        -moz-transform: translateY(-100%);
    }
    51% {
        opacity: 1;
    }
}

@keyframes toBottomFromTop {
    49% {
        transform: translateY(100%);
    }
    50% {
        opacity: 0;
        transform: translateY(-100%);
    }
    51% {
        opacity: 1;
    }
}


/* Effect 6 */

.hovicon.effect-6 {
    box-shadow: 0 0 0 4px white;
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}

.hovicon.effect-6:hover {
    background: white;
    color: #64bb5d;
}

.hovicon.effect-6:hover i {
    color: #64bb5d;
}

.hovicon.effect-6:hover:before {
    -webkit-animation: spinAround 2s linear infinite;
    -moz-animation: spinAround 2s linear infinite;
    animation: spinAround 2s linear infinite;
}


/* Effect 7 */

.hovicon.effect-7 {
    box-shadow: 0 0 0 4px white;
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}

.hovicon.effect-7:hover,
.hovicon.effect-7:hover i {
    color: #fff;
}

.hovicon.effect-7:after {
    top: -8px;
    left: -8px;
    padding: 8px;
    z-index: -1;
    opacity: 0;
}


/* Effect 7a */

.hovicon.effect-7.sub-a:after {
    box-shadow: 0 0 0 white;
    -webkit-transition: opacity 0.2s, box-shadow 0.2s;
    -moz-transition: opacity 0.2s, box-shadow 0.2s;
    transition: opacity 0.2s, box-shadow 0.2s;
}

.hovicon.effect-7.sub-a:hover:after {
    opacity: 1;
    box-shadow: 3px 3px 0 white;
}

.hovicon.effect-7.sub-a:before {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.7;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
}

.hovicon.effect-7.sub-a:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}


/* Effect 7b */

.hovicon.effect-7.sub-b:after {
    box-shadow: 3px 3px white;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    -moz-transition: opacity 0.2s, -moz-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
}

.hovicon.effect-7.sub-b:hover:after {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.hovicon.effect-7.sub-b:before {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.7;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
}

.hovicon.effect-7.sub-b:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}


/* Effect 8 */

.hovicon.effect-8 {
    background: rgba(255, 255, 255, 0.1);
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
}

.hovicon.effect-8:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.hovicon.effect-8:hover {
    background: rgba(255, 255, 255, 0.05);
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
    color: #fff;
}

.hovicon.effect-8:hover i {
    color: #fff;
}

.hovicon.effect-8:hover:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
}

@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}


/* Effect 9 */

.hovicon.effect-9 {
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}

.hovicon.effect-9:after {
    top: 0;
    left: 0;
    padding: 0;
    box-shadow: 0 0 0 3px #fff;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
}


/* Effect 9a */

.hovicon.effect-9.sub-a:hover:after {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    opacity: 0.5;
}

.hovicon.effect-9.sub-a:hover {
    box-shadow: 0 0 0 10px white;
    color: #fff;
}

.hovicon.effect-9.sub-a:hover i {
    color: #fff;
}


/* Effect 9b */

.hovicon.effect-9.sub-b:hover:after {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}

.hovicon.effect-9.sub-b:hover {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4);
    color: #fff;
}

.hovicon.effect-9.sub-b:hover i {
    color: #fff;
}

h3 {
    font-family: "Proxima Nova Rg";
    font-weight: 600;
    letter-spacing: -0.3px;
}

.request-btn,
.technologies-right h3,
button {
    font-family: "Proxima Nova Rg";
}

.icon-arow {
    margin-left: 15px;
    transition: 0.3s;
}

.industry-list li:hover a,
.other-link li a {
    text-decoration: underline;
}

.sparx-technologies {
    padding: 45px 0;
    background: #fff;
}

.choose-1,
.journey-left h3::after {
    background-color: #ff3d4a;
}

.sparx-technologies h2 {
    margin-bottom: 30px;
}

.Cybersecurity_content h3 {
    font-size: 2.4rem;
    font-weight: 800;
    color: #292A36;
    margin-bottom: 10px;
    position: relative;
}

.Cybersecurity_content p {
    font-size: 16px;
    color: #292A36;
    margin-bottom: 25px;
    line-height: 1.36;
    position: relative;
}

.Cybersecurity_list {
    padding-left: 15px;
}

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

.Cybersecurity_list li {
    width: 100%;
    color: #14151b;
    list-style: disclosure-closed;
    font-size: 16px;
    line-height: 1.18;
    margin-bottom: 20px;
    position: relative;
    padding-left: 5px;
}

.Cybersecurity_content {
    margin-bottom: 30px;
}


/* .Cybersecurity_list li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 5px;
    height: 5px;
    background-color: #14151b;
} */

.tab-wrap,
.technologies-left {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.animation-element {
    margin-bottom: 25px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #eee;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 8px;
}

.choose-block {
    width: 100%;
    position: relative;
}


/* 
.choose-block:hover {
    background-color: #fce5dd;
} */

.choose-box {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -25px;
    left: 30px;
    border-radius: 1px;
}

.choose-wrap {
    align-items: start;
}

.choose-client {
    display: block;
    font-size: 1.6rem;
    line-height: 1.17;
    margin-top: 5px;
    color: #000;
}

.Process-three,
.choose-2 {
    background-color: #f29474;
}

.choose-3 {
    background-color: #f8e1a0;
}

.choose-4,
.choose-5 {
    background-color: #02789e;
}

.choose-6 {
    background-color: #14151b;
}

.choose-7 {
    background-color: #a7a8a9;
}

.choose-box svg path {
    fill: #ffffff !important;
}

.client-satisfaction {
    color: #E7313D;
    font-size: 3.5rem;
}

.counter-box em {
    font-size: 24px;
}

.dollar-sine {
    font-size: 3.2rem;
}

.choose-client small {
    color: #37a800;
}


/* company-brands */

.company-brands {
    padding: 30px 0;
    background-color: #efefef;
}

.brands-title {
    color: #14151b;
    font-size: 18px;
    font-weight: 600;
    display: block;
    text-align: center;
    margin-bottom: 35px;
}

.logos-slide {
    padding: 0 10px;
}

.logos-wrap {
    width: 180px;
}

.logos-wrap svg,
.logos-wrap img {
    width: 160px;
    height: 66px;
}


/* company-brands */

.technologies-right {
    height: 100%;
    width: 100%;
    padding: 25px 15px;
    background: #e8e8ee;
}

.form-top {
    color: #e41a27;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 6px;
}

.technologies-right h3 {
    color: #e41a27;
    font-size: 2rem;
    letter-spacing: 0;
}

.technologies-form li {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

.technologies-form li label {
    color: #1b1e55;
    font-size: 17px;
    font-weight: 500;
    display: block;
    margin-bottom: 4px;
}

.technologies-form li input,
.technologies-form li textarea {
    width: 100%;
    color: #14151b;
    padding: 15px;
    font-size: 1.6rem;
    border: 1px solid #A4A5BB;
    font-family: "Proxima Nova Rg";
    font-weight: 700;
    border-radius: 8px;
    transition: all 0.3s linear;
    outline: 2px solid transparent;
}

.technologies-form li textarea {
    min-height: 85px;
}

.service-development h3 a {
    color: #14151b;
    text-decoration: underline;
}

.technologies-form li input:hover,
.technologies-form li textarea:hover {
    outline: 2px solid #0a1790;
    border-color: transparent;
}

.technologies-form li input:focus,
.technologies-form li textarea:focus {
    box-shadow: 0 0 14px rgba(10, 23, 144, 0.38);
}

#technologies_btn {
    font-size: 1.7rem;
    font-weight: 700;
    padding: 16px;
    border-radius: 40px;
    color: #14151b;
    transition: 0.5s;
    border: 1px solid #e7333f;
}

#technologies_btn:hover {
    background-color: #e7333f;
    color: #fff;
}

#technologies_btn:hover svg {
    width: 38px;
}

#technologies_btn:hover svg path {
    fill: #fff;
}

.casestudy-point li,
.item::before,
.journey-left p {
    font-weight: 600;
    font-size: 1.6rem;
}

.contact-btn:hover,
.cta-btn.view:hover,
.request-btn:hover {
    background-color: #fff;
    color: #14151b;
}

.service-section {
    padding: 50px 0;
    position: relative;
    background-color: #fff;
}

.ai-chatbot-background {
    background: url("../images/identifying-bg.jpg") no-repeat;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
}

.ai-chatbot-background::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.ai-chatbot-background .service-title {
    color: #fff;
}

.ai-chatbot-background .service-subtitle {
    color: #fff;
}


/* .service-section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
} */

.service-section .container {
    position: relative;
    z-index: 1;
}

.service-title {
    color: #14141b;
    font-size: 28px;
    margin-bottom: 14px;
}

.service-subtitle {
    color: #14141b;
    font-size: 18px;
    line-height: 1.36;
    margin-bottom: 38px;
}

.service-wrap {
    flex-wrap: wrap;
    gap: 30px;
}

.service-development {
    background-color: #fff;
    padding: 25px 15px;
    position: relative;
    border-top: 10px solid #1b1e55;
    box-shadow: 4px 6px 17.8px 2.2px rgba(0, 0, 0, .18);
}

.service-development.border_hover:hover {
    box-shadow: rgb(50 50 93 / 8%) 0px 40px 20px 0px, #1b1e55 0px 30px 60px -30px;
}

.solutions-point {
    padding-top: 20px;
}

.solutions-point li {
    color: #14151b;
    font-size: 1.8rem;
    margin-bottom: 15px;
    position: relative;
    padding-left: 22px;
}

.solutions-point li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 6px;
    height: 6px;
    background-color: #1b1e55;
    border-radius: 50%;
}

.solutions-point li:hover::before {
    background-color: #fff;
}

.service-development h3 {
    font-size: 22px;
    margin-bottom: 22px;
}

.service-development p {
    font-size: 17px;
    line-height: 1.36;
}

.cta-develop {
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    justify-content: center;
}

.Process-seven,
.Process-two,
.digital-wrapper .slick-dots li.slick-active button,
.link-highlight {
    background-color: #fff;
}

.gary-milne,
.kisan-img {
    margin-right: 20px;
}

.btn-casestudies:hover,
.link-highlight:hover,
.service-development h3 a:hover {
    color: #d60a18;
}

.service-development h3:hover .icon-arow {
    margin-left: 25px;
    transition: 0.3s;
}

.journey-background-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.digital-wrap,
.journey-left h2,
.journey-left h3,
.journey-wrap,
.review-left,
.tab-box h3 {
    position: relative;
}

.journey-background-img:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.interactive-bg img {
    object-fit: cover;
}

.blockchain-bg:after {
    background-color: rgba(0, 0, 0, 0.7);
}

.interactive-bg:after {
    background-color: rgba(0, 0, 0, 0.3);
}

.digital-journey-img {
    width: 100%;
    height: 100%;
}

.journey-left {
    margin-bottom: 33px;
}

.Process-list p br,
.ans-point,
.is-triangle,
.journey-right,
.slider-thumb,
.tabbed-content .tabs {
    display: none;
}

.journey-left h2 {
    color: #eee;
}

.link-highlight {
    color: #14151b;
    padding: 10px 12px;
    font-weight: 700;
    transition: 0.3s;
}

.btn-grow,
.connect-btn {
    background-color: #e41a27;
    color: #fff;
    font-size: 1.7rem;
    font-weight: 600;
    padding: 20px 18px;
    border-radius: 1px;
    cursor: pointer;
    border: 1px solid #e41a27;
    transition: all 0.4s linear;
}

.btn-grow:hover {
    background-color: #02789e;
    border-color: #02789e;
}

.link-arrow {
    width: 38px;
    display: inline-flex;
    margin-left: 8px;
}

.link-arrow svg {
    width: 28px;
    transition: 0.3s;
}

.btn-grow:hover svg,
.connect-btn:hover svg {
    width: 38px;
}

.connect-btn {
    background-color: #02789e;
    border-color: #02789e;
}

.connect-btn:hover {
    background-color: #e41a27;
    border-color: #e41a27;
}


/* .cta-btn.view svg,
.link-highlight svg,
.service-development svg,
.talk-btn svg {
    width: 28px;
    transition: 0.3s;
}



.cta-btn.view:hover svg,
.link-highlight:hover svg,
.link-service:hover svg,
.talk-btn:hover svg {
    width: 38px;
} */

.content-digital {
    margin-bottom: 10px !important;
}

.journey-left p {
    color: #eee;
    margin-bottom: 35px;
    line-height: 1.25;
}

.casestudy-point {
    padding-left: 15px;
}

.casestudy-point li {
    color: #0096c7;
    margin-bottom: 7px;
    line-height: 1.2;
    letter-spacing: normal;
    list-style: disc;
}

.journey-wrap {
    padding: 25px 0;
    display: block !important;
    z-index: 99;
}

.journey-left h3 {
    margin-bottom: 25px;
    display: inline-block;
}

.journey-left h3::after {
    content: "";
    width: 50px;
    height: 8px;
    position: absolute;
    left: 0;
    top: -16px;
}

.digital-wrapper .slick-slide .slide-content {
    margin: 0 10%;
    padding: 50px 100px;
    background: #fff;
}

.item.active::before,
.item::before {
    background: #fff;
    padding: 10px 12px;
}

.digital-wrapper .slick-next.slick-arrow,
.digital-wrapper .slick-prev,
.model-time-current,
.time-current::after {
    display: none !important;
}

.digital-wrapper .slick-dots {
    list-style: none;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}

.digital-wrapper .slick-dots li {
    display: inline-block;
}

.digital-wrapper .slick-dots li button {
    transition: background-color 0.2s ease-in-out;
    border: none;
    padding: 0;
    color: transparent;
    width: 10px;
    height: 10px;
    background-color: #777;
    margin-right: 10px;
    border-radius: 50%;
}

.brands-section {
    padding: 40px 0;
    background-color: #f9f8f8;
    border-bottom: 1px solid #14151b;
}

.brands-section h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 1.8rem;
    letter-spacing: 0;
    font-family: "Proxima Nova Th";
}

.global-brands {
    text-align: center;
}

.brands-menu li {
    margin: 0 10px 20px;
}

.brands-menu svg {
    width: 74px;
}

.accordion-content li b,
.tabs ul {
    font-weight: 700;
}

.tabs ul li {
    background: #eee;
}

.tabs ul li a.active,
.tabs ul li a:hover {
    background: #444;
    color: #eee;
}

.item {
    margin-bottom: 4px;
}

.footer-form h3,
.item-content p,
.other-service h3 {
    margin-bottom: 30px;
}

.tab-list {
    background-color: #14151b;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48%;
    margin-bottom: 20px;
}

.item::before {
    cursor: pointer;
    display: block;
}

.item::after {
    content: "";
    cursor: pointer;
    position: absolute;
    top: 11px;
    right: 14px;
    border: solid #1f212c;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    pointer-events: none;
}

.item.active::after {
    top: 14px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.tabbed-content .item {
    min-height: 2em;
    position: relative;
}

.gary-milne::after,
.kisan-left p::after {
    content: "";
    position: absolute;
    left: 0;
    width: 90%;
    height: 8px;
    transition: 0.5s;
    background-color: #14151b;
}

.tabbed-content .item::before {
    content: attr(data-title);
}

.tabbed-content .item .item-content {
    opacity: 0;
    visibility: hidden;
    height: 0;
}

.tabbed-content .item.active .item-content {
    opacity: 1;
    visibility: visible;
    height: auto;
    padding: 20px 5px;
}

.cta-section {
    background-color: #fce5dd;
    padding: 35px 0 40px;
    border: 6px solid #f29474;
}

.cta-btn,
.kisan-left {
    padding: 15px;
}

.cta-section strong {
    line-height: 1.04;
    font-family: "Proxima Nova Th";
    margin-bottom: 16px;
}

.cta-content {
    display: inline;
}

.cta-btn,
.tabing-list li a {
    display: inline-block;
    font-weight: 700;
}

.cta-section2 {
    background-color: #d9f6ff;
    border: 6px solid #02789e;
}

.cta-section p {
    font-size: 1.8rem;
    margin-bottom: 30px;
}

.cta-btn {
    background-color: #e42c38;
    color: #fff;
    font-size: 1.6rem;
    border-radius: 6px;
    transition: 0.5s;
    border: 1px solid #e42c38;
}

.kisan-image,
.kisan-logo,
.scanner-wrap {
    display: flex;
}

.cta-section .cta-btn:hover {
    background-color: #fce5dd;
    color: #14151b;
}

.scanner-qr {
    font-size: 1.6rem;
    color: #888;
    margin-top: 3px;
}

.slider-thumb .img-wrap .thumbnail-slider {
    height: 106px;
    border-top: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    opacity: 0.4;
}

.review-left:hover .btn-play,
.review-wrap a:hover,
.slick-current .img-wrap .thumbnail-slider {
    opacity: 1;
}

.thumbnail-slider {
    border: 1px solid #14151b;
    border-left: none;
}

.benefits-block,
.form-comment:hover,
.form-list:hover .form-control,
.kisankonnect-wrap {
    border: 1px solid #14151b;
}

.recent-work {
    padding: 55px 0;
}

.recent-work h2 {
    margin-bottom: 20px;
}

.work-title {
    font-size: 1.6rem;
    line-height: 1.36;
    margin-bottom: 24px;
}

.gary-milne {
    position: relative;
}

.kisan-image-right {
    background-color: #f5f5f5;
    padding: 0 15px;
}

.kisan-slider {
    padding-left: 42px;
}

.content-kisan {
    color: #14151b;
    font-size: 2.2rem;
}

.btn-casestudies,
.kisan-left p {
    font-size: 1.8rem;
    color: #14151b;
}

.gary-milne::after {
    bottom: 0;
}

.kisan-logo {
    align-items: center;
    margin-bottom: 40px;
}

.kisan-left p::after {
    top: -20px;
}

.benefits-box h3::after,
.tab-box h3::after {
    background-color: #ff3d4a;
    height: 8px;
    content: "";
}

.kisan-left p {
    position: relative;
    margin-bottom: 38px;
}

.scanner-img {
    margin-right: 47px;
}

.scanner-wrap {
    margin-bottom: 26px;
}

.btn-casestudies {
    font-weight: 700;
    transition: 0.3s;
}

.btn-casestudies svg {
    margin-left: 8px;
    width: 24px;
    transition: 0.3s;
}

.btn-casestudies:hover svg {
    width: 34px;
}

.accredited-section,
.footer-form {
    padding: 50px 0;
}

.accredited-wrap {
    background: #fff;
    border: 1px solid #b8b8b8;
}

.accredited-block {
    padding: 40px 20px 20px;
    border: 1px solid #b8b8b8;
    text-align: center;
}

.accredited-img {
    display: block;
    margin-bottom: 10px;
}

.rating-wrap {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rating-txt {
    font-size: 2rem;
    font-weight: 700;
    color: #14151b;
    margin-left: 10px;
}

.review-left p,
.time {
    color: #fff;
    font-weight: 600;
}

.rating-img svg {
    width: 70px;
    height: 40px;
}

.reviews-block {
    padding: 40px 0;
    overflow: hidden;
}

.reviews-block h2 {
    text-align: center;
    margin-bottom: 16px;
}

.review-title {
    margin-bottom: 32px;
    line-height: 1.35;
    text-align: center;
}

.btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0.45;
    transition: 0.3s;
    transform: translateX(-50%) translateY(-50%);
}

.review-left p {
    font-size: 1.6rem;
    line-height: normal;
    position: absolute;
    left: 0;
    bottom: 3px;
    background-color: rgba(0, 0, 0, 0.66);
    padding: 3px 6px;
    border-radius: 1px;
}

.cta-btn.view {
    padding: 16px 43px;
    background-color: #02789e;
    border: 1px solid #02789e;
}

.view:hover .icon-arow {
    margin-left: 28px;
    transition: 0.3s;
}

.cta-btn.view:hover svg path {
    fill: #14151b !important;
}

.icon-youtube,
.img-wrap {
    display: flex;
    align-items: center;
}

.review-wrap a {
    display: block;
    opacity: 0.6;
    transition: 0.5s;
}

.review-wrap {
    display: flex;
    justify-content: space-between;
    overflow-x: auto;
    padding-bottom: 10px;
}

.review-wrap li {
    flex: 0 0 80%;
    margin-right: 15px;
    margin-bottom: 18px;
}

.client-review {
    background-color: #f5f5f5;
    border: 1px solid #eee8e4;
    padding: 15px 31px 15px 9px;
    border-radius: 8px;
    position: relative;
}

.client-review p {
    font-size: 2rem;
    line-height: 20px;
    font-weight: 600;
}

.time {
    background-color: #1f2122;
    padding: 4px;
    font-size: 1.6rem;
    display: block;
    border-radius: 4px;
    position: absolute;
    right: 6px;
    bottom: 6px;
}

.Process-list,
.accordion,
.benefits-box h3,
.industry-section h2,
.que,
.request-wrap {
    position: relative;
}

.client-content p {
    color: #313131;
    font-size: 1.6rem;
    margin-bottom: 12px;
}

.youtube-logo {
    margin-right: 8px;
}

.play-video {
    font-size: 1.6rem;
    text-decoration-line: underline;
    font-weight: 600;
    color: #14151b;
}

.our-benefits {
    background-color: #f5f5f5;
    padding: 60px 0 75px;
}

.our-benefits h2 {
    margin-bottom: 16px;
}

.benifit-title {
    margin-bottom: 30px;
    line-height: 1.35;
}

.benefits-box h3 {
    color: #14151b;
    font-size: 2.4rem;
    line-height: 1;
}

.benefits-box p {
    color: #15161c;
    margin-bottom: 29px;
    font-size: 1.8rem;
    letter-spacing: -0.03em;
    min-height: 132px;
}

.benefits-box h3::after {
    width: 40px;
    position: absolute;
    left: 0;
    top: -16px;
}

.out_content p {
    font-size: 1.8rem;
    margin-bottom: 30px;
}

.benefits-box {
    width: 30%;
    padding: 40px 20px 10px;
}

.development-block {
    background-color: #f9f8f8;
    padding: 40px 0;
}

.tab-content .tab-box {
    padding: 34px 0;
}

.tabing-list {
    display: flex;
    overflow-x: scroll;
    border-bottom: 2px solid #141414;
}

.tabing-list li {
    flex: 0 0 72%;
}

.tabing-list li a {
    font-size: 1.8rem;
    padding: 17px 0;
    color: #888;
}

.tabing-list li a.active,
.tabing-list li a:hover {
    color: #d60a18;
}

.industry-detail h4 a {
    color: #14151b;
}

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

.tab-box h3::after {
    width: 40px;
    position: absolute;
    left: 0;
    top: -20px;
}

.content {
    padding-right: 30px;
    margin-bottom: 20px;
    font-size: 1.8rem;
}

.Process-list {
    border: 1px solid #000;
    margin-bottom: 30px;
    border-radius: 2px;
    padding: 15px 15px 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    z-index: 1;
}

.Process-list::after {
    position: absolute;
    content: "";
    height: 66px;
    width: 2px;
    left: 50%;
    background-color: #14151b;
    top: 100%;
}

.Process-list p {
    width: 100%;
    font-weight: 600;
}

.Process {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.Process-one {
    background-color: #ff5c67;
}

.Process-four {
    background-color: #f8e3a6;
}

.Process-five {
    background-color: #fdf9e9;
}

.Process-six {
    background-color: #8ec6db;
}

.Process-eight {
    background-color: #c7c9ca;
}

.main {
    flex-direction: row-reverse;
}

.request-btn {
    display: inline-block;
    background-color: #02789e;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0 auto;
    padding: 15px;
    cursor: pointer;
    border-radius: 4px;
    transition: 0.5s;
    border: 1px solid #02789e;
}

.ans,
.que {
    font-family: "Proxima Nova Rg";
    font-weight: 400;
    color: #14151b;
}

.request-wrap {
    display: flex;
    justify-content: center;
    margin-top: 35px;
}


/* Industries */

.industries-section {
    padding: 45px 0 20px;
    background-color: #f3f3f7;
}

.head-ai-chatbot {
    margin-bottom: 34px;
    max-width: 714px;
}

.head-ai-chatbot h2 {
    margin-bottom: 15px;
}

.industries_al_model {
    background-color: #fff;
}

.industries-head {
    margin-bottom: 26px;
}

.industries-title {
    font-size: 2.6rem;
    margin-bottom: 15px;
}

.contact-us {
    display: none;
}

.industries {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid #d1cdcd;
    border-left: 1px solid #d1cdcd;
}

.industries-logo {
    width: 50%;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    background-color: #fff;
    border-right: 1px solid #d1cdcd;
    border-bottom: 1px solid #d1cdcd;
}

.ai_chatbot_industries .industries-logo {
    box-shadow: 4px 6px 17.8px 2.2px rgba(0, 0, 0, .18);
}

.industries-img {
    text-align: center;
    margin-bottom: 8px;
}

.industries-img img {
    width: 50px;
    transition: all 0.3s linear;
}

.industries-logo strong {
    font-weight: 700;
    font-size: 1.6rem;
    color: #14151b;
    transition: all 0.4s linear;
}

.frequently-section {
    padding: 45px 0 40px;
}

.faq-space {
    padding-top: 10px;
}

.accordion {
    margin-bottom: 24px;
}

.que {
    cursor: pointer;
    font-size: 2rem;
    display: block;
    padding: 0 28px 16px 0;
    border-radius: 0.15em;
}

.faq-info {
    font-size: 16px;
    margin-bottom: 16px;
}

.ans,
.input-name,
.list-head {
    font-size: 1.8rem;
}

.bottom-line {
    background-color: #e6e6e6;
    height: 2px;
    border: none;
}

.acc-question.active .que,
.other-link li a:hover {
    color: #e42c38;
}

.acc-question.active .faq-question,
.acc-question:hover .faq-question {
    background-color: #dd1220;
    color: #fff;
}

.acc-question.active::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 1px;
    width: 2px;
    height: calc(100% - 20px);
    background-color: #14151b;
}

.acc-question:after {
    content: "";
    cursor: pointer;
    position: absolute;
    top: 4px;
    right: 5px;
    border: solid #1f212c;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    pointer-events: none;
}

.acc-question.active:after {
    top: 9px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.ans {
    line-height: normal;
    letter-spacing: -0.7px;
    word-spacing: 1.5px;
    padding: 0 10% 20px 0;
}

.list-head {
    font-weight: 600;
}

.accordion-content ul {
    padding-bottom: 10px;
}

.accordion-content li {
    font-size: 1.6rem;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.accordion-content li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 5px;
    height: 5px;
    background-color: #dad4d6;
}

.faq-question {
    background-color: #e9e7e7;
    position: absolute;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    font-family: "Proxima Nova Th";
    font-weight: 700;
    font-size: 2rem;
    color: #14151b;
    top: 1px;
    left: 0;
    display: none;
}

.form-list,
.iti {
    width: 100%;
}

.accordion-content {
    display: none;
    position: relative;
}

.footer-form h2 {
    border-bottom: 4px solid #14151b;
    padding-bottom: 3px;
    margin-bottom: 18px;
}

.form-list {
    position: relative;
    margin-bottom: 21px;
}

.country-code .input-name {
    padding: 0 50px;
}

.iti__country-name {
    font-size: 1.6rem;
}

.country-code .iti__selected-flag {
    padding: 0 10px 0 21px;
}

.input-name {
    position: absolute;
    color: #999aa1;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 8px;
    background: #fff;
    pointer-events: none;
    width: auto;
    z-index: 1;
    transition: 0.1s;
}

.form-comment,
.form-control {
    font-weight: 400;
    font-size: 1.8rem;
    width: 100%;
    transition: 0.3s;
    font-family: "Proxima Nova Rg";
    color: #14151b;
}

.form-control {
    border: 1px solid #999aa1;
    border-radius: 2px;
    padding: 16px 12px 17px 21px;
}

.form-comment {
    border: 1px solid #999aa1;
    border-radius: 2px;
    padding: 18px 12px 18px 21px;
    resize: none;
    min-height: 112px;
}

.input-comment {
    top: 22%;
}

.tooltip-box {
    position: absolute;
    top: 100%;
    margin-top: -4px;
    color: #e01321;
    font-size: 1.4rem;
    padding: 13px 12px;
    line-height: 0;
    z-index: 1;
    display: none;
}

.form-list.focused .form-control {
    border: 1px solid #02789e;
    box-shadow: 0 8px 12px #d8d4d6;
}

.form-control:focus {
    outline: 0;
}

.focused .input-name {
    font-size: 1.4rem;
    top: 0;
}

.consultation-btn {
    font-family: "Proxima Nova Rg";
    font-weight: 700;
    font-size: 1.6rem;
    background-color: #02789e;
    color: #fff;
    border: 2px solid #02789e;
    border-radius: 4px;
    padding: 12px 15px;
    transition: 0.5s;
}

.consultation-btn:hover {
    background-color: transparent;
    border: 2px solid #02789e;
    color: #14151b;
}

.other-service {
    background-color: #fbe3a9;
    padding: 40px 0;
}

.other-link li {
    background-color: #fff;
    padding: 15px;
    border-radius: 2px;
    margin-bottom: 16px;
}

.other-link li:last-child,
.time-block h4 {
    margin-bottom: 0;
}

.other-link li h3 {
    margin-bottom: 22px;
}

.other-link li a {
    color: #14151b;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 13px;
}

.time-block h4 {
    letter-spacing: -0.5px;
}

.fz-36,
.fz-48,
h2 {
    letter-spacing: -0.3px;
}

h3 {
    letter-spacing: -0.5px;
}

.benefits-slide .slick-arrow,
.recent-wrap .slick-arrow {
    position: absolute;
    top: 100%;
    background-color: #14151b;
    width: 37px;
    height: 38px;
    margin-top: 10px;
    font-size: 0;
    border-radius: 2px;
    z-index: 2;
}

.benefits-slide .slick-prev,
.recent-wrap .slick-prev {
    left: 15px;
}

.benefits-slide .slick-next,
.recent-wrap .slick-next {
    right: 15px;
}

.benefits-slide .slick-next:after,
.recent-wrap .slick-next:after {
    content: "";
    display: inline-block;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    left: 100%;
    z-index: 1;
    padding: 4px;
    top: 7px;
    transition: 0.3s ease-in;
    transform: rotate(-45deg);
}

.benefits-slide .slick-prev:after,
.recent-wrap .slick-prev:after {
    content: "";
    display: inline-block;
    border: solid #fff;
    border-width: 3px 0 0 3px;
    left: 100%;
    z-index: 1;
    padding: 4px;
    top: 7px;
    transition: 0.3s ease-in;
    transform: rotate(-45deg);
}


/* our methodology start */

.bg-none {
    background: none;
}

.our-methodology {
    padding: 40px 0;
    background-color: #fff;
}

.our-methodology h2 {
    margin-bottom: 26px;
}

.methodology-details {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
}

.methodology-boxes {
    background-color: #fff;
    padding: 25px 15px;
    width: 100%;
    position: relative;
    border-top: 10px solid #02789e;
    box-shadow: 4px 6px 17.8px 2.2px rgba(0, 0, 0, .18);
}

.methodology-img {
    overflow: hidden;
}

.methodology-boxes:last-child {
    margin-bottom: 0;
}

.methodology-title {
    line-height: 1.3;
    margin-bottom: 40px;
}

.methodology-img img {
    overflow: hidden;
    display: block;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.5s ease;
    width: 100%;
}

.methodology-detail h3 {
    font-size: 2.2rem;
    letter-spacing: -0.5px;
    font-weight: 600;
    font-family: "Proxima Nova Rg";
    color: #14151b;
    margin-bottom: 14px;
}

.methodology-detail p {
    font-size: 1.6rem;
    line-height: 1.3;
}


/* our methodology end */


/* cta */

.general-secure-cta-section {
    margin-bottom: 40px;
}

.cta-secured {
    margin-bottom: 0;
}

.secure-cta-2 {
    padding-top: 30px;
    margin-bottom: 0;
}

.general-secure-cta {
    display: flex;
    padding: 30px 15px;
    position: relative;
    text-align: center;
    background: url("../images/cta-bgc.png") no-repeat;
    background-size: cover;
}

.cta-image {
    display: none;
}

.cta-title {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
}

.cta-subtitle {
    color: #fff;
    font-size: 17px;
    line-height: 1.3;
    margin: 14px 0 40px;
}

.cta-button {
    background-color: #e41a27;
    padding: 18px 35px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.2s ease;
    cursor: pointer;
}

.cta-button:hover {
    background: #02789e;
}


/* cta close */


/* process */

.security-process-section {
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}

.consulting_process {
    background-color: #efefef;
}

.consulting_process .security-process-box {
    background-color: #fff;
}

.security-process-section .container {
    position: relative;
}

.security-process-title {
    margin-bottom: 30px;
}

.security-process-img {
    display: none;
}

.security-process-title h2 {
    color: #14151b;
    font-size: 28px;
    margin-bottom: 20px;
}

.security-process-title p {
    color: #14141b;
    line-height: 1.36;
    margin-bottom: 45px;
}

.security-process-box {
    background-color: #efefef;
    padding: 20px 15px;
    display: flex;
    border-bottom: 1px solid #aea7a7;
}

.security-process-box small {
    background-color: #00153f;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}

.security-process-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 48px;
    border-radius: 1px;
    position: relative;
    background-color: #3f91e5;
}

.security-process-icon:after {
    content: "";
    top: 100%;
    left: 50%;
    height: calc(100% + 100px);
    width: 1px;
    position: absolute;
    z-index: 0;
    background-color: #b5aeae;
    transform: translateX(-50%);
}

.security-process-icon svg {
    width: 60%;
}

.security-process-box:last-child {
    margin-bottom: 0;
}

.security-process-box:last-child .security-process-icon:after {
    display: none;
}

.security-process-sec {
    padding-left: 20px;
    position: relative;
    padding-bottom: 30px;
}

.last_box {
    border-bottom: none;
}

.security-process-box h3 {
    font-size: 20px;
    margin-bottom: 13px;
    font-family: "Proxima Nova Rg";
    position: relative;
}


/* .security-process-box h3::after {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #14141b;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: -25px;
} */

.security-process-box p {
    font-size: 17px;
    line-height: 1.38;
}

.security-process-block {
    margin-bottom: 40px;
}


/* identifying-cybersecurity */

.identifying-cybersecurity {
    background-color: #fff;
    padding: 40px 0;
    position: relative;
}

.identifying-cybersecurity h2,
.identifying-title {
    max-width: 970px;
    margin: 0 auto;
    color: #14151b;
    text-align: center;
}

.identifying-cybersecurity h2 {
    font-size: 28px;
    margin-bottom: 16px;
}

.identifying-title {
    font-size: 18px;
    line-height: 1.33;
    margin-bottom: 40px;
}

.identifying-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    flex-direction: column;
}

.identifying-box {
    background-color: #f8f7f7;
    padding: 30px 20px;
    border-top: 10px solid #0096c7;
}

.identifying-logo {
    margin-bottom: 25px;
}

.identifying-box h3 {
    color: #14151b;
    font-size: 22px;
    margin-bottom: 20px;
}

.identifying-box p {
    color: #14151b;
    font-size: 18px;
    line-height: 1.4;
}


/* cybersecurity-solutions */

.cybersecurity-solutions {
    background-color: #f3f3f7;
    padding: 40px 0 76px;
}

.solutions-slide {
    background: url("../images/cyber_vison.jpg") no-repeat;
    background-size: cover;
}

.generative-slide {
    background: url("../images/generative-ai-integration.png") no-repeat;
    background-size: cover;
}

.adaptive-slide {
    background: url("../images/adaptive-ai-integration.png") no-repeat;
    background-size: cover;
}

.interaction-slide {
    background: url("../images/interaction-bg.png") no-repeat;
    background-size: cover;
}

.blue-monitor {
    background: url("../images/work-blue-monitor.png") no-repeat;
    background-size: cover;
}

.privacy-cyber {
    background: url("../images/privacy-cyber.png") no-repeat;
    background-size: cover;
}

.cybersecurity-solutions {
    background-color: #1b1e55;
    padding: 50px 0;
    position: relative;
}


/* .cybersecurity-solutions::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
} */

.solutions-title,
.solutions-subtitle {
    max-width: 970px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
}

.solutions-title {
    font-size: 28px;
    margin-bottom: 16px;
}

.solutions-subtitle {
    font-size: 18px;
    line-height: 1.33;
    margin-bottom: 45px;
}


/* .solutions-wrap {
    position: relative;
    padding-top: 35px;
    background-color: #f9f8f8;
} */

.solutions-slide {
    display: flex;
    flex-direction: column-reverse;
}

.solutions-box {
    position: relative;
    padding: 40px 20px;
}

.solutions-box h3 {
    color: #14141b;
    font-size: 22px;
    margin-bottom: 24px;
}

.solutions-box p {
    color: #14141b;
    font-size: 18px;
    line-height: 1.37;
    margin-bottom: 24px;
}

.connect-button {
    background-color: #02789e;
    color: #fff;
    font-size: 18px;
    padding: 17px 34px;
    font-weight: 600;
    border-radius: 2px;
    border: 2px solid transparent;
    transition: all 0.3s linear;
}

.connect-button:hover {
    background-color: #e41a27;
}

.solutions-figure img {
    width: 80%;
    margin: 0 auto;
}

.solutions-slider .slick-arrow {
    position: absolute;
    top: 100%;
    background-color: #14151b;
    width: 37px;
    height: 38px;
    margin-top: 10px;
    font-size: 0;
    top: 100%;
    z-index: 2;
}

.solutions-slider .slick-disabled {
    opacity: 0.5;
}

.solutions-slider .slick-next {
    right: 0;
}

.solutions-slider .slick-prev {
    left: 0;
}

.solutions-slider .slick-next:after {
    content: "";
    display: inline-block;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    left: 100%;
    z-index: 1;
    padding: 4px;
    top: 7px;
    transition: 0.3s ease-in;
    transform: rotate(-45deg);
}

.solutions-slider .slick-prev:after {
    content: "";
    display: inline-block;
    border: solid #fff;
    border-width: 3px 0 0 3px;
    left: 100%;
    z-index: 1;
    padding: 4px;
    top: 7px;
    transition: 0.3s ease-in;
    transform: rotate(-45deg);
}


/* web */

.case_study_slider .slick-arrow {
    position: absolute;
    top: 100%;
    background-color: #fff;
    width: 37px;
    height: 38px;
    margin-top: 3px;
    font-size: 0;
    top: 100%;
    z-index: 2;
}

.case_study_slider .slick-disabled {
    opacity: 0.5;
}

.case_study_slider .slick-next {
    right: 0;
}

.case_study_slider .slick-prev {
    left: 0;
}

.case_study_slider .slick-next:after {
    content: "";
    display: inline-block;
    border: solid #000;
    border-width: 0 3px 3px 0;
    left: 100%;
    z-index: 1;
    padding: 4px;
    top: 7px;
    transition: 0.3s ease-in;
    transform: rotate(-45deg);
}

.case_study_slider .slick-prev:after {
    content: "";
    display: inline-block;
    border: solid #000;
    border-width: 3px 0 0 3px;
    left: 100%;
    z-index: 1;
    padding: 4px;
    top: 7px;
    transition: 0.3s ease-in;
    transform: rotate(-45deg);
}

.cybersecurity-web {
    padding: 45px 0 0;
}

.ll_model_bottom {
    background: #efefef;
    padding-bottom: 30px;
}

.ai-technologies {
    background: #efefef;
    padding-bottom: 40px;
}

.web-title,
.web-subtitle {
    color: #14151b;
    max-width: 1020px;
    margin: 0 auto;
    text-align: center;
}

.web-title {
    font-size: 3rem;
    margin-bottom: 16px;
}

.web-subtitle {
    font-size: 1.7rem;
    line-height: 1.45;
    margin-bottom: 38px;
}

.web-box {
    background-color: #f3f3f7;
    border-top: 10px solid #1b1e55;
    padding: 20px 15px;
    margin-bottom: 20px;
    width: 100%;
}
.ai-technologies .web-box h3 a{
    color: #14151b;
    text-decoration: underline;
    transition: 0.5s all;
}
.ai-technologies .web-box h3 a:hover {
    text-decoration: none;
}
.ll_model_bottom .web-box h3 a{
    color: #14151b;
    text-decoration: underline;
    transition: 0.5s all;
}
.ll_model_bottom .web-box h3 a:hover{ 
    text-decoration: none;
}
.ll_model_bottom .web-box {
    background-color: #fff;
}

.ai-technologies .web-box {
    background-color: #fff;
}

.web-box h3 {
    font-size: 2.2rem;
    margin-bottom: 18px;
}
.web-box h3 a{
    color: #14151b;
    text-decoration: underline;
}
.web-box h3 a:hover{
    color: #d60a18;
}

.web-box p {
    font-size: 1.7rem;
    line-height: 1.4;
}


/* ai */

.benifit-ai {
    margin-top: 35px;
}

.cybersecurity-ai-bg {
    background: url("../images/ai-model-development.jpg")no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.cybersecurity-ai-bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, #00153f 10%, #00aeef 100%) !important;
    opacity: 0.9;
    mix-blend-mode: darken;
}

.cybersecurity-ai .container {
    position: relative;
    z-index: 1;
}

.cybersecurity-ai-head {
    padding: 80px 0 130px;
    max-width: 795px;
}

.cybersecurity-ai-head h2 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 17px;
}

.cybersecurity-ai-head p {
    color: #fff;
    font-size: 17px;
    line-height: 1.38;
}

.ai-title,
.ai-subtitle {
    color: #fff;
    max-width: 1020px;
    margin: 0 auto;
}

.ai-title {
    font-size: 42px;
    margin-bottom: 16px;
}

.ai-subtitle {
    font-size: 18px;
    line-height: 1.45;
    margin-bottom: 44px;
}

.ai-wrapper {
    margin-top: -85px;
}

.ai-box {
    background-color: #fff;
    padding: 30px 15px;
    margin-bottom: 25px;
    box-shadow: 4px 6px 17.8px 2.2px rgba(0, 0, 0, .18);
}

.ai-subhead {
    margin-bottom: 22px;
    text-align: center;
}

.ai-logo {
    width: 78px;
    margin-bottom: 12px;
}

.ai-subhead h3 {
    font-size: 22px;
    margin-bottom: 0;
}


/* new */

.web-ai-section {
    /* background:url("../images/cybaer-web.jpg")no-repeat;
    background-size: cover;
    background-attachment: fixed; */
    position: relative;
    padding: 50px 0;
    background-color: #f3f3f7;
}

.web-ai-flex {}

.web-ai {
    background-color: #fff;
}

.web-block {
    margin-bottom: 40px;
}

.web-ai-title {
    background-color: #494b77;
    padding: 15px;
}

.web-ai-title h2 {
    color: #fff;
    font-size: 26px;
    letter-spacing: -0.3px;
    margin-bottom: 14px;
}

.web-ai-title p {
    color: #fff;
    font-size: 16px;
    line-height: 1.37;
}

.web-ai-content {
    padding: 22px 15px;
}

.web-ai-sec {
    margin-bottom: 25px;
    border-bottom: 1px solid #c9c5c5;
    padding-bottom: 25px;
}

.web-ai-sec:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.web-ai-sec h3 {
    color: #14151b;
    font-size: 22px;
    margin-bottom: 11px;
}

.web-ai-sec p {
    font-size: 17px;
    line-height: 1.3;
}


/* case study */

.case-study {
    padding: 45px 0;
    background-color: #1b1e55;
}

.case-study h2 {
    font-size: 28px;
    margin-bottom: 35px;
    text-align: center;
    color: #fff;
}

.casestudy-content {
    background-color: #fff;
    padding: 30px 15px;
}

.case-study-title {
    display: block;
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 16px;
}

.casestudy-content p {
    font-size: 1.7rem;
    line-height: 1.45;
}

.content-highlight {
    color: #E7313D;
    font-weight: 600;
    display: inline;
}

.casestudy-sec {
    padding: 30px 15px;
}

.casestudy-title {
    font-size: 20px;
    display: block;
    margin-bottom: 18px;
}

.casestudy-title span {
    color: #e41a27;
    font-weight: bold;
}

.casestudy-advance {
    font-size: 18px;
    margin-bottom: 16px;
    line-height: 1.32;
}

.casestudy-advance strong {
    font-weight: bold;
}

.casestudy-concern {
    padding-left: 28px;
}

.casestudy-concern li {
    font-size: 17px;
    line-height: 1.14;
    margin-bottom: 12px;
    list-style-type: disc;
}

.testimonial-section {
    padding: 20px 0 50px;
}

.client-title {
    margin-bottom: 50px;
    padding-left: 12px
}

.client-title h2 {
    color: #14151b;
    line-height: 1;
    font-weight: 700;
    font-family: "Proxima Nova Rg";
}

.review-button-sec {
    padding-top: 9px
}

.btn-review {
    display: inline-block;
    background-color: #1b1e55;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 14px 20px;
    border-radius: 40px;
    transition: .5s;
    border: 1px solid transparent
}

.btn-review:hover svg {
    width: 38px;
}

.testimonila-block {
    padding-left: 6px
}

.testimonial-wrap {
    margin-bottom: 145px
}

.client-information {
    margin-bottom: 35px
}

.client-pic {
    margin-right: 20px
}

.client-pic img {
    border-radius: 50%
}

.client-detail {
    color: #1b1e55
}

.client-country-name {
    display: block;
    margin-bottom: 11px;
    font-size: 17px;
    font-weight: 700
}

.client-name {
    font-size: 22px;
    font-weight: 700;
    font-style: italic
}

.client-speak {
    font-size: 24px;
    line-height: 1.38;
    font-weight: 400;
    letter-spacing: .3px
}

.rating-block {
    padding: 50px 15px 0;
    position: relative;
    border-top: 2px solid #d1d2dd
}

.rating-block:after,
.rating-block:before {
    content: "";
    position: absolute;
    top: -7px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #d1d2dd
}

.rating-block:after {
    left: 0;
}

.rating-block::before {
    right: 0;
}

.rating-slider {
    position: relative;
    width: 214px;
    height: 83px;
    text-align: center
}

.rating-slider figure {
    position: absolute;
    background: #fff;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 214px;
    opacity: 0;
    animation-name: fade;
    animation-duration: 6s;
    animation-iteration-count: infinite;
}

@keyframes fade {
    0%,
    100%,
    24%,
    50% {
        opacity: 0
    }
    1%,
    18% {
        opacity: 1
    }
}

.rating-slider em {
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.rating-slider figure:first-child {
    animation-delay: 0s
}

.rating-slider figure:nth-child(2) {
    animation-delay: 2s
}

.rating-slider figure:nth-child(3) {
    animation-delay: 4s
}

.rating-slider figure:nth-child(4) {
    animation-delay: 6s
}

.rating-slider figure:nth-child(5) {
    animation-delay: 8s
}

.rating-slider figure:nth-child(6) {
    animation-delay: 10s
}

.rating-slider figure:nth-child(7) {
    animation-delay: 12s
}

.rating-slider figure:nth-child(8) {
    animation-delay: 14s
}

.our-customer {
    display: block;
    max-width: 360px;
    font-size: 20px;
    font-style: italic;
    line-height: 1.03;
    margin-bottom: 45px
}

.testimonial-slider .slick-arrow {
    position: absolute;
    top: 100%;
    width: 68px;
    height: 48px;
    font-size: 0;
    margin-top: 50px;
    border-radius: 40px;
    border: 1px solid #1b1e55;
    background: 0 0;
    z-index: 2
}

.testimonial-slider .slick-arrow:after {
    content: "";
    background: url("../images/next-blue-arrow.svg") center center no-repeat;
    display: inline-block;
    width: 24px;
    height: 11px
}

.testimonial-slider .slick-prev::after {
    transform: rotate(180deg);
}

.testimonial-slider .slick-prev {
    left: 0;
}

.testimonial-slider .slick-next {
    left: 84px;
}

.testimonial-slider .slick-disabled {
    opacity: .5;
    cursor: default;
}

.tools-block {
    padding: 40px 0 15px;
}

.tools-sec {}

.tools-head {}

.tools-title {
    font-size: 2.8rem;
    margin-bottom: 16px;
}

.tools-subtitle {
    font-size: 1.7rem;
    line-height: 1.42;
    margin-bottom: 35px;
}

.tools-point {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 25px;
    background-color: #e8e8ee;
}

.tools-point li {
    font-weight: bold;
    font-size: 1.6rem;
    position: relative;
    padding: 15px;
    width: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    border-radius: 1px;
    border: 1px solid #d9d9e0;
}


/* new_choose_ue */

.why_choose_us {
    padding: 50px 0;
    background-color: #f7f7f7;
}


/* .choose_left {
    width: 50%;
    padding-bottom: 50px;
} */

.choose_content {
    font-size: 35px;
    margin-bottom: 10px;
}

.choose_content_wrap {
    margin-bottom: 30px;
}

.content_wrap {
    margin-bottom: 30px;
}

.choose_left h3 {
    font-size: 24px;
    margin-bottom: 10px;
    font-family: "Proxima Nova Rg";
    font-weight: 600;
}

.choose_left p {
    font-size: 16px;
    line-height: 1.24;
}

.choose_right {
    background-color: #1b1e55;
    padding: 30px;
}

.choose_right li {
    position: relative;
    font-size: 16px;
    margin-bottom: 25px;
    padding-left: 30px;
    color: #fff;
    letter-spacing: 0.1px;
    line-height: 1.16;
}

.choose_right li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%
}

.determine-graphic {
    padding-top: 38px;
}

.choose_left {
    padding-left: 12px;
}

.learn_more {
    font-size: 16px;
    margin-top: 20px;
    color: #fff;
    padding-left: 20px;
}


/* new_choose_ue colose*/


/* tabbing Block */

.modern-section {
    padding-top: 10px;
}

.modern-title {
    margin-bottom: 38px;
}

.modern-title h2 {
    margin-bottom: 13px;
}

.modern-title p {
    font-size: 16px;
}

.tab-item .tab-content {
    box-sizing: border-box;
    display: none;
    height: 0;
    left: 0;
    opacity: 0;
    padding: 20px 0 10px;
    position: relative;
    transition: 0.4s ease;
    visibility: hidden;
    width: 100%;
}

.tab-item .tab-content.is-active {
    display: block;
    height: auto;
    opacity: 1;
    visibility: visible;
}

.tab-title:after {
    content: "";
    cursor: pointer;
    position: absolute;
    top: 11px;
    right: 14px;
    border: solid #1f212c;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    pointer-events: none;
}

.tab-title.is-active:after {
    top: 18px;
    border-color: #dc1320;
    transform: rotate(225deg);
}

code {
    display: inline-block;
    margin: 0 10px;
}

.tab-controls {
    display: none;
    margin: 0;
    padding: 0;
}

.tab-item {
    width: 100%;
    margin-bottom: 12px;
}

.tab-item .tab-title {
    border: none;
    cursor: pointer;
    text-align: left;
    display: block;
    font-size: 17px;
    font-weight: 700;
    padding: 10px 10px;
    transition: 0.4s ease;
    width: 100%;
    background-color: #fff;
    position: relative;
}

.tab-item .tab-title:hover,
.tab-item .tab-title.is-active {
    color: #dc1320;
}

.modern-content {
    margin-bottom: 22px;
}

.modern-content h3 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 13px;
}

.modern-content p {
    font-size: 17px;
    line-height: 1.37;
}

.tab-controls .tab-item {
    width: 25%;
}

.tab-section {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    padding: 15px;
    background-color: #c0dfeb;
}


/* Ai industries */

.ai-industries {
    padding: 30px 0;
}

.ai-industries-list {
    display: flex;
    overflow: auto;
    padding-bottom: 10px;
    justify-content: space-between;
}

.ai-industries-list li {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 20px 0;
    flex: 0 0 80%;
    margin-right: 20px;
}
.ai-industries-list li a {
    color: #14151b;
    text-decoration: underline;
    transition: 0.5s all;
}
.ai-industries-list li:hover a{
   text-decoration: none;
   color: #f00;
}
.ai-industries-list li strong {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 14px;
}

.accordion-content ul li strong {
    font-weight: bold;
    padding-right: 10px;
}

.ai-industries-list li a{
    color: #14151b;
    text-decoration: underline;
}
.ai-industries-list li a:hover{
    color:#E02424;
}

@media screen and (min-width: 360px) {
    /* .choose-block {
        padding: 30px 20px 15px;
    } */
    /* .choose-client {
        min-height: 77px;
    } */
    .brands-menu li {
        margin: 0 25px 30px;
    }
    .brands-menu svg {
        width: 100px;
    }
}

@media screen and (min-width: 375px) {
    .tab-list {
        width: 48%;
        margin: 0 3px 20px;
    }
    .tools-point {
        padding: 12px;
    }
    .tools-point li {
        max-width: calc(50% - 8px);
        padding: 12px;
    }
    .Cybersecurity_content {
        margin-bottom: 22px;
    }
    .Cybersecurity_content h3 {
        margin-bottom: 15px;
    }
    .technologies-left {
        gap: 15px;
        margin-bottom: 33px;
    }
    .animation-element {
        max-width: calc(50% - 8px);
        width: 100%;
        height: 165px;
        margin-bottom: 0;
    }
    .client-satisfaction {
        font-size: 3.8rem;
    }
}

@media (min-width: 414px) {
    /* .choose-block {
      
        padding: 34px 16px;
    } */
    .choose-client {
        font-size: 1.6rem;
    }
    .animation-element {
        height: 184px;
        padding: 12px;
    }
}

@media screen and (min-width: 454px) {
    .tabing-list li {
        flex: 0 0 55%;
    }
    .review-wrap li {
        flex: 0 0 40%;
        margin-right: 20px;
    }
}

@media screen and (min-width: 576px) {
    .animation-element {
        width: 31%;
        height: 169px;
    }
    /* .Cybersecurity_list li {
        width: 48%;
    } */
    .industries-logo {
        width: 33.333%;
    }
    .tabing-list li {
        flex: 0 0 45%;
    }
    .other-link {
        display: flex;
        justify-content: space-between;
    }
    .other-link li {
        width: 32%;
        margin-bottom: 0;
    }
    .animation-element {
        width: 170px;
        height: 170px;
    }
    .brand-block {
        flex: 0 0 40%;
    }
    .apps-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .apps-block {
        width: 48%;
    }
    .tab-list {
        width: 32%;
        margin: 0 3.3px 20px;
    }
    .methodology-details {
        display: flex;
        flex-wrap: wrap;
        gap: 24px;
    }
    .methodology-boxes {
        max-width: calc(50% - 12px);
        margin-bottom: 0;
    }
    /* Ai Industries */
    .ai-industries-list li {
        flex: 0 0 67%;
        margin-right: 30px;
    }
}

@media (min-width: 768px) {
    .sparx-technologies {
        padding: 60px 0;
    }
    .sparx-technologies h2 {
        margin-bottom: 40px;
    }
    .technologies-left {
        margin-bottom: 50px;
    }
    .accredited-block {
        width: 50%;
    }
    .industry-list,
    .review-wrap,
    .service-wrap {
        overflow: visible;
    }
    .animation-element {
        width: 100%;
        max-width: calc(33.333% - 14px);
        height: 135px;
    }
    .client-satisfaction {
        font-size: 4rem;
    }
    .technologies-right h3 {
        font-size: 2.8rem;
    }
    .content-kisan,
    .cta-btn,
    .technologies-form .contact-btn {
        font-size: 2rem;
    }
    .journey-wrap {
        padding: 50px 0;
    }
    .cta-section {
        border: 12px solid #f29474;
    }
    .cta-section2 {
        border: 12px solid #02789e;
    }
    .detailes.cta-btn:hover {
        background-color: #d9f6ff;
        color: #14151b;
    }
    .journey-wrap {
        display: flex !important;
    }
    .journey-left {
        width: 85%;
    }
    .journey-left p {
        line-height: 1.3;
    }
    .journey-right {
        display: block;
        width: 32%;
    }
    .brands-menu li {
        margin: 0 33px;
    }
    .tab-list {
        margin: 0 4.5px 20px;
    }
    .tab-section h2 {
        margin-bottom: 47px;
    }
    .recent-work {
        padding: 65px 0;
    }
    .recent-wrap {
        padding-right: 1px;
    }
    .kisankonnect-wrap {
        display: flex;
        justify-content: space-between;
    }
    .kisan-left {
        padding: 60px 15px 15px 20px;
        width: 45%;
    }
    .recent-work h2 {
        letter-spacing: 0;
        margin-bottom: 14px;
    }
    .work-title {
        margin-bottom: 28px;
    }
    .kisan-left p::after {
        top: -38px;
    }
    .slider-thumb {
        border-bottom: 1px solid #14151b;
    }
    .kisan-image-right {
        width: 55%;
        padding: 0 15px;
        min-height: 510px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .ezi-ride,
    .get-book {
        align-items: flex-end;
    }
    .kisan-img {
        margin-right: 18px;
    }
    .kisan-logo {
        margin-bottom: 63px;
    }
    .Process-menu,
    .accredited-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .accredited-section h2 {
        margin-bottom: 30px;
        max-width: 600px;
    }
    .review-wrap li {
        flex: 0 0 32%;
        margin-right: 0;
    }
    .tabing-list li {
        flex: 0 0 32%;
    }
    .Process-list {
        width: 47%;
    }
    .Process-list::after,
    .captcha-wrapper {
        display: none;
    }
    .ans-point,
    .faq-question {
        display: inline-flex;
    }
    .Process-four::after,
    .Process-one::after,
    .Process-seven::after {
        display: block;
        height: 2px;
        width: 50%;
        top: 50%;
        left: 100%;
    }
    .Process-four::after,
    .Process-seven::after {
        left: auto;
        right: 100%;
    }
    .Process-four {
        order: 1;
    }
    .Process-five {
        order: 2;
    }
    .Process-six {
        order: 4;
        z-index: 9;
    }
    .Process-seven {
        order: 3;
        z-index: 9;
    }
    .Process-eight {
        order: 5;
    }
    .Process-eight::after,
    .Process-five::after,
    .Process-three::after,
    .Process-two::after {
        display: block;
        height: 50%;
        width: 2px;
        top: 100%;
        left: 50%;
    }
    .Process-eight::after {
        left: 77%;
        bottom: 100%;
        top: auto;
    }
    .Process-three::after {
        left: 77%;
    }
    .Process-eight,
    .Process-three {
        width: 100%;
    }
    .service_premise {
        flex-wrap: wrap;
    }
    .benefits-box {
        min-height: 390px;
    }
    .benefits-block .slick-track {
        display: flex;
    }
    .benefits-block .slick-slide {
        height: auto;
        border-right: 1px solid #14151b;
    }
    .industries-section {
        padding: 50px 0;
    }
    .industries-title {
        font-size: 3rem;
    }
    .industries-logo {
        width: 25%;
    }
    .ai_industries .industries-logo {
        width: 33.3333%;
    }
    .frequently-section {
        padding: 50px 0 40px;
    }
    .faq-space {
        padding-top: 0;
    }
    .accordion {
        margin-bottom: 36px;
    }
    .que {
        padding: 0 70px 23px 0;
        letter-spacing: -0.9px;
    }
    .ans-point {
        position: absolute;
        top: 0;
        left: 0;
        width: 30px;
        height: 30px;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 2rem;
        letter-spacing: -0.6px;
        font-family: "Proxima Nova Th";
        font-weight: 700;
        background-color: #14151b;
    }
    .bottom-line {
        margin-left: 40px;
    }
    .acc-question,
    .accordion-content {
        padding-left: 40px;
    }
    #service_form {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .form-main {
        width: 48%;
    }
    .btn-form {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: 20px;
    }
    .consultation-btn {
        padding: 22px 25px;
    }
    .cta-title {
        font-size: 3.4rem;
        line-height: 1;
        margin-bottom: 24px;
    }
    .our-methodology h2 {
        margin-bottom: 33px;
    }
    /* process */
    .security-process-box {
        padding: 25px 20px;
    }
    .security-process-box h3 {
        font-size: 22px;
        position: relative;
    }
    .security-process-sec h3 small {
        left: -56px;
        top: -4px;
    }
    .security-process-icon::after {
        height: calc(100% + 65px);
    }
    .identifying-cybersecurity,
    .cybersecurity-solutions,
    .service-section {
        padding: 60px 0;
    }
    .cybersecurity-solutions {
        padding-bottom: 50px;
    }
    .identifying-cybersecurity h2,
    .solutions-title,
    .service-title {
        font-size: 32px;
    }
    .solutions-box p {
        width: 60%;
    }
    .identifying-wrap {
        flex-direction: row;
    }
    .identifying-box {
        max-width: calc(50% - 10px);
    }
    .solutions-box h3 {
        font-size: 24px;
    }
    .solutions-figure img {
        width: 55%;
    }
    .solutions-slider .slick-arrow {
        top: 50%;
    }
    .solutions-slider .slick-disabled {
        display: none !important;
    }
    .brands-section {
        padding: 55px 0;
    }
    .service-wrap {
        gap: 40px;
    }
    .service-development {
        max-width: calc(50% - 20px);
    }
    .our-methodology {
        padding: 60px 0;
    }
    .web-ai-flex {
        display: flex;
        justify-content: space-between;
    }
    .web-ai {
        width: 48%;
        margin-bottom: 0;
    }
    .testimonial-section {
        padding: 60px 0;
    }
    .client-title h2 {
        margin-bottom: 0
    }
    .review-button-sec {
        padding-top: 0
    }
    .tools-block {
        padding: 50px 0;
    }
    .tools-sec {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .tools-title {
        font-size: 3rem;
    }
    .tools-subtitle {
        margin-bottom: 0;
    }
    .tools-head {
        width: 48%;
    }
    .tools-point {
        width: 43%;
    }
    .tools-point li {
        max-width: calc(50% - 10px);
    }
    /* new_choose_ue */
    .why_choose_us {
        padding: 50px 0 0;
        margin-top: 100px;
        margin-bottom: 70px;
    }
    .choose_us_wrap {
        display: flex;
        justify-content: space-between;
    }
    .choose_left {
        width: 48%;
        padding-bottom: 50px;
        padding-left: 0;
    }
    /* .choose_content {
        font-size: 40px;
    } */
    .choose_left h3 {
        font-size: 24px;
    }
    .choose_left p {
        font-size: 18px;
        line-height: 1.35;
    }
    .choose_right {
        padding: 88px 18px 20px 30px;
        width: 50%;
        margin-top: -80px;
        margin-bottom: -30px;
    }
    .choose_right li {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .learn_more {
        margin-top: 40px;
    }
    /* new_choose_ue colose*/
    /* web box */
    .web-wrapper {
        gap: 20px;
    }
    .web-box {
        max-width: calc(50% - 10px);
        margin-bottom: 0;
    }
    /* modern */
    .tab-item .tab-title {
        font-size: 20px;
        padding: 10px 14px;
    }
    /* Ai Industries */
    .ai-industries {
        padding: 50px 0;
    }
    .ai-industries-list {
        flex-wrap: wrap;
        overflow: visible;
        padding-bottom: 0;
    }
    .ai-industries-list li {
        flex: 0 0 auto;
        margin-right: 0;
        width: 48%;
    }
    .case_study_slider .slick-next {
        top: 50%;
    }
    .case_study_slider .slick-arrow {
        top: 50%;
    }
}

@media screen and (min-width: 991px) {
    .tab-controls {
        display: flex;
    }
    .tab-section .tab-item .tab-title {
        display: none;
    }
    .tab-item .tab-title {
        width: auto;
    }
}

@media (min-width: 992px) {
    /* brands */
    .brands-title {
        margin-bottom: 50px;
    }
    /* brands close*/
    .technologies-left {
        width: 54%;
        margin-bottom: 0;
    }
    .technologies-right {
        width: 40%;
    }
    .Cybersecurity_content h3 {
        font-size: 28px;
    }
    .sparx-technologies h2 {
        font-size: 30px;
        margin-bottom: 60px;
    }
    .animation-element {
        max-width: calc(33.333% - 14px);
        height: 136px;
    }
    .tabbed-content,
    .tabs ul li {
        background-color: transparent;
    }
    .journey-left h2 {
        margin-bottom: 64px;
    }
    .journey-left {
        width: 65%;
    }
    .journey-left p {
        font-weight: 400;
    }
    .link-highlight:hover .icon-arow {
        transition: 0.3s;
    }
    .brands-section {
        padding: 55px 0 50px;
    }
    .brands-menu li {
        margin: 0 26px;
    }
    .tabbed-content {
        box-shadow: none;
    }
    .item.active,
    .item.active.tab-active,
    .tabbed-content .tabs,
    .tabbed-content.tabs-side .tabs li {
        display: block;
    }
    .desk-tab {
        display: flex;
        justify-content: space-between;
        padding-bottom: 10px;
        border-bottom: 2px solid #14151b;
    }
    .tabbed-content .tabs li {
        display: inline-block;
        padding: 0;
    }
    .tabbed-content .tabs li a {
        display: block;
        font-size: 2rem;
        font-weight: 400;
        color: #14151b;
        opacity: 0.5;
    }
    .tabs ul li a.active {
        background: 0 0;
        color: #14151b;
        font-weight: 700;
        opacity: 1;
    }
    .tabs ul li a:hover {
        background-color: transparent;
        color: #14151b;
    }
    .tabbed-content .item {
        min-height: 0;
    }
    .item,
    .item::after,
    .tabbed-content .item::before {
        display: none;
    }
    .tabbed-content.tabs-side .tabs {
        width: 150px;
        float: left;
    }
    .item.tab-active {
        display: none;
        padding-left: 0;
    }
    .tab-list {
        width: 16%;
        margin: 0 6px 0 0;
    }
    .item-content p {
        max-width: 80%;
    }
    .tabbed-content.tabs-side .item {
        margin-left: 150px;
    }
    .accredited-block {
        width: 20%;
    }
    .tabing-list li {
        display: flex;
        justify-content: center;
        align-items: center;
        flex: 0 0 22%;
    }
    .tabing-list li a {
        flex-grow: 1;
        padding: 0 0 15px;
    }
    .client-wrap,
    .development-box,
    .reviews-wrapper {
        display: flex;
        justify-content: space-between;
    }
    .review-left {
        width: 55%;
    }
    .review-left img {
        height: 100%;
        object-fit: cover;
    }
    .review-left p {
        bottom: 1px;
    }
    .review-right {
        width: 40%;
        border: 1px solid #14151b;
        height: 100%;
        padding: 15px;
    }
    .slider-thumb {
        display: block;
        height: 106px;
    }
    .review-wrap li {
        margin-bottom: 10px;
    }
    .review-wrap {
        display: block;
        padding: 0;
    }
    .recent-work .slider {
        border: 1px solid #141414;
        border-bottom: none;
        margin: 0 65px;
    }
    .kisankonnect-wrap {
        border: none;
    }
    .recent-wrap .slick-disabled {
        opacity: 0.4;
        cursor: default;
    }
    .client-review {
        width: 55%;
        padding: 15px 11px 12px 9px;
    }
    .client-content {
        width: 40%;
    }
    .gary-milne {
        height: 60px;
    }
    .client-review p {
        font-size: 1.6rem;
    }
    .client-content p,
    .play-video,
    .time {
        font-size: 1.4rem;
    }
    .benefits-wrap {
        padding: 0 50px;
    }
    .development-left {
        padding-top: 40px;
    }
    .journey-left h3::after {
        top: -40px;
    }
    .benefits-box {
        padding: 60px 26px;
        min-height: auto;
    }
    .benefits-box p {
        min-height: auto;
        margin-bottom: 0;
        line-height: 1.3;
    }
    .industry-list li {
        padding: 20px;
    }
    .industry-detail {
        margin-left: 22px;
    }
    .frequently-section {
        position: relative;
    }
    .faq-space {
        padding-top: 20px;
    }
    .frequently-section h2 {
        margin-bottom: 44px;
    }
    .benefits-slide .slick-arrow,
    .recent-wrap .slick-arrow {
        top: 50%;
    }
    .benefits-slide .slick-prev,
    .recent-wrap .slick-prev {
        left: -54px;
    }
    .benefits-slide .slick-next,
    .recent-wrap .slick-next {
        right: -54px;
    }
    .general-secure-cta-section {
        padding: 0 0 19px;
    }
    .general-secure-cta-section.secure-cta-2 {
        padding: 50px 0 10px;
    }
    .general-secure-cta {
        padding: 30px;
        align-items: center;
    }
    .cta-image {
        display: block;
        width: 120px;
    }
    .cta-content {
        width: calc(100% - 120px);
        padding-left: 50px;
        text-align: left;
    }
    /* process */
    .security-process-section {
        padding: 60px 0;
        overflow: visible;
    }
    .security-process-title h2 {
        font-size: 36px;
    }
    .security-process-img {
        display: block;
    }
    .security-process-wrap {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }
    .security-process-title {
        width: 40%;
        position: sticky;
        top: 90px;
        margin-bottom: 0;
    }
    .security-process-section::before {
        max-width: 1339px;
    }
    .security-process-content {
        width: 52%;
    }
    .button-style {
        text-align: right;
    }
    .identifying-box {
        padding: 40px;
        transition: all 0.3s linear;
    }
    .identifying-box:hover {
        transform: scale(1.04);
    }
    .identifying-box h3 {
        font-size: 24px;
    }
    .solutions-subtitle {
        margin-bottom: 35px;
    }
    .solutions-wrap {
        background-color: transparent;
        padding: 0 20px;
    }
    .solutions-slide {
        flex-direction: row;
    }
    .solutions-box {
        width: 70%;
        padding: 45px;
        text-align: left;
        /* background     : rgb(255, 255, 255);
        box-shadow        : 0px 0px 50px rgba(0, 0, 0, 0.16); */
    }
    .solutions-figure {
        width: 42%;
        margin-bottom: 0;
    }
    .solutions-figure img {
        width: auto;
        height: 100%;
        object-fit: cover;
    }
    .solutions-box p {
        width: auto;
    }
    .solutions-slider .slick-arrow {
        margin-top: 0;
    }
    .solutions-slider .slick-next {
        right: 20px;
    }
    .solutions-slider .slick-prev {
        left: 20px;
    }
    .web-ai-section {
        padding: 60px 0;
    }
    .web-ai-title {
        padding: 20px;
    }
    .web-ai-content {
        padding: 26px 20px;
    }
    .casestudy-wrapper {
        display: flex !important;
    }
    .case-study {
        padding: 55px 0;
    }
    .casestudy-img {
        width: 55%;
    }
    .casestudy-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .casestudy-content {
        width: 45%;
    }
    .case-study h2 {
        font-size: 32px;
    }
    .testimonial-wrap {
        width: 55%;
        margin-bottom: 108px
    }
    .rating-block {
        width: 40%;
        border: none;
        padding: 50px 15px 0 30px;
        border-left: 2px solid #d1d2dd
    }
    .rating-block::after,
    .rating-block::before {
        left: -7px;
        top: auto
    }
    .rating-block::before {
        top: 0
    }
    .rating-block::after {
        bottom: 0
    }
    .tools-block {
        padding: 60px 0 0;
    }
    .tools-title {
        font-size: 3.4rem;
    }
    .cybersecurity-web {
        padding: 60px 0 0;
    }
    .ll_model_bottom {
        padding-bottom: 60px;
    }
    .ai-technologies {
        padding: 60px 0;
    }
    .web-title {
        font-size: 36px;
    }
    .web-subtitle {
        line-height: 1.3;
    }
    .web-wrapper {
        gap: 25px;
    }
    .web-box {
        max-width: calc(33.333% - 17px);
    }
    .ai-technologies .web-wrapper {
        gap: 15px
    }
    .ai-technologies .web-box {
        max-width: calc(25% - 12px);
    }
    .cybersecurity-ai-head {
        padding: 130px 0 130px;
    }
    .methodology-boxes {
        padding: 25px;
    }
    .benifit-ai {
        margin-top: 50px;
    }
    .cybersecurity-ai {
        padding-bottom: 15px;
    }
    .cybersecurity-ai-head {
        padding: 130px 0 130px;
    }
    .cybersecurity-ai-head h2 {
        font-size: 3.6rem;
    }
    .ai-box {
        max-width: calc(33.333% - 20px);
        margin-bottom: 0;
    }
    .ai-wrapper {
        gap: 30px;
        flex-wrap: unset !important;
    }
    .flex-unwrap {
        flex-wrap: wrap !important;
    }
    /* modern */
    .modern-section {
        padding: 50px 0;
        background-color: #efefef;
    }
    .tab-title::after {
        display: none;
    }
    .tab-item .tab-content {
        padding: 0;
    }
    .tab-item .tab-content.is-active {
        display: flex;
        justify-content: space-between;
    }
    .tab-section {
        padding: 30px;
    }
    .modern-content {
        margin-bottom: 0;
        width: 32%;
    }
    .tab-section {
        background-color: transparent;
    }
    .tab-item {
        margin-bottom: 0;
    }
    .tab_2 {
        width: 43% !important;
    }
    .tab_5 {
        width: 13% !important;
    }
    .tab-controls {
        background-color: #1b1e55;
        padding: 19px;
    }
    .tab-section {
        padding: 30px;
    }
    .modern-content {
        padding: 30px;
        min-height: 253px;
        background-color: #fff;
    }
    .tab-item .tab-title:hover,
    .tab-item .tab-title.is-active {
        color: #fff;
        background: #e41a27;
    }
    .tab-item .tab-title {
        background-color: transparent;
        color: #fff;
    }
    /* Ai Industries */
    .ai-industries-list {
        gap: 20px;
        justify-content: flex-start;
    }
    .ai-industries-list li {
        max-width: calc(33.333% - 14px);
        border-bottom: none;
        border-top: 2px solid #000;
        width: auto;
    }
    .case_study_slider .slick-arrow {
        top: 100%;
    }
}

@media (min-width: 1024px) {
    .expertise-wrap {
        flex: 0 0 31%;
    }
    .tabing-list {
        margin-bottom: 0;
        overflow: visible;
    }
    .tabing-list li {
        flex: auto;
    }
    .accordion {
        margin-bottom: 45px;
    }
    .service_premise {
        justify-content: unset !important;
        gap: 20px;
    }
}

@media (min-width: 1200px) {
    .header.stickey-header {
        background-color: #1b1e55;
    }
    .fz-36,
    .fz-48,
    h2 {
        letter-spacing: -1px;
    }
    h3 {
        letter-spacing: -0.3px;
    }
    /* h2,h3{
        background: linear-gradient(to right,#00e6e3 0%,#00e6e3 100%) no-repeat 0px 100%/0px 100%;
         transition: all .2s ease-in-out;
    }
    h2:hover,h3:hover,.service-development:hover h3,.solutions-slide:hover h3,.security-process-box:hover h3,
    .methodology-boxes:hover h3,.web-ai-title:hover h2{
        color: #15011d;
        background-size: 100% 100%;
    } */
    .brands-section {
        padding: 60px 0;
    }
    .brands-menu li {
        margin: 0 28px;
    }
    /* company-brands */
    .company-brands {
        padding: 50px 0;
    }
    .logos-slide {
        padding: 0 25px;
    }
    .logos-wrap {
        margin: 0 20px;
    }
    /* company-brands */
    .accredited-img svg,
    .brands-menu svg {
        width: auto;
    }
    .blockchain-bg:after {
        background-color: rgba(0, 0, 0, 0.14);
    }
    .blockchain-bg img {
        object-fit: inherit;
    }
    .journey-left {
        width: 60%;
    }
    .journey-right {
        width: 34%;
    }
    .journey-left h3 {
        font-size: 2.4rem;
    }
    .tabbed-content .tabs li a {
        font-size: 2rem;
    }
    .tab-wrap {
        justify-content: normal;
    }
    .tab-list {
        width: 14%;
        margin: 0 29.4px 0 0;
    }
    .item-content p {
        max-width: 90%;
        line-height: 1.35;
    }
    .sparx-technologies {
        padding: 70px 0;
        overflow: hidden;
    }
    .sparx-technologies h2 {
        font-size: 36px;
        letter-spacing: -0.9px;
        margin-bottom: 78px;
    }
    .client-satisfaction,
    .dollar-sine {
        font-size: 38px;
    }
    .Cybersecurity_list li {
        font-size: 1.7rem;
    }
    .Cybersecurity_content h3 {
        font-size: 32px;
        line-height: 1.04;
        padding-top: 10px;
    }
    .animation-element {
        border: 1px solid rgba(49, 71, 94, 0.4);
        background-color: #fff;
        padding: 12px;
        text-align: center;
        max-width: calc(33.333% - 17px);
        transition: all 0.3s linear;
    }
    .animation-element:hover {
        border-color: #1b1e55;
        transform: translateY(-3px);
    }
    .bounce-up .subject {
        opacity: 0;
        transition: 0.9s ease-out;
        transform: translate3d(0, 200, 0);
        backface-visibility: hidden;
    }
    .animation-elemen.slide-left.in-vie,
    .bounce-up.in-view .subject {
        opacity: 1;
        -moz-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate3d(0, 0, 0);
    }
    .accredited-block:hover,
    .industry-list li:hover {
        transform: scale(1.05);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
    }
    .choose-client {
        font-size: 1.6rem;
    }
    .technologies-left {
        width: 58%;
        gap: 25px;
        padding-right: 50px;
        justify-content: normal;
    }
    .technologies-right {
        width: 38%;
    }
    .technologies-form li textarea {
        min-height: 113px;
    }
    #technologies_btn {
        font-size: 1.8rem;
        padding: 16px 22px;
    }
    .benefits-box p {
        line-height: 1.4;
    }
    .expertise-title,
    .review-title {
        font-size: 1.8rem;
        margin-bottom: 40px;
    }
    .rating-txt {
        font-size: 3rem;
    }
    .cta-section {
        padding: 70px 0 50px;
    }
    .accredited-section {
        padding: 60px 0;
    }
    .accredited-block {
        padding: 40px 20px;
        transition: 0.3s;
    }
    .accredited-block:hover {
        border: 1px solid #14151b;
        border-radius: 6px;
        background-color: #fffbfb;
    }
    .accredited-section h2 {
        max-width: 630px;
        margin-bottom: 40px;
        line-height: 1;
    }
    .review-title,
    .reviews-block h2 {
        max-width: 850px;
        margin: 0 auto;
    }
    .review-title {
        margin-bottom: 40px;
    }
    .reviews-block h2 {
        margin-bottom: 14px;
    }
    .review-left p {
        bottom: 0;
        font-size: 2rem;
        padding: 5px 10px;
    }
    .client-review p {
        font-size: 1.8rem;
        margin-top: 21px;
        margin-left: 10px;
        line-height: 18px;
    }
    .client-content p,
    .play-video,
    .time {
        font-size: 1.6rem;
    }
    .client-review {
        width: 52%;
        padding: 15px;
    }
    .img-wrap {
        align-items: normal;
    }
    .img-wrap img {
        height: auto;
    }
    .request-btn::before {
        width: 304px;
        right: 69%;
        top: 68%;
    }
    .request-btn {
        padding: 23px 50px;
        font-size: 2rem;
    }
    .development-block h2 {
        margin-bottom: 45px;
    }
    .Process-menu.left {
        width: 49%;
    }
    .tab-content .tab-box {
        width: 47%;
        border: 2px solid #141414;
        border-top: none;
        border-left: none;
        margin-bottom: 25px;
        padding-right: 12px;
    }
    .tab-content {
        display: flex;
        justify-content: space-between;
    }
    .benifit-title,
    .our-benefits h2 {
        max-width: 1000px;
        margin-bottom: 10px;
    }
    .benifit-title {
        font-size: 1.8rem;
        margin-bottom: 36px;
    }
    /* Industries */
    .industries-section {
        padding: 68px 0 30px;
    }
    .ai_chatbot_industries {
        padding: 68px 0;
    }
    .industries-flex {
        display: flex;
        justify-content: space-between;
    }
    .industries-head {
        width: 35%;
        margin-bottom: 0;
        background: #fff;
        padding: 60px 30px 30px;
        border-radius: 4px;
        transition: all 0.3s linear;
    }
    .industries-head p {
        font-size: 1.8rem;
        line-height: 1.4;
        letter-spacing: 0.3px;
        margin-bottom: 24px;
    }
    .industries-title {
        font-size: 3.4rem;
        margin-bottom: 0;
    }
    .contact-us {
        display: inline-block;
        color: #e41a27;
        font-size: 20px;
        font-weight: 600;
    }
    .contact-us svg {
        width: 28px;
        margin-left: 6px;
        transition: all 0.5s linear;
    }
    .contact-us:hover svg {
        width: 38px;
    }
    .industries {
        width: 55%;
        gap: 15px;
        border: none;
    }
    .al_logo {
        width: auto;
    }
    .industries-logo {
        max-width: calc(25% - 12px);
        width: 100%;
        border: none;
        margin-bottom: 0;
        border-radius: 2px;
        background: transparent;
        border: 1px solid #ccc;
        border-radius: 4px;
        transition: all 0.4s linear;
    }
    .ai_chatbot_industries .industries-logo {
        background-color: #fff;
    }
    .ai_industries .industries-logo {
        max-width: calc(33% - 12px);
    }
    .industries-logo:hover {
        border-color: #1b1e55;
        background-color: #fff;
    }
    .industries-logo:hover strong {
        color: #1b1e55;
    }
    /* Industries  close*/
    .frequently-section h2 {
        margin-bottom: 46px;
    }
    .frequently-section:after {
        content: "";
        bottom: -37px;
        z-index: -1;
        left: 0;
        width: 0;
        height: 0;
        border-top: 175px solid transparent;
        border-left: 175px solid #e42c38;
        border-bottom: 175px solid transparent;
        display: none;
    }
    .que {
        padding: 0 170px 23px 0;
        font-size: 2.6rem;
    }
    .ans {
        font-size: 2rem;
        line-height: normal;
        word-spacing: normal;
        letter-spacing: normal;
    }
    .accordion {
        margin-bottom: 38px;
    }
    .animation-elemen.slide-left {
        opacity: 0;
        -moz-transition: 0.5s linear;
        -webkit-transition: 0.5s linear;
        -o-transition: 0.5s linear;
        transition: 0.5s linear;
        -moz-transform: translate3d(100px, 0, 0);
        -webkit-transform: translate3d(100px, 0, 0);
        -o-transform: translate(100px, 0);
        -ms-transform: translate(100px, 0);
        transform: translate3d(100px, 0, 0);
    }
    .fadei,
    .fadein {
        transition: 1.5s;
        opacity: 0;
    }
    .portfolio-project {
        padding: 20px;
    }
    .cta-content {
        display: block;
        padding-left: 100px;
    }
    .fadein {
        transform: translate(0, 110px);
    }
    .fadei {
        transform: translate(0, 200px);
    }
    .fadei.visible,
    .fadein.visible {
        opacity: 1;
        transform: translate(0, 0);
    }
    .recent-work h2,
    .work-title {
        max-width: 870px;
        margin: 0 auto 13px;
        text-align: center;
    }
    .work-title {
        font-size: 1.8rem;
        margin-bottom: 38px;
    }
    .content-kisan {
        font-size: 2.6rem;
    }
    .Process-list {
        opacity: 0;
        transition: 0.5s linear;
        white-space: normal;
    }
    .Process-list.in-view {
        opacity: 1;
    }
    .Process-one {
        transition-delay: 0.3s;
    }
    .Process-two {
        transition-delay: 0.4s;
    }
    .Process-three {
        transition-delay: 0.5s;
    }
    .Process-four {
        transition-delay: 0.6s;
    }
    .Process-five {
        transition-delay: 0.7s;
    }
    .Process-six {
        transition-delay: 0.8s;
    }
    .Process-seven {
        transition-delay: 0.9s;
    }
    .Process-eight {
        transition-delay: 1s;
    }
    .Process-nine {
        transition-delay: 1.1s;
    }
    .time-block-section {
        padding: 60px 0 50px;
    }
    .feed-wrap {
        padding: 0;
    }
    .other-service {
        padding: 55px 0;
    }
    .other-link li {
        padding: 45px;
    }
    .other-link li a {
        font-size: 3rem;
        margin-bottom: 16px;
    }
    .other-link li p {
        font-size: 1.8rem;
        line-height: 1.4;
    }
    .our-methodology {
        padding: 60px 0 20px;
    }
    .methodology-title {
        font-size: 18px;
    }
    .methodology-boxes {
        max-width: calc(33.33% - 16px);
        transition: all 0.4s ease-in-out;
    }
    /* .methodology-boxes:hover {
        transform: scale(1.1);
        background: #f3f3f7;
    } */
    .methodology-detail p {
        font-size: 17px;
        min-width: 341px;
    }
    .out_content p {
        font-size: 2rem;
        margin-bottom: 40px;
    }
    .cta-title {
        font-size: 36px;
    }
    .general-secure-cta::before {
        width: 400px;
        height: 12px;
    }
    /* process */
    .security-process-section {
        padding: 70px 0;
    }
    /* .security-process-section::before {
        content: "";
        background: url("../images/process-bg.png") no-repeat;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 1000px;
        height: 650px;
    } */
    .security-process-title {
        top: 115px;
    }
    .security-process-title h2 {
        font-size: 39px;
        margin-bottom: 27px;
    }
    .security-process-title p {
        font-size: 18px;
    }
    .security-process-box {
        padding: 30px 0px 0 25px;
        transition: all 0.4s linear;
    }
    .security-process-box:hover {
        background-color: #1b1e55;
        border-bottom: 1px solid transparent;
    }
    .security-process-box:hover * {
        color: #fff;
        transition: all 0.4s linear;
    }
    .security-process-box:hover small {
        background-color: #fff;
        color: #14151b;
        transition: all 0.4s linear;
    }
    .security-process-box h3 {
        font-size: 26px;
    }
    .security-process-box:hover h3:after {
        background-color: #fff;
    }
    .security-process-sec {
        padding-left: 60px;
    }
    .security-process-icon::after {
        height: calc(100% + 85px);
    }
    .security-process-sec h3 small {
        top: -5px;
    }
    .identifying-cybersecurity h2,
    .solutions-title,
    .service-title {
        font-size: 38px;
    }
    .service-title {
        max-width: 870px;
    }
    .identifying-title {
        max-width: 870px;
        margin: 0 auto 50px;
    }
    .identifying-box {
        padding: 55px;
    }
    .identifying-box h3 {
        font-size: 28px;
    }
    .identifying-wrap {
        gap: 40px;
    }
    .identifying-box {
        max-width: calc(50% - 20px);
    }
    .cybersecurity-solutions {
        padding-bottom: 75px;
    }
    .solutions-box h3 {
        font-size: 30px;
    }
    .solutions-box {
        width: 52%;
        padding: 55px 50px;
    }
    .solutions-figure {
        width: 48%;
        top: 0;
    }
    .solutions-wrap {
        padding: 0 30px;
    }
    .solutions-slider .slick-next {
        right: 30px;
    }
    .solutions-slider .slick-prev {
        left: 30px;
    }
    .service-subtitle {
        margin-bottom: 50px;
    }
    .service-wrap {
        gap: 30px;
    }
    .service-development {
        max-width: calc(33.333% - 20px);
        padding: 40px;
        transition: 0.3s;
    }
    .hipaa_service_section .service-development {
        max-width: calc(49% - 20px);
    }
    .consulting_hipaa {
        background: #efefef;
    }
    /* .service-development:hover {
        animation: 5s ease 0s infinite normal none running kYYQgs;
        box-shadow: rgba(0, 0, 0, 0.1) 5px -5px 30px -10px;
        transform: translate(3px, -3px);
    } */
    .service-development h3 {
        font-size: 28px;
        line-height: 1;
    }
    .general-secure-cta-section.secure-cta-2 {
        padding-bottom: 0;
        padding: 65px 0 10px;
    }
    .web-ai-section {
        padding: 70px 0;
    }
    .web-ai-title {
        padding: 25px 20px;
    }
    .web-ai-title h2 {
        font-size: 32px;
    }
    .web-ai-sec h3 {
        font-size: 26px;
    }
    .web-ai-content {
        padding: 30px 25px;
    }
    .case-study {
        padding: 65px 0;
    }
    .case-study h2 {
        font-size: 38px;
    }
    .casestudy-content {
        padding: 40px 25px;
    }
    .case-study-title {
        font-size: 2.8rem;
        margin-bottom: 22px;
    }
    .casestudy-content p {
        font-size: 1.8rem;
    }
    .testimonial-section {
        padding: 65px 0
    }
    .client-title h2 {
        font-size: 36px
    }
    .tools-head {
        width: 44%;
    }
    .tools-title {
        font-size: 3.8rem;
    }
    .web-wrapper {
        gap: 30px;
    }
    .web-title {
        font-size: 3.8rem;
    }
    .web-box {
        max-width: calc(33.333% - 20px);
        padding: 30px 25px;
        transition: all 0.4s linear;
    }
    .web-box:hover {
        background-color: #fff;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    }
    .web-box h3 {
        font-size: 2.6rem;
    }
    .cybersecurity-ai-head h2 {
        font-size: 3.8rem;
    }
    .ai-box {
        padding: 35px 30px;
    }
    .ai-box p {
        font-size: 17px;
        line-height: 1.36;
    }
    .ai-subhead {
        display: flex;
        text-align: left;
    }
    .ai-logo {
        width: 65px;
        margin-bottom: 0;
    }
    .ai-subhead h3 {
        width: calc(100% - 65px);
        padding-left: 30px;
    }
    /* .border_hover::before {
        content: "";
        position: absolute;
        border: 2px solid;
        top: 15px;
        left: 15px;
        height: calc(100% - 30px);
        width: calc(100% - 30px);
        opacity: 0;
        transform: scale(1.1);
        transition: .3s linear;
        pointer-events: none;
        border-radius: 5px;
        background: linear-gradient(133deg, #02789e 48%, #ca5b5b 49%, #3d1414 59%, #f2e9e9 83%);
    }
    .border_hover:hover::before {
        opacity: 1;
        transform: scale(1);
        width: 0;
        height: 0;
    } */
    /* why choose us */
    .choose_right {
        width: 45%;
    }
    /* modern-section */
    .modern-section {
        padding: 70px 0;
    }
    .tab_2 {
        width: 36% !important;
    }
    .modern-content {
        padding: 40px;
    }
    .modern-content h3 {
        font-size: 28px;
        margin-bottom: 24px;
    }
    .modern-content p {
        font-size: 18px;
        line-height: 1.47;
    }
    /* modern-section close*/
    /* Ai Industries */
    .ai-industries-list {
        gap: 35px;
    }
    .ai-industries-list li {
        max-width: calc(33.333% - 24px);
    }
    .case_study_slider .slick-next {
        right: -30px;
    }
    .case_study_slider .slick-prev {
        left: -30px;
    }
    .case_study_slider .slick-arrow {
        top: 50%;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1170px;
    }
    .service_premise {
        gap: 30px;
    }
    .service_premise .expertise-wrap {
        flex: 0 0 auto;
        max-width: calc(33.33% - 20px);
    }
    .benefits-box {
        min-height: auto;
    }
    .industry-section .container {
        padding: 0 15px;
    }
    .frequently-section {
        padding: 90px 0 60px;
    }
    .faq-space {
        padding-top: 0;
    }
    .frequently-section h2 {
        margin-bottom: 64px;
    }
    .que {
        padding: 0 200px 35px 0;
    }
    .ans-point {
        top: 0;
    }
    .ans {
        padding: 3px 18% 20px 0;
    }
    .acc-question,
    .accordion-content {
        padding-left: 55px;
    }
    .acc-question::after {
        padding: 6px;
        right: 23px;
    }
    .bottom-line {
        margin-left: 55px;
    }
    .methodology-details {
        gap: 30px;
    }
    .methodology-boxes {
        max-width: calc(33.33% - 20px);
        margin-bottom: 0;
    }
}

@media (min-width: 1366px) {
    .tab-box h3,
    .technologies-right h3 {
        font-size: 3rem;
        letter-spacing: -0.3px;
    }
    .container {
        max-width: 1270px;
    }
    .sparx-technologies {
        padding: 70px 0;
    }
    .sparx-technologies h2 {
        margin-bottom: 88px;
    }
    .technologies-right {
        width: 40%;
        padding: 40px 35px;
    }
    .animation-element {
        padding: 18px;
    }
    .Cybersecurity_content h3 {
        font-size: 36px;
        max-width: 636px;
        margin-bottom: 25px;
    }
    .client-satisfaction,
    .dollar-sine {
        font-size: 44px;
    }
    .service-development p {
        font-size: 1.8rem;
    }
    /* .choose-block {
        min-height: 220px;
        padding: 66px 0 30px 31px;
    } */
    .choose-box {
        width: 70px;
        height: 70px;
    }
    /* company-brands */
    .company-brands {
        padding: 40px 0 50px;
    }
    .brands-title {
        margin-bottom: 60px;
    }
    /* company-brands */
    .technologies-right h3 {
        margin-bottom: 26px;
    }
    .technologies-form li {
        margin-bottom: 18px;
    }
    .animation-elemen {
        opacity: 0;
        position: relative;
    }
    .animation-elemen.slide-left {
        opacity: 0;
        transition: 0.5s linear;
        transform: translate3d(100px, 0, 0);
    }
    .animation-elemen.slide-left.in-vie {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
    .digital-journey {
        margin-top: -24px;
    }
    .journey-left {
        width: 66%;
        padding-top: 23px;
    }
    .journey-left p {
        max-width: 600px;
    }
    .link-highlight {
        font-size: 3rem;
        padding: 10px 13px 10px 13px;
        letter-spacing: -0.046em;
    }
    .journey-left h2 {
        margin-bottom: 68px;
        padding-right: 20px;
    }
    .link-highlight.icon-arow {
        margin-left: 8px;
    }
    .journey-left h3,
    .rating-wrap {
        margin-bottom: 26px;
    }
    .digital-wrapper .slick-dots li button {
        width: 12px;
        height: 12px;
        margin-right: 10px;
    }
    .digital-wrapper .slick-dots {
        bottom: 48px;
    }
    .brands-section {
        padding: 65px 0;
    }
    .brands-section h2 {
        margin-bottom: 55px;
    }
    .tab-section {
        padding: 60px 0 20px;
    }
    .tab-section h2 {
        max-width: 970px;
        margin-bottom: 54px;
    }
    .tabbed-content .item.active .item-content {
        padding: 28px 0 0;
    }
    .item-content p {
        max-width: 64%;
        margin-bottom: 44px;
    }
    .tab-list {
        width: 170px;
        height: 93.5px;
        margin-right: 30px;
    }
    .gary-milne,
    .tab-list:last-child {
        margin-right: 0;
    }
    .cta-section {
        padding: 64px 0 68px;
    }
    .cta-section p {
        margin-bottom: 35px;
        padding: 0 123px;
    }
    .cta-btn {
        padding: 15px 22px;
    }
    .recent-work .slider {
        border-bottom: none;
        margin: 0 79px;
    }
    .benefits-slide .slick-prev,
    .recent-wrap .slick-prev {
        left: -80px;
    }
    .recent-wrap .slick-arrow {
        top: 52%;
    }
    .recent-wrap .slick-next {
        right: -79px;
    }
    .content-kisan {
        font-size: 3rem;
    }
    .kisan-left {
        width: 34%;
        padding: 60px 30px 15px 40px;
    }
    .kisan-left p::after {
        width: 98%;
        top: -45px;
    }
    .kisan-image-right {
        width: 62.3%;
        padding: 0;
    }
    .gary-milne {
        border-radius: 8px;
    }
    .accredited-section {
        padding: 30px 0 70px;
    }
    .accredited-block {
        padding: 41px 25px 17px 14px;
    }
    .accredited-img {
        display: block;
        margin-bottom: 23px;
    }
    .rating-img svg {
        width: 105px;
        height: 34px;
        margin-right: 11px;
    }
    .accredited-section h2 {
        margin-bottom: 35px;
        max-width: 820px;
    }
    .reviews-block {
        padding: 40px 0 44px;
    }
    .review-left {
        width: 62%;
    }
    .review-right {
        width: 36.2%;
        padding: 21px 0 10px 19px;
    }
    .client-wrap {
        margin-bottom: 21px;
    }
    .client-review {
        width: 49%;
        padding: 15px 0 15px 17px;
    }
    .time {
        padding: 6px 11px;
    }
    .client-content {
        width: 47%;
    }
    .client-content p {
        max-width: 180px;
    }
    .development-block {
        padding: 58px 0;
    }
    .development-block h2 {
        margin-bottom: 50px;
    }
    .tab-box h3 {
        margin-bottom: 22px;
    }
    .Process-list {
        position: relative;
        z-index: 2;
        min-height: 112px;
        margin-bottom: 0;
        width: auto;
    }
    .Process-menu.left {
        align-items: center;
    }
    .main::before {
        position: absolute;
        content: "";
        left: 30px;
        height: auto;
        width: 0;
        top: 50%;
        border: 1px dashed #14151b;
        background: 0 0;
        transition: 0.5s;
    }
    .Process-eight,
    .Process-reverse,
    .main,
    .request-btn {
        position: relative;
    }
    .main.in-view::before {
        transition-delay: 2s;
        width: 18%;
    }
    .request-btn {
        padding: 28px 125px;
        z-index: 1;
    }
    .tab-content {
        padding-bottom: 40px;
        align-items: center;
    }
    .tab-content .tab-box {
        margin-bottom: 0;
        padding: 2px 15px 30px 0;
        width: 43%;
    }
    .content {
        padding-right: 20px;
        max-width: 677px;
        margin-bottom: 0;
    }
    .Process-menu.left {
        padding-top: 19px;
        align-items: normal;
        width: 57%;
        padding-left: 60px;
        position: relative;
    }
    .Process-menu.left::after {
        content: "";
        position: absolute;
        width: 0;
        height: 2px;
        background-color: #14151b;
        left: 0;
        top: 74px;
        transition: 0.5s linear;
    }
    .Process-reverse::before,
    .tab-teaser .request-wrap::after {
        border: 1px dashed #14151b;
        position: absolute;
        left: 30px;
        content: "";
    }
    .Process-menu.left.in-view::after {
        transition-delay: 1.2s;
        width: 100%;
    }
    .Process-one {
        margin-right: 30px;
    }
    .Process-two {
        margin-right: 15px;
    }
    .Process-reverse::before {
        height: calc(100% + 29px);
        top: 50%;
        transition: 0.5s;
    }
    .Process-five::after,
    .Process-six::after {
        height: auto;
        right: 100%;
        left: auto;
        border: 1px solid #14151b;
    }
    .content-wrap {
        margin-bottom: 7px;
    }
    .development-left {
        padding-top: 53px;
    }
    .Process-list p br,
    .is-triangle {
        display: inline-block;
    }
    .tab-teaser .request-wrap::after {
        height: auto;
        width: 55%;
        top: 56%;
    }
    .Process-five::after {
        width: 50%;
        top: auto;
        bottom: 50%;
    }
    .Process-six::after,
    .arrow.is-triangle,
    .main::after {
        position: absolute;
        top: 50%;
    }
    .Process-six::after {
        content: "";
        width: 41%;
    }
    .Process-three::after {
        left: 84%;
        height: 0;
        border: 1px solid #14151b;
        width: auto;
        transition: 0.5s;
    }
    .Process-three.in-view::after {
        transition-delay: 1.9s;
        height: 120%;
    }
    .arrow.is-triangle {
        height: 12px;
        width: 12px;
        left: -45px;
        transform: translateY(-50%);
    }
    .arrow.is-triangle.three {
        bottom: -60px;
        top: auto;
        left: 80%;
    }
    .arrow.is-triangle.three::after {
        transform: rotate(46deg);
    }
    .Process-four .arrow.is-triangle {
        right: 130%;
        left: auto;
    }
    .arrow.is-triangle.is-bottom::after,
    .arrow.is-triangle.seven::after {
        transform: rotate(135deg);
    }
    .arrow.is-triangle::after {
        content: "";
        border-style: solid;
        border-width: 0 0 13px 13px;
        height: 0;
        width: 0;
        display: block;
        border-color: transparent transparent #14151b;
        transform: rotate(315deg);
    }
    .Process-six {
        order: 3;
    }
    .Process-seven {
        order: 4;
    }
    .main {
        justify-content: end;
    }
    .main::after {
        content: "";
        width: 0;
        height: 2px;
        background-color: #14151b;
        right: 0;
        transform: translateY(-50%);
        transition: 0.5s;
    }
    .main.in-view::after {
        width: 80%;
        transition-delay: 2s;
    }
    .Process-eight::after,
    .Process-five::after,
    .Process-four::after,
    .Process-one::after,
    .Process-seven::after,
    .Process-six::after,
    .Process-two::after {
        display: none;
    }
    .Process-four {
        margin-left: 160px;
    }
    .Process-eight {
        z-index: 9;
    }
    .Process-five,
    .Process-seven,
    .Process-six {
        margin-left: 60px;
    }
    .Process-seven::after {
        width: 63%;
        border: 1px solid #14151b;
        height: auto;
    }
    .benifit-title {
        margin-bottom: 46px;
    }
    .our-benefits {
        padding: 67px 0 75px;
    }
    .benefits-wrap {
        padding: 0 78px;
    }
    .benefits-slide .slick-arrow {
        top: 41%;
    }
    .benefits-slide .slick-next {
        right: -80px;
    }
    .benefits-box {
        padding: 49px 48px 55px;
    }
    .industry-section h2 {
        padding: 23px 23px 0 0;
        margin-bottom: 30px;
    }
    .industry-section h2::before {
        top: -11px;
    }
    .industry-list li {
        padding: 48px 16px 61px 43px;
    }
    .benefits-box h3 {
        padding-top: 24px;
        margin-bottom: 30px;
    }
    .benefits-box h3::after {
        top: 0;
    }
    .general-secure-cta-section {
        padding: 0 0 18px;
    }
    .general-secure-cta {
        padding: 0 20px 0 30px;
    }
    .cta-image {
        width: 190px;
    }
    .cta-content {
        width: calc(100% - 190px);
        padding: 50px 20px 40px 50px;
    }
    .cta-title {
        font-size: 3.8rem;
        letter-spacing: -0.9px;
    }
    .cta-subtitle {
        font-size: 18px;
    }
    .cta-button {
        padding: 20px 38px;
    }
    .identifying-cybersecurity,
    .service-section {
        padding: 75px 0;
    }
    .cybersecurity-solutions {
        padding: 60px 0px 75px;
    }
    .solutions-box h3 {
        font-size: 34px;
    }
    /* .cybersecurity-solutions {
        padding-bottom: 0;
    } */
    .identifying-cybersecurity h2,
    .solutions-title,
    .service-title {
        font-size: 46px;
    }
    .identifying-title {
        margin-bottom: 70px;
    }
    .identifying-box h3 {
        font-size: 30px;
    }
    .solutions-box p {
        margin-bottom: 37px;
    }
    .case-study h2 {
        font-size: 46px;
    }
    .casestudy-content {
        padding: 40px 30px;
    }
    .casestudy-advance {
        margin-bottom: 22px;
    }
    .frequently-section {
        padding: 62px 0 40px;
    }
    .testimonial-section {
        padding: 60px 0
    }
    .client-title h2 {
        font-size: 46px
    }
    .client-information {
        margin-bottom: 44px
    }
    .tools-block {
        padding: 70px 0 10px;
    }
    .tools-title {
        font-size: 4.6rem;
        margin-bottom: 25px;
    }
    .tools-subtitle {
        font-size: 2rem;
        line-height: 1.38;
    }
    .tools-point {
        width: 48%;
        padding: 24px;
    }
    .tools-point li {
        font-size: 1.8rem;
        max-width: calc(33.333% - 10px);
    }
    .cybersecurity-web {
        padding: 60px 0 15px;
    }
    .ll_model_bottom {
        padding: 60px 15px;
    }
    .ai-technologies {
        padding: 60px 0;
    }
    .web-title {
        font-size: 4.6rem;
    }
    .web-subtitle {
        font-size: 18px;
        margin-bottom: 48px;
    }
    .web-box {
        padding: 35px;
    }
    .web-box h3 {
        font-size: 2.8rem;
    }
    .cybersecurity-ai-head {
        padding: 170px 0 155px;
    }
    .ai-wrapper {
        margin-top: -100px;
    }
    .ai-subhead h3 {
        font-size: 2.8rem;
    }
    .ai-box p,
    .web-box p {
        font-size: 1.8rem;
    }
    .cybersecurity-ai-head h2 {
        font-size: 4.6rem;
    }
    .benifit-ai {
        margin-top: 60px;
        padding-bottom: 30px;
    }
    /* Ai Industries */
    .ai-industries {
        padding: 60px 0;
    }
    .ai-industries-list li {
        padding: 22px 0;
    }
    .ai-industries-list li strong {
        font-size: 22px;
    }
    .ai-industries-list li p {
        font-size: 17px;
        line-height: 1.4;
    }
}

@media (min-width: 1440px) {
    .container {
        max-width: 1334px;
    }
    .sparx-technologies h2 {
        font-size: 46px;
    }
    .client-satisfaction,
    .dollar-sine {
        font-size: 5.2rem;
    }
    .kisan-image-right {
        min-height: 474px;
    }
    .our-methodology h2 {
        margin-bottom: 34px;
    }
    .our-methodology {
        padding: 70px 0 20px;
    }
    .methodology-details {
        gap: 37px;
    }
    .methodology-boxes {
        max-width: calc(33.33% - 25px);
    }
    .methodology-detail h3 {
        font-size: 30px;
    }
    .methodology-detail p {
        font-size: 18px;
    }
    .methodology-detail p {
        min-width: 360px;
    }
    /* process */
    .security-process-section {
        padding: 85px 0;
    }
    .security-process-section::before {
        width: 1370px;
        height: 769px;
    }
    .security-process-title {
        top: 130px;
    }
    .security-process-title h2 {
        font-size: 48px;
    }
    .security-process-content {
        width: 50%;
    }
    .security-process-icon {
        width: 60px;
        height: 58px;
    }
    .security-process-sec {
        width: calc(100% - 60px);
    }
    .security-process-icon svg {
        width: auto;
    }
    /* .security-process-box h3 {
        font-size: 30px;
    } */
    .security-process-box p {
        font-size: 18px;
    }
    /* .security-process-box {
        padding: 40px 35px;
    } */
    .security-process-icon::after {
        height: calc(100% + 100px);
    }
    .solutions-box h3 {
        font-family: "Proxima Nova Th";
    }
    .solutions-title {
        max-width: none;
    }
    .solutions-subtitle {
        max-width: 700px;
    }
    /* Industries */
    .industries-section {
        padding: 75px 0 15px;
    }
    .ai_chatbot_industries {
        padding: 75px 0;
    }
    .industries-title {
        font-size: 4rem;
    }
    .industries-logo strong {
        font-size: 1.8rem;
    }
    .industries-head p {
        font-size: 2rem;
        line-height: 1.38;
    }
    /* Industries  close*/
    .general-secure-cta-section.secure-cta-2 {
        padding: 70px 10px 10px;
    }
    .web-ai-section {
        padding: 80px 0;
    }
    .web-ai-title {
        padding: 30px;
    }
    .web-ai-title h2 {
        font-size: 38px;
    }
    .web-ai-title p {
        font-size: 17px;
    }
    .web-ai-content {
        padding: 38px;
    }
    .web-ai-sec h3 {
        font-size: 30px;
        margin-bottom: 14px;
    }
    .cta-content {
        padding: 50px 20px 40px 70px;
    }
    .cta-title {
        font-size: 4rem;
        line-height: 1.1;
        margin-bottom: 36px;
    }
    .cta-subtitle {
        letter-spacing: 0.3px;
    }
    .solutions-wrap {
        padding: 0 45px;
    }
    .solutions-slider .slick-next {
        right: 44px;
    }
    .solutions-slider .slick-prev {
        left: 45px;
    }
    .solutions-box {
        padding: 65px 50px;
    }
    /* AI */
    .cybersecurity-ai-head p {
        font-size: 1.8rem;
    }
    /* ai industries */
    .ai-industries-list li strong {
        font-size: 26px;
    }
    .case_study_slider .slick-next {
        right: -40px;
    }
    .case_study_slider .slick-prev {
        left: -40px;
    }
}

@media (min-width: 1870px) {
    .identifying-cybersecurity h2,
    .solutions-title,
    .service-title {
        font-size: 48px;
    }
    .solutions-box {
        padding: 50px;
    }
    .identifying-box h3,
    .solutions-box h3 {
        font-size: 32px;
    }
    .service-title {
        max-width: 770px;
    }
}


/* new */