body {
    font-family: SF Pro Display;
    color: #000;
    overflow-x: clip;
    font-weight: 400
}

html {
    overflow-x: hidden
}

.velogo {
    max-width: 125px;
    height: auto;
    width: 100%
}

.header {
    padding: 32px 0;
    position: fixed;
    width: 100%;
    z-index: 3
}

.header.scrolled {
    background: #000
}

.banner {
    background: #000;
    height: 100vh;
    position: relative;
    padding-top: 0
}

.text-gray-400 {
    color: #C1C1C1
}

.ban_bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%
}

.lines {
    margin: 0 40px;
    width: 1px;
    height: 58px;
    background: rgb(255 255 255 / .5)
}

.banner-top {
    display: flex;
    height: calc(100vh - 0px);
    justify-content: center;
    flex-flow: column;
    padding: 0 0 40px 0;
    position: relative;
    z-index: 2
}

video.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    z-index: 0;
    object-position: center
}

section.banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / .8);
    z-index: 1;
    top: 0;
    left: 0
}

.tab-section {
    position: relative
}

.quickview {
    padding: 64px 0
}

.container-xs {
    max-width: 1112px;
    width: 100%;
    margin: auto;
    padding: 0 24px
}

.quickview_box {
    width: 100%;
    border-radius: 24px;
    padding: 80px 50px;
    background: #fff;
    text-align: center
}

video.slider-video,
.video-image-section {
    max-width: 1064px;
    width: 100%;
    max-height: 500px;
    height: 100%;
    object-fit: cover;
    object-position: top
}

.gray-dark {
    color: #1A2027
}

.py100 {
    padding: 100px 0
}

.service-slider .splide__track {
    overflow: visible
}

.service-slider .splide__slide {
    cursor: pointer;
    opacity: .1;
    transition: all 0.4s ease-in-out;
    background: #fff;
    overflow: hidden;
    border-radius: 24px 24px
}

.service-slider .splide__slide.is-active {
    opacity: 1;
    cursor: auto
}

.service_content {
    padding: 44px 44px
}

.service_box img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: top
}

.service-slider {
    margin-top: 48px
}

.service-slider .splide__pagination {
    position: relative;
    margin: 24px auto 0 auto;
    display: flex;
    align-items: center;
    background: #E1E1E1;
    border: 1px solid #D1D1D1;
    max-width: 136px;
    border-radius: 100px;
    padding: 20px;
    justify-content: space-between
}

.service-slider .splide__pagination li .splide__pagination__page {
    width: 8px;
    height: 8px;
    background: #1A2027;
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
    opacity: .6
}

.service-slider .splide__pagination li .splide__pagination__page.is-active {
    transform: scale(1);
    width: 32px;
    opacity: 1
}

.pro-challenge {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-top: 48px;
    flex-wrap: wrap
}

.half_box {
    width: calc(50% - 12px);
    padding: 80px;
    border-radius: 24px
}

.bg-black {
    background: #000
}

.pro_icon {
    width: 48px;
    height: 48px
}

.the-sol {
    width: 100%;
    height: auto;
    border-radius: 24px;
    margin: 48px 0 8px 0
}

#sol-img-box .the-sol {
    margin: 48px 0
}

.sticky-pos {
    background:rgba(255,255,255,0.50);
    position: sticky;
    top:104px;
    z-index: 1;
    height:104px;
    margin:24px 0px;
    display:flex;
    align-items:center;
    justify-content:center;
    backdrop-filter: blur(40px);
}

.tab-wrapper {
    position: relative;
    display: inline-flex;
    background: #F1F1F1;
    padding: 4px;
    border-radius: 40px;
    overflow: hidden;
    margin: auto;
}

.mx860 {
    max-width: 860px;
    width: 100%;
    margin: auto
}

.tab {
    position: relative;
    z-index: 2;
    padding: 11.25px 18px;
    border: none;
    background: #fff0;
    cursor: pointer;
    font-weight: 600;
    border-radius: 40px;
    font-size: 17px;
    color: #4C4C4C
}

.tab[aria-selected="true"] {
    color: #fff
}

.tab-bg {
    position: absolute;
    top: 4px;
    left: 0;
    height: calc(100% - 8px);
    width: 0;
    background: #1a2027;
    border-radius: 40px;
    transition: transform 0.4s ease, width 0.4s ease;
    z-index: 1
}

.tab-content {
    display: none;
    animation: fadeUp 0.35s ease
}

.tab-content.active {
    display: block
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(0)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

button.tab {
    transition: all 0.3s ease-in-out
}

button.tab.active {
    color: #fff
}

.tab-flex {
    display: flex;
    gap: 24px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tab_box {
    background: #F1F1F1;
    padding: 44px 44px;
    border-radius: 24px;
    width: calc(33.3333% - 16px)
}

.eng-icons {
    width: 48px;
    height: 48px;
    margin-bottom: 64px
}

.teams {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 48px
}

.text-gray-700 {
    color: #86868B
}

.top_team {
    display: flex;
    align-items: center
}

.top_team img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 12px
}

.team_box ul {
    list-style-type: none;
    padding: 0;
    margin: 32px 0;
    display: flex;
    gap: 8px;
    flex-wrap: wrap
}

.team_box ul li {
    background: #F1F1F1;
    font-size: 14px;
    border-radius: 9999px;
    padding: 4px 8px;
    color: #000;
    font-weight: 500;
    line-height: 100%
}

.team_box {
    background: #FFF;
    width: calc(50% - 12px);
    border-radius: 24px;
    padding: 60px
}

.results {
    display: flex;
    gap: 40px;
    grid-row-gap: 80px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 48px
}

.result_box {
    border-top: 2px solid #3E56CD
}

.result_box svg {
    margin: 32px 0
}

.test_right img {
    border-radius: 16px;
    width: 100%;
    height: auto
}

.test_right {
    width: 420px;
    position: relative
}

.btnab {
    position: absolute;
    left: 16px;
    bottom: 16px
}

.test_left {
    width: calc(100% - 420px);
    padding: 60px 60px;
    display: flex;
    flex-flow: column;
    justify-content: space-between
}

.testis {
    display: flex;
    justify-content: space-between;
    background: #FFF;
    border-radius: 24px;
    padding: 8px;
    margin-top: 48px
}

.cta-section {
    padding: 100px;
    background: #FFF;
    text-align: center;
    border-radius: 24px;
    margin-top: 24px
}

.cuscta {
    text-decoration: none;
    padding: 10px 28px;
    margin-top: 48px;
    font-weight: 500
}

.case-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 48px
}

.case-box {
    width: calc(50% - 12px)
}

.case-box img {
    border-radius: 24px;
    width: 100%;
    height: auto;
    margin-bottom: 16px
}

a.case-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #fff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    border-radius: 9999px;
    line-height: 100%;
    padding: 14px 24px;
    transition: all 0.4s ease-in-out
}

a.case-cta:hover {
    background: #FFF;
    border-color: #fff;
    color: #000
}

a.case-cta:hover svg path {
    fill: #000
}

.tabs_image img {
    width: 100%;
    height: auto
}

.bg-ratio {
    background-image: url(../images/video-container.jpg);
    background-size: cover
}

div#videoModal {
    background: rgb(0 0 0 / .6);
    backdrop-filter: blur(24px);
    transition: all 0.5s ease-in-out;
    transform: translateY(100%)
}

.modal-backdrop.show {
    opacity: 0
}

.modal.show#videoModal {
    transform: translateY(0%)
}

.sol-img-box {
    text-align: center
}

.vdclose {
    position: absolute;
    top: 16px;
    right: 16px;
    color: #000;
    background: #fff;
    border-radius: 50%;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    opacity: 1;
    font-size: 20px;
    z-index: 9;
    font-weight: 600
}

.modal-content,
iframe#videoFrame {
    border-radius: 16px
}

html.video-modal-open {
    overflow: hidden
}

.btn-close:hover {
    color: #FFF
}

.bef {
    position: relative
}

.bef:before {
    content: "“";
    position: absolute;
    left: -12px;
    top: -4px
}

.ve-sl-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 80px
}

.arrow-ve-btn button,
.tab-ve-btn button {
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center
}
.arrow-ve-btn button svg path,
.tab-ve-btn button svg path{fill:#1A2027;	}
.ve-team-slider ul li {
    background: #fff;
    padding: 64px 80px 80px 80px;
    border-radius: 24px
}

.text-black-prime {
    color: #1D1D1F
}

.text-gray-700 {
    color: #86868B
}

.team-info {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 48px 0 32px 0
}

.multi-card {
    display: flex;
    align-items: self-start;
    gap: 80px
}

.ve-team-slider .splide__track,
.tabs-slider .splide__track {
    overflow: visible
}

.arrow-ve-btn button[disabled],
.tab-ve-btn button[disabled] {
    border-color: rgb(255 255 255 / .5);
    background: rgb(255 255 255 / .5)
}

.arrow-ve-btn button[disabled] svg path,
.tab-ve-btn button[disabled] svg path {
    fill: #B1B1B1;
}

.arrow-ve-btn {
    display: flex;
    gap: 12px
}

.tab-ve-btn {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 12px;
    margin-top: 32px
}

.tabs-slider ul li {
    display: flex;
    align-items: flex-start;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
    background: #FFF;
    border-radius: 24px;
    overflow: hidden;
    flex-direction:row-reverse;
}

.tb-sl-image {
    width:100%;
    height: auto;
    max-width:612px;
}

.tbsl-content {
    width:calc(100% - 612px);
    padding:80px 80px 40px 80px;
}

.tabs-slider .splide__slide {
    opacity: .3;
    transition: all 0.4s ease-in-out;
    cursor:pointer;
}

.tabs-slider .splide__slide.is-active {
    opacity: 1;
    cursor:default;
    /*pointer-events:none;*/
}

.font-xs {
    font-size: 16px
}

.mb-slider {
    display: none
}

.arrow-ve-btn .cus-mob-prev,
.arrow-ve-btn .cus-mob-next {
    display: none
}
.tabcard{
	padding:44px 44px;
	border-radius:24px;
}
.w-3{
	width:calc(33.33333% - 16px);
}
.w-half{width:calc(50% - 12px);}
.result_box.w-half{width:calc(50% - 40px);}
.tabs-slider .splide__list{max-height:600px;}
.readmorefull{
    height:48px;
    font-size:17px;
    padding:0px 24px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-top:40px;
    pointer-events:none;
}
.tabs-slider .splide__slide.is-active .readmorefull{pointer-events:auto;}
#readfullmodal.modal.slide-top .modal-dialog{
    transform: translateY(100%);
    transition: transform 0.3s ease-out;
}
#readfullmodal.modal.slide-top.show .modal-dialog {
    transform: translateY(0);
}
#readfullmodal.modal{overflow-y:hidden;padding-right:0px!important;}
.modal-1272{max-width:1272px;width:100%;}
#readfullmodal .modal-header .btn-close{padding:0px;height:48px;width:48px;opacity:1;}
#readfullmodal .modal-header{padding:20px 20px;border-bottom:0px;}
#readfullmodal .modal-content{border-radius:24px;}
#readfullmodal .modal-body{padding:78px 0px 150px 0px;}
.addcontent{max-width:872px;margin:auto;}
.modal-backdrop.fade.show.my-backdrop-class{background:#000000; opacity: 1;}
@media(max-width:1699px){
	h1.display-2{font-size:60px;}
}
@media(max-width:1499px) {
    .quickview_box {
        padding: 80px 44px
    }
    .addcontent{max-width:100%;padding:0px 80px;}
    #readfullmodal .modal-body {
        padding: 28px 0px 100px 0px;
    }
}

@media(max-width:1400px) {
    .py100 {
        padding: 64px 0
    }
    .quickview {
        padding: 48px 0
    }
    .container-xs {
        max-width: 968px
    }
    .tabs_sl_content {
        padding: 24px 32px;
        width: calc(100% - 380px)
    }
    .tabs_image {
        width: 380px
    }
    .header {
        padding: 16px 0
    }
    .banner-top {
        padding: 64px 0 24px 0
    }
    .half_box {
        padding: 40px
    }
    .test_right {
        width: 380px
    }
    .cta-section {
        padding: 64px 24px
    }
    .the-sol {
        max-width: 1024px;
        margin: 40px auto 8px auto
    }
    #sol-img-box .the-sol {
        margin: 40px auto
    }
    .quickview_box {
        padding: 80px 64px
    }
    video.slider-video,
    .video-image-section,
    .service_box img {
        max-height: 430px
    }
}

@media(max-width:1399px) {
	h1.display-2{font-size:48px;}
    .con-small {
        max-width: 780px
    }
    .service_content {
        padding: 24px 24px
    }
    .service-slider .splide__pagination {
        padding: 14px
    }
    .test_right {
        width: 320px
    }
    .test_left {
        width: calc(100% - 340px)
    }
    .ve-team-slider ul li {
        padding: 44px 64px
    }
    .team-info {
        margin: 32px 0 24px 0
    }
    .multi-card {
        gap: 50px
    }
    .tab {
        font-size: 16px;
        padding: 10px 12px
    }
    .tb-sl-image {
        width: 500px;
    }
    .tbsl-content {
        width: calc(100% - 500px);
        padding: 40px 48px
    }
    .sticky-pos {
        height:80px;top:72px;
    }
    .tab-ve-btn {
        margin-top: 20px
    }
    .addcontent{max-width:100%;padding:0px 80px;}
    #readfullmodal .modal-body {
        padding: 16px 0px 48px 0px;
    }
}

@media(max-width:1199px) {
    .py100 {
        padding: 48px 0
    }
    .quickview {
        padding: 40px 0
    }
    .container-xs {
        max-width: 908px
    }
    .lines {
        margin: 0 24px
    }
    .quickview_box {
        padding: 64px 48px
    }
    .team_box {
        padding: 28px
    }
    .results {
        gap: 48px
    }
    .test_left {
        width: calc(100% - 320px);
        padding: 48px 48px
    }
    .test_right {
        width: 320px
    }
    .quickview_box .h3 {
        font-size: 18px
    }
    video.slider-video,
    .video-image-section,
    .service_box img {
        max-height: 400px
    }
    .eng-icons {
        width: 48px;
        height: auto;
        margin-bottom: 24px
    }
    .tab_box {
        padding: 28px 24px;
        width: calc(33.3333% - 8px)
    }
    .tab-flex {
        gap: 12px
    }
    .bef:before {
        left: -10px
    }
    .tab {
        font-size: 14px;
        padding: 6px 10px
    }
    .ve-team-slider ul li {
        padding: 24px 32px
    }
    .team-info {
        margin: 24px 0 16px 0
    }
    .multi-card {
        gap: 24px
    }
    .ds-slide,
    .arrow-ve-btn .custom-prev,
    .arrow-ve-btn .custom-next {
        display: none
    }
    .mb-slider {
        display: block
    }
    .arrow-ve-btn .cus-mob-prev,
    .arrow-ve-btn .cus-mob-next {
        display: inline-flex
    }
    .ve-team-slider-mb ul li {
        background: #fff;
        padding: 24px;
        border-radius: 16px
    }
    .ve-team-slider-mb .splide__track {
        overflow: visible
    }
    .tabs-slider ul li{flex-direction:initial;}
    .tbsl-content{width:100%;}
    .tb-sl-image {
        width: 100%;
        margin: auto;
        height: auto;
        max-width: 350px;
        margin-top:0px;
    }
    .tabs-slider ul li:last-child .tb-sl-image{margin-top:28px;}
    .tabcard{padding:24px 24px;}
    .w-3 {
	    width: calc(33.33333% - 8px);
	}
	.w-half.tabcard{width: calc(50% - 6px);}
	h1.display-2{font-size:44px;}
    .tabs-slider .splide__list{max-height:fit-content;}
    .modal-1272{max-width:94%;}
    .addcontent{padding:0px 48px;}
}

@media(max-width:991px) {
    .service_content {
        padding: 24px 28px
    }
    .brn p {
        font-size: 14px
    }
    .lines {
        margin: 0 16px
    }
    .half_box {
        padding: 32px
    }
    .tabs_sl_content {
        padding: 24px 24px;
        width: calc(100% - 300px)
    }
    .tabs_image {
        width: 300px
    }
    .tabs_image img {
        width: 100%;
        height: 100%;
        max-height: 320px
    }
    .team_box {
        padding: 24px;
        width: calc(50% - 6px)
    }
    .team_box ul li {
        font-size: 12px
    }
    .teams {
        gap: 12px
    }
    .test_left {
        width: calc(100% - 280px);
        padding: 24px 24px
    }
    .test_right {
        width: 280px
    }
    a.case-cta {
        font-size: 14px;
        padding: 10px 12px
    }
    .tab {
        padding: 6px 12px;
        font-size: 14px
    }
    .tab_box {
        padding: 24px 24px
    }
    video.slider-video,
    .video-image-section,
    .service_box img {
        max-height: 338px
    }
    .result_box {
        width: 100%
    }
    h1.display-2{font-size:34px;}
    .w-half.tabcard, .w-3, .half_box{width:100%;}
    .sticky-pos{height:64px;top:72px;}
    .modal-1272{max-width:100%;}
    .addcontent{padding:0px 48px;}
    #readfullmodal.modal.slide-top .modal-dialog{height:100dvh;margin:0px;}
    #readfullmodal .modal-content{border-radius:0px;height:100dvh;}
    #readfullmodal .modal-header .btn-close, #readfullmodal .modal-header .btn-close svg{
        width:32px;height:32px;
    }
    #readfullmodal .modal-body {
        padding: 16px 0px 48px 0px;
        height: calc(100dvh - 56px);
        overflow-y: auto;
    }
}

@media(max-width:768px) {
    .tbsl-content {
        width: 100%;
        padding: 24px 24px
    }
    .tb-sl-image {
        width: 300px
    }
    .tab {
        padding: 6px 12px;
        font-size:14px
    }
}

@media(max-width:767px) {
    .py100 {
        padding: 44px 0
    }
    .quickview {
        padding: 32px 0
    }
    .banner-top h1 br,
    .display-6 br {
        display: none
    }
    .ban_bottom {
        display: block;
        text-align: center
    }
    .lines {
        width: 100%;
        max-width: 360px;
        height: 1px;
        background: rgb(255 255 255 / .5);
        margin: 16px auto;
        display: block
    }
    .banner-top h1 {
        font-size: 32px
    }
    .quickview_box {
        padding: 24px 24px
    }
    .quickview_box .h3 {
        font-size: 16px
    }
    .quickview_box h2 {
        font-size: 20px
    }
    .service-slider .splide__pagination {
        padding: 12px 16px
    }
    .service_content {
        padding: 16px 24px
    }
    .half_box {
        width: 100%
    }
    .half_box {
        padding: 24px
    }
    .the-sol {
        margin: 24px 0 6px 0
    }
    #sol-img-box .the-sol {
        margin: margin:24px 0
    }
    .container-sm .container-xs {
        padding: 0 0
    }
    .tab {
        padding: 6px 8px;
        font-size: 12px;
        text-align: center
    }
    /*.tabs-slider .splide__slide {
        display: block
    }*/
    .tabs-slider .splide__track {
        overflow: hidden
    }
    .tabs_image,
    .tabs_sl_content {
        width: 100%
    }
    .custom-arrows {
        max-width: 500px;
        width: 100%;
        margin: 24px auto 0 auto
    }
    .teams {
        flex-flow: column;
        max-width: 500px;
        width: 100%;
        margin: 24px auto 0 auto
    }
    .team_box,
    .result_box {
        width: 100%
    }
    .results {
        flex-flow: column;
        max-width: 500px;
        width: 100%;
        margin: 24px auto 0 auto
    }
    .testis {
        flex-flow: column-reverse;
        max-width: 500px;
        width: 100%;
        margin: 24px auto 0 auto
    }
    .test_left,
    .test_right {
        width: 100%
    }
    .test_left div {
        margin-top: 32px
    }
    .test_right img {
        max-height: 450px;
        object-fit: cover;
        object-position: top
    }
    .case-flex {
        flex-flow: column;
        margin: 24px auto 0 auto;
        max-width: 500px;
        width: 100%;
        gap: 32px
    }
    .case-box {
        width: 100%
    }
    a.case-cta {
        font-size: 12px
    }
    .cta-section {
        padding: 44px 24px
    }
    .pro-challenge,
    .service-slider {
        margin-top: 24px
    }
    video.slider-video,
    .video-image-section,
    .service_box img {
        max-height: 260px
    }
    .resutl p.h4,
    .resutl h2.display-6 {
        text-align: center
    }
    .tab_box {
        width: 100%
    }
    .tabs-slider-wrapper {
        max-width: 100%;
        width: 100%;
        margin: auto
    }
    .tbsl-content {
        width: 100%
    }
    .tb-sl-image {
        width: 100%;
        height: 100%;
        max-height: 320px;
        object-fit: contain;
    }
    .result_box.w-half{width:100%;}
    h3, .h3{font-size:20px;}
    /*.tb-sl-image{display:none;}*/
    .tabs-slider ul{display:block;}
    .tabs-slider .splide__slide{opacity:1;margin-bottom:24px;}
    .tabs-slider .splide__slide:last-child{margin-bottom:0px;}
    .tab-ve-btn{display:none;}
    .sticky-pos{height:48px;top:72px;}
    .addcontent{padding:0px 24px;}
    .readmorefull{pointer-events:auto;}
}

@media(max-width:600px) {
    .banner-top h1 {
        margin-bottom: 150px
    }
    .ban_bottom {
        bottom: 24px
    }
    video.slider-video,
    .video-image-section,
    .service_box img {
        max-height: 200px;
        min-height: 200px
    }
    .tab-wrapper {
        flex-wrap: wrap;
        justify-content: center;
        background:#F1F1F1;
        border: 0;
        border-radius: 9999px;
    }
    .tab-bg {
        display: none
    }
    button.tab {
        border-radius: 9999px
    }
    button.tab.active {
        background: #1A2027
    }
    .vdclose {
        font-size: 16px;
        width: 32px;
        height: 32px
    }
    .tab {
        padding: 6px 12px;
        font-size: 14px;
        text-align: center
    }
    .sticky-pos{height:48px;top:72px;}
    .tab br {
        display: none
    }
    p.h2 {
        font-size: 18px
    }
    p.h3 {
        font-size: 18px
    }
    .bef:before {
        left: -8px;
        top: -2px
    }
    .service_content {
        padding: 16px 16px
    }
    .ve-sl-flex {
        padding-left: 0
    }
    .tb-sl-image{padding:0px 24px;}
    .banner-top h1{font-size:28px;}
}

@media (min-width:1400px) {
    .modal-lg,
    .modal-xl {
        max-width: 1124px
    }
}