* {
    margin: 0px;
    font-family: 'Inter';
}

body {
    margin: 0;
    overflow-x: hidden;
    position:relative;
}
header {
    position: absolute;
    top: 0px;
    z-index: 3;
    width: 100%;
    background: #fff;
}

.header-cont-wrap a {
    color: #000;
    text-decoration: none;
}

.header-cont-wrap img {
    padding-right: 10px;
    padding-bottom: 5px;
}

.header-cont-wrap>-d-flex {
    align-items: center;
}
.footer-wrap {
    background: linear-gradient(263.73deg, #48B4EE 0.27%, #013DA5 100%);
    color: #fff;
    padding-top: 10px;
}

.footer-wrap a {
    color: #fff;
    text-decoration: none;
}
.footer-cont-wrap img {
    padding-right: 10px;
}
img {
    max-width: 100%;
}

:root {
    --border:
}

.container {
    padding-right: 5vw !important;
    padding-left: 5vw !important;
    margin: unset !important;
    max-width: unset;
}

.banner-sec {
    position: relative;
}

.bnr-cont-wrap {
    top: 150px;
    position: absolute;
    width: 50%;
    color: #fff;
}

h1 {
    font-size: 72px;
    font-weight: 600;
    line-height: 87px;
}

.bnr-cont-wrap span {
    color: #f4f4f4;
}

.bnr-cont-wrap p {
    line-height: 30px;
    font-size: 16px;
}

.s-menu-box {
    border: 1px solid #E0E0E0;
    border-radius: 15px;
    background: #FAFDFF;
    width: 18%;
    text-align: center;
    padding: 20px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

section.menu-sec {
    background: #FAFAFA;
}

.menu-sec-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.s-menu-box:hover {
    background: linear-gradient(253.93deg, #48B4EE 1.28%, #013DA5 99.25%);
    color: #fff;

}

.s-menu-box:hover img {
    filter: invert(1) brightness(10) contrast(1.2);
}

.s-value-point {
    background: #FAFDFF;
    display: flex;
    padding: 20px;
    gap: 20px;
    margin-bottom: 20px;
    border-radius: 12px;
    border: 1px solid #E0E0E0;
    transition: all 0.5s ease-in-out;
}

.s-value-point:hover {
    border: 1px solid #2373E4;
}

.generative-ai .s-value-point {
    align-items: center;
}

.sec-top-cont {
    text-align: center;
    max-width: 80%;
    margin-inline: auto;
    padding-bottom: 20px;
}

.sec-top-cont h2 {
    font-size: 42px;
    color: #011B30;
    font-weight: 500;
    line-height: 50px;
}

.sec-top-cont p {
    line-height: 30px;
    color: #011B30;
}

.s-value-point p {
    margin-bottom: 0;
}

h3 {
    font-size: 30px;
    color: #011B30;
    font-weight: 600;
    line-height: 36px;
}

h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 42px;
    color: #011B30;
}

section.generative-ai h4,
.font-gen h4 {
    font-size: 20px;
    font-weight: 500;
}

.s-sub-sec-bb {
    padding: 20px;
    background: #FAFDFF;
    margin-bottom: 20px;
    border-radius: 12px;
    border: 1px solid #E0E0E0;
    height: 260px;
    transition: all 0.3s ease-in-out;
}

h5 {
    font-size: 20px;
    color: #011B30;
    line-height: 30px;
    padding: 15px 0 5px;
    font-weight: 400;
}

.s-sub-sec-bb p {
    line-height: 30px;
    color: #011B30;
}

.strip-sec {
    position: relative;
    max-width: 1300px;
    margin-inline: auto;
}

.howitworks-section .how-it-works-path {
    width: 100%;
    height: 200px;
    position: static;
    left: 0;
    top: 27%;
    right: 0;
    text-align: center;
    transition: .5s all ease;
}

.howitworks-section .how-it-works-path svg {
    width: 100%;
    z-index: -1;
}

.how-it-works-path .dashed,
.how-it-works-path .path {
    fill: none;
}

.how-it-works-path .dashed {
    fill: none;
    stroke-dasharray: 7;
    stroke: #013da5;
}

.how-it-works-path.in-view .path {
    fill: none;
    /* stroke: #505050; */
    stroke-dasharray: 4029;
    stroke-dashoffset: 4029;
    animation: dash 7s linear forwards;
    /* -webkit-animation: dash 7s linear forwards; */
}

@keyframes dash {
    from {
        stroke-dashoffset: 4029
    }

    to {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes dash {
    from {
        stroke-dashoffset: 4029
    }

    to {
        stroke-dashoffset: 0
    }
}


.data-engineering .s-sub-sec-bb {
    height: 370px;
}

.database-development .s-sub-sec-bb {
    height: 330px;
}

.blue-bg {
    background: linear-gradient(263.73deg, #48B4EE 0.27%, #013DA5 100%);
}

.line-icon-box {
    justify-content: space-between;
}

.blue-bg-top-cont {
    color: #fff;
    margin-inline: auto;
    max-width: 90%;
    text-align: center;
    padding-bottom: 100px;
}

.s-line-icon-box span {
    position: relative;
    display: block;
}

.s-line-icon-box span::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    left: 40%;
    top: 10px;
}

.s-line-icon-box {
    color: #fff;
    text-align: center;
}

.s-line-icon-box p {
    padding-top: 40px;
}

.box1 {
    margin-top: -170px;
}

.box2 {
    margin-top: -195px;
}

.box3 {
    margin-top: -165px;
}

.box4 {
    margin-top: -114px;
}

.box5 {
    margin-top: -85px;
}

.box6 {
    margin-top: -120px;
}

.sec-bg-gray {
    background: #FAFAFA;
}

.step-by-step-sec .s-line-icon-box p {
    padding-top: 0;
}

.step-by-step-sec .s-line-icon-box h6 {
    padding-top: 40px;
}

section.step-by-step-sec .s-line-icon-box {
    width: 25%;
}

section.step-by-step-sec .s-line-icon-box span::before {
    left: 47%;
}

.s-line-icon-box.step-box1 {
    margin-top: -190px;
}

.s-line-icon-box.step-box2 {
    margin-top: -175px;
}

.s-line-icon-box.step-box3 {
    margin-top: -110px;
}

.s-line-icon-box.step-box4 {
    margin-top: -90px;
}

.blue-bg-top-cont h3 {
    color: #fff;
}

.core-of-data-engineering .s-line-icon-box {
    width: 25%;
}

.core-of-data-engineering .s-line-icon-box span:before {
    left: 46%;
}

.s-line-icon-box.pipe-line1 {
    margin-top: -190px;
}

.s-line-icon-box.pipe-line2 {
    margin-top: -175px;
}

.s-line-icon-box.pipe-line3 {
    margin-top: -110px;
}

.s-line-icon-box.pipe-line4 {
    margin-top: -90px;
}

.s-pre-analysis-box {
    border-radius: 12px;
    border: 1px solid #E0E0E0;
    background: #FAFDFF;
    padding: 20px;
    transition: all 0.3s ease-in-out;
    height: 455px;
}

.pre-btm-cont img {
    margin-right: 10px;
    display:inline;
	margin-top:10px;
}

.pre-top-box .d-flex {
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
}

.pre-top-box h4 {
    margin-bottom: 0;
}

.pre-top-box {
    padding-bottom: 0px;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 20px;
}

.s-chatbot-box {
    background: #FAFDFF;
    border: 1px solid #E0E0E0;
    padding: 20px;
    border-radius: 12px;
    transition: all 0.3s ease-in-out;
}

.pre-btm-cont p {
    line-height: 30px;
}

.s-tangible-box h6 {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.s-tangible-box span {
    font-size: 90px;
}

.s-tangible-box p {
    line-height: 30px;
}

html {
    scroll-behavior: smooth;
    /* Enable smooth scrolling in browsers that support it */
}

.s-industry-box img {
    width: auto !important;
    display: inline-block !important;
    margin-bottom: 10px;
}

.s-industry-box {
    padding: 20px;
    text-align: center;
    background: #FAFDFF;
    border: 1px solid #E0E0E0;
    border-radius: 12px;
    transition: all 0.3s ease-in-out;
}

.line-arrow {
    position: absolute;
    right: 0;
    top: 55px;
}

.s-sub-sec-bb:hover {
    border: 1px solid #2373E4;
}

.s-pre-analysis-box:hover {
    border: 1px solid #2373E4;
}

.s-chatbot-box:hover {
    border: 1px solid #2373E4;
}

.s-industry-box:hover {
    border: 1px solid #2373E4;
}

.s-powered-box img {
    width: auto !important;
}

.s-menu-box p {
    padding-top: 10px;
    font-size: 16px;
}
.s-industry-box p {
    font-size: 20px;
}
.artificial-intelligence .s-value-point,
.machine-learning .s-value-point,
.types-of-database .s-value-point,
.tangible-benefits .s-value-point {
    height: 140px;
    max-height: 100%;
}
.computer-vision .s-value-point {
    height: 180px;
}

.data-science-sec .s-value-point {
    height: 160px;
}
.sub-sec.application-sec .s-value-point {
    height: auto;
}
.s-chatbot-box {
    height: 330px;
}

.powered-by-wid .owl-item.active {
    width: max-content !important;
    align-items: center !important;
}

.powered-by-wid .owl-stage {
    display: flex;
    margin-inline: auto;
    justify-content: center;
}
span.line-span {
    position: relative;
    padding-left: 80px;
}

span.line-span::before {
    content: '';
    position: absolute;
    width: 60px;
    height: 2px;
    background: #fff;
    left: 0;
    top: 50%;
}
.generative-ai h4 {
    margin-bottom: 0;
}
.mbl-bnr{
    display:none;
}
/*----onscroll animation start-----*/
.in-view.anim-delay2 {
    -webkit-transition-delay: 0.4s !important;
}

.in-view.anim-delay3 {
    -webkit-transition-delay: 0.8s !important;
}

.in-view.anim-delay4 {
    -webkit-transition-delay: 1.2s !important;
}

.in-view.anim-delay5 {
    -webkit-transition-delay: 1.6s !important;
}

.in-view.anim-delay6 {
    -webkit-transition-delay: 2s !important;
}

.animation-element.slide-top {
    opacity: 0;
    transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    -moz-transform: translate3d(0px, -60px, 0px);
    -webkit-transform: translate3d(0px, -60px, 0px);
    -o-transform: translate(0px, -60px);
    -ms-transform: translate(0px, -60px);
    transform: translate3d(0px, -60px, 0px);
}

.animation-element.fadein {
    opacity: 0;
    transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
}

.animation-element.slide-bottom {
    opacity: 0;
    transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    -moz-transform: translate3d(0px, 60px, 0px);
    -webkit-transform: translate3d(0px, 60px, 0px);
    -o-transform: translate(0px, 60px);
    -ms-transform: translate(0px, 60px);
    transform: translate3d(0px, 60px, 0px);
}


.animation-element.slide-left {
    opacity: 0;
    transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    -moz-transform: translate3d(-50px, 0, 0);
    -webkit-transform: translate3d(-50px, 0, 0);
    -o-transform: translate(-50px, 0);
    -ms-transform: translate(-50px, 0);
    transform: translate3d(-50px, 0, 0);
}

.animation-element.slide-right {
    opacity: 0;
    transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    -moz-transform: translate3d(50px, 0, 0);
    -webkit-transform: translate3d(50px, 0, 0);
    -o-transform: translate(50px, 0);
    -ms-transform: translate(50px, 0);
    transform: translate3d(50px, 0, 0);
}

.animation-element.slide-left.in-view,
.animation-element.slide-top.in-view,
.animation-element.slide-right.in-view,
.animation-element.slide-bottom.in-view,
.animation-element.fadein.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}
.header-cont-wrap p {
    margin: 0;
}
.header-wrap {
    padding: 8px;
}
/* scroll-to top css start  */
.scrollToTop {
    background-image: url(../images/apple-scroll-to-top.png);
    width: 46px;
    height: 40px;
    position: fixed;
    right: 82px;
    bottom: 63px;
    background-repeat: no-repeat;
    z-index: 99;
}

@media screen and (max-width:767px) {
    .scrollToTop {
        background-image: url(../images/apple-scroll-to-top.png);
        width: 46px;
        height: 40px;
        position: fixed;
        right: 40px;
        bottom: 20px;
        background-repeat: no-repeat;
        z-index: 99;
    }
}

@media (max-width: 575px) {
    .scrollToTop {
        background-image: url(../images/apple-scroll-to-top.png);
        width: 46px;
        height: 40px;
        position: fixed;
        right: 40px;
        bottom: 20px;
        background-repeat: no-repeat;
        z-index: 99;
    }
}



/* responsive css start  */
@media screen and (max-width:1199px) {
    .bnr-cont-wrap {
        width: 80%;
    }

    img.w-100.bnr-img {
        height: 600px;
    }
    .data-engineering .s-sub-sec-bb {
        height: 450px;
    }
    .generative-ai .s-value-point {
        height: 140px;
    }
    .s-sub-sec-bb{
        height: 320px;
    }
    .sub-sec.application-sec .s-value-point {
        height: 140px;
        align-items: center;
    }
    .database-development .s-sub-sec-bb{
        height: 540px;
    }
    .computer-vision .s-value-point {
        height: 200px;
    }
    .s-pre-analysis-box {
        height: 600px;
    }
    .s-chatbot-box {
        height: 400px;
    }
}
@media screen and (max-width:991px){
    .artificial-intelligence .s-value-point,
.machine-learning .s-value-point,
.data-science-sec .s-value-point,
.types-of-database .s-value-point,
.tangible-benefits .s-value-point,
.computer-vision .s-value-point {
    height: 200px;
    max-height: 100%;
}
.data-engineering .s-sub-sec-bb {
    height: 540px;
}
.s-chatbot-box {
    height: 450px;
}
}
@media screen and (max-width:767px) {
    .header-cont-wrap>div {
    align-items: end;
    justify-content: end;
}
	.s-value-point {
    flex-wrap: wrap;
}
	.s-chatbot-box{
		height:auto;
	}
    .desk-bnr{
        display:none;
    }
    .mbl-bnr{
        display: block;
    }
	.artificial-intelligence .s-value-point,
.machine-learning .s-value-point,
.data-science-sec .s-value-point,
.types-of-database .s-value-point,
.tangible-benefits .s-value-point,
.computer-vision .s-value-point {
	height:auto;
}
    .artificial-intelligence .s-value-point,.data-science-sec .s-value-point,.types-of-database .s-value-point{
        height:auto;
    }
    .s-line-icon-box span::before{
        display: none;
    }
    img.w-100.bnr-img {
        height: 750px;
    }
    .s-sub-sec-bb{
        height: auto;
    }
    .s-pre-analysis-box {
        height: auto;
    }
    .computer-vision .s-value-point {
        height: auto;
    }
    .database-development .s-sub-sec-bb{
        height: auto;
    }
    .data-engineering .s-sub-sec-bb {
        height: auto;
    }
    .bnr-cont-wrap {
        width: 90%;

    }

    h1 {
        font-size: 42px;
        line-height: 70px;
    }

    img.w-100 {
        height: 750px;
    }

    section {
        overflow: hidden;
    }

    .menu-sec-wrap {
        width: 1000px;
        overflow-x: auto !important;
        padding-right: 20px;
    }

    section.menu-sec {
        overflow-x: auto !important;
    }

    .s-line-icon-box {
        width: 50%;
        padding-bottom: 30px;
    }

    .line-icon-box.d-flex {
        flex-wrap: wrap;
    }

    .box1,
    .box2,
    .box3,
    .box4,
    .box5,
    .box6 {
        margin: 0;
    }

    .howitworks-section .how-it-works-path svg {
        display: none;
    }

    .line-arrow {
        display: none;
    }

    .blue-bg-top-cont {
        padding-bottom: 50px;
    }

    section.step-by-step-sec .s-line-icon-box {
        width: 100%;
    }

    .s-line-icon-box.step-box1 {
        margin: 0;
    }

    .s-line-icon-box.step-box2 {
        margin: 0;
    }

    .s-line-icon-box.step-box3 {
        margin: 0;
    }

    .s-line-icon-box.step-box4 {
        margin: 0;
    }

    .core-of-data-engineering .s-line-icon-box {
        width: 50%;
    }

    .s-line-icon-box.pipe-line1 {
        margin: 0;
    }

    .s-line-icon-box.pipe-line2 {
        margin: 0;
    }

    .s-line-icon-box.pipe-line3 {
        margin: 0;
    }

    .s-line-icon-box.pipe-line4 {
        margin: 0;
    }

    .s-chatbot-box {
        margin-bottom: 20px;
    }

    .s-tangible-box {
        padding-bottom: 40px;
    }

    .s-pre-analysis-box {
        margin-bottom: 20px;
    }

    .pre-analysis-btm-sec {
        padding: 40px 20px 20px;
    }
    .header-cont-wrap p {
    margin-bottom: 0;
}

.header-cont-wrap>div {
    gap:  10px !important;
    padding: 10px 0;
}
}