/* body {
  font-family: Montserrat;
} */

#globeViz .scene-container {
    margin: 0 auto;
}

.section-home-02 {
    background-image: url("/en/wp-content/uploads/2023/08/core_value.png");
    height: 535px;
}

.fs-title {
    font-size: 70px;
}

.fs-label {
    font-size: 35px;
}

.text-title-reasons {
    font-size: 70px;
    bottom: 150px;
    line-height: 86px;
}

header {
    position: fixed;
    z-index: 99999;
    background: #fff;
    width: 100%;
}

/* wave 01 */
.logo-wave {
    width: 100%;
    height: 475px;
    top: 210px;
    z-index: 0;
    position: absolute;
    background-repeat: no-repeat;
    background-image: url("/en/wp-content/uploads/2023/08/bg_block_01.png");
}

.btn-title {
    background-color: #ce181e;
    width: 193px;
    height: 46px;
    text-decoration: none;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    border-radius: 24px;
    padding: 8px 24px 10px;
    text-align: center;
    position: absolute;
    bottom: -30px;
    left: 15%;
    line-height: 27px;
}

.wave-circle-1 {
    position: absolute;
    top: 230px;
    left: 470px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 400px;
    height: 400px;
    z-index: 0;
}

.wave-circle-2 {
    position: absolute;
    bottom: 20%;
    left: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 200px;
}

.circle {
    height: 64px;
    width: 64px;
    border-radius: 50%;
    background-color: #ce181e;
    position: relative;
    transition: height 0.25s ease, width 0.25s ease;
    cursor: pointer;
}

.wave-circle-1 .circle {
    height: 371px;
    width: 371px;
}

.wave-circle-1 .circle:hover {
    height: 400px;
    width: 400px;
}

.circle:hover {
    height: 90px;
    width: 90px;
}

.circle:before,
.circle:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #ce181e;
}

.circle:before {
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
}

.circle:after {
    -webkit-animation: ripple 2s linear 3s infinite;
    animation: ripple 2s linear 3s infinite;
}

.wave-circle-1 .circle:before {
    -webkit-animation: ripple 5s linear infinite;
    animation: ripple2 5s linear infinite;
}

.wave-circle-1 .circle:after {
    -webkit-animation: ripple 5s linear 3s infinite;
    animation: ripple2 5s linear 3s infinite;
}

.circle:hover:before,
.circle:hover:after {
    -webkit-animation: none;
    animation: none;
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
    }

    75% {
        -webkit-transform: scale(1.75);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(2);
        opacity: 0;
    }
}

@keyframes ripple {
    0% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.75);
        opacity: 1;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

@-webkit-keyframes ripple2 {
    0% {
        -webkit-transform: scale(1);
    }

    75% {
        -webkit-transform: scale(1.23);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.35);
        opacity: 0;
    }
}

@keyframes ripple2 {
    0% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.23);
        opacity: 1;
    }

    100% {
        transform: scale(1.35);
        opacity: 0;
    }
}

.btn-start {
    border-radius: 100px;
    border: 1px solid #ce181e;
    width: 237px;
    height: 49px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(-30%);
    color: #ce181e;
    transition: all 0.35s ease;
}

.btn-start:hover {
    background-color: #ce181e;
    color: white;
}

/* end wave 01 */

/* nav */
.nav-scroll {
    position: fixed;
    right: 16px;
    top: 20%;
    box-sizing: border-box;
    padding: 5px;
    border-radius: 0 0 4px 4px;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    z-index: 9999;
}

.ul-scroll {
    list-style: none;
    padding: 0;
    margin: 0;
}

.li-scroll {
    padding: 16px;
    color: #6d6e71;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
}

.li-scroll.li-scroll-active {
    color: #ce181e;
    font-size: 24px;
    font-weight: 700;
}

/* nav */

.expansion-panels {
    width: 100%;
}

.expansion-panel {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.expansion-panel-business {
    border-bottom: 2px solid #000;
    padding-bottom: 24px;
    margin-bottom: 10px;
}

.expansion-panel-header {
    background-color: #f5f5f5;
    padding: 10px;
    cursor: pointer;
}

.expansion-panel-content {
    padding: 10px;
    display: none;
}

.expansion-panel-content p {
    margin: 0;
}

.expansion-panel-content.active {
    display: block;
}

.expansion-business-leader {
    padding: 10px;
    display: none;
}

.expansion-business-leader p {
    margin: 0;
}

.expansion-business-leader.active {
    display: block;
}

.business-img.active {
    display: block;
}

.business-img {
    display: none;
}

.svg-panel.rotate-icon {
    transform: rotate(180deg);
}

.svg-panel {
    cursor: pointer;
    transform: rotate(0deg);
}

.footer-svg-panel {
    cursor: pointer;
    transform: rotate(180deg);
}

.footer-svg-panel.rotate-icon {
    transform: rotate(0deg) !important;
}

.expansion-panel-business .svg-panel {
    margin-top: 8px;
}

/* Our Amazing Customers */
.carousel-container {
    overflow: hidden;
}

.carousel_items {
    display: flex;
    animation: slideleft-awardsline 10s linear infinite;
    width: 3840px;
}

@keyframes slideleft-awardsline {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(-1920px);
    }
}

.carousel_items:hover {
    animation-play-state: paused;
}

.carousel_item {
    position: relative;
    min-width: 384px;
    height: 100%;
    transition: all 0.5s linear;
    background-repeat: no-repeat;
    background-size: contain;
}

.carousel_item:hover {
    filter: none;
}

.color-filter {
    filter: grayscale(100%);
}

.carousel_text {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    padding: 0.5rem 1rem;
    border-radius: 3px;
    color: white;
    font-size: calc(1.5rem + 0.3vw);
    font-weight: bolder;
}

.item1 {
    background-image: url("/en/wp-content/uploads/2023/08/customer_1.png");
}

.item2 {
    background-image: url("/en/wp-content/uploads/2023/08/customer_2.png");
}

.item3 {
    background-image: url("/en/wp-content/uploads/2023/08/customer_3.png");
}

.item4 {
    background-image: url("/en/wp-content/uploads/2023/08/customer_4.png");
}

.item5 {
    background-image: url("/en/wp-content/uploads/2023/08/customer_5.png");
}

/* End Our Amazing Customers */

/*footer*/
.bg-color-red {
    background: #ce181e;
}

.text-color-red {
    color: #ce181e !important;
}

/* menu */
.nav-menu a {
    z-index: 99;
    color: #414042;
    font-size: 18px;
    font-weight: 400;
    position: relative;
}

.sub-item-header::after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 0;
    width: 0;
    height: 5px;
    background-color: #ce181e;
    /* border-radius: 10px; */
    transition: width 0.3s;
}

.sub-item-header:hover::after {
    width: 100%;
    left: 0;
}

.border-menu-header {
    border-top: 1px solid #babcbe;
}

.dropdown-services {
    display: flex;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    transition: all 2s ease;
}

.menu-content-services {
    display: none;
    background: #fff;
    height: 417px;
    z-index: 1;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    transition: all 2s ease;
}

.menu-content-services a {
    color: #6d6e71;
    font-size: 18px;
    font-weight: 500;
}

.dropdown-services:hover .menu-content-services {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    transition: all 2s ease;
}

/* menu */

/* industries */
.bg-industries-left {
    width: 250px;
    border-top: 333px solid #ce181e;
    border-right: 248px solid transparent;
    position: relative;
    z-index: 20;
}

.bg-industries-left2 {
    width: 250px;
    border-top: 333px solid #f0f0f0;
    border-right: 243px solid transparent;
    position: relative;
    z-index: 20;
}

.bg-industries-right {
    width: 250px;
    border-bottom: 333px solid #ce181e;
    border-left: 248px solid transparent;
    position: relative;
    z-index: 20;
}

.industry-box div:hover span {
    font-size: 40px;
}

.industry-item-4 span {
    top: 50%;
    transform: translateY(-50%);
    left: 50px;
}

.industry-item-8 span {
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
}

.industry-item-10 span {
    top: 50%;
    transform: translateY(-50%);
    right: 150px;
    text-align: center;
}

@media screen and (min-width: 1900px) {
    .industry-box {
        height: 333px;
        width: 1900px;
        overflow: hidden;
        margin: 0 auto;
    }

    .industry-item-1 {
        min-width: 860px;
        height: 333px;
    }

    .industry-item-2 {
        margin-left: -132px;
        margin-right: -130px;
        transform: skewX(-38deg);
    }

    .industry-item-3 {
        min-width: 835px;
        height: 333px;
    }

    .industry-item-4 {
        min-width: 350px;
        height: 333px;
    }

    .industry-item-5 {
        min-width: 725px;
        height: 333px;
        margin-left: -250px;
    }

    .industry-item-6 {
        margin-left: -138px;
        margin-right: -170px;
        transform: skewX(-38deg);
    }

    .industry-item-7 {
        min-width: 725px;
        height: 333px;
    }

    .industry-item-8 {
        min-width: 560px;
        height: 333px;
        background-color: #f0f0f0;
    }

    .industry-item-9 {
        min-width: 659px;
        height: 333px;
        margin-left: -251px;
        margin-right: -246px;
    }

    .industry-item-10 {
        width: 100%;
        min-width: 536px;
        height: 333px;
    }

    .section-service-02 {
        height: 632px;
    }
}

@media (max-width: 1900px) and (min-width: 1700px) {
    .industry-box {
        height: 333px;
        width: 1700px;
        overflow: hidden;
        margin: 0 auto;
    }

    .industry-item-1 {
        min-width: 760px;
        height: 333px;
    }

    .industry-item-2 {
        margin-left: -132px;
        margin-right: -130px;
        transform: skewX(-38deg);
    }

    .industry-item-3 {
        min-width: 730px;
        height: 333px;
    }

    .industry-item-4 {
        min-width: 250px;
        height: 333px;
        z-index: 21;
    }

    .industry-item-5 {
        min-width: 735px;
        height: 333px;
        margin-left: -254px;
    }

    .industry-item-6 {
        margin-left: -139px;
        margin-right: -168px;
        transform: skewX(-38deg);
        margin-bottom: -5px;
    }

    .industry-item-7 {
        min-width: 600px;
        height: 333px;
    }

    .industry-item-8 {
        min-width: 465px;
        height: 333px;
        background-color: #f0f0f0;
    }

    .industry-item-9 {
        min-width: 682px;
        height: 333px;
        margin-left: -251px;
        margin-right: -250px;
    }

    .industry-item-10 {
        width: 100%;
        min-width: 536px;
        height: 333px;
    }
}

@media (max-width: 1700px) and (min-width: 1500px) {
    .industry-box {
        height: 333px;
        width: 1500px;
        overflow: hidden;
        margin: 0 auto;
    }

    .industry-item-1 {
        min-width: 700px;
        height: 333px;
        margin-bottom: -2px;
    }

    .industry-item-2 {
        margin-left: -130px;
        margin-right: -130px;
        margin-bottom: -2px;
        transform: skewX(-38deg);
    }

    .industry-item-3 {
        min-width: 651px;
        height: 333px;
    }

    .industry-item-4 {
        min-width: 194px;
        height: 333px;
        z-index: 21;
    }

    .industry-item-5 {
        min-width: 668px;
        height: 333px;
        margin-left: -254px;
    }

    .industry-item-6 {
        margin-left: -139px;
        margin-right: -168px;
        transform: skewX(-38deg);
        margin-bottom: -5px;
    }

    .industry-item-7 {
        min-width: 580px;
        height: 333px;
    }

    .industry-item-8 {
        min-width: 340px;
        height: 333px;
        background-color: #f0f0f0;
    }

    .industry-item-9 {
        min-width: 620px;
        height: 333px;
        margin-left: -251px;
        margin-right: -250px;
    }

    .industry-item-10 {
        min-width: 538px;
        height: 333px;
    }
}

@media (max-width: 1500px) and (min-width: 1250px) {
    .industry-box {
        height: 333px;
        width: 1200px;
        overflow: hidden;
        margin: 0 auto;
    }

    .industry-item-1 {
        min-width: 580px;
        height: 333px;
        margin-bottom: -2px;
    }

    .industry-item-2 {
        margin-left: -130px;
        margin-right: -130px;
        transform: skewX(-38deg);
    }

    .industry-item-3 {
        min-width: 545px;
        height: 333px;
    }

    .industry-item-4 {
        min-width: 73px;
        height: 333px;
        z-index: 21;
    }

    .industry-item-5 {
        min-width: 590px;
        height: 333px;
        margin-left: -254px;
    }

    .industry-item-6 {
        margin-left: -131px;
        margin-right: -168px;
        transform: skewX(-38deg);
    }

    .industry-item-7 {
        min-width: 500px;
        height: 333px;
    }

    .industry-item-8 {
        min-width: 147px;
        height: 333px;
        background-color: #f0f0f0;
        z-index: 21;
    }

    .industry-item-9 {
        height: 333px;
        margin-left: -245px;
        margin-right: -250px;
    }

    .industry-item-10 {
        min-width: 462px;
        height: 333px;
    }

    .industry-item-4 span {
        top: 10%;
        left: 10px;
        font-size: 30px;
    }

    .industry-item-8 span {
        top: 50%;
        left: 50px;
        font-size: 30px;
    }

    .industry-item-10 span {
        top: 50%;
        transform: translateY(-50%);
        right: 100px;
        text-align: center;
    }
}

/* industries */

/* service */
a.sub-item-service {
    width: max-content;
    cursor: pointer;
}

.sub-item-service::after {
    bottom: -37px !important;
}

.sub-item-service:hover::after {
    width: 100%;
    left: 0;
}

.sub-item-service.service-active::after {
    width: 100%;
    left: 0;
}

/* end service */

/* technology */
.technology-box img {
    width: 16%;
    object-fit: contain;
    padding: 30px;
    height: 150px;
}

.technology-action {
    position: relative;
    width: max-content;
    margin-bottom: 30px;
    z-index: 1;
}

.technology-action div {
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
}

.technology-action::after {
    content: "";
    position: absolute;
    bottom: -35px;
    right: 0;
    width: 0;
    height: 5px;
    background-color: #ce181e;
    transition: width 0.3s;
}

.technology-action:hover::after {
    width: 100%;
    left: 0;
}

.technology-action.technology-active::after {
    width: 100%;
    left: 0;
}

.technology-section {
    display: block;
    overflow: hidden;
    height: 100%;
    transition: all 2s ease;
    animation: fade-out 2s;
}

.technology-section.technology-show {
    animation: fade-in 2s;
}

.hidden {
    display: none;
    transition: all 2s ease;
}

.visuallyhidden {
    opacity: 0;
    transition: all 2s ease;
}

@keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fade-out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

/* end technology */

/* mobile */

#hamburger-icon {
    margin: auto 0;
    display: block;
    cursor: pointer;
    margin-right: 16px;
}

#hamburger-icon > div {
    width: 25px;
    height: 3px;
    background-color: #ce181e;
    margin: 4px 0;
    transition: 0.4s;
}

.open .bar1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 3px);
    transform: rotate(-45deg) translate(-6px, 3px);
}

.open .bar2 {
    opacity: 0;
}

.open .bar3 {
    -webkit-transform: rotate(45deg) translate(-6px, -4px);
    transform: rotate(45deg) translate(-6px, -4px);
}

.open .mobile-menu {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.mobile-menu {
    display: none;
    position: fixed;
    top: 50px;
    left: 0;
    bottom: 0;
    height: calc(100vh - 50px);
    width: 100vw;
    background-color: #f0f0f0;
    padding: 24px 16px;
}

.mobile-menu > li {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #414042;
    padding-bottom: 16px;
    border-bottom: 1px solid #d9d9d9;
    cursor: pointer;
}

.responsive-mobile-f {
    display: none;
}

.responsive-desktop-f {
    display: flex;
}

.responsive-mobile-b {
    display: none;
}

.responsive-desktop-b {
    display: block;
}

.bg-color-gray {
    background-color: #f0f0f0;
}

.section-service-10 {
    background: url("/en/wp-content/uploads/2023/10/client-success.png");
    background-repeat: no-repeat;
    background-position: top;
    min-height: 850px !important;
}

@media (max-width: 1366px) and (min-width: 1024px) {
    .slider-container {
        transition: transform 1s;
        width: 1200px;
        background: url("/en/wp-content/uploads/2023/08/bg_models.png");
        object-fit: contain;
        background-size: cover;
    }

    .section-home-07 {
        background: none;
        height: 475px;
        overflow: auto;
    }

    .slick-slider-mobile {
        background-color: rgba(0, 0, 0, 0.65);
        height: 100%;
        padding-bottom: 16px;
        width: 455px;
        padding-left: 16px;
    }

    .slick-slider-mobile .slick-slider-title {
        display: block;
        animation: fade-in 1s;
    }

    .slick-slider-mobile .slick-slider-content {
        display: block;
        animation: fade-in 1s;
    }

    .slick-slider-header {
        line-height: 17px;
    }

    .fs-title {
        font-size: 70px;
    }
}

@media screen and (max-width: 1024px) {
    .section-home-03 .large-6 {
        flex-basis: 100% !important;
        max-width: 100% !important;
    }

    .responsive-mobile-f {
        display: flex;
    }

    .responsive-desktop-f {
        display: none;
    }

    .responsive-mobile-b {
        display: block;
    }

    .responsive-desktop-b {
        display: none;
    }

    .bg-color-gray {
        background-color: #fff;
    }

    .logo-wave {
        top: 190px;
        background: url("./assets/svg/logo-wave.svg") center no-repeat;
    }

    .canvas_particles_waves {
        height: 1200px;
    }

    .canvas_particles_waves canvas {
        margin-top: -400px;
    }

    .wave-circle-1 {
        top: 10%;
        left: 50%;
        transform: translate(-50%);
    }

    .wave-circle-1 .circle {
        height: 190px;
        width: 190px;
    }

    .wave-circle-1 .circle:hover {
        height: 230px;
        width: 230px;
    }

    .wave-circle-2 {
        left: 10%;
        bottom: 20%;
        width: 100px;
        height: 100px;
    }

    .wave-circle-2 .circle {
        height: 30px;
        width: 30px;
    }

    .wave-circle-2 .circle:hover {
        height: 50px;
        width: 50px;
    }

    .btn-start {
        bottom: 10%;
        left: 50%;
        width: 170px;
        height: 32px;
        transform: translate(-50%);
    }

    .title-content {
        left: 0;
        right: 0;
        font-size: 24px;
        line-height: 32px;
        transform: translateY(-30%);
        top: 48%;
        text-align: center;
    }

    .btn-title {
        left: 50%;
        transform: translate(-50%);
    }

    .fs-title {
        font-size: 26px;
    }

    .fs-label {
        font-size: 18px;
        font-weight: 700;
    }

    .core-value > div {
        margin-top: 20px;
    }

    .section-home-02 {
        height: 504px;
        background: url(./assets/svg/mobile/core-value.svg);
    }

    .sub-item-service {
        white-space: nowrap;
        font-size: 18px;
        font-weight: 700;
        margin-right: 16px;
    }

    .slider-service {
        height: 71px !important;
    }

    .technology-action {
        font-size: 12px;
        font-weight: 700;
        line-height: 14px;
        text-transform: uppercase;
        margin-bottom: 16px;
    }

    .technology-action::after {
        bottom: -16px;
    }

    .technology-row-mobile img {
        width: 30%;
        object-fit: contain;
        padding: 8px 16px;
        height: 100px;
    }

    .technology-row-mobile {
        display: none;
        overflow: hidden;
        height: 100%;
        transition: all 1s ease;
        animation: fade-in 1s;
    }

    .technology-row-mobile.show-section {
        display: block;
    }

    .industry-box-mobile {
        width: 1340px;
        height: 262px;
        position: relative;
    }

    .mobile-svg-panel {
        transform: rotate(0deg);
    }

    li.mobile-active .mobile-submenu {
        margin-top: 8px;
        border-top: 2px solid #ce181e;
        padding-top: 8px;
    }

    li.mobile-active .mobile-svg-panel {
        transform: rotate(180deg);
    }

    li .mobile-submenu {
        display: none;
        transition: all 1s ease;
        animation: fade-in 1s;
    }

    li.mobile-active .mobile-submenu {
        display: block;
    }

    .mobile-submenu a {
        font-family: Roboto;
        font-size: 14px;
        font-weight: 400;
        line-height: 30px;
        text-align: left;
        color: #6d6e71;
    }

    .title-content {
        height: 400px;
        width: 400px;
        top: 10%;
        left: 50%;
        display: flex;
        transform: translate(-50%);
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .colum-service {
        height: 190px;
    }
}

/* end mobile */

.bg-reasons {
    background: url("/en/wp-content/uploads/2023/08/reasons-to-go.png");
    width: 1672px;
    height: 916px;
    margin: 0 auto;
    position: relative;
}

.flip-card {
    width: 374px;
    height: 374px;
    perspective: 1000px;
    border-radius: 100%;
    background-color: transparent;
    z-index: 99;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-color: #ce2027;
    text-align: center;
    transition: transform 1s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    overflow: hidden;
    cursor: pointer;
}

.flip-card:hover .flip-card-back {
    transform: translate(0, 0);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flip-card-front {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    background: linear-gradient(
        90deg,
        rgba(180, 58, 87, 1) 0%,
        rgba(206, 24, 30, 1) 0%,
        rgba(148, 0, 12, 1) 100%
    );
}

.flip-card-back {
    background-color: #6d6e71;
    color: #fff;
    transform: translate(400px, 0);
    padding: 24px;
    transition: all 1s ease;
    background: linear-gradient(
        90deg,
        rgba(180, 58, 87, 1) 0%,
        rgba(148, 0, 12, 1) 0%,
        rgba(206, 24, 30, 1) 100%
    );
}

.reasons-ball-1 {
    position: absolute;
    bottom: 100px;
    left: 30px;
}

.reasons-ball-2 {
    position: absolute;
    top: 80px;
    left: 380px;
}

.reasons-ball-3 {
    position: absolute;
    top: 80px;
    right: 360px;
}

.reasons-ball-4 {
    position: absolute;
    bottom: 100px;
    right: 0;
}

.reasons-bridge-1 {
    background: url("/en/wp-content/uploads/2023/08/bridge_1.png");
    position: absolute;
    bottom: 0;
    left: 150px;
    width: 34px;
    height: 113px;
}

.reasons-bridge-2 {
    background: url("/en/wp-content/uploads/2023/08/bridge_2.png");
    position: absolute;
    bottom: 430px;
    left: 307px;
    width: 121px;
    height: 120px;
}

.reasons-bridge-3 {
    background: url("/en/wp-content/uploads/2023/08/bridge_3.png");
    position: absolute;
    top: 213px;
    left: 733px;
    width: 225px;
    height: 30px;
}

.reasons-bridge-4 {
    background: url("/en/wp-content/uploads/2023/08/bridge_4.png");
    position: absolute;
    bottom: 413px;
    right: 303px;
    width: 117px;
    height: 120px;
}

.reasons-bridge-5 {
    background: url("/en/wp-content/uploads/2023/08/bridge_5.png");
    position: absolute;
    bottom: 5px;
    right: 130px;
    width: 34px;
    height: 111px;
}

.bg-dev-process {
    background: url("/en/wp-content/uploads/2023/08/bg_process.png") no-repeat;
    width: 1474px;
    height: 630px;
    position: relative;
    overflow: hidden;
    margin: auto;
}

.bg-dev-process-4 {
    background: url("/en/wp-content/uploads/2023/08/bg_process_4.png") no-repeat;
    width: 972px;
    height: 630px;
    position: relative;
    overflow: hidden;
    margin: auto;
}

.bg-dev-process-5 {
    background: url("/en/wp-content/uploads/2023/08/bg_process_5.png") no-repeat;
    width: 1474px;
    height: 630px;
    position: relative;
    overflow: hidden;
    margin: auto;
}

.bg-dev-process > div {
    width: 213px;
}

.process-item {
    display: flex;
    align-items: end;
    height: 560px;
}

.process-content {
    display: block;
    opacity: 0;
    transform: translate(100%);
    transition: all 0.75s ease;
}

.process-item.show-process .process-content {
    opacity: 1;
    transform: translate(0);
}

.process-item.show-process .flip-card-process .flip-card-process-front {
    color: #ce2027;
}

.flip-card-process {
    width: 180px;
    height: 180px;
    perspective: 1000px;
    border-radius: 100%;
    background-color: transparent;
    z-index: 99;
    cursor: pointer;
    font-size: 18px;
}

.flip-card-process-inner {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-color: #fff;
    text-align: center;
    transition: transform 1s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card-process:hover .flip-card-process-front {
    color: #ce2027;
}

.flip-card-process-front,
.flip-card-process-back {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flip-card-process-front {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    line-height: 22px;
}

.flip-card-process-back {
    background-color: #ce2027;
    color: #fff;
    transform: rotateY(180deg);
}

.section-home-07 {
    background: url("/en/wp-content/uploads/2023/09/models-1-2.png");
    width: 100%;
    height: 810px;
    color: #fff;
    background-size: cover;
}

.slider-container {
    transition: transform 1s;
    width: 100%;
    overflow: hidden;
}

.slick-slider {
    flex: 0 0 calc(100% / 5) !important;
    transition: transform 1s, flex 1s;
    align-self: flex-end;
    display: flex;
    flex-direction: column;
    justify-content: end;
    /* align-items: center !important; */
    cursor: pointer !important;
    background-color: rgba(0, 0, 0, 0.65);
    height: 100%;
    padding: 0 10px 16px;
}

.slick-slider.slick-active {
    cursor: auto;
    flex: 0 0 calc(100% / 5 * 3) !important;
    z-index: 1 !important;
    align-items: flex-start;
    padding-left: 100px;
    padding-bottom: 40px !important;
    justify-content: start !important;
}

.slick-active .slick-slider-title {
    display: block;
    animation: fade-in 1s;
}

.slick-active .slick-slider-content {
    display: block;
    animation: fade-in 1s;
}

.slick-slider-title {
    display: none;
    transition: all 1s ease;
}

.slick-slider-content {
    display: none;
    transition: all 1s ease;
}

.slick-slider-header {
    line-height: 43px;
    text-transform: uppercase;
}

@keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.service-page-banner {
    font-size: 45px;
    font-weight: 800;
    line-height: 55px;
    letter-spacing: 0em;
    text-align: center;
    color: #ffffff;
}

.service-page-banner-content {
    width: 880px;
    height: 86px;
    top: -5577px;
    left: 2247px;
    color: #ffffff;
}

.service-page-bottom-banner {
    color: #ffffff;
    font-size: 50px;
    font-weight: 800;
    line-height: 61px;
    letter-spacing: 0em;
    text-align: left;
}

.bg-color-white {
    background-color: #ffffff;
}

.blog-post-inner a {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 300px;
    height: 35px;
}

.blog-post-inner a:hover {
    overflow: visible;
    white-space: normal;
    width: 300px;
    -webkit-line-clamp: unset;
    height: auto;
    min-height: 37px;
}

.luv-post-tag a {
    height: 45px;
}

.post-item > .col-inner {
    height: 100%;
}

.blog-post-inner p {
    white-space: nowrap;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 300px;
    height: 15px;
}

.blog-post-inner p:hover {
    overflow: visible;
    white-space: normal;
    width: 300px;
}

@media screen and (max-width: 1024px) {
    .bg-reasons-mobile {
        background: url("/en/wp-content/uploads/2023/08/bg_mobile.png") no-repeat;
        width: 100%;
        height: 700px;
        position: relative;
    }

    .flip-card {
        width: 138px;
        height: 138px;
        perspective: 1000px;
        border-radius: 100%;
        background-color: transparent;
        z-index: 99;
    }

    .reasons-ball-1 {
        top: 34px;
        left: 52px;
    }

    .reasons-ball-2 {
        top: 166px;
        left: 183px;
    }

    .reasons-ball-3 {
        top: 378px;
        left: 183px;
    }

    .reasons-ball-4 {
        bottom: 54px;
        left: 52px;
    }

    .flip-card-front {
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        line-height: 18px;
        text-align: center;
        padding: 24px;
    }

    .reasons-bridge-1 {
        background: url("/en/wp-content/uploads/2023/08/bridge_mobile_1.png");
        position: absolute;
        top: 74px;
        left: 18px;
        width: 42px;
        height: 13px;
    }

    .reasons-bridge-2 {
        background: url("/en/wp-content/uploads/2023/08/bridge_mobile_2.png");
        position: absolute;
        top: 141px;
        left: 170px;
        width: 45px;
        height: 45px;
    }

    .reasons-bridge-3 {
        background: url("/en/wp-content/uploads/2023/08/bridge_mobile_3.png");
        position: absolute;
        top: 300px;
        left: 260px;
        width: 11px;
        height: 83px;
    }

    .reasons-bridge-4 {
        background: url("/en/wp-content/uploads/2023/08/bridge_mobile_4.png");
        position: absolute;
        top: 496px;
        left: 170px;
        width: 44px;
        height: 44px;
    }

    .reasons-bridge-5 {
        background: url("/en/wp-content/uploads/2023/08/bridge_mobile_5.png");
        position: absolute;
        bottom: 100px;
        left: 18px;
        width: 41px;
        height: 13px;
    }

    .reasons-content-mobile {
        position: absolute;
        top: 176px;
        left: 0;
        width: 195px;
        height: 330px;
        background: rgba(230, 231, 232, 0.6);
        border-radius: 0 330px 330px 0;
        padding: 16px 50px 16px 16px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        transform: translate(-100%);
        transition: all 1s ease;
    }

    .reasons-content-mobile.reasons-active {
        transform: translate(0);
    }

    .flip-card .flip-card-back {
        display: none;
    }

    /*     .flip-card.card-active .flip-card-inner {
transform: rotateY(180deg);
}

.flip-card:hover .flip-card-inner {
transform: none;
}

.flip-card-process:hover .flip-card-process-inner {
transform: none;
}

.flip-card.card-active:hover .flip-card-inner {
transform: rotateY(180deg);
} */

    .slider-container {
        transition: transform 1s;
        width: 1200px;
        background: url("/en/wp-content/uploads/2023/08/bg_models.png");
        object-fit: contain;
        background-size: cover;
    }

    .section-home-07 {
        background: none;
        height: 560px;
        overflow: auto;
    }

    .slick-slider-mobile {
        background-color: rgba(0, 0, 0, 0.65);
        height: 100%;
        padding-bottom: 16px;
        width: 400px;
        padding-left: 16px;
    }

    .slick-slider-mobile .slick-slider-title {
        display: block;
        animation: fade-in 1s;
    }

    .slick-slider-mobile .slick-slider-content {
        display: block;
        animation: fade-in 1s;
    }

    .slick-slider-header {
        line-height: 17px;
    }

    .section-service-02 {
        width: 393px;
        height: 395px;
    }

    .section-service-10 {
        background-image: url("/en/wp-content/uploads/2023/10/client-success.png");
        background-size: 100vw 315px;
        background-repeat: no-repeat;
        background-position: top;
        /* height: 450px; */
        min-height: 450px !important;
        padding-bottom: 44px !important;
    }

    .service-page-banner {
        width: 393px;
        font-size: 20px;
        font-weight: 800;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: center;
        height: 45px;
    }

    .service-page-banner-content {
        font-size: 12px !important;
        font-weight: 500;
        line-height: 15px;
        letter-spacing: 0em;
        text-align: center;
        width: 361px;
        height: 80px;
        top: -6163px;
        left: 4496px;
    }

    .service-page-bottom-banner {
        font-family: Montserrat;
        font-size: 20px !important;
        font-weight: 800;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: left;
    }

    .blog-post-inner a {
        width: 120px;
        height: 30px;
    }

    .blog-post-inner a:hover {
        overflow: visible;
        white-space: normal;
        width: 120px;
    }

    .blog-post-inner p {
        width: 120px;
        height: 14px;
    }

    .blog-post-inner p:hover {
        overflow: visible;
        white-space: normal;
        width: 120px;
    }

    .btn-client-success {
        line-height: 1.7em !important;
        min-height: 2em !important;
        font-size: 0.7em !important;
    }
}

.title-content-services div {
    transition: all 1s ease;
}

.h-126 {
    height: 126px;
}

.h-166 {
    height: 166px;
}

.sub-item-service:hover,
.btn-browse-all:hover {
    color: white;
}

@media (max-width: 1900px) and (min-width: 1700px) {
    .client-succes-portfolio .portfolio-box-title {
        font-size: 22px;
    }
}

@media (max-width: 1700px) and (min-width: 1500px) {
    .client-succes-portfolio .portfolio-box-title {
        font-size: 20px;
    }

    .client-succes-portfolio .box-image {
        height: 327px;
    }

    .client-succes-portfolio img {
        object-fit: contain !important;
    }
}

@media (max-width: 1500px) and (min-width: 1366px) {
    .client-succes-portfolio .box-image {
        height: 20vw;
    }

    .client-succes-portfolio .portfolio-box-title {
        font-size: 18px;
    }

    .section-scroll-industries {
        top: 65px !important;
    }
}

@media (min-width: 1281px) and (max-width: 1530px) {
    .reasons-bridge-3 {
        background: url(/en/wp-content/uploads/2023/08/bridge_3.png) no-repeat;
        position: absolute;
        top: 184px !important;
        left: 550px !important;
        width: 265px !important;
        height: 37px !important;
        background-size: contain;
    }
}

@media (min-width: 1025px) and (max-width: 1530px) {
    .flip-card {
        width: 250px;
        height: 250px;
    }

    .reasons-ball-1 {
        position: absolute;
        bottom: 95px;
        left: 80px;
    }

    .reasons-ball-4 {
        position: absolute;
        bottom: 95px;
        right: 60px;
    }

    .reasons-bridge-2 {
        background: url(/en/wp-content/uploads/2023/08/bridge_2.png) no-repeat;
        position: absolute;
        bottom: 279px;
        left: 248px;
        width: 119px;
        height: 148px;
        background-size: contain;
    }

    .reasons-ball-2 {
        left: 320px;
    }

    .reasons-ball-3 {
        right: 310px;
    }

    .reasons-bridge-3 {
        background: url(/en/wp-content/uploads/2023/08/bridge_3.png) no-repeat;
        position: absolute;
        top: 201px;
        left: 555px;
        width: 180px;
        height: 30px;
        background-size: contain;
    }

    .reasons-bridge-4 {
        background: url(/en/wp-content/uploads/2023/08/bridge_4.png) no-repeat;
        position: absolute;
        bottom: 287px;
        right: 228px;
        width: 128px;
        height: 151px;
        background-size: contain;
    }

    .flip-card-front {
        font-size: 18px;
    }

    .flip-card-back {
        font-size: 12px;
    }

    .text-title-reasons {
        font-size: 45px !important;
        bottom: 100px !important;
        line-height: 60px !important;
    }

    .bg-reasons {
        background: url("/en/wp-content/uploads/2023/08/reasons-to-go.png");
        width: 100%;
        height: 700px;
        background-size: cover;
    }

    .text-card {
        font-size: 12px;
    }

    .title-card {
        font-size: 22px;
    }
}

@media (max-width: 1366px) and (min-width: 1024px) {
    .image-cover {
        position: static !important;
    }

    .client-succes-portfolio img {
        object-fit: cover !important;
    }

    .client-succes-portfolio .box-image {
        height: 17vw;
    }

    .client-succes-portfolio .portfolio-box-title {
        font-size: 12px;
    }

    .client-succes-portfolio .box-text {
        height: 118px;
    }

    .client-succes-portfolio .portfolio-box-category {
        font-size: 12px;
    }

    .section-service-10 {
        background-size: 100vw;
        min-height: 719px !important;
    }

    .section-service-10 .col-inner {
        padding: 0 !important;
    }

    .section-service-10 .section-content {
        padding-top: 10vh;
    }

    .content-title {
        font-size: 20px;
    }

    .content-text {
        font-size: 14px;
    }

    .content-text-detail {
        font-size: 12px;
    }

    .cta-screen-1000 {
        font-size: 25px !important;
    }

    .section-scroll-industries {
        top: 64px !important;
    }
}

@media (min-width: 600px) and (max-width: 1024px) {
    .box-image img {
        max-width: 100% !important;
    }

    /* .text.service-page-banner {
padding-top: 77px;
} */
    .cta-contact-option .col-inner {
        padding-left: 10vw !important;
    }

    .client-succes-portfolio .image-cover {
        position: static !important;
    }

    .client-succes-portfolio img {
        object-fit: cover !important;
    }

    .mobie-cta-banner .col-inner {
        padding-left: 10px !important;
    }
}

@media screen and (max-width: 600px) {
    .col-inner {
        padding: 0 0 0 30px;
        max-width: none;
    }

    .mobie-cta-banner .col-inner {
        padding-left: 10px !important;
    }
	footer .footer-about-us .col-inner {
padding: 0px !important
} 
}

@media (min-width: 1000px) and (max-width: 1024px) {
    .section-home-07 {
        background: none;
        height: 534px;
        overflow: auto;
    }
    .service-page-bottom-banner {
        font-family: Montserrat;
        font-size: 30px !important;
        font-weight: 800;
        line-height: 55px !important;
        letter-spacing: 0em;
        text-align: left;
    }
}

/* Reasons to go with us */
@media (min-width: 768px) and (max-width: 1024px) {
    .custom-responsive-desktop-b {
        display: block !important;
    }

    .custom-responsive-mobile-b {
        display: none !important;
    }

    .bg-reasons {
        background: url(/en/wp-content/uploads/2023/08/reasons-to-go.png) no-repeat;
        width: unset !important;
        max-height: 560px !important;
        background-size: contain;
    }

    .text-title-reasons {
        font-size: 35px !important;
        bottom: 150px !important;
        line-height: 45px !important;
    }

    .flip-card {
        width: 155px !important;
        height: 155px !important;
    }

    .reasons-ball-1 {
        top: 250px !important;
        left: 120px !important;
    }
    .reasons-ball-2 {
        top: 70px !important;
        left: 290px !important;
    }

    .reasons-ball-3 {
        top: 70px !important;
        right: 290px !important;
        left: unset !important;
    }

    .reasons-ball-4 {
        top: 250px !important;
        right: 120px !important;
        left: unset !important;
    }

    .reasons-bridge-1 {
        background: url(/en/wp-content/uploads/2023/08/bridge_1.png) no-repeat;
        position: absolute;
        bottom: 82px;
        left: 166px;
        width: 40px;
        background-size: contain;
        height: 85px;
        top: unset;
    }

    .reasons-bridge-2 {
        background: url(/en/wp-content/uploads/2023/08/bridge_2.png) no-repeat;
        position: absolute;
        top: 192px;
        left: 236px;
        width: 82px;
        background-size: contain;
        height: 90px;
    }

    .reasons-bridge-3 {
        background: url(/en/wp-content/uploads/2023/08/bridge_3.png) no-repeat;
        position: absolute;
        top: 136px;
        left: 42%;
        width: 180px;
        height: 22px;
        background-size: contain;
    }

    .reasons-bridge-4 {
        background: url(/en/wp-content/uploads/2023/08/bridge_4.png) no-repeat;
        position: absolute;
        top: 192px;
        right: 236px;
        width: 82px;
        height: 90px;
        background-size: contain;
        left: unset;
    }

    .reasons-bridge-5 {
        background: url(/en/wp-content/uploads/2023/08/bridge_5.png) no-repeat;
        position: absolute;
        background-size: contain;
        bottom: 82px;
        right: 150px;
        width: 40px;
        height: 85px;
        left: unset;
    }

    .flip-card .flip-card-back {
        display: block;
    }

    .flip-card-back {
        font-size: 7px;
    }
}

@media (min-width: 850px) and (max-width: 1025px) {
    .container {
        max-width: 100% !important;
    }
    .font-size-technologies-home {
        font-size: 20px !important;
    }
}

@media (min-width: 850px) and (max-width: 1024px) {
    .div-icon-technologies {
        width: 60px !important;
        height: 60px !important;
    }
}

@media (min-width: 1367px) and (max-width: 1540px) {
    .reasons-ball-1 {
        left: 145px !important;
    }
    .reasons-ball-2 {
        left: 400px !important;
    }
    .reasons-ball-3 {
        right: 400px !important;
    }
    .reasons-ball-4 {
        right: 135px !important;
    }
    .reasons-bridge-1 {
        left: 220px !important;
    }
    .reasons-bridge-2 {
        left: 325px !important;
    }
    .reasons-bridge-3 {
        left: 627px !important;
    }
    .reasons-bridge-4 {
        right: 311px !important;
    }
    .reasons-bridge-5 {
        right: 205px !important;
    }
}

@media (max-width: 910px) and (min-width: 768px) {
    .reasons-ball-1 {
        top: 250px !important;
        left: 55px !important;
    }

    .reasons-ball-2 {
        top: 70px !important;
        left: 210px !important;
    }

    .reasons-ball-3 {
        top: 70px !important;
        right: 210px !important;
        left: unset !important;
    }

    .reasons-ball-4 {
        top: 250px !important;
        right: 55px !important;
        left: unset !important;
    }

    .reasons-bridge-1 {
        left: 105px;
    }

    .reasons-bridge-2 {
        left: 163px;
    }

    .reasons-bridge-3 {
        top: 136px;
        left: 39%;
        width: 200px;
        height: 40px;
    }

    .reasons-bridge-4 {
        right: 163px;
    }

    .reasons-bridge-5 {
        right: 95px;
    }
}

/* End Reasons to go with us */

/*start models*/

.slick-slider-content img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
@media screen and (max-width: 1024px) {
    .slick-slider-content img {
        width: 20px;
        height: 20px;
    }
    .slick-slider-header {
        line-height: 26px !important;
        padding-top: 20px;
        padding-bottom: 70px;
    }
}
@media (max-width: 1366px) and (min-width: 1025px) {
    .slick-slider.slick-active {
        padding-left: 45px !important;
        padding-right: 100px !important;
    }
}
/*end models*/
/* start client success */
@media screen and (min-width: 500px) and (max-width: 549px) {
    .client-success-resp .col-inner.text-center {
        padding-left: 15vw !important;
        padding-right: 15vw !important;
    }
}

@media screen and (min-width: 550px) and (max-width: 849px) {
    .client-succes-portfolio .box-image {
        height: 26vw !important;
    }

    .clients-success-title .col-inner {
        margin: 69px 0px 0px 0px !important;
        padding: 0 !important;
    }
    .client-succes-portfolio .portfolio-box-title {
        padding-top: 0px;
    }
    .medium-4 div {
        margin-top: 0px !important;
    }
}

@media screen and (min-width: 850px) and (max-width: 1024px) {
    .client-succes-portfolio img {
        object-fit: contain !important;
    }
    .client-succes-portfolio .box-image {
        height: 17vw;
    }
    .client-succes-portfolio .portfolio-box-title {
        padding-top: 0px;
    }
}

@media screen and (min-width: 1700px) and (max-width: 1740px) {
    .client-succes-portfolio .box-image {
        height: 374px;
    }
}

@media screen and (min-width: 550px) and (max-width: 1366px) {
    .btn-see-more-resp {
        width: 140px !important;
    }
    .btn-see-more-resp a {
        font-size: 14px !important;
    }
}
@media screen and (min-width: 790px) and (max-width: 849px) {
    .client-succes-portfolio .flickity-viewport {
        height: 320px !important;
    }
}
.client-succes-portfolio .box-text {
    background-color: white;
}

@media screen and (max-width: 550px) {
    .btn-client-success {
        height: 46px;
        width: 140px;
        font-size: 14px !important;
        padding-top: 11px !important;
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .wave-circle-1 {
        left: 376px !important;
    }
    .wave-circle-2 {
        left: 240px !important;
    }
    .title-banner {
        left: 550px !important;
    }
}

@media (min-width: 1701px) and (max-width: 1800px) {
	.client-succes-portfolio .box-image {
		height: 374px!important;
	}
}

.box>a {
    display: block!important;
    width: 100%;
}