    .frist {
    background: #0d2642 url(/assets/landing/banner-gradient.png) no-repeat;
    background-position: top left;
/*    padding: 135px 20px 27px;*/
    overflow: hidden;
}
.d-flex{display:flex;}
.frist-1 {
    background: #0d2642 url(/assets/landing/banner-gradient.png) no-repeat;
    background-position: top left;
    overflow: hidden;
}

/* Base Styles */
.frist__bannertitle {
    font-family: Poppins, sans-serif;
    font-size: 30px;
    /* line-height: 40px; */
    font-weight: 500;
    color: #fff;
    margin-bottom: 15px;
    /* text-align: center; */
}

.frist__bannersubtitle {
    font-size: 20px;
    line-height: 2;
    font-weight: 500;
    color: #fff;
    text-align: left;
}

/* Adjustments for .o-service */
.o-service .frist__bannertitle {
    margin-bottom: 20px;
}

.frist__reviewarea {
    position: relative;
    padding: 20px 30px;
    border-radius: 10px;
    border: 1px solid #495fcd;
    margin-top: 50px;
}

.frist__reviewarea:before {
    position: absolute;
    content: "";
    width: 3px;
    height: 70%;
    left: -2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #0d2642;
}
.o-skill-banner__reviewtitle {
    top: -33px;
}
.frist__reviewtitle {
    position: relative;
   
    font-size: 16px;
    line-height: 23px;
    color: #fff;
    font-weight: 500;
    background: #0d2642;
    padding: 0 5px;
    display: inline-block;
    margin: 0;
    top: -30px;
}

.frist__reviewlist {
    position: relative;
    top: -6px;
}

.frist__reviewlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    /* gap: 10px; */
}

.frist__reviewitem {
    padding: 0;
}
.solution__heading {
    font-size: 30px;
}
.frist__reviewitem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.service-rating-img {
    width: 90px;
}

.frist__reviewarea:after {
    position: absolute;
    content: "";
    width: 3px;
    height: 70%;
    right: -2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #0d2642;
}

.frist__rightoverlay {
    position: relative;
    margin-top: 70px;
}

.frist__rightoverlay:before {
    position: absolute;
    content: "";
    width: 570px;
    height: 1000px;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-47%);
    transform: translateY(-50%) translateX(-47%);
    background: #3cc065;
    background: radial-gradient(circle, rgba(60, 192, 101, .4) 0, rgba(255, 255, 255, 0) 50%);
}

.frist__rightbox {
    position: relative;
    background-color: #0c315b;
    max-width: 429px;
    width: 100%;
    display: inline-block;
    border: 2px solid #3cc065;
    padding: 15px;
}

.frist__rightbox:before {
    position: absolute;
    content: "";
    width: 35%;
    height: 2px;
    background-color: #0c315b;
    left: 0;
    right: 0;
    top: -2px;
    margin: auto;
}

.frist__rightboxtop {
    text-align: center;
    padding-top: 30px;
}

.frist__rightboxtopimg {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: auto;
}

.frist__rightboxtitle--24 {
    font-size: 22px;
}

.frist__rightboxtitle {

    font-size: 22px;
    line-height: 27px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

.frist__rightboxtitle a {
    color: #fff !important;
}

.frist__rightboxtitle a span {
    position: relative;
    display: inline-block;
}

.frist__rightboxtitle a span.link-color1:before {
    background: -webkit-gradient(linear, left top, right top, from(#03a9f4), color-stop(#ff5800), color-stop(#fbba14), to(#03a9f4));
    background: linear-gradient(90deg, #03a9f4, #ff5800, #fbba14, #03a9f4);
    background-size: 200%;
}

.frist__rightboxtitle a span:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 2px;
    width: 100%;
    border-radius: 10px;
    -webkit-animation: 4s linear animate infinite;
    animation: 4s linear animate infinite;
}

.frist__rightboxtitle a span.link-color2:before {
    background: -webkit-gradient(linear, left top, right top, from(#ffe70e), color-stop(#78e6ff), color-stop(#15fe8a), to(#ffe70e));
    background: linear-gradient(90deg, #ffe70e, #78e6ff, #15fe8a, #ffe70e);
    background-size: 200%;
}

.frist__rightboxtop .btn {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    max-width: 310px !important;
    padding: 12px;
}

/* .cmn-btn-transition {
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
} */

/* .btn-orange {
    font-family: Poppins !important;
    background: #ff5800;
    color: #fff;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.btn-orange {
    color: #fff;
    border: 2px solid #ff5800;
    background-color: #ff5800;
    position: relative;
    margin: 0 auto;
}

.btn-orange:hover {
    background: #fff;
    color: #ff5800;
} */

.frist__rightboxbottom--pad-20 {
    padding: 12px;
}

.frist__rightboxbottom {
    background-color: #194b83;
    padding: 12px;
    margin-top: 10px;
    border-radius: 4px;
}

.frist__rightboxbottomtitle--font-18 {
    font-size: 12px;
}

.frist__rightboxbottomtitle {

    font-size: 16px;
    /* line-height: 24px; */
    font-weight: 600;
    color: #fff;
    margin-bottom: 12px;
    text-align: center;
}

.frist__rightboxbottomtext--font-17 {
    font-size: 16px;
}

.frist__rightboxbottomtext {
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 11px;
    line-height: 18px;

    margin-bottom: 0;
}

.link-color1 {
    font-size: 22px;
    color: #fff !important;
}

.link-color2 {
    font-size: 22px;
    color: #fff !important;
}

.frist-service .solution__sub-heading {

    font-size: 20px;
    /* line-height: 27px; */
    color: #474747;
    margin: 0 0 30px;
    font-weight: 500;
    display: block;
    text-align: left;
}

/* .solution__sub-heading {
    font-family: Poppins !important;
    font-size: 25px;
    line-height: 34px;
    font-weight: 600;
    color: #474747;
    margin-top: 15px;
} */

.frist-service .solution__card-gradient1 {
    display: block;
    position: relative;
    margin-bottom: 26px;
    cursor: pointer;
    overflow: hidden;
    padding: 2px;
    border: 0;
}

.frist-service .solution__card-gradient1:before {
    content: '+';
    position: absolute;
    top: 20px;
    right: 10px;
    font-size: 30px;
    line-height: 0;
    font-weight: 300;
    color: #898989;
    z-index: 99;
}

.solution__card {
    background: #f9f9f9;
    page-break-inside: avoid;
    padding: 20px 40px 20px 15px;
    position: relative;
    z-index: 9;
}

.frist-service .solution__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.solution__collapse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.solution__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    margin-right: 15px;
}

.frist-service .solution__card-heading {

    font-size: 20px;
    /* line-height: 25px; */
}

.solution__card-heading {
    font-family: Poppins !important;
    font-size: 20px;
    /* line-height: 31px; */
    font-weight: 600;
    margin-bottom: 0;
}

.frist-service .solution__card-description-wrapper {
    margin-top: 20px;
    display: none;
}

.frist-service .solution__card-description {
    display: block;
}

.frist-service .solution__card-description {

    font-size: 16px;
    /* line-height: 25px; */
    color: #333;
    margin: 0 0 15px;
    text-align: left;
}

.solution__card-description {
    font-family: Poppins !important;
    font-size: 16px;
    /* line-height: 22px; */
    color: #727272;
    display: none;
}

.frist-service .solution__card-description a {

    color: #3cc065;
    font-weight: 500;
}

.frist-service .solution__card-gradient1:after {
    content: '';
    position: absolute;
    top: -200px;
    right: 0;
    bottom: 0;
    left: -150px;
    background: #898989;
    width: 950px;
    height: 950px;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}
.frist-service .solution__card-gradient1:hover:after {
    -webkit-animation: rotation2 3s linear infinite;
    animation: rotation2 3s linear infinite;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #88deb1), color-stop(20%, #1ab864), color-stop(52%, rgba(35, 116, 212, .62)), to(rgba(6, 87, 181, .62)));
    background: linear-gradient(180deg, #88deb1 0, #1ab864 20%, rgba(35, 116, 212, .62) 52%, rgba(6, 87, 181, .62) 100%);
}
.process__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.process__items {
    position: relative;
    border: 1px solid #898989;
    padding: 0 20px 15px;
    width: 100%;
    margin: 20px 0 0;
}

.process__number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    color: #fff;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    margin-bottom: 8px;
    margin-top: -25px;
}

.process__number strong {
    position: relative;
    width: 45px;
    height: 45px;
    background-color: #355bbf;
    border-radius: 50%;
    margin: auto;

    font-size: 20px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.process__titlearea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px;
}

.process__titlearea i {
    margin-right: 13px;
}

.process__itemtitle {

    font-size: 22px;
    /* line-height: 31px; */
    color: #333;
    font-weight: 600;
    margin: 0;
}

.process__itemcontent {

    font-size: 16px;
    /* line-height: 22px; */
    color: #333;
    margin: 0;
}


/*
.process__items:nth-child(3n+3):after {
    position: absolute;
    content: "";
    width: 32px;
    height: 10px;
    background: url(assets/landing/step-arrow.svg) no-repeat center;
    background-size: 100%;
    top: inherit;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 0;
    left: 0;
    bottom: -25px;
    margin: auto;
}
*/
.itms-after::after {
    background-image: none !important;
}

.skill-logo .o-clients {
    background-color: #f9f9f9;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.skill-logo h2 {

    color: #000;
    font-size: 30px;
    /* line-height: 58px; */
    font-weight: 700;
    margin-bottom: 15px;
}

.client-logo-modify .client-logo-new.large-logo-new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.client-logo-modify .client-logo-new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.client-logo-new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.project {
    background-color: #102355;
}

.project__title {
    font-family: Poppins;
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 12px;
    text-align: center;
    margin-top: 20px;
}

.project__items {
    font-family: Poppins;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 18px;
    font-weight: 500;
    color: #cae7ff;
}

.project__items:before {
    content: counter(counter);
    counter-increment: counter;
    color: #fff;
    background-color: #4492dc;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 27px;
    height: 27px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px;
    margin-top: 1px;
    border-radius: 50%;
    float: left;
}

.develop__box {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 30px;
    -webkit-box-shadow: 0 0 25px 3px rgba(0, 0, 0, .08);
    box-shadow: 0 0 25px 3px rgba(0, 0, 0, .08);
    height: 100%;
}

.develop__topicon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 70px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 11px;
}

.develop__boxtitle {
    font-family: Poppins;
    color: #333;
    font-size: 22px;
    /* line-height: 25px; */
    font-weight: 600;
}

.develop__boxcontent {
    color: #333;
    font-size: 16px;
    /* line-height: 25px; */
    margin: 0;
    text-align: left;
}

.bg-grey {
    background-color: #f5f5f5 !important;
}

.service-benifit--django .service-card {
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 40px !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .1);
}

.service-benifit .service-card {
    background-color: #fff;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 50px 34px;
    width: 100%;
    height: 100%;
}
.maxWidth{max-width: 100%;}
.service-benifit__light .service-card {
    border: 1px solid #e1dfe6;
    -webkit-box-shadow: 5px 10px 20px 0 rgba(0, 0, 0, .05);
    box-shadow: 5px 10px 20px 0 rgba(0, 0, 0, .05);
    height: auto;
    padding: 40px 28px 40px !important;
}

.service-benifit .margin-bottom-25 {
    margin-bottom: 25px;
}

.service-benifit--django .service-card .icon {
    width: 78%;
    margin-bottom: 25px;
}

.service-benifit--mobileapp .service-card .icon img {
    width: 70px;
}

.service-benifit--django .service-card .details {
    width: 100% !important;
}

.o-core-competencies__heading {
    font-family: Poppins;
    color: #333;
    font-size: 22px;
    /* line-height: 25px; */
    font-weight: 600;
    margin-bottom: 20px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.o-core-competencies__content {
    font-family: Poppins;
    font-size: 16px;
    /* line-height: 25px; */
    color: #333;
    margin: 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.o-releted-service__gradient {
    display: block;
    position: relative;
    margin-bottom: 26px;
    cursor: pointer;
    overflow: hidden;
    padding: 2px;
    border: 0;
    border-radius: 110px;
}

.o-releted-service__link:hover {
    text-decoration: none;
}

.o-releted-service__link {
    position: relative;
    background-color: #f6f6f6;
    border-radius: 110px;
    z-index: 1;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 30px;
    height: 80px;
}

.o-releted-service__linkcontent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 235px;
}

.o-releted-service__linkcontent i {
    margin-right: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
}

.o-releted-service__linkcontent span {
    font-family: Poppins;
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    color: #333;
}

.o-releted-service__gradient--green:after {
    background: #8ac640 !important;
}

.o-releted-service__gradient:after {
    content: '';
    position: absolute;
    top: -200px;
    right: 0;
    bottom: 0;
    left: -150px;
    background: #898989;
    width: 950px;
    height: 950px;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}

.o-releted-service__gradient--sky:after {
    background: #64b9f4 !important;
}

.o-releted-service__gradient:after {
    content: '';
    position: absolute;
    top: -200px;
    right: 0;
    bottom: 0;
    left: -150px;
    background: #898989;
    width: 950px;
    height: 950px;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}

.o-releted-service__gradient--orange:after {
    background: #e26826 !important;
}

.o-releted-service__gradient:after {
    content: '';
    position: absolute;
    top: -200px;
    right: 0;
    bottom: 0;
    left: -150px;
    background: #898989;
    width: 950px;
    height: 950px;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}

.how-help-you__card {
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex; */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
    margin: 0 auto;
}

.how-help-you__card-items--border-blue {
    border-bottom: 8px solid #4492dc;
}

.how-help-you__card-items {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #fff;
    padding: 30px 20px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-top: 20px;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* height: 380px; */
    margin: 0;
}

.how-help-you__details {
    margin: 20px 0;
}

.how-help-you__card-heading {
    font-family: Poppins !important;
    font-size: 22px;
    /* line-height: 30px; */
    font-weight: 600;
    margin: 0 0 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.o-skill-how-help .how-we-help-knowmore {
    font-family: Poppins;
    text-align: center;
    font-size: 14px;
    margin: 15px auto 0;
    text-decoration: underline;
    font-weight: 600;
    display: inline-block;
    color: #4492dc;
}

.how-help-you__card-items--border-green {
    border-bottom: 8px solid #3cc065;
}

.let-help {
    max-width: 100%;
    position: relative;
    text-align: center;
    margin-top: 25px;
}

.o-skill-how-help .let-help:before {
    border: none;
}

.let-help:before {
    content: '';
    position: absolute;
    border: 1px solid #5787be;
    top: 14px;
    left: 0;
    right: 0;
    height: 100%;
    border-radius: 5px;
    display: none;
}

.let-help__heading {
    font-family: Poppins !important;
    font-size: 23px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    display: inline-block;
    /* background-color: #052c58; */
}

.let-help__sub-heading {
    font-family: Poppins !important;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.let-help__checkbox-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.let-help__checkbox-items {
    -webkit-box-flex: 0;
    -ms-flex: 0 47%;
    flex: 0 47%;
    margin: 10px;
}

.o-skill-how-help .let-help__checkbox-label {
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
}

.let-help__checkbox-label {
    font-family: Poppins !important;
    text-align: left;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    display: block;
    position: relative;
    padding-left: 28px;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.let-help__checkbox-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.let-help__checkmark {
    position: absolute;
    top: 50%;
    left: 0;
    height: 18px;
    width: 18px;
    border-radius: 2px;
    border: 1px solid #3cc065;
    background-color: transparent;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.let-help__checkbox-input:checked~.let-help__checkmark:after {
    content: "";
    position: absolute;
    display: block;
    left: 2px;
    top: 2px;
    width: 5px;
    height: 11px;
    border: solid #000;
    width: 12px;
    height: 12px;
    border: 0;
    background: #3cc065;
    border-radius: 50%;
}

.o-why-hire__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #dae9fb;
}

.o-why-hire__items {
    width: 100%;
    padding: 20px;
    border: 1px solid #dae9fb;
    border-bottom: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.o-why-hire__items .content-part-side {
    margin-left: 0;
    margin-top: 20px;
}

.o-why-hire__items .content-part-side h5 {
    font-family: Poppins;
    font-size: 22px;
    /* line-height: 27px; */
    font-weight: 600;
    margin-bottom: 5px;
    color: #262e36;
}

.o-why-hire__items .content-part-side p {
    font-size: 16px;
    /* line-height: 25px; */
    color: #262e36;
    margin: 0;
    text-align: left;
}

.custom-review__tittle {
    position: relative;
    font-family: Poppins;
    font-size: 22px;
    /* line-height: 35px; */
    color: #262e36;
    padding-bottom: 20px;
    margin-bottom: 22px;
    font-weight: 700;
    /* text-align: center; */
}

.custom-review__subtittle {
    font-family: Poppins;
    font-size: 20px;
    /* line-height: 27px; */
    color: #333;
    font-weight: 600;
    margin: 0 0 15px;
    text-align: left;
}

/* .case-studies-slide .owl-next, .case-studies-slide .owl-prev {
    display: none !important;} */
.custom-review__reviewitem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 18px;
}

.custom-review__reviewitems {
    max-width: 100%;
    width: 100%;
    min-height: 300px;
    height: auto;
    border: 1px solid #ddd;
    padding: 25px;
    margin-bottom: 5px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.custom-review__quoteimg {
    display: block;
    margin-bottom: 10px;
    width: 32px;
}

.custom-review__quotecontent {
    font-family: Poppins;
    color: #333;
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
}

.custom-review__authorarea {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.custom-review__authorimage {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.custom-review__authordetails {
    margin-left: 16px;
}

.custom-review__authorname {
    font-family: Poppins;
    font-size: 18px;
    line-height: normal;
    color: #333;
    font-weight: 600;
    margin: 0;
}

.custom-review__authordesignation {
    font-family: Poppins;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    margin: 0;
    font-weight: 600;
}

.custom-review__authorcompany {
    font-family: Poppins;
    font-size: 14px;
    line-height: 20px;
    color: #898989;
    margin: 0;
    font-weight: 500;
}

.custom-review__reviewitems:hover {
    border: 1px solid #fff;
    -webkit-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, .2);
}

.custom-review__reviewarea .owl-prev {
    font-size: 45px !important;
    color: #3cc065 !important;
    width: 45px;
    height: 45px;
    border: 1px solid #3cc065 !important;
    line-height: 0;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 5px;
    font-weight: 300 !important;
}

.custom-review__reviewarea .owl-next {
    font-size: 45px !important;
    color: #3cc065 !important;
    width: 45px;
    height: 45px;
    border: 1px solid #3cc065 !important;
    line-height: 0;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 5px;
    font-weight: 300 !important;
}

.custom-review__reviewarea .owl-nav {
    display: block !important;
    text-align: left;
    margin-bottom: 0;
    margin-top: 0;
}

.custom-review__tittle:after {
    position: absolute;
    content: "";
    width: 83px;
    height: 7px;
    background-color: #498df9;
    bottom: 0;
    left: 0;
    /* right: 0; */
    margin: auto;
}

.project__list {
    position: relative;
    counter-reset: counter;
}

.new-faq {
    color: #262e36;
    background: #ddf0f8;
}

/* 2/11/2024 home page end accodrin*/
.item-btn {
/*    display: flex;*/
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-align: left;
    color: #000;
    font-weight: 600;
    font-size: 19px;
    padding: 10px 0;
    background: #ddf0f8;
    gap:10px;
}
.item-btn {
    box-shadow: none !important;
}

.item-btn:hover {
    color: #000 !important;
}

.icon-1 {
    color: #000;
}

.border-of {
    border: none !important;
    background-color: #fff !important;
    padding: 0px !important;
}
.border-bottom-000{border-bottom: 1px solid #000 !important;}
.body-p-10 {
    padding: 0.25rem 0.1rem 1rem !important;
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
    background: #ddf0f8;
    text-align: left;
}

.icon-1 .fas {
    transition: transform 0.3s ease;
    transform: rotate(0deg);
    /* Downward */
}

/* Rotate the icon upwards when the accordion is expanded */
.btn:not(.collapsed) .icon-1 .fas {
    transform: rotate(180deg);
    /* Upward */
}
.new-home-banner__right--dita .new-home-banner__right-deatils {
    font-weight: 700;
}
.new-home-banner__right--dita .new-home-banner__right-deatils {
    top: 0;
}
/* 2/11/2024 home page end accodrin*/
.new-home-banner__right--dita {
    background: #04254a;
    border: 1px solid #355bbf;
    padding: 25px 15px;
    margin-top: 20px;
    position: relative;
}
.new-home-banner__right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.new-home-banner__right-deatils {
    font-family: Poppins !important;
    color: #fff;
    font-weight: 400;
}
.new-home-banner__right-deatils-green {
    color: #3cc065;
    font-weight: 700;
}
.new-home-banner__right-list {
    margin: 25px 0 35px;
}
.new-home-banner__right-items {
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    margin: 8px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.border-check{
    border: 1px solid;
    border-radius: 50%;
    font-size: 14px;
    padding: 5px;
}
.common_btn3:after {
    
    padding: 10px;
    
}
.row-reverse {
    flex-direction: column-reverse; /* Reverses the order of the text and image section on mobile */
  }
  .solution__heading {
    
    margin-bottom: 15px;
}
/* .seoBox ul li {
    width: 100%;
} */
.w-100{width: 100%;}
/* Medium Screen - Tablet */
@media screen and (min-width: 1181px) {
    .process__items:nth-child(3n+3):after {
        width: 836px;
    }

    .process--multipleitems .process__items:nth-child(6):after {
        width: 636px;
    }
}
@media screen and (max-width: 480px) {
    .common_btn3{
        width: 100%;
    }
    
   
}

@media screen and (min-width: 767px) {
    
    .row-reverse {
        flex-direction: inherit; /* Reverses the order of the text and image section on mobile */
      }
    /* .service-rating-img {
        width: 70px;
    } */
    .o-why-hire__items:nth-child(even) {
        padding: 40px 0 40px 30px;
        border-right: none;
    }
    .common_btn3:after {
    
        padding: 15px;
        
    }

    .o-why-hire__items {
        width: 50%;
        border-left: none;
        border-bottom: none;
    }

    .o-why-hire__items:nth-child(odd) {
        padding: 40px 30px 40px 0;
    }

    .service-benifit--django .service-card .icon {
        width: 66%;
    }

    .project__items:before {
        margin-top: -4px;
    }

    .project__title {
        margin-top: 0;
        margin-bottom: 15px;
        font-size: 34px;
        line-height: 45px;
        text-align: left;
    }

    .process__items:nth-child(3n+3):after {
        width: 55px;
        height: 20px;
        bottom: -40px;
    }

    .process__items:after {
        width: 55px;
        height: 20px;
        bottom: -40px;
    }

   /* .process__items {
        margin: 64px 0 0;
        min-height: 193px;
    }
*/
    /* .btn-auto-width {
        padding: 16px 25px !important;
        max-width: -webkit-fit-content !important;
        max-width: -moz-fit-content !important;
        max-width: fit-content !important;
    } */
    /* .frist-service .btn-v2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 434px;
        flex: 0 0 434px;
        font-size: 17px;
    } */
    .frist__rightboxbottomtext {
        font-size: 15px;
        line-height: 25px;
    }

    .frist__rightboxbottomtext--font-17 {
        font-size: 16px;
        line-height: 27px;
    }

    .frist__rightboxbottomtitle {
        font-size: 17px;
        line-height: 29px;
    }

    .frist__rightboxbottomtitle--font-18 {
        font-size: 18px;
        line-height: 29px;
    }

    .frist__rightboxbottom {
        padding: 25px;
        /* margin-top: 26px; */
    }

    .frist__rightboxbottom--pad-20 {
        padding: 20px;
    }

    .frist__rightboxtop .btn {
        font-size: 16px;
        padding: 14px;
    }

    .frist__rightboxtitle {
        font-size: 22px;
        line-height: 32px;
    }

    .frist__rightboxtop {
        padding-top: 20px;
    }

    .frist__rightbox--ver-2 {
        padding: 29px 20px 20px;
        margin-top: 12px;
    }

    .frist__rightbox {
        padding: 29px;
    }

    .frist__reviewarea:after {
        width: 2px;
        right: -1px;
    }

    .frist__reviewitem {
        width: 20%;
    }

    .frist__reviewlist {
        position: relative;
        top: -22px;
    }

    .frist__bannertitle {
        font-size: 41px;
        line-height: 45px;
        text-align: left;
        margin-bottom: 30px;
    }

    .frist__reviewtitle {
        font-size: 20px;
    }

    .o-service .frist__bannertitle {
        font-size: 41px;
        line-height: 45px;
    }

    .frist__bannersubtitle--ver-2 {
        font-size: 28px;
        line-height: 40px;
    }

    .frist__bannersubtitle {
        font-size: 20px;
        /* font-size: 31px; */
        /* line-height: 40px; */
        text-align: left;
    }

    .frist__reviewarea:before {
        width: 2px;
        left: -1px;
    }

    .solution__heading {
        font-size: 30px;
        /* line-height: 46px; */
        font-weight: 500;
        margin-bottom: 15px;
    }
}

/* Large Screen - Desktop */
/* .text-center {
    text-align: left !important;
} */
@media screen and (min-width: 992px) {
    .w-100{width: 100%;}
    span.typing-text {
        display: block;
        /* border-right: 3px solid #333;   */
        padding-right: 5px; 
        white-space: nowrap;  
        overflow: hidden;  
        width: 0;  
        animation: typing 5s steps(50) infinite, blink 0.75s step-end infinite; 
        color: #fff;
        font-size: 19px;
      }
    .common_btn3:after {
    
        padding: 10px;
        
    }
    .new-home-banner__right-deatils {
        position: relative;
        top: -25px;
        font-size: 30px;
        /* line-height: 40px; */
    }
    .new-home-banner__right--dita {
        padding: 60px 60px;
        position: relative;
        margin-top: 0;
    }
    .custom-review__tittle:after {
        right: inherit;
        margin: 0;
    }

    .custom-review__reviewarea .owl-nav {
        float: right;
        margin-bottom: 0;
        margin-top: 10px;
        text-align: center;
    }

    .custom-review__authorarea {
        margin-top: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .custom-review__authorarea {
        margin-top: auto;
    }

    .custom-review__reviewitems {
        max-width: 345px;
        margin-bottom: 15px;
        height: 100%;
    }

    .custom-review__subtittle {
        font-size: 22px;
        line-height: 32px;
        text-align: left;
        padding: 0 20px 0 0;
    }

    .custom-review__tittle {
        text-align: left;
        font-size: 34px;
        line-height: 46px;
        margin-top: 25px;
        padding-bottom: 34px;
    }

    .custom-review__tittleimg {
        text-align: left;
    }

    .how-help-you__card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

    }

    .o-why-hire__items .content-part-side {
        margin-left: 10px;
        margin-top: 0;
    }

    .o-why-hire__items {
        padding: 40px 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .let-help__checkmark {
        top: 2px;
        -webkit-transform: inherit;
        transform: inherit;
    }

    .let-help__inner-wrapper {
        border-radius: 5px;
        background-color: #05284d;
        padding: 20px 15px 20px 15px;
    }

    .let-help__checkbox-items {
        -webkit-box-flex: inherit;
        -ms-flex: inherit;
        flex: inherit;
        overflow: hidden;
        border-radius: 5px;
        padding: 1px;
        background: #1e8e41;
        background: -webkit-gradient(linear, left top, left bottom, from(#1e8e41), to(#274dad));
        background: linear-gradient(180deg, #1e8e41 0, #274dad 100%);
    }

    .let-help__checkbox-list {
        -ms-flex-wrap: inherit;
        flex-wrap: inherit;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .let-help__sub-heading {
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 30px;
    }

    .let-help__heading {
        font-size: 25px;
        padding: 0 15px;
    }

    .let-help:before {
        display: block;
    }

    .let-help {
        max-width: 1050px;
        margin: 60px auto 0;
        padding: 0 20px 20px 20px;
    }

    .o-skill-how-help .let-help {
        padding: 0 18px 20px 18px;
    }

    /* .o-skill-how-help .how-help-you__card-heading {
        line-height: 46px;
    } */

    .how-help-you__card-heading {
        font-size: 22px;
        /* line-height: 36px; */
        -webkit-box-flex: inherit;
        -ms-flex: inherit;
        flex: inherit;
    }

    .d-lg-block {
        display: block !important;
    }

    .how-help-you__card-sub-heading {
        margin-bottom: 0;
    }

    .how-help-you__card-sub-heading {
        font-weight: 600;
        color: #333;
        font-size: 15px;
        line-height: 21px;
    }

    .how-help-you__card-items {
        padding: 30px 25px 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: inherit;
        flex-wrap: inherit;
        height: inherit;
        margin: 0 7px;
    }

    .project__title {
        font-size: 30px;
        /* line-height: 45px; */
    }

    .nw-client .client-logo-new .client-logo-img {
        margin: 15px 15px;
    }

    .process--multipleitems .process__items:nth-child(6):after {
        width: 506px;
    }

    .process__items {
        width: 28%;
        margin: 80px 0 0;
    }

    /*.process__items:nth-child(3n+3):after {
        position: absolute;
        content: "";
        width: 676px;
        height: 62px;
        background: url(/assets/landing/development-process-arrow.svg) no-repeat center;
        background-size: 100%;
        top: inherit;
        -webkit-transform: none;
        transform: none;
        right: 50%;
        left: inherit;
        bottom: -72px;
    }*/

    .process__list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .process--multipleitems .process__list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .process__items:after {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: inherit;
        top: 50%;
        bottom: inherit;
        transform: translateY(-50%);
        right: -55px;
        margin: 0;
    }

    .process--multipleitems .process__items {
        margin: 50px 28px 0;
    }

    .process--multipleitems .process__items:nth-child(1) {
        margin-left: 0;
    }

    /* .btn-wrapper-v2--pair .btn-v2 {
        margin: 50px 5px 20px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 370px;
        flex: 0 0 370px;
        max-width: 370px;
    } */
    /* .solution .btn-wrapper-v2--pair .btn-v2 {
        margin-top: 25px;
    } */
    .solution__card-description {
        display: block;
    }

    .solution__card-description-wrapper {
        display: none;
        margin-top: 15px;
    }

    .frist-service .solution__card {
        display: inherit;
    }

    .solution__card {
        padding: 20px 20px 20px 20px;
    }

    .frist-service .solution__sub-heading {
        font-size: 20px;
        /* line-height: 31px; */
        margin: 0 0 45px;
        text-align: left;
    }

    .frist__rightoverlay {
        margin: 0;
    }

    .text-lg-end {
        text-align: right !important;
    }

    .service-rating-img {
        width: 100%;
    }

    .frist__bannertitle {
        font-size: 30px;
        /* line-height: 53px; */
    }

    .o-service .frist__bannertitle {
        font-size: 30px;
        /* line-height: 64px; */
        margin-bottom: 30px;
    }


    .solution__heading {
        font-size: 30px;
        /* line-height: 45px; */
        font-weight: 500;
        margin-bottom: 15px;
    }
    .seoBox ul li {
        font-size: 16px;
          display: flex;
          flex-flow: row wrap;
          margin-bottom: 0;
          position: relative;
          padding-left: 30px;
          position: relative;
          color: #333;
          /* width: calc(100% / 4); */
          /* line-height: 30px; */
          font-weight: 500;
          padding-bottom: 8px;
      }
      span.typing-text {
       
        font-size: 24px !important;
      }
}

/* Base h1 styles */

.our-valued-client{
    font-size: 21px;
    line-height: 31px;
    margin: 0 0 45px;
}
 .solution__card-gradient1 {
    position: relative;
}

.solution__card-gradient1:before {
    content: '+';
    position: absolute;
    top: 20px;
    right: 10px;
    font-size: 36px;
    line-height: 0;
    font-weight: 300;
    color: #898989;
    z-index: 99;
    transition: transform 0.3s ease;
}

.solution__card-gradient1.open:before {
    content: '-';
}
.client-logo-modify img {
    width: 230px;
}
.digital-solution-heading{
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
    margin-bottom: 15px;
    color:#fff;
}
.item-btn{text-align:left;}
.m-auto{margin: 0 auto;}