/* Banner CSS */
.banner_bg_img {
    background: url(../../../assets/new-formate/hire-mobileapp/mobile-app-bacg.html);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
}

.banner_bg_img-test {
    background: url(../../../assets/images/test-1.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
}

.banner_bg_img::before {
    content: '';
    opacity: 0.7;
    inset: 0 0 0 0;
    position: absolute;
    background: linear-gradient(145deg, #000428, #004e92);
}

.banner_content .btn_primary,
.down_profile .btn_primary,
.port_cont .btn_primary {
    margin: auto;
    max-width: 18.5rem;
}

/* Services CSS */
.hiring_services_block {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}

.hiring_service_list {
    display: flex;
    padding: 1rem;
    border-radius: 1rem;
    flex-direction: column;
    border: 1px solid rgb(255 0 66 / 5%);
    box-shadow: 0rem 0.5rem 1rem rgb(255 0 66 / 5%);
}

.hiring_service_list .detail {
    color: var(--bs-body-color);
}

.hiring_service_list:not(:last-child) {
    margin-bottom: 1rem;
}

.sol_card {
    padding: 1rem;
    border-radius: 1rem;
    background-color: var(--bs-body-bg);
    border: 1px solid rgb(255 0 66 / 5%);
    box-shadow: 0rem 0.5rem 1rem rgb(255 0 66 / 10%);
}


.hiring_services_block .title,
.sol_card .title {
    font-size: 1.25rem !important;
}

.know-more-btn {
    transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    font-size: 18px;
    font-weight: 500;
    font-family: lato;
    position: relative;
    color: #ff6f7b;
}

.know-more-btn::after {
    content: "\f178";
    position: absolute;
    opacity: 0;
    inset: 6px 0 0 100px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.know-more-btn:hover::after,
.know-more-btn:hover {
    opacity: 1;
    color: #db0012;
}

/* Solutions CSS */
.sol_card {
    gap: 1rem;
    display: flex;
    overflow: hidden;
    position: relative;
    flex-direction: column-reverse;
}

.sol_card::before {
    top: -1rem;
    content: '';
    right: -1rem;
    font-size: 7rem;
    font-weight: 900;
    line-height: 7rem;
    position: absolute;
    color: var(--bs-primary);
    -webkit-animation: txt_shine 3s linear infinite both;
    -moz-animation: txt_shine 3s linear infinite both;
    -ms-animation: txt_shine 3s linear infinite both;
    -o-animation: txt_shine 3s linear infinite both;
    animation: txt_shine 3s linear infinite both;
}

.sol_card.card_1::before {
    content: '1';
}

.sol_card.card_2::before {
    content: '2';
}

.sol_card.card_3::before {
    content: '3';
}

.sol_card.card_4::before {
    content: '4';
}

.sol_card.card_5::before {
    content: '5';
}

.sol_card .icon {
    width: 3rem;
    height: 3rem;
    flex-shrink: 0;
}


/* Hiring Steps CSS */
.hire-steps-block {
    gap: 1rem;
    display: flex;
    flex-wrap: wrap;
    counter-reset: step;
    justify-content: center;
}

.hire-steps {
    padding: 1.5rem;
    flex-basis: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 1.5rem;
    border: 1px solid #e2e4ea;
}
.hire-steps-box {
    padding: 1.5rem;
    flex-basis: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 1.5rem;
    border: 1px solid #e2e4ea;
}
.hire-steps-box::after {
    /* content: "\2192"; */
    content: "\21E2";
    font-size: 2rem;
    color: #ff0042;
    position: absolute;
    inset: 30px 0 0 220px;

}
.hire-steps-box.final-step::after {
   content: unset; 
}

.hire-steps::after {
    top: -4rem;
    right: -1rem;
    font-size: 8rem;
    font-weight: 900;
    position: absolute;
    color: var(--bs-dark);
    filter: opacity(0.03);
    counter-increment: step;
    content: "0" counter(step);
}

.hire-steps .icon {
    width: 5rem;
    height: 5rem;
}
.hire-steps-box .icon {
    width: 5rem;
    height: 5rem;
}

.hire-steps-box.hire-steps-new {
    flex-basis: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.steps-timeline {
    display: none;
}

.time_line {
    fill: none;
    stroke-width: 1px;
    stroke-linecap: round;
    stroke: var(--bs-gray);
}

/* Features CSS */
.feature_block .title {
    font-size: 1.125rem;
}

.card-box .h6 {
    font-size: 20px;
    font-weight: 600;
}

.technology-part-1 .swiper-container {
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.125);
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 10px;
    min-height: 446px;
}

.explore_dev-1 .inner_tab_cnt .logo_block {
    border: unset;
}

/* technology Competency*/
.servic-card-sec {
    border-radius: 10px;
    height: 100%;
    padding: 20px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.125)
}

.servic-card-sec p {
    padding-top: 20px;
    padding-bottom: 20px;

}

.servic-card-sec h3 {
    color: #000;
    font-weight: 600;
}

.h3_title::before {
    content: '';
    width: 0.25rem;
    inset: 0 auto 0 0;
    position: absolute;
    border-radius: 1rem;
    background-color: var(--bs-primary);
}

.icon-section a .svg {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.125);
    transition: all .25s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-section a .svg:hover {
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.185);
    transform: translateY(-5px) scale(1.02);
}

.icon-section a .svg svg {
    max-width: 100%;
    height: auto;
}


/* portfolio css */

.fa-arrow-right:before {
    content: "\f061";
}

#portfolio-main .page-header {
    text-align: center;
    position: relative;
    border: none;
    padding-bottom: 9px;
    margin: 40px 0 20px;
}

#portfolio-main .tab-hdr-content {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
    padding: 0;
}

#portfolio-main .tab-btn {
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid #ff284a;
    margin: 0px 10px;
    background-color: #fff;
}

#portfolio-main .tab-btn:active,
#portfolio-main .tab-btn:focus {
    background-color: #ff284a;
    color: #fff;
}

#portfolio-main .project-1 {
    padding: 40px 0px;
}

#portfolio-main .project-img {
    text-align: center;
}

#portfolio-main .pjt-left {
    padding-right: 35px;
}

#portfolio-main .pjt-right {
    padding-left: 35px;
    padding-right: 0;
}

#portfolio-main .viw-btn {
    padding: 15px 20px;
    border-radius: 15px;
    margin-top: 30px;
    font-size: 16px;
    color: #fff;
    width: 35%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    position: relative;
}

#portfolio-main .viw-btn:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    padding: 15px 20px;
}

#portfolio-main .viw-btn:hover .fa-arrow-right:before {
    opacity: 1;
    padding-left: 15px;
    z-index: 1;
    /* opacity: 1;
    padding-left: 15px;
    z-index: 1;
    right: 5%; */
}

.fa-arrow-right:before {
    opacity: 0;
    transition: ease-in 0.3s;
    z-index: -1;
    /* opacity: 0;
    transition: ease-in 0.3s;
    z-index: -1;
    position: absolute;
    top: 36%;
    right: 20%;
    transform: translate(-36%); */
}

#portfolio-main .fd-flex-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

#portfolio-main .fd-flex-row-inverse {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: center;
}

.tab-hder ul li {
    list-style: none;
}

.brdr-line {
    height: 4px;
    margin: 10px auto 10px;
    position: relative;
    width: 95px;
    border-radius: 50px;
    background-color: #f73757;
}

.page-header h1 {
    font-weight: 600;
}

#portfolio-main .project-name {
    padding: 50px 0px;
}

.pjt-title {
    font-size: 50px;
    color: #333;
    position: relative;
    letter-spacing: 1px;
    margin-top: 5px;
}

.platform {
    margin: 0;
    font-size: 18px !important;
    color: #333;
}

#portfolio-main .pjt-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    width: 20%;
    left: 10%;
    /* background-color:#ffa63e; */
    height: 4px;
    transform: translate(-50%);
}

#portfolio-main .pjt-title.app-bar::after {
    background-color: #ffa63e;
}

#portfolio-main .pjt-title.grab-bar::after {
    background-color: #069ace;
}

#portfolio-main .pjt-title.sulekha-bar::after {
    background-color: #c10e15;
}

#portfolio-main .pjt-title.owl-bar::after {
    background-color: #315d9c;
}

#portfolio-main .pjt-title.flipixs-bar::after {
    background-color: #902955;
}

#portfolio-main .pjt-title.job360-bar::after {
    background-color: #004aa6;
}

#portfolio-main .pjt-title.whosup-bar::after {
    background-color: #60c2bd;
}

#portfolio-main .pjt-title.zipdoc-bar::after {
    background-color: #00a3fc;
}

#portfolio-main .pjt-title.udl-bar::after {
    background-color: #e92d2e;
}

#portfolio-main .pjt-title.speedhome-bar::after {
    background-color: #fedd02;
}

#portfolio-main .pjt-title.driveby-bar::after {
    background-color: #4ca9d2;
}

#portfolio-main .pjt-title.english-bar::after {
    background-color: #357d45;
}

#portfolio-main .pjt-title.care-bar::after {
    background-color: #e67d77;
}

#portfolio-main .pjt-title.virujh-bar::after {
    background-color: #0b9bda;
}

#portfolio-main .pjt-title.eurotm-bar::after {
    background-color: #26bba0;
}

#portfolio-main .project-text {
    padding-left: 80px;
    position: relative;
}

#portfolio-main .project-description {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin: 30px 0px 50px 0px;
}

.circle-bg {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    position: absolute;
    left: 25px;
    top: -15px;
    z-index: -1;
}

.appinux-color {
    background: rgb(255, 166, 62);
    background: linear-gradient(156deg, rgba(255, 166, 62, 1) 0%, rgba(255, 255, 255, 0) 60%);
}

.grabcery-color {
    background: rgb(6, 154, 206);
    background: linear-gradient(156deg, rgba(6, 154, 206, 1) 0%, rgba(255, 255, 255, 0) 60%);
}

.sulekha-color {
    background: rgb(193, 14, 21);
    background: linear-gradient(156deg, rgba(193, 14, 21, 1) 0%, rgba(255, 255, 255, 0) 60%);
}

.buildingowl-color {
    background: rgb(49, 93, 156);
    background: linear-gradient(156deg, rgba(49, 93, 156, 1) 0%, rgba(255, 255, 255, 0) 60%);
}

.flipixs-color {
    background: rgb(144, 41, 85);
    background: linear-gradient(156deg, rgba(144, 41, 85, 1) 0%, rgba(255, 255, 255, 0) 60%);
}

.jobtrack-color {
    background: rgb(0, 74, 166);
    background: linear-gradient(156deg, rgba(0, 74, 166, 1) 0%, rgba(255, 255, 255, 0) 60%);
}

.whosup-color {
    background: rgb(96, 194, 189);
    background: linear-gradient(156deg, rgba(96, 194, 189, 1) 0%, rgba(255, 255, 255, 0) 60%);
}

.zipdoc-color {
    background: rgb(0, 163, 252);
    background: linear-gradient(156deg, rgba(0, 163, 252, 1) 0%, rgba(255, 255, 255, 0) 60%);
}

.udl-color {
    background: rgb(233, 45, 46);
    background: linear-gradient(156deg, rgba(233, 45, 46, 1) 0%, rgba(255, 255, 255, 0) 60%);
}

.speedhome-color {
    background: rgb(254, 221, 2);
    background: linear-gradient(156deg, rgba(254, 221, 2, 1) 0%, rgba(255, 255, 255, 0) 60%);
}

.driveby-color {
    background: rgb(76, 169, 210);
    background: linear-gradient(156deg, rgba(76, 169, 210, 1) 0%, rgba(255, 255, 255, 0) 60%);
}

.english3-color {
    background: rgb(53, 125, 69);
    background: linear-gradient(156deg, rgba(53, 125, 69, 1) 0%, rgba(255, 255, 255, 0) 60%);
}

.care3-color {
    background: rgb(230, 125, 119);
    background: linear-gradient(156deg, rgba(230, 125, 119, 1) 0%, rgba(255, 255, 255, 0) 60%);
}

.virujh-color {
    background: rgb(11, 155, 218);
    background: linear-gradient(156deg, rgba(11, 155, 218, 1) 0%, rgba(255, 255, 255, 0) 60%);
}

.eurotm-color {
    background: rgb(38, 187, 160);
    background: linear-gradient(156deg, rgba(38, 187, 160, 1) 0%, rgba(255, 255, 255, 0) 60%);
}

/* #portfolio-main img{
    width:100%;
} */
.tabcontent {
    display: none;
}

#all-project.active {
    display: block;
}

.tablinks.active {
    background-color: #ff284a !important;
    color: #fff;
}

/* contact-new-css */
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.row-cols-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-sm-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-md-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:992px) {
    .hire-container img:nth-child(2) {
        display: none;
    }
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-lg-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-xl-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.fd-contact-banner {
    background-image: linear-gradient(to right, #037a61, #02486c);
    padding: 110px 0 40px;
}

.development-h1 {
    font-size: 50px;
    padding-bottom: 10px;
    line-height: 75px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
}

.dev-banner-txt {
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 1px;
    padding-bottom: 20px;
    color: #fff;
}

.contact-btn a {
    padding: 10px 30px;
    border-radius: 100px;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 14px;
    border: 1px solid #fff;
    transition: ease-in 0.3s;
}

.ad-border-line-form,
.brdr-line,
.left-line,
.brdr-line-m,
.text-brdr-line {
    width: 100px;
    height: 3px;
    background-color: #f73757;
    margin: 5px auto;
    margin-bottom: 30px;
}

.address-ul a {
    color: #000;
}

.address-ul a:hover {
    color: #007bff;
}

.get-in-touch h2 {
    font-weight: 600;
}

.left-line {
    margin: 0 0px 20px 0px;
    width: 50px;
}

.button_submit,
.hidden_button,
.view_more_btn,
.quote_but {
    width: 100%;
    border-radius: 3px;
    background-color: #ff1e43;
    padding: 10px 30px;
    border: none;
    box-shadow: none;
    color: #fff !important;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 0;
}

.hidden_button {
    display: none;
}

.view_more_btn {
    animation: avatar-pulse 2s infinite;
    width: auto;
}

.banner-content,
.get-in-touch,
.map-section {
    padding-top: 50px;
}

.img-container img {
    max-width: 100%;
}

.alert {
    display: none;
    color: #f00;
    font-size: .8em;
    margin-top: 5px;
    padding: 5px 0;
    margin-bottom: 0;
}

.card-container {
    background-color: #fff;
    border-radius: 5px;
    padding: 30px 15px;
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.card-container h3 {
    font-size: 30px;
}

.form-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.form-group {
    margin-bottom: 20px;
}

.contact-input {
    width: 100%;
    padding: 15px;
    background-color: #f5f5f5;
    border-radius: 4px;
    border: 0;
    font-size: 14px;
}

.address-ul {
    display: flex;
    align-items: center;
    border-bottom: 0.5px solid #f2f2f2;
    padding: 20px 0;
    list-style: none;
}

.address-ul h3 {
    font-size: 22px;
    font-weight: 600;
}

.address-ul li:last-child {
    padding-left: 20px;
}

.address-ul address {
    font-size: 16px;
    margin-bottom: 0;
}

.address-ul .img-wave {
    position: relative;
}

.address-ul .img-wave:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    animation: pulsate 2s ease-out;
    animation-iteration-count: infinite;
    background-color: #ff1e43;
    z-index: -1;
}

/* success stories new css */
.client-story {
    padding-top: 50px;
}


.client-story h2 {
    font-size: 36px;
    line-height: 30px;
    font-weight: 600;
}

.client-story .left-line {
    width: 100px;
    height: 3px;
    background-color: #f73757;
    margin-top: 15px;
}

.client-story .sub-text {
    font-size: 16px;
    line-height: 24px;
    color: #6a7483;
    padding-bottom: 20px;
}

.story-card {
    border-radius: 15px;
    box-shadow: 0px 0px 11px rgb(0 0 0 / 20%);
    margin-bottom: 20px;
    transition: ease 0.5s;
    min-height: 93%;
}

.story-card h3 {
    font-size: 17px;
    font-weight: 500;
    color: #1d426a;
    line-height: 26px;
    padding: 0 50px 20px 20px;
    position: relative;
}

.story-card img {
    border-radius: 15px 0 0;
    transition: ease 0.5s;
}

.thumbnail {
    overflow: hidden;
    border-radius: 15px 15px 0 0;
    margin-bottom: 20px;
}

.employee-story h2 {
    font-size: 36px;
    line-height: 30px;
    font-weight: 600;
}

.employee-story .left-line {
    width: 100px;
    height: 3px;
    background-color: #f73757;
    margin-top: 15px;
}

.employee-story .sub-text {
    font-size: 16px;
    line-height: 24px;
    color: #6a7483;
    padding-bottom: 20px;
}

.story-card h3:after {
    content: '\f105';
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    right: 15px;
    font-size: 20px;
    color: #f73757;
    font-family: 'FontAwesome';
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 0px 0px 7px rgb(0 0 0 / 20%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease 0.5s;
    font-weight: 900;
}

/*footer css*/

.inquery-1 .fd-enq-supsection {
    padding-top: 40px;
    position: relative;
    padding-right: 65px;
    padding-bottom: 90px;
}

.inquery-1 .fd-enq-details {
    background: unset;
}

.inquery-1 .manager-detail {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    align-items: center;
    justify-content: unset;
}

.inquery-1 .contact-wraper {
    gap: 20px;
}

.inquery-1 .contact-info {
    display: flex;
    gap: 20px;
}



.inquery-1 .contact-wraper a {
    display: flex;
    align-items: center;
    color: #fff;
}

.inquery-1 .contact-wraper a {
    gap: 10px;
    background: var(--bs-primary);
    padding: 5px 10px;
    border-radius: 5px;
}

.inquery-1 .calender-icon {
    transform: scale(1.15);
    transition: all 0.20s ease;
    animation: mymove 2s infinite;
}

.inquery-1 .contact-wraper a span {
    margin-top: 0;
    color: var(--bs-white);
}

.inquery-1 .inquiry-point h4 {
    font-size: 16px;
}

.inquery-1 .fd-enq-details span {
    margin-top: 0 !important;
}

.inquery-1 .fd-submit-bg {
    background: #ff0042 !important;
    color: #fff !important;
}

.inquery-1 .fd-submit-bg:hover {
    background: #000 !important;
    color: #fff !important;
}

.inquery-1 .btn_primary:hover::before,
.btn_primary:focus::before,
.btn_primary:active::before,
.btn_dark:hover::before,
.btn_dark:focus::before,
.btn_dark:active::before {
    background: unset;
}

.inquery-1 .fd-enq-details span {
    gap: 0 !important;
}


/* new section added */
.list-ul {
    line-height: 3;
    letter-spacing: 1.5px;
    font-size: 1.2rem;
}

.list-ul li {
    position: relative;
    padding-left: 50px;
}

.list-ul li::after {
    background: url('../../../assets/icon/completed-tick.svg') no-repeat center;
    background-size: 24px 24px;
    position: absolute;
    content: "";
    left: 0;
    top: 0.9rem;
    height: 2rem;
    width: 2rem;
}

.other-factor-list {
    list-style: none;
    line-height: 2.5;
    font-size: 1.1rem;
}

.other-factor-list li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 50px;
    text-align: justify;
}

.other-factor-list li::before {
    content: "";
    background: url('../../../assets/icon/arrow-points.svg') no-repeat center;
    background-size: 28px 28px;
    position: absolute;
    height: 2rem;
    width: 2rem;
    left: 0;
    top: 0.7rem;
}

.why-should-hire-list:nth-last-child(-n+2) {
    max-width: 430px;
}

.hiring_service_list.why-should-hire-list:nth-child(3) {
    border-bottom: 1px solid rgba(69, 90, 100, 0.1);
}


.business-cards {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 11px rgb(0 0 0 / 20%);
    padding: 35px 15px 15px;
    min-height: 90%;
    margin-top: 30px;
    text-align: center;
    transition: ease 0.5s;
}

.business-cards h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    transition: ease 0.5s;
}

.quote_but {
    width: auto;
}

.contact-btns {
    display: flex;
    gap: 10px;
}

.business-cards img {
    width: 50px;
    height: 50px;
    filter: invert(33%) sepia(100%) saturate(7067%) hue-rotate(328deg) brightness(95%) contrast(97%);
    margin-bottom: 30px;
    transition: ease 0.5s;
}

.business-cards:hover {
    background-color: #ff1e43;
}

.business-cards:hover.business-cards h3 {
    color: #fff;
}

.business-cards:hover.business-cards img {
    filter: invert(100%) sepia(0) saturate(7500%) hue-rotate(297deg) brightness(113%) contrast(106%);
}

/* Advantages of fullstack section css */
.advantage-content {
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.096);
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    min-height: 330px;
}

.advantage-content .card-hd {
    margin: 20px 0;
}

/* why hire fullstack section css */
.why-hire-content .fd-card-hdr {
    margin: 20px 0;
}

.why-hire-content {
    padding: 20px;
    /* border-right: 1px solid rgb(226, 226, 226); */
    min-height: 203px;
}

.why-hire-content:hover {
    border-radius: 10px;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.096);
    border-top: 2px solid #ff0042;
}

/* why choose softsuave */
.why-choose-row .desc {
    line-height: 2;
    font-size: 20px;
}

.why-choose-row .title_border {
    justify-content: unset;
}

.why-choose-right-row {
    height: 100%;
}

.why-choose-img-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 992px) {
    .hire-container img:nth-child(1) {
        /* display: none; */
    }
    .hire-container img:nth-child(2) {
        display: block;
    }
    .why-choose-img-container>img {
        width: 100%;
        height: 100%;
    }
}


/* for speed opt start */

/* End to End section */
.it-outsourcing-service {
    min-height: 500px;
    display: flex;
    padding: 24px;
    margin: 2rem 0 0;
    border-radius: 12px;
    flex-direction: column;
    align-items: flex-start;
    background-color: #fff;
    box-shadow: 0 0 20px rgb(0 0 0 / 5%);
    transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.it-outsourcing-service p {
    line-height: 1.8;
}

.it-outsourcing-service-1 p {
    letter-spacing: 0;
    font-size: 16.8px;
}

.it-outsourcing-service .btn {
    border-radius: 4px;
    border: none;
    color: #585858;
    text-align: center;
    font-size: 28px;
    width: 200px;
    transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    cursor: pointer;
    margin: 0;
    padding: 0;
    text-align: left;
    background: 0 0;
    display: flex;
    justify-content: left;
}

.it-outsourcing-service:hover {
    transform: translateY(-10px);
}

.android_app_outsourcing:hover {
    box-shadow: 0 10px 20px rgb(51 197 85 / 25%);
}

.iOS_app_outsourcing:hover {
    box-shadow: 0 10px 20px rgb(255 70 85 / 25%);
}

.android_app_outsourcing-1:hover {
    box-shadow: 0 10px 20px rgb(255 163 3 / 25%);
}

.it-outsourcing-service button a:hover {
    color: #f24a76;
}

.android_app_outsourcing-1:hover h3 {
    color: #ff6f7b;
}

.it-outsourcing-service .btn .btn_txt {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    font-size: 18px;
    font-weight: 500;
}

.it-outsourcing-service .btn .btn_txt:after {
    content: "\f178";
    position: absolute;
    opacity: 0;
    top: 4px;
    right: -20px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.it-outsourcing-service:hover .btn .btn_txt:after {
    opacity: 1;
}

.iOS_app_outsourcing:hover .btn_txt,
.iOS_app_outsourcing:hover h3 {
    color: #ff6f7b;
}

.android_app_outsourcing:hover .btn_txt,
.android_app_outsourcing:hover h3 {
    color: #33c555;
}

.SS-card-2:hover {
    box-shadow: 0 10px 20px rgb(255 163 3 / 25%) !important;
}

.SS-card-2:hover h3 {
    color: #FFA303;
}

.SS-card-4:hover {
    box-shadow: 0 10px 20px rgb(255 70 85 / 25%);
}

.SS-card-4:hover h3 {
    color: #ff6f7b;
}

.SS-card-5:hover {
    box-shadow: 0 10px 20px #77130e2c;
}

.SS-card-5:hover h3 {
    color: #77140E;
}

.SS-card-6:hover {
    box-shadow: 0 10px 20px rgb(166 144 255 / 25%);
}

.SS-card-6:hover h3 {
    color: #a790ff;
}

.it-outsourcing-service h3 {
    color: #333;
    font-weight: 700;
    margin-bottom: 20px;
}


@media (min-width: 768px) {
    .it-outsourcing-service {
        margin-bottom: 2rem;
    }
}

/* technologies */
#myTabContent .tab-pane {
    padding: 0px;
    margin-top: 0px;
    box-shadow: none;
    background: transparent;
    width: 100%;

}

.tab-ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 30px;
    margin-top: 30px;
}

.tab-ul-1 {
    gap: 20px !important;
}

.tech-stack .tec-tab-content-1 .tab-pane ul li {
    box-shadow: unset;
    border-right: unset;
}

.tab-ul-1 .list-1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab-ul li {
    list-style: none;
    padding: 0 20px;
    text-align: center;
}

.tab-ul-1 li {
    width: 16.66%;
}

.tech-stack .img-section {
    position: relative;
}

.tab-ul-1 .figure-1 {
    margin-bottom: 0 !important;
}

.tech-stack .figure-1 {
    position: relative;
    overflow: hidden;
    background: transparent;
    width: 130px;
    height: 130px;
    transform: rotate(-30deg) skewX(30deg) scaleY(.866);
    transition: all .2s ease-in-out;
}

.tech-stack .hexagon-shape {
    position: absolute;
    top: 24%;
    left: 20%;
    transition: all .2s ease-in-out;
    font-size: 16px;
    font-weight: 600;
}

.tec-tab-content-1 .tab-ul-1 li figcaption {
    display: flex;
    justify-content: center;
    margin-top: 5px;
}

.tec-tab-content-1 .tab-ul-1 li figcaption {
    display: flex;
    justify-content: center;
    margin-top: 5px;
}

.tech-stack .nav-tabs .nav-link.active {
    border-bottom: 2px solid #ff0042 !important;
    color: #FF0042 !important;
    border: none;
    background: unset !important;
    border-radius: unset !important;
}

.tech-stack .tec-nav-tab {
    border-bottom: 1px solid #dee2e6 !important;
}

@media (min-width: 1400px) {
    .tech-stack .nav-tabs .nav-link {
        padding: 10px 40px;
    }
    .hire-steps-box::after {
        font-size: 2.5rem;
        inset: 20px 0 0 250px;
    }
}

.tech-stack .nav-tabs .nav-link {
    color: #000 !important;
    border: none !important;
}

.tech-stack ul li a {
    font-weight: 600;
}

.tab-nav-link {
    border-radius: 5px !important;
    color: #ff1e43;
    background-color: #fff;
    margin: 0 10px;
}

.tech-stack .figure-1:before {
    position: absolute;
    right: 6.7%;
    bottom: 0;
    left: 6.7%;
    top: 0;
    transform: scaleY(1.155) skewX(-30deg) rotate(30deg);
    background: #fff2f6;
    content: '';
}

/* for speed opt end */

/* breadcrumbs */
.madc-menu {
    color: #ffff;
    font-size: 15px;
    opacity: .6;
}

/* why do companies outsource */
.why-do-outsource-content {
    border-radius: 10px;
    padding: 20px;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.096);
    min-height: 560px;
    text-align: center;
}

.why-do-outsource-content .desc {
    text-align: justify;
    line-height: 1.5;
}

.why-do-outsource-content>img {
    border: 14px solid #00000021;
    border-radius: 20%;
    padding: 20px;
}

.why-do-outsource-content>h3 {
    font-size: 20px;
    font-weight: 600;
}


/* client list  */
.client-content {
    position: relative;
    padding-left: 20px;
    font-size: 20px;
}

.client-content::before {
    inset: 7px 0;
    font-size: 0.7rem;
    color: #ff0044;
    content: '\f624';
    position: absolute;
    font-family: bootstrap-icons;

}

/* cards */
.fd-card-dev {
    border-radius: 8px;
    padding: 41px 24px 21px;
    padding-bottom: 38px;
    box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
    position: relative;
    display: flex;
}

.fd-card-dev .y {
    font-size: 16px;
    font-weight: 600;
    display: block;
    color: #ff4b42;
    text-transform: uppercase;
}

.fd-card-dev .n {
    font-size: 64px;
    font-weight: 700;
}

.fd-card-dev .p {
    font-size: 16px;
    text-align: inherit;
}

.card-icons-top-right {
    position: absolute;
    top: 10px;
    right: 10px;
}

.card-icons-top-right {
    position: absolute;
    top: 10px;
    right: 10px;
}

.fd-card-dev-y:after {
    background-color: #ff4757;
}

.fd-card-dev:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 14px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.fd-card-dev-c:after {
    background-color: #ffa502;
}

.fd-card-dev:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 14px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.fd-card-dev-e:after {
    background-color: #eccc68;
}

.fd-card-dev:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 14px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.fd-card-dev-a:after {
    background-color: #ff6348;
}

.fd-card-dev:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 14px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.fd-card-dev:hover {
    color: #fff;
    transition: all 1s cubic-bezier(0.65, 0, 0.076, 1);
}

.fd-card-dev:hover:after {
    height: 100%;
    transition: all 1s cubic-bezier(0.65, 0, 0.076, 1);
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    z-index: -1;
}

.fd-colo.fd-card-dev:hover .fd-indi {
    color: #fff;
}

.fd-card-dev:hover:after {
    height: 100%;
    transition: all 1s cubic-bezier(0.65, 0, 0.076, 1);
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    z-index: -1;
}

.fd-card-dev:hover:after {
    height: 100%;
    transition: all 1s cubic-bezier(0.65, 0, 0.076, 1);
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    z-index: -1;
}

.fd-card-dev:hover:after {
    height: 100%;
    transition: all 1s cubic-bezier(0.65, 0, 0.076, 1);
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    z-index: -1;
}

.fd-card-dev:hover .y {
    color: #fff;
    transition: all 1s cubic-bezier(0.65, 0, 0.076, 1);
}

.ss-details {
    min-height: 100%;
    align-items: center;
    padding-bottom: 1rem;
    padding-top: 5rem;
}


p.desc.m-0 {
    line-height: 2;
}

.logo-box {
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

@media(min-width:765px) {
    .clr-box {
        background: #FFD5E0 !important;
    }
}


@keyframes mymove {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(1);
    }
}


@media(max-width:1400px) {
    .inquery-1 .inquiry-point h4 {
        font-size: 14px;
    }
}

@media(min-width:1200px) {

    .client-story .container,
    .employee-story .container {
        max-width: 1140px;
    }
}



@media(max-width:991px) {
    .contact-btn {
        text-align: center;
        margin-bottom: 40px;
    }

    .add-container {
        padding-top: 30px;
    }


    .inquery-1 .manager-detail {
        display: block;
    }

    .inquery-1 .fd-enq-supsection {
        padding-right: 0 !important;
    }
}

@media(min-width:990px) {
    .fd-card-enq-1 {
        width: 40% !important;
    }

    .ft-size {
        font-size: 60px !important;
    }
}

@media(max-width:768px) {
    .development-h1 {
        font-size: 36px;
        line-height: 40px;
    }

    h2 {
        font-size: 28px;
    }

    .inquery-1 .manager-detail {
        display: flex;
    }
}

@media(max-width:576px) {
    .hire-steps-box::after {
        content: unset;
    }
    .other-factor-list {
        padding: 0;
    }

    .other-factor-list li {
        padding-left: 40px;
    }

    .development-h1 {
        font-size: 30px;
    }

    h2,
    .card-container h3 {
        font-size: 24px;
    }

    .address-ul h3 {
        font-size: 18px;
    }

    .address-ul li img {
        max-width: 80px;
        height: auto;
    }
}

.fa-spinner:before {
    content: "\f110";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-phone:before {
    content: "\f095";
}

.fa-check:before {
    content: "\f00c"
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../../../resources/webfonts/fa-brands-400.eot");
    src: url("../../../resources/webfonts/fa-brands-400d41d.eot?#iefix") format("embedded-opentype"), url("../../../resources/webfonts/fa-brands-400.ttf") format("truetype");
}

.fab {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa,
.fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("../../../resources/webfonts/fa-solid-900.eot");
    src: url("../../../resources/webfonts/fa-solid-900d41d.eot?#iefix") format("embedded-opentype"), url("../../../resources/webfonts/fa-solid-900.ttf") format("truetype");
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../../../resources/fonts/fontawesome-webfont.eot');
    src: url('../../../resources/fonts/fontawesome-webfontd41d.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../../../resources/fonts/fontawesome-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.fa,
.fas,
.far,
.fal,
.fad,
.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes pulsate {
    0% {
        -webkit-transform: scale(.1, .1);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0;
    }
}

.contact-btn a:hover {
    background-color: #fff;
    color: #ff1e43;
}

.contact-btn .fa-long-arrow-right {
    animation: horizontal-bounce 2s ease infinite alternate;
}

@keyframes horizontal-bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translatex(0);
    }

    30% {
        transform: translatex(10px);
    }

    60% {
        transform: translatex(7px);
    }

    90% {
        transform: translatex(0);
    }
}

@media(max-width:1200px)and (min-width:991px) {
    #portfolio-main .project-1 {
        padding: 60px 0px;
    }
}

@media(max-width:991px) {
    #portfolio-main .pjt-left {
        padding-right: 0px;
    }

    #portfolio-main .pjt-right {
        padding-left: 0px;
    }

    #portfolio-main .project-img {
        margin-bottom: 50px;
    }

    #portfolio-main .project-name,
    #portfolio-main .platform,
    #portfolio-main .pjt-title {
        text-align: left !important;
    }

    #portfolio-main .w-100 {
        width: 100%
    }
}

@media (max-width:480px) {
    #portfolio-main .viw-btn {
        width: auto;
    }

    .navbar-expand-lg {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    .eurotm-bar {
        word-wrap: break-word !important;
    }
}

@media (max-width:408px) {
    #portfolio-main .tab-hdr-content li:last-child {
        margin-top: 15px;
    }

    .banner_head.ft-size {
        font-size: 30px !important;
        line-height: 40px;
        margin-bottom: .7rem;
    }
}

@media (max-width:321px) {
    #portfolio-main .tab-hdr-content li:nth-child(3) {
        margin-top: 15px;
    }
}

@media (min-width: 410px) {
    .contact-wraper a {
        justify-content: center;
    }
}


@media (min-width : 576px) {

    .banner_content .btn_primary,
    .down_profile .btn_primary,
    .port_cont .btn_primary {
        max-width: 20rem;
    }

    .hiring_service_list {
        flex-grow: 1;
        flex-basis: 50%;
        box-shadow: none;
        border-radius: 0rem;
    }

    .hiring_service_list .icons_block {
        height: 4rem;
        width: fit-content;
        padding: 1rem 2rem;
        column-gap: 0.75rem;
        border-radius: 5rem;
        align-items: center;
        display: inline-flex;
        justify-content: center;
        background-color: var(--bs-white);
        border: 1px solid rgb(255 0 66 / 5%);
        box-shadow: 0rem 0.5rem 1rem rgb(255 0 66 / 5%);
    }

    .hiring_service_list:not(:last-child) {
        margin-bottom: 0rem;
    }

    .hiring_service_list:nth-child(n + 1) {
        border-top: none;
        border-left: none;
        border-right: 1px solid rgba(69, 90, 100, 0.1);
        border-bottom: 1px solid rgba(69, 90, 100, 0.1);
    }

    .hiring_service_list:nth-child(2n + 2) {
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid rgba(69, 90, 100, 0.1);
    }

    .hiring_service_list:nth-child(3n + 3) {
        border-top: none;
        border-left: none;
        border-bottom: 1px solid rgba(69, 90, 100, 0.1);
    }

    .hiring_service_list:nth-last-child(-n+2) {
        border-bottom: none;
    }

    .hiring_service_list:last-child {
        border: none;
    }

    .hiring_services_block,
    .sol_card {
        padding: 1.5rem;
        border-radius: 1.5rem;
    }

    .hire-steps {
        flex-basis: calc(50% - 0.5rem);
    }
    .hire-steps-box {
        flex-basis: calc(50% - 0.5rem);
    }

    .hire-steps::after {
        right: -1rem;
        top: -2.5rem;
        font-size: 6rem;
    }

}

@media (min-width : 768px) {

    .hiring_services_block,
    .sol_card {
        padding: 0;
        border: none;
        border-radius: 0;
        box-shadow: none;
    }

    .hiring_service_list {
        padding: 1.5rem;
    }

    .sol_card::before {
        right: 0;
        color: var(--bs-dark);
    }

    .hire-steps {
        flex-basis: calc(33.33% - 0.675rem);
    }
    .hire-steps-box {
        flex-basis: calc(33.33% - 0.675rem);
    }

    .hire-steps .icon {
        width: 4rem;
        height: 4rem;
    }
    .hire-steps-box .icon {
        width: 4rem;
        height: 4rem;
    }

    .hire-steps .title {
        font-size: calc(1rem + 0.5vw);
    }
    .hire-steps-box .title {
        font-size: calc(1rem + 0.5vw);
    }

    .hire-steps .details {
        font-size: 16px;
    }
    .hire-steps-box .details {
        font-size: 1rem;
    }

    @media (min-width : 992px) {

        .banner_content .btn_primary,
        .port_cont .btn_primary {
            margin-left: 0;
        }

        .hiring_service_list {
            padding: 2rem;
        }

        .sol_card {
            gap: 1.5rem;
            padding: 1.5rem;
        }

        .sol_card::before {
            right: auto;
            top: 6.25rem;
        }

        .sol_card .icon {
            width: 4rem;
            height: 4rem;
        }

        .contact-d-1,
        .contact-d-2 {
            width: 50%;
        }

    }

    @media (min-width : 1200px) {
        .hire-steps-box img {
            margin-bottom: 20px;
        }
        .hiring_service_list {
            flex-basis: 33.33%;
        }

        .hiring_service_list:nth-child(2n + 2) {
            border-right: 1px solid rgba(69, 90, 100, 0.1);
        }

        .hiring_service_list:nth-child(3n + 3) {
            border-right: none;
        }

        .hiring_service_list:nth-last-child(-n+3) {
            border-bottom: none;
        }

        .extra_blocks .hiring_service_list:nth-last-child(-n+3) {
            border-bottom: 1px solid rgba(69, 90, 100, 0.1);
        }

        .extra_blocks .hiring_service_list:last-child {
            border: none;
        }

        .extra_blocks .hiring_service_list:nth-last-child(-n+2) {
            border-bottom: none;
        }

        .hiring_services_block {
            /* font-size: 1.25rem; */
        }

        .title,
        .sol_card .title {
            font-size: 1.5rem;
        }

        .hire-steps-block {
            gap: 0;
        }

        .hire-steps {
            border: none;
            overflow: visible;
            border-radius: 0;
            flex-basis: 20%;
            text-align: left;
            padding: 0 2.5rem 2.5rem 0;
        }
        .hire-steps-box {
            border: none;
            overflow: visible;
            border-radius: 0;
            flex-basis: 20%;
            text-align: left;
            padding: 0 2.5rem 2.5rem 0;
        }

        .hire-steps::before {
            left: 0;
            content: "";
            width: 1rem;
            height: 1rem;
            border-radius: 50%;
            position: absolute;
            bottom: calc(-1rem - -1.5px);
            border: 3px solid #787e91;
            background-color: #ffffff;
        }

        .hire-steps::after {
            left: 0;
            top: auto;
            right: auto;
            bottom: -4rem;
            font-weight: 600;
            font-size: 18px;
            filter: opacity(1);
            content: "Step " counter(step);
        }

        .hire-steps .title {
            font-size: 1.25rem !important;
        }
        .hire-steps-box .title {
            font-size: 1.25rem !important;
        }

        .steps-timeline {
            display: flex;
        }


    }
}


/* Full stack page css */
.hire-india-list li {
    position: relative;
    padding-left: 1.75rem;
}

.hire-india-list li::before {
    left: 0;
    content: "\F5A8";
    position: absolute;
    color: var(--bs-primary);
    font-family: bootstrap-icons;
}

.hire-india-block .btn_primary {
    /* margin: auto; */
    max-width: 18.5rem;
}

.services_box_india {
    padding: 1rem;
    border-radius: 1rem;
    margin-bottom: 20px;
    background-color: var(--bs-white);
    box-shadow: 0rem 0rem 1rem rgb(69 90 100 / 10%);
}

@media (min-width: 768px) {
    .services_box_india {
        padding: 1.5rem;
        border-radius: 1.5rem;
    }
}

@media (min-width: 1440px) {
    .hire-india-block {
        top: 25%;
    }
}

@media (min-width: 992px) {
    .hire-india-block {
        position: sticky;
        top: 15%;
    }
}

/* style for new page it staff augmentation service */
.leading-it-staff-card {
    min-height: 350px;
}

/* home scroll down arrow */
.scroll-arrow {
    font-size: 13px;
    margin-top: 5rem;
}

.scroll-arrow .arrow-span {
    display: block;
    width: 12px;
    height: 12px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    margin: -7px;
    animation: animate 2s infinite;
}

.scroll-arrow .arrow-span:nth-child(2) {
    animation-delay: -.2s;
}

.scroll-arrow .arrow-span:nth-child(3) {
    animation-delay: -.4s;
}

@media (max-width: 991px) {
    .scroll-arrow .arrow-span {
        display: none;
    }

    .scroll-down-txt {
        display: none;
    }
}

@keyframes animate {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px);
    }
}

/* hire software developers page section added */
.title-heading {
    font-size: 28px;
    line-height: 1.4;
    font-weight: 600;
    color: #3f3f3f;
}
.tech-hire-list {
    list-style-type: none;
    margin-top: 30px;
    padding: 0 20px 0 30px;
    position: relative;
    line-height: 29px;
}
.para-heading {
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
}
.tech-hire-list::before {
    inset: 0;
    font-size: 1rem;
    color: #ff0044;
    content: '\f624';
    position: absolute;
    font-family: bootstrap-icons;
}
.first-row-why-hire {
    margin-bottom: 7rem;
}

.tab-backround {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50px;
    padding: 20px 10px;
    margin-bottom: 60px;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%);
    flex-wrap: nowrap;
}
.inner_nav_tab-1 {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.flex-grow-1 {
    text-align: center;
    padding: 0 10px;
    border-right: 1px solid #dddfe1;
    margin-bottom: 0 !important;
}
.flex-glow-2 {
    border-right: none;
}
.inner_nav_tab .nav-link-1 {
    width: 100%;
    padding: 1rem;
    border: none;
    display: flex;
    overflow: hidden;
    font-weight: 600;
    margin-bottom: 0;
    position: relative;
    text-align: center;
    align-items: center;
    text-overflow: ellipsis;
    justify-content: center;
    background: unset;
}
.inner_nav_tab .nav-link-1.active {
    color: #ff0042;
}
.inner_nav_tab::before {
    content: unset;
}
.legacy_tab_image img {
    width: 80%;
}

li.life-cycle-item {
    padding: 15px 0;
    border-top: 1px solid #ddd;
    cursor: pointer;
}
li.life-cycle-item:hover a {
    color: var(--bs-primary);
}
.life-cycle-item a {
    font-size: 18px;
    color: #000;
    line-height: 1;
    display: flex;
    align-items: center;
    position: relative;
}
.life-cycle-item a::after {
    content: "";
    opacity: 1;
    position: absolute;
    top: 40%;
    right: 38px;
    border: solid;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
}
.life-cycle-inner {
    padding: 10px 0;
    padding-left: 80px;
    line-height: 1.5;
    text-align: justify;
    display: none;
    line-height: 2;
    transition: all .2s ease;
}
.life-cycle-item a span {
    display: inline-block;
    padding-left: 50px;
}
.life-cycle-img img {
    min-width: 450px;
    margin: 0 auto;
}
.life-cycle-img {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 580px) {
.life-cycle-ul {
    padding: 0;
}
}
#faqAccordion .accordion-button {
    font-size: 18px;
    font-weight: 600;
}
.faq_lists li {
    font-size: 18px;
}
.fw-bold {
    font-weight: 600 !important;
}
.hire-container img {
    margin: auto;
}
.hexagon-shape figcaption {
    font-size: 14px;
    font-weight: 600;
    color: #656565;
}