/*
Version: 3.0.47
Theme Name: Super Theme
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* declare primary color */
:root {
    --cus-primary-color: #17acb4;
    --cus-secondary-color: #002956;
    --cus-black-color: #000;
    --cus-white-color: #fff;

    --marquee-width: 100%;
    --marquee-elements-displayed: 5;
    --marquee-element-width: calc(var(--marquee-width) / var(--marquee-elements-displayed));
    --marquee-elements: 6;
}

body, a, h1, h2, h3, h4, h5, h6, p, li {
    font-family: "Poppins", sans-serif;
}

.max-width-100 {
    max-width: 100% !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.p-0 {
    padding: 0!important;
}

.m-0, .m-0.text p {
    margin: 0!important;
}

.fw600 {
    font-weight: 600;
}

.fw700 {
    font-weight: 700;
}

.br35 {
    border-radius: 35px;
    overflow: hidden;
}

.mb-2 {
    margin-bottom: .5rem!important;
}

.me-3 {
    margin-right: 1rem!important;
}

.gap-10 {
    gap: 10px;
}

/* Mobile Menu */
.off-canvas-left .mfp-content {
    background: #fff;
}

.stuck #masthead {
    background: #fff;
}

/* Header nav */
#header .nav > li.menu-item {
    margin: 0 12px;
}

#header .nav > li > a {
    font-weight: normal;
    text-transform: capitalize;
    font-size: 16px;
    color: #000000a6;
}

#header .nav > li > a:hover, #header .nav > li.current-menu-item > a {
    color: var(--cus-primary-color);
}

/* SPT Button */
.spt-button {
    transition: all 0.3s ease;
    display: inline-block;
}

.spt-button-inner {
    display: flex;
    align-items: center;
}

.spt-button svg {
    margin-right: 10px;
}

.spt-button:hover {
    box-shadow: inset 0 0 0 100px rgba(0,0,0,.2);
}

/*  SPT Icon Box  */
.spt-icon-box-content p {
    margin-bottom: 0;
}

/* CF7 */
span.wpcf7-spinner {
    display: none;
}

/* Accordion */
.accordion {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px -1px 6px 1px #ddd;
}

div#accordion-2860439605 {}

.accordion-title {
    border: 0;
    padding-left: 20px;
}

.accordion-title span {
    font-size: 16px;
    color: rgb(0, 51, 102);
}

.accordion-title button {}

.accordion-title button i {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordion-title button i::before {}

.accordion-inner {
    padding-bottom: 0;
}

.accordion-inner p {}

.accordion-inner ul li {}

.accordion-inner p:last-child {
}

.accordion-item {
    border-bottom: 1px solid #ddd;
}

.accordion .toggle {
    left: unset;
    right: 0;
}


/* Custom */
.btn.cn-button-top {
    padding: 12px 15px;
    line-height: 1.1;
    border-radius: 30px;
}

.video_banner {
    overflow: hidden;
    position: relative;
}

.video_banner .banner-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.video_banner .banner-video .banner-video-main {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.video_banner .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.71;
    background: linear-gradient(253deg, #082A48 16.69%, #242525 84.47%);
}

.video_banner .main-row {
    position: relative;
    z-index: 1;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}

.video_banner h1 {
    line-height: 72px;
    font-size: 60px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

.button.primary {
    color: #111;
    font-size: 15px;
    font-weight: 600;
    line-height: 52px;
    height: 52px;
    min-height: unset;
    border: 1px solid transparent;
    padding: 0 24px;
    position: relative;
    overflow: hidden;
}

.button.primary::before {
    content: '';
    position: absolute;
    top: 0px;
    left: -80px;
    width: 100px;
    height: 50px;
    transform: skew(-25deg);
    animation: main_anim 3s infinite ease-in-out;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .2) 100%);
}

.button.primary:hover {
    background: #181818;
    color: #17acb4;
}

.video_banner .banner-featured-item {
    position: relative;
}

.video_banner .banner-featured-item::after {
    content: '';
    height: 40px;
    width: 1px;
    display: block;
    background: white;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 34px;
    margin: auto;
}

.video_banner .banner-featured-item.last::after {
    display: none;
}

.client-title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    padding-bottom: 6px;
    color: #000;
    line-height: 1.3;
    text-align: center;
}

.client-title .before {
    max-width: 150px;
    height: 2px;
    background: #17acb4;
    margin-right: 15px;
    width: 20%;
    display: flex;
    position: relative;
}

.client-title .before::after {
    height: 8px;
    width: 8px;
    content: "";
    background: #17acb4;
    display: block;
    border-radius: 55px;
    position: absolute;
    top: -3px;
    right: 0;
}

.client-title .after {
    max-width: 150px;
    height: 2px;
    background: #17acb4;
    margin-left: 15px;
    width: 20%;
    position: relative;
}

.client-title .after::before {
    height: 8px;
    width: 8px;
    content: "";
    background: #17acb4;
    display: block;
    border-radius: 55px;
    position: absolute;
    top: -3px;
    left: 0;
}

.row-marquee {
    list-style: none;
    height: 100%;
    display: flex;
    animation: scrolling calc(6 * 5s) linear infinite;
    flex-flow: unset;
    max-width: 100% !important;
}

.marquee-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    max-width: 1110px;
    margin: 0 auto;
}

.clients-sec .row-marquee .col {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: var(--marquee-element-width);
    white-space: nowrap;
    opacity: 0.8;
    flex-basis: unset;
    max-width: unset;
    text-align: center;
    padding: 0;
}

.row-marquee img {
    max-height: 37px;
    width: auto;
    max-width: 100%;
}

.dnd_area-row-9-background-layers {
    background-image: linear-gradient(rgba(245, 246, 251, 1), rgba(245, 246, 251, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
}

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

.flex-box-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hp-howtobuild-sec .flex-box-center {
    gap: 36px;
}

.dnd_area-row-15-background-layers {
    background-image: linear-gradient(rgba(245, 246, 251, 1), rgba(245, 246, 251, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
}

.section-title h2 {
    color: #181818;
    font-size: 36px;
    line-height: 43px;
    margin: 0;
}

.section-title {
    justify-content: center;
    flex-direction: column;
}

.section-title.text-left {
    align-items: flex-start;
}

.section-title.text-right {
    align-items: flex-end;
}

.section-title svg {
    margin: 15px 0;
}

.section-title p.st-content {
    font-size: 16px;
    line-height: 29px;
    color: #6d6d6d;
}

.spt-image-box-1 {
    border-radius: 5px;
    position: relative;
    border: 1px solid rgba(96, 94, 94, .1215686275);
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, .03);
    transition: all .3s ease;
    text-align: center;
    padding-bottom: 15px;
    cursor: pointer;
}

.spt-image-box-1 .thumb {
    position: relative;
}

.spt-image-box-1 .thumb::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(10, 61, 91, 0.24);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transform: scaleX(0);
    transition: all 500ms 
ease;
    z-index: 1;
    width: 100%;
}

.spt-image-box-1 .thumb span {
    background: linear-gradient(to bottom, rgba(3, 28, 55, 0.2), rgba(3, 10, 21, 0.83));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.spt-image-box-1 .grid-icon {
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    height: 70px;
    margin: -45px auto 0;
    border: 6px solid rgb(255, 255, 255);
    width: 70px;
    text-align: center;
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .07);
    transition: all .4s 
ease;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    position: relative;
    z-index: 1;
}

.spt-image-box-1 .grid-icon::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    border-radius: 50%;
    z-index: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all .5s 
cubic-bezier(.62, .21, .45, 1.52);
    background: #17acb4;
}

.spt-image-box-1 .grid-icon img {
    position: relative;
}

.spt-image-box-1:not(:hover) .arow-icon {
    display: none;
}

.spt-image-box-1:hover .icon-grid {
    display: none;
}

.spt-image-box-1:hover .grid-icon::before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.spt-image-box-1:hover .thumb::before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.spt-image-box-1 .thumb::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 100%;
    height: 5px;
    background: #17acb4;
    transform: scaleX(0);
    transition: all 500ms 
ease;
    content: "";
    z-index: 1;
}

.spt-image-box-1:hover .thumb::after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.spt-image-box-1 h3 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    margin: 4px 0 4px;
    line-height: 24px;
}

.dev-services-row-list .col-inner {
    height: 100%;
}

.spt-icon-box-1 {
    transition: all .5s 
ease;
    border: 1px solid #cfe5f7;
    padding: 25px;
    border-radius: 10px;
    background: linear-gradient(to right, rgba(242, 249, 255, 1), rgba(255, 255, 255, 1), rgba(242, 249, 255, 1));
    width: 100%;
    height: 100%;
}

.spt-icon-box-1 .grid-icon {
    text-align: center;
}

.spt-icon-box-1 h3 {
    color: #3c3c3c;
    font-size: 20px;
    font-weight: 600;
    padding: 0px;
    margin-top: 20px;
    margin-bottom: 15px;
    text-align: center;
}

.spt-icon-box-1 p {
    font-size: 16px;
    line-height: 29px;
    text-align: center;
    margin: 0;
}

.spt-icon-box-1:hover {
    background: rgba(255, 255, 255, 1.0);
    box-shadow: 2px 2px 32px rgba(23, 22, 22, .2);
}

.section-title.dark h2 {
    color: #fff;
}

.section-title.dark p.st-content {
    color: #fff;
}

.tab-row {
    background: #fff;
    padding: 0;
    border-radius: 5px;
}

.tab-row .nav-tabs {
    background: #f0f0f0;
    padding: 45px 0 !important;
    margin: 0 !important;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    flex-direction: column;
}

.tab-row .nav-tabs li {
    width: 100%;
    list-style: none;
}

.tab-row .nav-tabs li a {
    display: block;position: relative;border-radius: 0;position: relative;font-size: 20px;font-weight: 600;line-height: 24px;transition: all 0.5s 
ease;-webkit-transition: all 0.5s 
ease;-moz-transition: all 0.5s ease;-ms-transition: all 0.5s ease;padding: 24px;border: 0;
    background: none;
}

.tab-row .nav-tabs li a.active {
    color: #201d1d !important;
    background: #f8ad2d !important;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    margin-left: 19px;
    max-width: calc(100% - 39px);
}

.tab-row .nav-tabs li a span {display: block;font-size: 14px;font-weight: 400;}

.tab-row .nav-tabs li a img {
    max-width: 40px;
    position: absolute;
    right: 15px;
    top: 30px;
    opacity: 1;
}

.tab-row .tab-content {
    padding: 45px 45px 0;
}

.tab-row .tab-content>.tab-pane {
    display: none;
    color: #000;
}

.tab-row .tab-content>.tab-pane.active {
    display: block;
}

.tab-row .tab-content>.tab-pane h3 {
    color: #000;
}

.tab-row .tab-content>.tab-pane ul {
    list-style: none;
    padding-left: 32px;
}

.tab-row .tab-content>.tab-pane ul li {
    position: relative;
    margin-bottom: 15px;
}

.tab-row .tab-content>.tab-pane ul li::before {
    position: absolute;
    left: -30px;
    top: 3px;
    background-image: url(./assets/img/check-list.png);
    background-repeat: no-repeat;
    content: '';
    height: 22px;
    width: 20px;
    background-size: 100%;
}

.spt-icon-box-2 {
    transition: all .5s ease;
    border: 1px solid #e3eef2;
    padding: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    background-color: rgba(231, 245, 255, 0.1);
    width: 100%;
    box-shadow: 0 5px 70px rgba(32, 35, 66, .1);
    background-image: url(./assets/img/icon-bottom-left.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    height: 100%;
}

.spt-icon-box-2:hover {
    box-shadow: 2px 2px 32px rgba(23, 22, 22, .2);
    background: #17acb4;
}

.spt-icon-box-2 .grid-icon {
    
}

.spt-icon-box-2 h3 {
    color: #3c3c3c;
    font-size: 20px;
    font-weight: 600;
    padding: 0px;
    margin-top: 20px;
    margin-bottom: 15px;
    line-height: 24px;
}

.spt-icon-box-2 p {
    font-size: 14px;
    line-height: 25px;
    color: #000;
    margin-bottom: 0;
}

.why-choose-row-list .col-inner {
    height: 100%;
}

.technologies-row-list > .col > .col-inner {
    padding: 30px 10px;
    border-radius: 10px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -moz-transition: all .5s ease;
}

.technologies-row-list h6 {
    font-size: 18px;
    color: rgba(#null,0.0);
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
}

.technologies-row-list h6::after {
    position: absolute;
    width: 100px;
    background: #17acb4;
    margin: 0 auto;
    left: 0;
    right: 0;
    content: '';
    height: 3px;
    bottom: -10px;
}

.technologies-row-list > .col > .col-inner:hover {
    background: #fff;
    box-shadow: 0 0 22px rgba(0, 0, 0, .14);
}

.technologies-row-list > .col > .col-inner {
    padding: 30px 10px;
    border-radius: 10px;
    transition: all .5s 
ease;
    -webkit-transition: all .5s 
ease;
    -ms-transition: all .5s ease;
    -moz-transition: all .5s ease;
}

.technologies-row-list h6 {
    font-size: 18px;
    color: rgba(#null,0.0);
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
}

.technologies-row-list h6::after {
    position: absolute;
    width: 100px;
    background: #17acb4;
    margin: 0 auto;
    left: 0;
    right: 0;
    content: '';
    height: 3px;
    bottom: -10px;
}

.technologies-row-list > .col > .col-inner:hover {
    background: #fff;
    box-shadow: 0 0 22px rgba(0, 0, 0, .14);
}

.hp-howtobuild-sec .box-title {
    font-weight: 600;
    font-size: 17px;
    text-align: center;
    color: #181818;
    background: #eef4fa;
    padding: 10px 10px;
    border-radius: 2px;
    margin: 18px 0 15px;
    line-height: 20px;
}

.hp-howtobuild-sec .box-title p {
    margin: 0;
}

.hp-howtobuild-sec .box-title ~ .text p {
    font-size: 15px;
    line-height: 27px;
    color: #6d6d6d;
}

.images-dev {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 400px;
    height: 310px;
}

.images-dev img.main-floating-img {
    max-height: 100px;
    animation: pulso 4s infinite;
    border-radius: 100%;
    position: relative;
    z-index: 1;
}

.images-dev img.floating-img {
    position: absolute;
    max-height: 65px;
}

.images-dev img.floating-img.fl1 {
    left: 0;
}

.images-dev img.floating-img.fl2 {
    right: 0;
}

.images-dev img.floating-img.fl3 {
    top: 0;
}

.images-dev img.floating-img.fl4 {
    bottom: 0;
}

.images-dev .radar-type1 {
    background-image: url(./assets/img/radar-new.svg);
    width: 100%;
    opacity: .2;
    height: 100%;
    background-size: 100%;
    position: absolute;
    background-position: 0;
}

.images-dev .radar-type1 span {
    opacity: .7;
}

.images-dev .radar-type1 span.cir-zero {
    display: block;
    position: absolute;
    z-index: 1024;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 50%;
    will-change: transform;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-animation: rotate360 8s infinite 
linear;
    -moz-animation: rotate360 8s infinite linear;
    animation: rotate360 8s infinite 
linear;
}

.images-dev .radar-type1 span.cir-one {
    display: block;
    position: absolute;
    z-index: 1024;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 50%;
    will-change: transform;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-animation: rotate360 6s infinite 
linear;
    -moz-animation: rotate360 6s infinite linear;
    animation: rotate360 6s infinite 
linear;
}

.images-dev .radar-type1 span.cir-two {
    display: block;
    position: absolute;
    z-index: 1024;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 50%;
    will-change: transform;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-animation: rotate360 12s infinite 
linear;
    -moz-animation: rotate360 12s infinite linear;
    animation: rotate360 12s infinite 
linear;
}

.images-dev .radar-type1 span.cir-three {
    display: block;
    position: absolute;
    z-index: 1024;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 50%;
    will-change: transform;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-animation: rotate360 8s infinite 
linear;
    -moz-animation: rotate360 8s infinite linear;
    animation: rotate360 8s infinite 
linear;
}

.images-dev .radar-type1 span.cir-zero::after {
    content: '';
    display: inline-block;
    position: absolute;
    background: #00A0E2;
    width: 10px;
    height: 10px;
    right: 158px;
    bottom: 29px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.images-dev .radar-type1 span.cir-two::after {
    content: '';
    display: inline-block;
    position: absolute;
    background: #00F0D8;
    width: 12px;
    height: 12px;
    right: 198px;
    bottom: 72px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.images-dev .radar-type1 span.cir-two::after {
    content: '';
    display: inline-block;
    position: absolute;
    background: #A5BDD3;
    width: 26px;
    height: 26px;
    right: 268px;
    bottom: 72px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.images-dev .radar-type1 span.cir-three::after {
    content: '';
    display: inline-block;
    position: absolute;
    background: #00A0E2;
    width: 16px;
    height: 16px;
    right: 328px;
    bottom: 72px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.images-dev .radar-type1 span.cir-one::after {
    content: '';
    display: inline-block;
    position: absolute;
    background: #00F0D8;
    width: 12px;
    height: 12px;
    right: 198px;
    bottom: 72px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.engagement-row-list .col-inner {
    height: 100%;
}

.spt-image-box-2 {
    height: 100%;
    background-color: #fff;
    background-image: url(./assets/img/robo-sol-icon1bg.png);
    padding: 30px 20px 14px;
    background-repeat: no-repeat;
    background-position: bottom right;
    box-shadow: 1px 2px 12px rgba(12, 12, 12, .09);
    border-radius: 10px;
    position: relative;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.spt-image-box-2 img {
    margin-bottom: 30px;
}

.spt-image-box-2 .list-content {
    margin-top: 15px;
}

.spt-image-box-2 .list-content p {
    text-align: left;
    width: 100%;
    display: flex;
    font-size: 16px;
    line-height: 29px;
    color: #6d6d6d;
    margin-bottom: 16px;
}

.spt-image-box-2 .list-content p:last-child {
    margin-bottom: 0;
}

.spt-image-box-2 .list-content p::before {
    content: "▶";
    font-size: 16px;
    margin-right: 10px;
    color: rgb(49, 122, 214);
}

.engagement-row-list .blue-shadow {
    display: block;
    content: '';
    height: 100%;
    width: 95%;
    position: absolute;
    background: #c7f3fe;
    border-radius: 10px;
    left: 0;
    transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    opacity: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
}

.engagement-row-list .col-inner:hover .blue-shadow {
    opacity: 1;
}

.outsourcingcrousel-inner {
    display: flex;
    align-items: center;
    padding: 35px 45px;
    position: relative;
}

.outsourcingcrousel-left {
    width: 62%;
    height: 440px;
    border-radius: 20px 0 0 20px;
    background: rgb(255, 255, 255);
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.16);
    display: flex;
    align-items: center;
    text-align: left;
    position: relative;
    padding: 50px 30px 50px 50px;
}

.outsourcingcrousel-right {
    width: 40%;
}

.outsourcingcrousel-right img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: auto !important;
}

.outsourcingcrousel-left .crousel-outsourcing-text {
    max-width: calc(100% - 140px);
}

.outsourcingcrousel-left .crousel-outsourcing-text h3 {
    width: 100%;
    font-weight: 600;
    font-size: 32px;
    text-align: left;
    color: rgb(17, 32, 77);
    margin-bottom: 8px;
    line-height: 38px;
}

.outsourcingcrousel-left .crousel-outsourcing-text h6 {
    color: #008bff;
    margin-top: 10px;
    text-transform: none;
    margin-bottom: 10px;
}

.outsourcingcrousel-left .crousel-outsourcing-text .text {
    font-size: 16px;
    line-height: 30px;
}

.outsourcingcrousel-left .crousel-outsourcing-text .text p {
    margin-bottom: 10px;
}

.success-story-carousel .owl-dots {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
}

.success-story-carousel .owl-dots button {
    margin: 0;
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff !important;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s 
ease;
    min-height: unset;
}

.success-story-carousel .owl-dots button span {
    display: none !important;
}

.success-story-carousel .owl-dots button.active {
    opacity: 1;
}

.success-story-carousel .owl-nav {
}

.success-story-carousel .owl-nav .owl-prev {
    left: 25px;
}

.success-story-carousel .owl-nav .owl-next {
    right: -20px;
    left: unset;
}

.success-story-carousel .owl-nav button {
    position: absolute;
    top: 45%;
    width: 40px;
    height: 40px;
    background: #fff !important;
    border-radius: 100% !important;
    font-size: 50px !important;
    line-height: 40px !important;
    min-height: unset;
    box-shadow: 1px 2px 12px rgba(12, 12, 12, .09) !important;
    margin: 0 !important;
    color: #000 !important;
}

.spt-icon-box-3 {
    transition: all .5s 
ease;
    border: 1px solid #cfe5f7;
    padding: 25px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 1.0);
    width: 100%;
    text-align: center;
}

.spt-icon-box-3:hover {
    background: rgba(255, 255, 255, 1.0);
    box-shadow: 2px 2px 32px rgba(23, 22, 22, .2);
}

.spt-icon-box-3 h3 {
    font-size: 17px;
    font-weight: 600;
    padding: 0px;
    margin-top: 20px;
    margin-bottom: 0px;
    color: rgba(1, 67, 121, 1.0);
}

.d-flex {
    display: flex;
}

.testmonials-item {
    box-shadow: 0px 0 50px 10px #6d6f711a;
    background-color: white;
    max-width: 1020px;
    margin: 0 auto;
    border-radius: 20px;
    padding: 60px 40px;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 250px 100%;
}

.testmonials-item .client-image {
    width: 100px;
}

.testmonials-item .quotes {
    width: calc(100% - 100px);
    padding-left: 130px;
    position: relative;
}

.testmonials-item .quotes p {
    font-size: 16px;
    margin: 0 0;
    font-weight: 400;
    line-height: 160.5%;
    color: rgb(0, 0, 0);
}

.testmonials-item .quotes span.seper-line {
    display: block;
    width: 79px;
    height: 3px;
    background: linear-gradient(265.38deg, RGB(222, 77, 31) 3.52%, RGB(243, 136, 36) 99.33%);
    border-radius: 2px;
    margin: 10px 0;
}

.testmonials-item .quotes .TitleName {
    font-weight: 700;
    font-size: 16px;
    line-height: 160.5%;
    color: #000000;
    margin: 0;
}

.testmonials-item .quotes .TitleName span {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 150.5%;
    color: #000;
}

.testmonials-item .quotes::before {
    content: "";
    height: 30%;
    width: 1px;
    background: #c8c8c8;
    position: absolute;
    display: block;
    left: 27px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.testmonials-item .quotes::after {
    content: "";
    width: 70px;
    height: 60px;
    background-image: url(./assets/img/right-quotes-symbol.png);
    display: block;
    position: absolute;
    top: -10px;
    left: -3px;
    background-size: 53px;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    opacity: 0.1;
    background-position: center;
}

.customer-carousel .owl-nav {
}

.customer-carousel .owl-nav button {
    min-height: unset !important;
    margin: 0 !important;
    height: 34px;
}

.customer-carousel .owl-nav button svg {
    height: 34px;
}

.customer-carousel .owl-nav .owl-next {
    transform: rotate(180deg);
}

.accordion-item {
    margin-bottom: 30px;
    border: 1px solid #00000020;
    border-radius: 20px;
    overflow: hidden;
}

.accordion {
    background: none;
    box-shadow: none;
    border-radius: 20px;
}

.accordion-title span, .accordion-title.active span {
    color: #000;
    font-weight: 600;
    font-size: 18px;
}

.accordion-title, .accordion-title.active {
    background: none;
    padding: 15px 25px;
}

.accordion-inner {
    color: #000;
    border-top: 1px solid #00000020;
}

.accordion-inner::before {
    content: "";
    height: 30px;
    width: 38px;
    background: url(./assets/img/message-icon.png) no-repeat center center;
    background-size: 100%;
    display: block;
    margin-bottom: 10px;
}

.accordion-title button i::before {
    color: #000;
    font-size: 18px;
}

.accordion .toggle {
    min-height: unset;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
}

.blog-box {
    box-shadow: 0 5px 29px 0 rgba(0, 0, 0, 0.2);
}

.blog-box .blog-info {
    padding: 20px;
    text-align: center;
}

.blog-box .blog-info h3 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    line-height: 24px;
}

.blog-box .blog-info .button {
    font-weight: 500;
    margin: 0;
}

.blog-box img {
    filter: grayscale(1);
    height: 230px;
    object-fit: cover;
}

.blog-box:hover img {
    filter: grayscale(0);
}

.form-wrapper-contact {
    background: rgb(250, 253, 255);
    box-shadow: 0px 0px 30px 0px hsl(0deg 0% 0% / 7%);
    border-radius: 6px;
    max-width: 1000px;
    margin: 0 auto;
}

.form-wrapper-contact > .col {
    padding-bottom: 0;
}

.form-wrapper-contact .form-steps {
    padding: 30px 20px;
    padding-top: 40px;
}

.form-wrapper-contact .form-steps .form-step-wrapper {
    display: flex;
    align-items: flex-start;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    padding-bottom: 70px;
    position: relative;
}

.form-wrapper-contact .form-steps .form-step-wrapper:first-child::before {
    content: "";
    height: 100%;
    width: 2px;
    position: absolute;
    display: block;
    top: 31px;
    left: 18px;
    background: #17acb4;
}

.form-wrapper-contact .form-steps .form-step-wrapper:nth-child(1) .circle-dot {
    overflow: hidden;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .06), 0 2px 32px 0 rgba(0, 0, 0, .16);
    animation-direction: alternate-reverse !important;
    animation: shadowAN 1s infinite;
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes shadowAN {
    0% {
        box-shadow: rgba(0, 139, 255, .21) 0 0 0 0, rgba(0, 139, 255, .12) 0 0 0 0;
        -moz-box-shadow: rgba(0, 139, 255, .21) 0 0 0 0, rgba(0, 139, 255, .12) 0 0 0 0;
        -webkit-box-shadow: rgba(0, 139, 255, .21) 0 0 0 0, rgba(0, 139, 255, .12) 0 0 0 0;
        -o-box-shadow: rgba(0, 139, 255, .21) 0 0 0 0, rgba(0, 139, 255, .12) 0 0 0 0;
        -ms-box-shadow: rgba(0, 139, 255, .21) 0 0 0 0, rgba(0, 139, 255, .12) 0 0 0 0
    }

    100% {
        box-shadow: rgba(0, 139, 255, .21) 0 0 0 10px, rgba(0, 139, 255, .12) 0 0 0 15px;
        -moz-box-shadow: rgba(0, 139, 255, .21) 0 0 0 10px, rgba(0, 139, 255, .12) 0 0 0 15px;
        -webkit-box-shadow: rgba(0, 139, 255, .21) 0 0 0 10px, rgba(0, 139, 255, .12) 0 0 0 15px;
        -o-box-shadow: rgba(0, 139, 255, .21) 0 0 0 10px, rgba(0, 139, 255, .12) 0 0 0 15px;
        -ms-box-shadow: rgba(0, 139, 255, .21) 0 0 0 10px, rgba(0, 139, 255, .12) 0 0 0 15px
    }
}

.form-wrapper-contact .form-steps .form-step-wrapper span.circle-dot {
    background: #008bff;
    width: 35px;
    height: 35px;
    border-radius: 190px;
    margin-top: -4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-wrapper-contact .form-steps .form-step-wrapper span.circle-dot img {
    height: 14px;
    filter: brightness(11) invert();
}

.form-wrapper-contact .form-steps .form-step-wrapper:nth-child(2) .circle-dot {
    background: #f8b22b;
}

.form-wrapper-contact .form-steps .form-step-wrapper .st-text {
    width: calc(100% - 37px);
    padding-left: 14px;
}

.form-wrapper-contact .form-steps .form-step-wrapper .st-text img {
    display: block;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.mt-2 {
    margin-top: .5rem !important;
}

.form-wrapper-contact .contact-list {
    border-top: 1px dashed #cccc;
    padding: 18px 0 18px 40px;
}

.form-wrapper-contact .contact-list a {
    color: #535353;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    display: block;
    padding: 7px 0;
}

.form-wrapper-contact .form-steps .btn-book-meeting {
    margin: 10px 0 0 55px;
}

.cta_main_form_col {
    background: #f7f7f7;
    padding: 45px 30px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    position: relative;
    overflow: hidden;
    height: 100%;
    padding-bottom: 45px !important;
}

.cta_main_form_col form {
    margin: 0;
}

.cta_main_form_col h3 {
    font-weight: 600;
    color: #000;
    font-size: 24px;
    margin-bottom: 25px;
    text-align: center;
}

.cta_main_form_col form .flex-box-center {
    gap: 10px;
}

.cta_main_form_col form input, .cta_main_form_col form textarea {
    width: 100% !important;
    height: 42px;
    border: 1px solid #dfdfdf;
    background: white;
    padding: 10px 20px;
    outline: 0;
    border-radius: 5px;
    font-size: 15px;
    box-shadow: none;
}

.cta_main_form_col form input[type="submit"] {
    height: 45px;
    line-height: 18px;
    width: 30% !important;
    border-radius: 30px;
    margin: 0 auto;
    display: block;
}

.footer_col_title {}

.footer_col_title h3 {
    color: #242222;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 10px;
}

.footer_col_title svg {
    margin-bottom: 14px;
}

#footer a {
    color: #000;
    font-size: 15px;
}

#footer .flex-box-center {
    gap: 14px;
    color: #232323;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}

.cp-text {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.cp-text a {
    text-decoration: underline;
}

.spt-socials {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}

.spt-socials a {
    width: 35px;
    height: 35px;
    border: solid 1px rgb(46,46,47);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spt-socials a:hover {
    background: #17acb4;
    transition: all 0.6s;
}

#footer a:hover {
    color: #17acb4;
}

.cus-btn {
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
    background-color: #17acb4;
    color: #111;
    display: inline-flex;
    box-shadow: none;
    padding-top: 14px;
    padding-right: 24px;
    padding-bottom: 14px;
    padding-left: 24px;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 150px;
    transition: color .15s 
ease-in-out, background-color .15s 
ease-in-out, border-color .15s 
ease-in-out, box-shadow .15s 
ease-in-out;
}

.cus-btn.cus-btn-outline:not(:hover) {
    background: transparent;
    border: 2px solid #17acb4;
    color: #17acb4;
}

.cus-btn.cus-btn-outline:not(:hover) svg path {
    fill: #17acb4;
}

.cus-btn.cus-btn-outline:hover {
    background: #17acb4;
    color: rgb(48, 47, 45) !important;
    border: 2px solid #181818;
}

.cus-btn.cus-btn-outline svg {
    margin-right: 6px;
}

.cus-btn.cus-btn-main {
    animation: pulso2 4s infinite;
    border: 2px solid #17acb4;
}

.cus-btn.cus-btn-main svg {
    height: 15px;
    animation: arrowanm 1.4s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}

.abp-sec2 .section-content {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
}

.abp-sec2 .spt-text:hover p {
    color: #17acb4 !important;
}

.abp-sec3-accordion {
    border-radius: 6px;
}

.abp-sec3-accordion .accordion-item {
    margin-bottom: 15px;
    background: #f7f7f7;
    border-radius: 6px;
}

.abp-sec3-accordion .accordion-inner::before {
    display: none;
}

.abp-sec3-accordion .accordion-inner {
    padding-left: 20px;
    padding-right: 20px;
}

.abp-sec4 {
    background-image: linear-gradient(rgba(14, 72, 118, 1), rgba(14, 72, 118, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
}

.developer-card-wrapper {
    align-items: flex-end;
    justify-content: space-between;
    display: flex;
    padding: 20px 60px 0 60px;
    border-radius: 30px;
    box-shadow: 0 3px 10px 10px #2b242433;
    background: url(./assets/img/card-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.developer-card-wrapper .developer-info {
    width: 50%;
    padding-bottom: 40px;
    padding-top: 35px;
    padding-right: 70px;
}

.developer-card-wrapper .img-dev {
    width: 50%;
}

.abp-sec5 {
    background-image: linear-gradient(rgba(238, 246, 253, 1), rgba(238, 246, 253, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
}

.abp-free-trial-btn {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 50px;
    margin: auto;
    animation: bounce2 2s 
ease infinite;
}

.hiring-process {}

.hiring-process .list-group {
    list-style: none;
    padding-right: 40px;
    margin: 0;
}

.hiring-process li.list-group-item {
    position: relative;
    padding: 10px 0 18px;
    margin: 0;
}

.hiring-process li.list-group-item p {
    padding-left: 48px;
    margin-bottom: 0;
    line-height: 1.4;
    margin-top: 3px;
    color: #031524;
    font-size: 15px;
}

.hiring-process li.list-group-item h4 {
    color: #000;
    font-weight: 600;
    display: flex;
    align-items: flex-start;
    margin: 0;
}

.hiring-process li.list-group-item h4 svg {
    display: none;
}

.hiring-process li.list-group-item h4 .number {
    background: #fff !important;
    border: 2px solid #44BDEC;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 18px;
    position: relative;
    z-index: 3;
}

.hiring-process li.list-group-item h4 .number span.count-nmb {
    font-weight: 500;
    font-size: 14px;
    color: #44BDEC;
}

.hiring-process li.list-group-item h4 span.typing {
    width: calc(100% - 46px);
    font-size: 22px;
    color: #043257;
    line-height: 28px;
}

.hiring-process li.list-group-item::after {
    content: "";
    height: 0;
    width: 2px;
    background: #fff !important;
    display: block;
    position: absolute;
    top: 20px;
    left: 13px;
    border: 1px dashed #44BDEC;
    height: calc(100% - 10px);
}

.hiring-process li.list-group-item:last-child::after {
    display: none;
}

.hire-devs-tab {}

.hire-devs-tab .row .col {
    flex-basis: 20%;
    max-width: 20%;
    padding-bottom: 20px;
}

.hire-devs-tab .row .col .col-inner {
    height: 100%;
}

.hire-devs-tab .row .col .icon-box {
    transition: all .5s ease;
    border: 1px solid #cfe5f7;
    padding: 25px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 1.0);
    width: 100%;
    height: 100%;
}

.hire-devs-tab .row .col .icon-box p {
    margin: 0;
}

.hire-devs-tab .row .col .icon-box:hover {
    box-shadow: 2px 2px 32px rgba(23, 22, 22, .2);
    background: rgba(255, 255, 255, 1.0);
}

.hire-devs-tab .row .col .icon-box img {
    padding: 0;
    max-height: 48px;
    width: auto;
}

.hire-devs-tab .row .col .icon-box .icon-inner {
    height: 48px;
}

.hire-devs-tab ul.nav a {
    font-size: 24px;
    line-height: 43px;
    color: #181818;
    font-weight: 500;
    padding: 0.5rem 1rem;
}

.hire-devs-tab ul.nav .active a {
    font-weight: 600;
}

.hire-devs-tab ul.nav {
    margin-bottom: 20px;
}

.hire-devs-tab ul.nav li {}

.hire-devs-tab ul.nav a::before {
    width: 68px;
    height: 4px;
    border-radius: 70px;
}

.abp-sec8 {
    background-image: linear-gradient(rgba(0, 52, 80, 1), rgba(0, 52, 80, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
}

.abp-sec8-row-list {}

.abp-sec8-row-list-item {}

.abp-sec8-row-list-item .icon-box {
    padding-top: 40px;
    padding-right: 50px;
    padding-bottom: 40px;
    padding-left: 50px;
    background: linear-gradient(to top, rgba(11, 26, 43, 1), rgba(11, 26, 43, 1));
    background-color: rgba(11, 26, 43);
    z-index: 1;
    position: relative;
    border-radius: 20px;
}

.abp-sec8-row-list-item .icon-box .icon-inner {
    border: solid 2px #edfffc;
    height: 95px;
    width: 95px;
    position: absolute;
    margin-top: -92px;
    left: 0;
    right: 0;
    background: #2A2D3B;
    padding: 20px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
}

.abp-sec8-row-list-item .icon-box .icon-inner img {
    padding: 0;
    width: 51px;
    height: 51px;
}

.abp-sec8-row-list-item .col-inner {padding: 2px;}

.abp-sec8-row-list-item .col-inner::before {
    content: '';
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border: 0;
    border-radius: 20px;
    background: linear-gradient(to right,#fff,#262936);
    padding: 8px;
    width: 100%;
    bottom: 0;
}

.abp-sec8-row-list-item .icon-box-img {
    width: 100% !important;
    position: relative;
}

.abp-sec8-row-list-item .icon-box-text {}

.abp-sec8-row-list-item .icon-box-text h3 {
    color: rgba(255, 255, 255, 1.0);
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    padding: 0px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.abp-sec8-row-list-item .icon-box-text p {
    text-align: left;
    font-size: 16px;
    width: 100%;
    display: flex;
    color: rgba(250, 250, 250, 1.0);
    margin-right: 10px;
    padding-left: 25px;
    position: relative;
}

.abp-sec8-row-list-item .icon-box-text p::after {
    display: inline-block;
    width: 21px;
    height: 21px;
    text-align: center;
    border-radius: 50%;
    margin: 0;
    content: "\2714";
    font-size: 12px;
    position: absolute;
    top: 3px;
    left: -10px;
    margin-right: 10px;
    background-color: #2a2d3b;
    color: white;
}

.abp-sec8-row-list-item:nth-child(2n) {
    margin: -17px;
    z-index: 2;
}

.abp-sec8-row-list-item:nth-child(2n) .icon-box {
    padding-top: 65px;
    background: linear-gradient(215.09deg, #fff 3.27%, #17acb4 99.31%) !important;
    z-index: 2;
}

.abp-sec8-row-list-item:nth-child(2n) .icon-box-text p {
    color: #111;
}

.abp-sec8-row-list-item:nth-child(2n) .icon-box-text p::after {
    background-color: #fff;
    color: #111;
}

.abp-sec8-row-list-item:nth-child(2n) .icon-box-text h3 {
    color: #111;
}

.abp-sec8-row-list-item:nth-child(2n) .button {
    background-color: #fff;
}

.abp-sec8-row-list-item:nth-child(2n) .button::before {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .2) 100%);
}

.abp-sec8-row-list-item:nth-child(2n) .button:hover {
    background-color: #000;
}

.abp-sec8-row-list-item .button::before {
    display: none;
}

.abp-sec8-row-list-item:nth-child(2n) .icon-box .icon-inner {
    margin-top: -112px;
    height: 115px;
    width: 115px;
}

.abp-sec8-cta-wrapper {
    background-image: url(./assets/img/light-cta-bg.png);
    background-size: cover;
    background-position: center center;
    border-radius: 35px;
    padding: 40px 55px;
    color: white;
}

.abp-sec9 {
    margin-top: -190px;
}

.abp-sec10 {
    background-image: linear-gradient(rgba(247, 247, 247, 1), rgba(247, 247, 247, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
}

.abp-sec11-row-item .col-inner {
    height: 100%;
    transition: all .5s 
ease;
    border: 1px solid #ffbe4f;
    padding: 20px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 1.0);
    width: 100%;
}

.abp-sec11-row-item .col-inner:hover {
    box-shadow: 2px 2px 32px rgba(23, 22, 22, .2);
    background: rgba(255, 255, 255, 1.0);
}

.abp-sec8-cta-wrapper.abp-sec12-cta-wrapper {
    background-image: url(./assets/img/cta-blue-bg.png);
    background-size: cover;
    background-position: center center;
    border-radius: 35px;
    padding: 40px 55px;
    color: white;
}

.abp-sec13 {
    background-image: linear-gradient(rgba(14, 72, 118, 1), rgba(14, 72, 118, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
}

.abp-sec15-accordion .accordion-item {
    border: none;
    border-radius: 6px;
    background: #e9edf2;
    position: relative;
    margin: 0;
    width: 100%;
}

.abp-sec15-accordion .accordion-item .accordion-title {
    padding: 25px;
    border: 0;
    outline: none;
}

.abp-sec15-accordion {
    border-radius: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;

    /* Thêm dòng này để CHẶN flex stretch */
    align-items: flex-start;
}

.abp-sec15-accordion .accordion-item .accordion-inner {
    border: 0 !important;
    padding: 0 25px;
}

.abp-sec15-accordion .accordion-item .accordion-inner::before {
    display: none;
}

.abp-sec15-accordion .accordion-col-left, .abp-sec15-accordion .accordion-col-right {
    width: calc(50% - 12px);
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.abp-sec16 .blog-box .button {
    display: none;
}

.abp-sec16 .blog-box .blog-info h3 {
    text-align: left;
    font-size: 18px;
}

.abp-sec16 .blog-box {
    box-shadow: none;
}

.abp-sec16 .blog-box .blog-info {
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
}

.abp-sec16 .blog-box img {
    filter: grayscale(0);
    border-radius: 20px;
}

.abp-sec17-row-list .col-inner {
    transition: all .5s 
ease;
    border: 1px solid #cfe5f7;
    padding-top: 14px;
    padding-right: 18px;
    padding-bottom: 10px;
    padding-left: 16px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 1.0);
    width: 100%;
    border-left: 7px solid #008BFF;
}

.abp-sec17-row-list .col-inner p {
    margin: 0;
}

.abp-sec17-row-list .col-inner:hover {
    background: rgba(255, 242, 204, 1.0);
    box-shadow: 2px 2px 32px rgba(23, 22, 22, .2);
}

.abp2-header-banner {}

.abp2-header-banner h1 {
    margin: 0 0 30px 0;
    font-size: 60px;
    line-height: 72px;
    font-weight: 400;
}

.abp2-header-banner h1 strong {
    font-weight: 600;
}

.abp2-header-banner .button {
    margin: 0;
}

.abp2-sec2-row-item {}

.abp2-sec2-row-item h4 {
    color: #3c3c3c;
    font-size: 50px;
    font-weight: 600;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: -5px;
}

.abp2-sec2-row-item p {
    margin: 0;
    font-size: 18px;
    line-height: 32px;
}

.abp2-sec2-row-item h4 span {
    color: #17acb4;
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline;
    top: -.5em;
}

.abp2-sec3-row-list .col-inner {
    transition: all .5s 
ease;
    border: 1px none #cfe5f7;
    padding: 0px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 1.0);
    width: 100%;
}

.abp2-sec3-row-list .col-inner:hover {
    box-shadow: 2px 2px 32px rgba(23, 22, 22, .2);
    background: rgba(255, 255, 255, 1.0);
}

.abp2-sec4-row-item {}

.abp2-sec4-row-item .icon-box {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.abp2-sec4-row-item .icon-box p {
    margin: 0;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #014379;
}

.abp2-sec4-row-item .col-inner {
    transition: all .5s 
ease;
    border: 1px solid #cfe5f7;
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    margin-top: 10px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 1.0);
    width: 100%;
    height: 100%;
}

.abp2-sec4-row-item .col-inner > .text p {
    margin: 0;
}

.abp2-sec4-row-item .col-inner:hover {
    background: rgba(255, 255, 255, 1.0);
    box-shadow: 2px 2px 32px rgba(23, 22, 22, .2);
}

.abp2-sec5 {
    background-image: linear-gradient(rgba(244, 247, 250, 1), rgba(244, 247, 250, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
}

.abp2-sec5-main-col {}

.abp2-sec5-main-col > .col-inner {
    transition: all .5s 
ease;
    border: 1px solid #cfe5f7;
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 1.0);
    width: 100%;
}

.abp2-sec5-main-col p {
    margin: 0;
}

.abp2-sec5-main-col > .col-inner:hover {
    background: rgba(255, 255, 255, 1.0);
    box-shadow: 2px 2px 32px rgba(23, 22, 22, .2);
}

.abp2-sec6 {}

.abp2-sec6 .mem-item {}

.abp2-sec6 .mem-item .box-image {}

.abp2-sec6 .mem-item .box-image img {}

.abp2-sec6 .mem-item .image-cover {
    border-radius: 20px;
}

.abp2-sec6 .mem-item .box-text {}

.abp2-sec6 .mem-item .box-text h4 {
    color: #3c3c3c;
    font-size: 20px;
    font-weight: 600;
    padding: 0px;
    margin-bottom: 0px;
}

.abp2-sec6 .mem-item .box-text p {
    margin: 0;
}

.abp2-sec7-row-item {}

.abp2-sec7-row-item .col-inner {
    transition: all .5s 
ease;
    border: 1px solid #cfe5f7;
    padding: 20px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 1.0);
    width: 100%;
}

.abp2-sec7-row-item .flex-box {
    gap: 10px;
}

.abp2-sec7-row-item p {
    margin: 0;
    color: #3c3c3c;
    font-size: 18px;
    font-weight: 600;
}

.abp2-sec7-row-item .text {
}

.abp2-sec7-row-item .img {
    width: 60px !important;
}

.abp2-sec7-row-item .img img {
    height: 52px;
    width: auto;
}

.abp2-sec7-row-item .col-inner:hover {
    background: rgba(255, 255, 255, 1.0);
    box-shadow: 2px 2px 32px rgba(23, 22, 22, .2);
}

.abp2-sec8 {
    background-image: linear-gradient(rgba(241, 245, 248, 1), rgba(241, 245, 248, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
}

.abp2-sec8-row-item {}

.abp2-sec8-row-item .col-inner {
    transition: all .5s ease;
    border: 1px solid rgba(207, 229, 247, 60%);
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 1.0);
    width: 100%;
}

.abp2-sec8-row-item img {
    width: auto;
    display: block;
    margin: auto;
    height: 48px;
}

.abp2-sec8-row-item .col-inner:hover {
    background: rgba(255, 255, 255, 1.0);
    box-shadow: 2px 2px 32px rgba(23, 22, 22, .2);
}

.ctp-sec1 {}

.ctp-sec1 p {
    margin: 0;
}

.ctp-sec2 {}

.ctp-sec2 .left-col .col-inner, .ctp-sec2 .right-col .col-inner {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
    padding: 24px;
    border-radius: 4px;
    height: 100%;
}

.contact-box-header-flex {
    gap: 10px;
}

.ctp-sec2 .right-col .col-inner .spt-socials {
    justify-content: start;
}

.contact-item-flex p, .contact-item-flex a {
    color: #000;
}

.contact-item-flex {
    gap: 30px;
    align-items: start;
}

.contact-item-flex p, .contact-item-flex a {
    color: #000;
}

.ctp-sec2 .left-col form {
    margin: 0;
}

.ctp-sec2 .left-col form input:not([type="submit"]), .ctp-sec2 .left-col form textarea {
    background: #f3f3f3;
    border: none;
    color: #666;
    box-shadow: none;
    padding: 6px 20px;
    font-size: 18px;
    height: 50px;
    border-radius: 5px;
    width: 100%;
}

.ctp-sec2 .left-col form .flex-box-center {
    gap: 10px;
}

.ctp-sec2 .left-col form [type="submit"] {
    height: 50px;
    padding: 0 70px;
    border-radius: 30px;
    margin: 10px auto 30px;
    display: block;
}

.wpcf7 .wpcf7-not-valid-tip {
    background: #fff;
    box-shadow: 0 0 6px 0px #333;
    opacity: 1;
    z-index: 2;
    font-size: 15px;
}

.wpcf7 .wpcf7-not-valid-tip::after {border-bottom-color: #000;border-width: 5px;}

.ctp-sec3 {
    background-image: linear-gradient(rgba(250, 250, 250, 1), rgba(250, 250, 250, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
}

.ctp-sec3-box-text-label {
    width: 100%;
    display: block;
    position: absolute;
    top: -22px;
    left: 0;
}

.ctp-sec3-box-text-label p {
    position: absolute;
    background: #008bff;
    padding: 6px 30px;
    color: #ffffff;
    border-radius: 30px;
    font-weight: 700;
    left: 0;
    right: 0;
    margin: 0 auto !important;
    display: inline-table;
}

.ctp-sec3-left-col {}

.ctp-sec3-left-col .col-inner {
    position: relative;
    background: #fff;
    padding: 60px 30px 50px 30px;
    box-shadow: 0px 0px 22px #00000014;
    position: relative;
    font-weight: 500;
    border-top: 2px solid #17acb4;
    font-size: 20px;
    color: #000;
    line-height: 1.5;
    max-width: 470px;
}

.spt-image-box-3 {
    border: 1px solid #eaf5ff;
    border-radius: 8px;
    padding: 12px;
    background: #ffffff6b;
    display: flex;
    align-items: center;
    gap: 15px;
}

.spt-image-box-3 img {
    width: 150px;
}

.spt-image-box-3-content {
    width: calc(100% - 150px - 12px);
}

.spt-image-box-3-content .step-number {
    background-color: #17acb4;
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    border-radius: 6px;
    color: #fff;
    padding: 4.2px;
}

.spt-image-box-3-content .step-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    margin: 7px 0;
}

.spt-image-box-3-content .step-content {
    font-size: 15px;
    line-height: 28px;
    color: #6d6d6d;
}

.ctp-sec5 iframe {
    width: 100%;
}





/* abc anchor */
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

    .video_banner h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .video_banner {
        padding: 0 10px;
    }

    .video_banner .main-row {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .section-title h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .section-title p.st-content {
        font-size: 14px;
        line-height: 22px;
    }

    .how-to-hire-row-list > .col {
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 10px;
    }
    
    .how-to-hire-row-list {
        padding: 0 5px;
    }
    
    .spt-image-box-1 h3 {
        font-size: 15px;
        line-height: 19px;
    }
    
    .spt-image-box-1 .grid-icon {
        width: 50px;
        height: 50px;
        margin: -30px auto 0;
    }
    
    .spt-image-box-1 .grid-icon img {
        max-width: 71% !important;
    }

    .calculation-btn {
        margin: 0 auto;
        display: block;
        width: 75%;
    }

    .calculation-btn {
        margin: 0 auto;
        display: block;
        width: 75%;
    }
    
    .spt-icon-box-1 h3 {
        font-size: 16px;
    }
    
    .spt-icon-box-1 p {
        font-size: 15px;
        line-height: normal;
    }
    
    .spt-icon-box-1 .grid-icon img {
        height: 50px !important;
    }
    
    .tab-row {
    }
    
    .tab-row .nav-tabs {
        border-radius: 0;
        padding-top: 8px !important;
        padding-bottom: 0 !important;
    }
    
    .tab-row .tab-content {
        padding: 20px 20px 0;
    }
    
    .tab-row .tab-content>.tab-pane {
        font-size: 15px;
    }
    
    .tab-row .tab-content>.tab-pane ul li {
        margin-bottom: 8px;
        font-size: 14px;
    }
    
    .tab-row .nav-tabs li a {
        padding: 15px 24px;
        font-size: 18px;
    }
    
    .tab-row .nav-tabs li a img {
        top: 20px;
    }
    
    .spt-icon-box-2 {
        margin: 0;
    }
    
    .spt-icon-box-2 h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    .spt-icon-box-2 p {
        line-height: normal;
    }

    .btn-contact-us-1 {
        margin: 0 auto;
        display: block;
        width: 70%;
    }

    .technologies-row-list > .col {
        padding-bottom: 0;
    }

    .technologies-row-list > .col > .col-inner {
        padding: 20px 10px 0;
    }

    .hp-howtobuild-sec .box-title {
        font-size: 13px;
        padding: 5px;
    }

    .hp-howtobuild-sec .box-title ~ .text p {
        font-size: 13px;
        line-height: 17px;
    }

    .btn-contact-2 {
        display: block;
        width: 60%;
        margin: 0 auto !important;
    }

    .images-dev {
        margin-bottom: 15px;
    }

    .spt-image-box-2 .list-content p {
        color: #000;
        font-size: 15px;
        line-height: normal;
    }

    .outsourcingcrousel-inner {
        flex-direction: column;
        padding: 0;
        background: #fff;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
        margin: 12px;
    }

    .outsourcingcrousel-left {
        width: 100%;
        padding: 0 20px 20px;
        height: auto;
        order: 1;
        box-shadow: none;
    }

    .outsourcingcrousel-right {
        width: 100%;
        padding: 20px;
        background: #fff;
        order: 0;
    }

    .outsourcingcrousel-left .crousel-outsourcing-text {
        max-width: 100%;
        text-align: center;
    }

    .outsourcingcrousel-right img {
        position: unset;
    }

    .outsourcingcrousel-left .crousel-outsourcing-text h3 {
        font-size: 14px;
        line-height: normal;
        text-align: center;
    }

    .outsourcingcrousel-left .crousel-outsourcing-text h6 {
        font-size: 11px;
        margin: 0 0 5px;
    }

    .outsourcingcrousel-left .crousel-outsourcing-text .text {
        font-size: 12px;
        line-height: normal;
    }

    .outsourcingcrousel-left .crousel-outsourcing-text .text p {
        margin-bottom: 15px;
    }

    .outsourcingcrousel-left .crousel-outsourcing-text .button {
        font-size: 12px;
        padding: 0 10px;
        height: 30px;
        line-height: 30px;
        display: block;
        margin: 0 auto !important;
        width: 50%;
    }

    .success-story-carousel .owl-nav button {
        width: 24px;
        height: 24px;
        font-size: 22px !important;
    }
    
    .success-story-carousel .owl-nav button span {
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .success-story-carousel .owl-nav .owl-next {
        right: 0;
    }

    .success-story-carousel .owl-nav .owl-prev {
        left: 0;
    }

    .spt-icon-box-3 h3 {
        font-size: 13px;
        line-height: normal;
    }

    .industries-row-list > .col {
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 10px;
    }
    
    .industries-row-list {
        padding: 0 5px;
    }
    
    .industries-row-list > .col .col-inner {
        height: 100%;
    }
    
    .spt-icon-box-3 {
        height: 100%;
    }

    .testmonials-item .quotes::after, .testmonials-item .quotes::before {
        display: none;
    }

    .testmonials-item .quotes {
        width: 100%;
        padding: 0;
        text-align: center;
    }
    
    .testmonials-item {
        flex-direction: column;
        padding: 20px;
        margin: 6px;
        box-shadow: 0px 0 5px 3px #6d6f711a;
    }
    
    .testmonials-item .quotes p {
        font-size: 14px;
        line-height: 22px;
    }
    
    .testmonials-item .quotes .TitleName {
        font-size: 14px;
    }
    
    .testmonials-item .quotes .TitleName span {
        font-size: 14px;
    }
    
    .testmonials-item .quotes span.seper-line {
        margin: 10px auto;
    }
    
    .testmonials-item .client-image {
        margin: 0 auto 10px;
    }

    .customer-carousel .owl-nav {
        margin: 10px 0 0 !important;
    }

    .accordion-title span, .accordion-title.active span {
        font-size: 16px;
        line-height: normal;
        display: block;
    }

    .accordion-title, .accordion-title.active {
        padding: 10px 20px;
    }

    .accordion-inner {
        padding: 20px 20px 0;
        font-size: 14px;
    }

    .accordion-item {
        margin-bottom: 15px;
    }

    .blog-box .blog-info h3 {
        font-size: 16px;
    }

    #footer .social {
        justify-content: center;
        margin-top: 10px;
    }

    .apb-sec1 .flex-box {
        flex-direction: column;
    }
    
    .apb-sec1 .flex-box > * {
        width: 100%;
        margin: 0 !important;
    }

    .developer-card-wrapper {padding: 20px 20px 0;flex-wrap: wrap;}

    .developer-card-wrapper .developer-info {
        padding-right: 0;
        width: 100%;
        padding-top: 0;
    }

    .developer-card-wrapper .img-dev {
        width: 100%;
    }

    .hire-devs-tab .row .col {
        flex-basis: 50%;
        max-width: 50%;
        padding-bottom: 20px;
    }

    .abp-sec8-row-list {
        padding: 0 15px;
        gap: 70px;
    }

    .abp-sec8-row-list-item:nth-child(2n) {
        margin: 0;
    }

    .abp-sec9 {
        padding: 0 15px;
    }

    .abp-sec8-cta-wrapper {
        padding: 30px;
    }

    .abp-sec12 {
        padding: 0 15px;
    }

    .abp-sec8-cta-wrapper.abp-sec12-cta-wrapper {
        padding: 30px;
    }

    .abp-sec15-accordion .accordion-col-left, .abp-sec15-accordion .accordion-col-right {
        width: 199%;
    }

    .ctp-sec1 {
        padding: 0 15px;
    }

    .ctp-sec2 .left-col form input:not([type="submit"]), .ctp-sec2 .left-col form textarea {
        font-size: 15px;
    }

    .contact-item-flex {
        gap: 20px;
        align-items: start;
    }

    .contact-item-flex p, .contact-item-flex a {
        font-size: 15px;
    }

    .contact-item-flex p br {
        display: none;
    }

    .contact-item-flex img {
        min-width: 20px;
        height: auto;
        position: unset;
    }

    .contact-item-flex .img {
        width: 20px !important;
    }
    
    .contact-item-flex .img .img-inner {
        padding-top: 0 !important;
    }

    .ctp-sec3-box-text-label p {
        font-size: 16px;
    }

    .ctp-sec3-box-text-label {
        top: -20px;
    }

    .ctp-sec3-left-col .col-inner {
        padding: 40px 30px 30px 30px;
        font-size: 16px;
    }

    .spt-image-box-3 {
        flex-wrap: wrap;
        justify-content: center;
    }

    .spt-image-box-3-content {
        width: 100%;
    }

    .spt-image-box-3-content .step-content {
        font-size: 14px;
        line-height: 24px;
    }

    .abp2-header-banner h1 {
        font-size: 20px;
        line-height: 37px;
    }

    .abp2-sec5 {
        padding: 0 15px;
    }

    .abp2-sec5-main-col > .col-inner .img {
        margin: 0 auto 20px;
    }

    .abp2-sec8-row-item img {
        height: auto;
        width: 100%;
    }

    .abp2-sec8-row-item .col-inner {
        padding-top: 20px;
        padding-bottom: 20px;
    }



}
/* end 48em */


#footer .absolute-footer {
    display: none;
}

@keyframes main_anim{0%{left:-120px;opacity:0}10%{opacity:1}100%{left:160px;opacity:0}}

@keyframes scrolling {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements))); }
}
    
@media only screen and (max-width: 767px) {
    :root {
      --marquee-width: 100%;
      --marquee-elements-displayed: 2;
    }
}

@-moz-keyframes rotate360 {
    0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
    to { -moz-transform: rotate(-360deg); transform: rotate(-360deg); }
  }
  @-webkit-keyframes rotate360 {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    to { -webkit-transform: rotate(-360deg); transform: rotate(-360deg); }
  }
  @keyframes rotate360 {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    to { -webkit-transform: rotate(-360deg); transform: rotate(-360deg); }
  }

  @keyframes pulso {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255,255,255,.8);
        box-shadow: 0 0 0 0 rgba(255,255,255,.8)
    }

    70% {
        -moz-box-shadow: 0 0 0 50px transparent;
        box-shadow: 0 0 0 50px transparent
    }

    100% {
        -moz-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes pulso2 {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .1)
    }

    70% {
        -moz-box-shadow: 0 0 0 40px transparent;
        box-shadow: 0 0 0 40px transparent
    }

    100% {
        -moz-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes arrowanm {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes bounce2 {
    0%, 20%, 50%, 80%, 100% { transform:translateY(0); }
    40% { transform:translateY(-30px); }
    60% { transform:translateY(-15px); }
  }