/* styles for services */
.service-intro-all {
    display: flex;
    width: 100%;
}

.service-intro-all .description {
    line-height: 26px;
}

.service-intro-column1 {
    max-width: 650px;
}

.service-intro-column2 img {
    position: absolute;
    left: 35%;
    top: -30px;
}

.service-intro-column2 {
    position: relative;
    width: 100%;
}

.intro_services .what-we-do-wrapper {
    border-bottom-style: solid;
    border-bottom-color: #DBDFE5;
    border-bottom-width: 1px;
    padding-bottom: 75px;
}

.intro_services .header-p {
    margin-bottom: 25px;
}

@media screen and (max-width: 1100px) {
    .service-intro-column2 img {
        position: static;
        height: 257px;
        margin-top: 25px;
    }
}

@media screen and (max-width: 883px) {
    .service-intro-all {
        display: block;
    }

    .service-intro-column1 {
        max-width: 100%;
    }

    .intro_services .what-we-do-wrapper {
        padding-bottom: 25px;
    }

    .service-intro-column2 img {
        margin-left: calc(50% - 90px);
    }
}


/* styles for services */

.container {
    max-width: 1350px !important;
}

.service_head-container {
    display: flex;
    width: 100%;
    gap: 20px;
    margin-bottom: 40px;
}

.service_head-item {
    display: flex;
    flex-direction: column;
    width: calc(50% - 10px);
}

.service_head-item picture {
    height: 100%;
}

.service_head-item:first-child picture {
    height: 279px;
    width: 630px;
    margin-bottom: 23px;
}

.service_head-item:last-child picture {
    height: 593px;
    width: 100%;
}

.service_head_img-top {
    width: 100%;
    height: 279px;
    object-fit: cover;
    border-radius: 8px;

}

.service_head_img-main {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 65% 100%;
    border-radius: 8px;
}

.service_head-item h1 {
    color: #081120;
    font-family: futurabold;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 49px;
    margin-bottom: 16px;
}

.service_head-desc {
    font-family: FuturaBT;
    color: #081120;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
}

.service_head-nav {
    display: flex;
    align-items: center;
    gap: 15px;
}

.service_head-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-family: FuturaBT;
    background: #196AE2;
    width: 300px;
    height: 56px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.458px;
}

.service_switcher-scroll-down {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
}

.switcher-scroll-down-text {
    color: #196AE2;
    font-family: FuturaMedium;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0.5px;
}

@media screen and (max-width: 1024px) {
    .service_head-item {
        width: 100%;
    }

    .service_head-item:first-child picture {
        display: none;
    }

    .service_head-item:last-child picture {
        width: 100%;
        height: 138px;
    }

    .service_head_img-top {
        display: none;
    }

    .service_head_img-main {
        height: 138px;
    }

    .service_head-container {
        flex-direction: column-reverse;
        gap: 8px;
    }

    .service_head-btn {
        margin-bottom: 0;
    }

    .service_head-item h1 {
        color: #081120;
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
        margin-bottom: 8px;
    }

    .service_head-desc {
        color: #5E6063;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0.438px;
        margin-bottom: 8px;
    }

}

@media screen and (max-width: 480px) {
    .service_head-nav {
        flex-direction: column;
    }

    .service_head-btn {
        margin-bottom: 8px;
    }
}


.what_we_do-container {
    display: flex;
    justify-content: space-between;
}

.what_we_do-content {
    width: 65%;
}

.what_we_do-content .header-p {
    color: #081120;
    font-family: futurabold;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
}

.what_we_do-content .description {
    color: #5E6063;
    font-family: FuturaBT;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.5px;
}

.what_we_do-img {
    display: flex;
    justify-content: center;
    width: 260.84px;
    height: 356.06px;
    margin-right: 66.16px;
}

.what_we_do-img-with-hover picture {
    width: 100%;
    height: 100%;
}

.what_we_do-img-with-hover {
    position: relative;
}

.what_we_do-img-with-hover img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all .3s ease-in-out;
}

.what_we_do-img-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 1;
    transition: all .3s ease-in-out;
}

.what_we_do:hover .what_we_do-img-main {
    opacity: 0;
}

@media screen and (max-width: 1024px) {
    .what_we_do-container {
        flex-direction: column;
    }

    .what_we_do-content {
        width: 100%;
        margin-bottom: 16px;
    }

    .what_we_do-img {
        width: 100%;
        height: 305px;
    }

    .what_we_do-content .header-p {
        margin-bottom: 16px;
    }

    .what_we_do-content .description {
        color: #5E6063;
        font-family: FuturaBT;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0.438px;
    }
}

.select-service {
    margin-bottom: 106px;
}

.select-service .header-p {
    font-family: futurabold;
    font-weight: 700;
    margin-bottom: 44px;
}

.select-service-container {
    display: flex;
    flex-wrap: wrap;
    gap: 0 30px;
    width: 100%;
}

.select-service-item-line {
    height: 5px;
    width: 100%;
    background: #196AE2;
    margin-bottom: 20px;
}

.select-service-item {
    display: flex;
    flex-direction: column;
    width: calc(50% - 15px);
    padding: 37px 29px;
    transition: all .3s ease-in-out;
}

.select-service-item:hover {
    background: #FFF;
    box-shadow: 0px 2px 19px 0px rgba(0, 101, 249, 0.15);
}

.select-service-no-hover-item:hover {
    box-shadow: none !important;
}

.select-service-item-container {
    display: flex;
    gap: 16px;
    width: 100%;
}

.select-service-item-content h3 {
    color: #081120;
    font-family: futurabold;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.7px;
    margin-bottom: 14px;
}

.select-service-item-desc {
    color: #5E6063;
    font-family: FuturaBT;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
}

.select-service-item-link {
    display: flex;
    color: #196AE2;
    text-align: center;
    font-family: FuturaBT;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.458px;
    text-transform: uppercase;
}
.select-service-item-link svg {
    width: 11px;
    height: 11px;
    margin-left: 4px;
}

.select-service-item-link span {
    margin-right: 4px;
}

.select-service-item-container-img {
    width: 184px;
    height: 431px;
    object-fit: cover;
    border-radius: 8px;
}

.select-service-item-dop {
    width: 100%;
    height: 456px;
    position: relative;
    margin-top: 34px;
    border-radius: 10px;
    overflow: hidden;
}

.select-service-item-dop-wrapper {
    opacity: 0.5;
    background: rgba(44, 84, 144, 0.70);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.select-service-item-dop-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 43px;
}

.select-service-item-dop-content h3 {
    color: #FFF;
    /* font-family: futurabold; */
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
    max-width: 242px;
}

.select-service_img-dop-block {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.chet {
    width: 100%;
}

.nechet {
    margin: 0 auto;
    margin-top: 37px;
}
@media screen and (min-width: 1232px) {
    .nechet {
        max-width: 571px;
    }
}

@media screen and (max-width: 768px) {
    .select-service-item {
        padding-left: 0;
        padding-right: 0;
    }

    .select-service-item-container-img {
        width: 100%;
        height: 105px;
    }

    .select-service-item-content h3 {
        color: #081120;
        font-family: futurabold;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 16.93px;
        letter-spacing: 0.395px;
        margin-bottom: 8px;
    }

    .select-service-item-desc {
        color: #5E6063;
        font-family: FuturaBT;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 19.98px;
        letter-spacing: 0.282px;
    }

    .select-service-item-link span {
        color: #196AE2;
        text-align: center;
        font-family: FuturaMedium;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.458px;
        text-transform: uppercase;
    }

    .select-service-item-dop {
        height: 257px;
    }

    .service_head-btn {
        width: 228px;
    }

    .select-service-item-dop-content h3 {
        color: #FFF;
        font-family: futurabold;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 40px;
        letter-spacing: 0.5px;
    }

    .select-service .header-p {
        margin-bottom: 28px !important;
    }

    .select-service-item {
        padding-top: 0;
    }

    .what_we_do-container {
        margin-bottom: 32px;
    }

    .service_head-clutch .content {
        display: flex;
        justify-content: center !important;
    }

    .service_head-btn {
        width: 100%;
    }

    .select-service-item-dop-content {
        padding: 16px;
    }

    .service_head-btn {
        padding: 0 48px;
    }

    .select-service-item-dop-content h3 {
        color: #FFF;
        font-family: futurabold;
        font-size: 24px !important;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
        letter-spacing: 0.7px;
        max-width: 150px;
    }

    .projects-block-btn {
        padding: 0 10px;
    }
}

.projects-block {
    margin-bottom: 92px;
}

.projects-block .header-p {
    color: #081120;
    font-family: futurabold;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.475px;
    margin-bottom: 24px;
}

.projects-block-desc {
    max-width: 500px;
    color: #5E6063;
    font-family: FuturaBT;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.5px;
    margin-bottom: 88px;
}

.projects-block .swiper-wrapper {
    height: 547px;
    padding-bottom: 72px;
}

.swiper-slide-prev .projects-block_img-main,
.swiper-slide-next .projects-block_img-main {
    filter: grayscale(100%);
}

.projects-block_img-main {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.projects-block .swiper-slide picture {
    display: flex;
    height: 529px;
    width: 100%;
    padding-right: 29px;
    padding-bottom: 77px;
}

.projects-block .swiper-slide {
    position: relative;
}

.projects-block-swiper-content {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 629px;
    height: 368px;
    padding: 29px 40px;
    background: #FFF;
    box-shadow: 0px 2px 19px 0px rgba(0, 101, 249, 0.15);
    border-radius: 8px;
}

.projects-block-swiper-content h3 {
    color: #081120;
    font-family: futurabold;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.7px;
    margin-bottom: 16px;
}

.projects-block-swiper-content-desc {
    color: #5E6063;
    font-family: FuturaBT;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
}

.projects-block-swiper-nav {
    padding-bottom: 27px;
}

.projects-block-swiper-nav-tags {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    list-style: none;
}

.projects-block-swiper-nav-tags li {
    color: #081120;
    font-family: FuturaBT;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0.5px;
    padding-right: 10px;
    position: relative;
}

.projects-block-swiper-nav-tags li::after {
    content: '';
    position: absolute;
    right: 3px;
    top: 11px;
    width: 4px;
    height: 4px;
    background: #196AE2;
}

.projects-block-swiper-nav-links {
    display: flex;
}

.select-service-item-link {
    display: flex;
    align-items: center;
    margin-right: 40px;
    color: #196AE2;
    text-align: center;
    font-family: FuturaBT;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0.5px;
}

.projects-swiper .swiper-pagination-bullet {
    border-radius: 0 !important;

}

.projects-swiper .swiper-pagination-bullet:not(:last-child) {
    margin-right: 25px !important;
}

.projects-swiper .swiper-button-prev svg {
    transform: rotate(180deg);
}

.projects-swiper .swiper-button-prev {
    padding: 9px;
    left: 18%;
    width: 48px;
    height: 48px;
    border-radius: 50px;
    transition: all .3s ease-in-out;
    z-index: 99 !important;
}

.projects-swiper .swiper-button-next {
    padding: 9px;
    right: 18%;
    width: 48px;
    height: 48px;
    border-radius: 50px;
    transition: all .3s ease-in-out;
    z-index: 99 !important;
}

.projects-swiper .swiper-projects-button-prev:hover,
.projects-swiper .swiper-projects-button-next:hover {
    background: #8FC5FF30;
}

.projects-swiper {
    margin-bottom: 58px;
}

.projects-block-btn {
    display: flex;
    width: 100%;
    justify-content: center;
}

@media screen and (max-width: 1440px) {
    .swiper-projects-button-next,
    .swiper-projects-button-prev {
        bottom: 18px !important;
        top: auto !important;
    }

    .projects-swiper {
        padding: 0 20px !important;
    }
}

@media screen and (max-width: 768px) {
    .projects-block .swiper-slide picture {
        display: flex;
        height: 150px;
        width: 100%;
        padding-right: 0;
        padding-bottom: 0;
    }

    .projects-block-swiper-content {
        width: 93%;
        height: 249px;
        padding: 16px;
    }

    .projects-block-swiper-content h3 {
        color: #081120;
        font-family: futurabold;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: 0.563px;
        margin-bottom: 8px;
    }

    .projects-block-swiper-content-desc {
        color: #5E6063;
        font-family: FuturaBT;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0.5px;
        margin-bottom: 8px;
    }

    .projects-block-swiper-nav-tags {
        display: none;
    }

    .projects-block .swiper-wrapper {
        height: 320px;
    }

    .select-service-item-link {
        margin-right: 10px;
    }

    .projects-swiper {
        padding: 0 10px !important;
        padding-bottom: 20px !important;
    }

    .projects-swiper .swiper-button-prev {
        left: 10px;
    }

    .projects-swiper .swiper-button-next {
        right: 10px;
    }

    .projects-swiper .swiper-pagination-bullet:not(:last-child) {
        margin-right: 15px !important;
    }

    .swiper-pagination-bullets {
        padding-bottom: 30px !important;
    }

    .projects-block-desc {
        margin-bottom: 16px;
    }

    .select-service {
        margin-bottom: 32px;
    }

    .select-service-item {
        width: 100%;
    }

    .select-service-item-container {
        flex-direction: column;
    }
}

.awards-block {
    margin-bottom: 116px;
}

.awards-block-container {
    /* box-shadow: 0px 2px 19px 0px rgba(0, 101, 249, 0.15); */
    display: flex;
    align-items: center;
    /* padding: 28px 111px; */
    border-radius: 8px;
    /* border: 1px solid #E2EBF8; */
    background: #FFF;
}

.awards-block .header-p {
    color: #081120;
    font-family: futurabold;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: 0.5px;
}

.awards-block-gallery {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.awards-block-gallery-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 130px;
}

.awards-block-gallery-item-img {
    height: 100%;
    object-fit: contain;
}

.benefits_block {
    background: #081120;
    margin-bottom: 139px;
    width: 100%;
}

.benefits_block-container {
    display: flex;
    gap: 30px;
}

.benefits_block-item-img {
    position: relative;
    top: 41px;
    width: 725px;
    height: 100%;
    object-fit: cover;
    border-radius: 0 16px 16px 0;
}

.benefits_block-item .header-p {
    padding-top: 41px;
    color: #FFF;
    font-family: futurabold;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 1.188px;
    margin-bottom: 14px;
}

.benefits_block-item .projects-block-desc {
    color: #FFF;
    font-family: FuturaBT;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
    max-width: 775px;
    margin-bottom: 18px;
}

.benefits_block-item .select-service-item-link {
    color: #196AE2;
    font-family: FuturaMedium;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.458px;
    text-transform: uppercase;
    margin-bottom: 45px;
}

.benefits_block-list {
    max-width: 800px;
    display: flex;
    flex-wrap: wrap;
    gap: 31px 120px;
    margin-bottom: 44px;
}

.benefits_block-list-item {
    display: flex;
    flex-direction: column;
    width: 280px;
    padding-left: 12px;
}

.benefits_block-list-item-img {
    height: 55px;
    width: 100%;
    object-fit: contain;
    object-position: left;
    margin-bottom: 8px;
}

.benefits_block-list-item-tite {
    color: #FFF;
    font-family: futurabold;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 16px;
}

.benefits_block-list-item-desc-list {
    color: #FFF;
    font-family: FuturaBT;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.5px;
}

.benefits_block-list-item-desc-list ul {
    list-style: none;
    padding: 0;
}

.benefits_block-list-item-desc-list li {
    position: relative;
}

.benefits_block-list-item-desc-list li:before {
    content: '';
    left: -12px;
    top: 12px;
    position: absolute;
    width: 4px;
    height: 4px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="4" height="4" viewBox="0 0 4 4" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M2 4C3.10457 4 4 3.10457 4 2C4 0.895431 3.10457 0 2 0C0.895431 0 0 0.895431 0 2C0 3.10457 0.895431 4 2 4Z" fill="url(%23paint0_linear_2348_51403)"/><defs><linearGradient id="paint0_linear_2348_51403" x1="2" y1="6" x2="6" y2="2" gradientUnits="userSpaceOnUse"><stop stop-color="%230053CE"/><stop offset="0.854167" stop-color="%23009EFD"/></linearGradient></defs></svg>');
}

@media screen and (max-width: 1440px) {
    .benefits_block-item:first-child {
        width: 35%;
    }

    .benefits_block-item-img {
        width: 100%;
    }

    .benefits_block-item .header-p {
        padding-right: 20px;
        font-size: 38px;
    }

    .projects-block-desc {
        padding-right: 20px;
        font-size: 16px;
    }
}


.industries_block {
    margin-bottom: 164px;
}

.industries_block .header-p {
    margin-bottom: 9px;
    color: #081120;
    font-family: futurabold;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 1.188px;
}

.industries_block .select-service-item-link {
    color: #196AE2;
    font-family: FuturaMedium;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.458px;
    text-transform: uppercase;
    margin-bottom: 54px;
}

.industries_block-list {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 21px 29px;
}

.industries_block-list-item {

    display: flex;
    flex-direction: column;
    position: relative;
    width: calc(33.333333333333333333333333333333333333% - 19.99px);
}

.industries_block-list-item-content {
    position: absolute;
    padding: 48px 26px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.industries_block-list-item-line {
    width: 100%;
    height: 6px;
    border-radius: 4px;
    background: #196AE2;
    margin-bottom: 16px;
}

.industries_block-list-item-container {
    position: relative;
    border-radius: 8px;
    height: 259px;
}

.industries_block-list-item-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.industries_block-list-item-img-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.6;
    background: #2C5490;
}

.industries_block-list-item-tite {
    color: #FFF;
    font-family: futurabold;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.75px;
    margin-bottom: 8px;
    min-height: 51px;
    width: 80%;
}

.industries_block-list-item-desc-list {
    color: #FFF;
    font-family: FuturaMedium;
    font-size: 18px;
    font-style: normal;
    font-weight: 450;
    line-height: 24px;
    letter-spacing: 0.5px;
}

@media screen and (max-width: 1440px) {
    .industries_block-list-item-tite {
        font-size: 24px;
    }

    .industries_block-list-item-desc-list {
        font-size: 16px;
    }
}

.enterprises-container {
    display: flex;
    align-items: center;
    padding: 50px 0;
    justify-content: space-between;
}

.enterprises-title {
    display: flex;
    max-width: 600px;
    color: #FFF;
    font-family: FuturaBT;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 1.063px;
}

.enterprises-title strong {
    color: #196AE2;
    font-family: futurabold;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 1.063px;
}

.enterprises-title strong:first-child {
    background: linear-gradient(45deg, #0053CE 0%, #00C0FD 10%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: futurabold;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 1.063px;
}


.enterprises-logos {
    display: flex;
    flex-wrap: wrap;
    padding: 0 60px;
    width: 50%;
}

.enterprises-logos-item {
    width: 33.33%;
    height: 145px;
}

.enterprises-logos-item picture {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.enterprises-logos-item picture img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.technologies_block {
    margin-bottom: 103px;
}

.technologies_block .header-p {
    color: #081120;
    font-family: futurabold;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 1.188px;
    margin-bottom: 64px;
}

.technologies_block-list {
    padding: 0 111px;
    width: 100%;
}

.technologies_block-list-item-title {
    color: #081120;
    font-family: futurabold;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.25px;
    margin-bottom: 11px;
}

.technologies_block-list-item-title-line {
    height: 4px;
    width: 54px;
    background: #196AE2;
    margin-bottom: 41px;
}

.technologies_block-list-item {
    margin-bottom: 36px;
}

.technologies_block-list-item-line:not(:last-child) {
    height: 1px;
    background: #DBDFE5;
    width: 80%;
    margin-bottom: 22px;
}

.technologies_block-list-item-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    color: #5E6063;
    font-family: FuturaMedium;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
}

.technologies_block-list-item-container picture {
    display: flex;
    padding: 19px 50px 19px 0;
    justify-content: center;
    align-items: center;
}

.technologies_block-list-item-img {
    max-width: 160px;
    max-height: 60px;
    object-fit: contain;
}

.technologies_block-list-item-text {
    color: #5E6063;
    font-family: FuturaMedium;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
}

.certified_block {
    background: #E8EBF0;
    padding: 65px 0;
}

.certified_block .header-p {
    color: #081120;
    font-family: futurabold;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 1.188px;
    margin-bottom: 25px;
}

.certified_block-desc {
    color: #5E6063;
    font-family: FuturaBT;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
}

.certified_block-container {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.certified_block-item {
    width: 520px;
    display: flex;
    flex-direction: column;
}

.certified_block-list {
    display: flex;
}

.certified_block-list-item {
    display: flex;
    flex-direction: column;
    justify-content: start;
    margin: 0 14px;
    height: 124px;
    width: 47px;
}

.certified_block-list-item:nth-child(2n) {
    justify-content: end;
}

.explore {
    margin-top: 52px;
    width: 100%;
    margin-bottom: 72px;
}

.explore-container {
    position: relative;
}

.frequently-switcher-container {
    position: relative;
    display: flex;
    justify-content: flex-end;
    top: 120px;
}

.explore .header-p {
    color: #081120;
    font-family: futurabold;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 1.188px;
    margin-bottom: 20px;
}

.explore_block-item {
    width: 100%;
}

.explore_block-item-head {
    width: 100%;
    position: relative;
    margin-bottom: 52px;
}

.explore .service_switcher-scroll-down {
    position: absolute;
    right: 30px;
    top: 0;
    width: auto;
    z-index: 15;
}

.workflow-list {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: column;
}

.workflow-item {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: row;
}

.workflow-item:nth-child(2n) {
    flex-direction: row-reverse;
}

.workflow-item .workflow-item-desc {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 0 15px;
    padding-bottom: 50px;
    text-align: right;
}

.workflow-item-line {
    width: 2px;
    background: #E8EBF0;
    position: relative;
    z-index: 1;
}

.workflow-item-line:after {
    content: '';
    position: absolute;
    top: 10%;
    left: 0;
    width: 2px;
    height: 60%;
    background: #E8EBF0;
    z-index: 2;
}

.active-workflow .workflow-item-line:after {
    background: #196AE2;
}

.workflow-item .workflow-item-icon {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 15px;
    padding-bottom: 50px;
    text-align: left;
}

.workflow-item-icon svg {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.workflow-item:nth-child(2n) .workflow-item-desc {
    align-items: flex-start;
    text-align: left;
}

.workflow-item:nth-child(2n) .workflow-item-icon {
    align-items: flex-end;
    text-align: right;
}

.workflow-item-desc {
    width: calc(50% - 1px);
}

.workflow-item-desc p {
    color: #5E6063;
    font-family: FuturaBT;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.workflow-item-icon {
    width: calc(50% - 1px);
}

.workflow-item-desc p {
    max-width: 390px;
}

.workflow-item-icon path, .workflow-item-line {
    transition: all .3s ease-in-out;
}

.workflow-item-number {
    display: flex;
    padding: 3px 0;
    width: 26px;
    justify-content: center;
    align-items: center;
    background: #E8EBF0;
    color: #FFF;
    font-family: futurabold;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.45px;
    margin-bottom: 10px;
    transition: all .3s ease-in-out;
}

.active-workflow .workflow-item-number {
    background: #196AE2;
}


.active-workflow .workflow-item-icon path {
    fill: #196AE2;
}

.workflow-item-video-block {
    display: flex;
}

.workflow-item-video-block a {
    position: relative;
    width: 165px;
    height: 109.421px;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 20px;
}


.workflow-item-video-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.workflow-item-video-block svg {
    position: absolute;
    top: calc(50% - 7px);
    left: calc(50% - 4px);
}

.workflow-item-video-title {
    color: #081120;
    font-family: futurabold;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.workflow-item-img-block {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 16px;
}

.workflow-item-img-block img {
    width: 190px;
    height: 126px;
    border-radius: 5px;
    object-fit: cover;
}

.explore_block-container {
    padding-bottom: 76px;
    position: relative;
}

.review-block {
    margin-bottom: 66px;
}

.review-block-container {
    padding-top: 50px;
    padding-bottom: 140px;
}

.review-block-line {
    margin: 0 auto;
    width: 80%;
    height: 2px;
    background: #E8EBF0;
}

.review-block .header-p {
    padding-left: 219px;
    color: #081120;
    font-family: futurabold;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 1.188px;
    margin-bottom: 72px;
}

.review-item-content {
    padding: 0 219px;
}

.review .swiper-wrapper {
    height: auto;
}

.review-item-text {
    margin-bottom: 30px;
    color: #081120;
    font-family: FuturaBT;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.458px;
}

.review-item-person {
    display: flex;
}

.review-item-person-img {
    width: 89px;
    height: 89px;
    border-radius: 90px;
    overflow: hidden;
    margin-right: 16px;
}

.review-item-person-img picture {
    width: 100%;
    height: 100%;
}

.review-item-person-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-item-person-info {
    display: flex;
    flex-direction: column;
    margin-top: 23px;
}

.review-item-person-info-name {
    color: #081120;
    font-family: FuturaMedium;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.review-item-person-info-pro {
    color: #B8C2D0;
    font-family: FuturaMedium;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.458px;
    text-transform: uppercase;
    margin-bottom: 12px;
    max-width: 265px;
}

.review .select-service-item-link {
    color: #196AE2;
    font-family: FuturaMedium;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.458px;
    text-transform: uppercase;
}

.swiper-review-button-prev {
    padding: 9px !important;
    left: 0 !important;
    width: 48px !important;
    height: 48px !important;
    border-radius: 50px !important;
    transition: all .3s ease-in-out !important;
    z-index: 99 !important;
}

.swiper-review-button-next {
    padding: 9px !important;
    right: 0 !important;
    width: 48px !important;
    height: 48px !important;
    border-radius: 50px !important;
    transition: all .3s ease-in-out !important;
    z-index: 99 !important;
}

.swiper-review-button-prev:hover,
.swiper-review-button-next:hover {
    background: #8FC5FF30 !important;
}

.swiper-review-button-prev svg {
    transform: rotate(180deg) !important;
}

.frequently {
    background: #081120;
    margin-bottom: 36px;
}

.frequently-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 58px 0;
    align-items: center;
}

.frequently .header-p h2 {
    color: #FFF;
    font-family: futurabold;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.475px;
    margin-bottom: 13px;
}

.header-p img {
    margin-left: 5px;
}

.frequently-desc {
    color: #FFF !important;
    font-family: FuturaBT;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.5px;
}

.frequently .service_switcher-scroll-down {
    width: 100px;
    margin-bottom: 0;
    z-index: 15;
    cursor: pointer;
}

.related-services-wrapper {
    margin: 0 !important;
    margin-bottom: 116px;
}

#map {
    height: 100%;
}

.frequently-list-wrapper {
    display: flex;
    padding-bottom: 50px;
    flex-direction: column;
}

.frequently-list-row {
    width: 100%;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    transition: 0.4s;
    justify-content: space-between;
}

.frequently-list-row h4 {
    color: #fff;
    margin: 0;
}

.frequently .hr {
    width: 100%;
    height: 1px;
    margin: 16px 0;
    background-color: #dbdfe5;
}

.frequently-hide-p {
    display: flex;
    font-family: FuturaBT;
    font-size: 14px;
    line-height: 1.29;
    letter-spacing: .4px;
    color: #fff;
    height: 0px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}

.frequently-hide-container {
    padding-top: 12px;
    height: 0;
    transition: all 0.3s ease-in-out;
}

.frequently-list-row img {
    transition: all 0.3s ease-in-out;
}

.frequently-list-row.active img {
    transform: rotate(45deg);
}

.hide-up {
    height: 100%;
    transition: all 0.3s ease-in-out;
}

.frequently-hide-container ul {
    list-style: disc;
    padding-left: 15px;
}

.frequently-hide-container li {
    padding-left: 5px;
}

.service-map {
    margin-bottom: 60px;
}

.service-map-img {
    width: 100%;
    height: fit-content;
    position: relative;
}

.service-map-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.service-map-item {
    position: absolute;
    width: 24.615px;
    height: 50px;
    bottom: 41%;
    left: 48%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}


.tooltiptext {
    display: flex;
    visibility: hidden;
    color: #fff;
    text-align: center;
    padding: 10px 15px;
    position: absolute;
    top: -44px;
    z-index: 999;
    width: max-content;
    border-radius: 17px;
    border: 1px solid #D2EAFF;
    background: #FFF;
    box-shadow: 0px 2px 19px 0px rgba(0, 101, 249, 0.15);
}

.service-map-item:hover .tooltiptext {
    visibility: visible;
}

.tooltiptext img {
    max-width: 50px;
    width: 50px;
    height: 32px;
    object-fit: contain;

}

.tooltiptext a {
    color: #081120;
    font-family: FuturaMedium;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.5px;
    margin-left: 12px;
}

.map-title {
    color: #081120;
    font-family: futurabold;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 1.188px;
    margin-bottom: 68px;
}

.map-title strong {
    color: #196AE2;
    font-family: futurabold;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 1.188px;
}

.plate-block__column-block {
    border-radius: 8px;
    overflow: hidden;
}

.lazyload-background__back-wrapper {
    border-radius: 8px;
}

.wp-block-lazyblock-service-related .related-services-wrapper .plate-block .inside-content-block {
    margin-right: 35px;
    border-radius: 0px 8px 0px 0px;
}

.plate-block {
    margin-bottom: 80px;
}

.hide-up .frequently-hide-container {
    height: 100%;
}

.swiper-industries,
.swiper-technologies,
.service_head-btn-mob {
    display: none;
}

@media screen and (max-width: 768px) {
    .projects-block {
        margin-bottom: 24px;
    }

    .awards-block-container {
        padding: 20px;
        flex-direction: column;
    }

    .awards-block-gallery {
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        gap: 15px 47px;
    }

    .awards-block-gallery-item {
        width: 58px;
        height: 58px;
    }

    .awards-block-gallery-item:nth-child(1) {
        margin-left: 20%;
    }

    .awards-block-gallery-item:nth-child(2) {
        margin-right: 20%;
    }

    .awards-block-gallery img {
        width: 58px;
        height: 58px;
        object-fit: contain;
    }

    .awards-block-container .header-p {
        margin-bottom: 12px;
        width: 100%;
        text-align: center;
    }

    .awards-block {
        margin-bottom: 24px;
    }

    .benefits_block-container {
        flex-direction: column-reverse;

    }

    .benefits_block-item:last-child {
        padding: 0 10px;
    }

    .benefits_block-item:first-child {
        width: 90%;
    }

    .industries_block-list-item {
        width: 100%;
    }

    .industries_block {
        margin-bottom: 32px;
    }

    .enterprises-title {
        max-width: 100%;
        color: #FFF;
        font-family: futurabold;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: 0.563px;
    }

    .enterprises-title strong {
        font-size: 18px;
    }

    .enterprises-title strong:first-child {
        font-size: 18px;
    }

    .enterprises-container {
        flex-direction: column;
    }

    .enterprises-logos {
        display: flex;
        flex-wrap: wrap;
        padding: 0;
        width: 100%;
    }

    .enterprises-logos-item {
        width: 50%;
        height: 114px;
    }

    .wp-block-lazyblock-service-startups .our-clients-logos-wrapper {
        margin-bottom: 24px;
    }

    .technologies_block-list {
        padding: 0;
    }

    .single-service-wrapper h2.header-p {
        margin-bottom: 24px;
    }

    .technologies_block-list-item-container picture {
        padding: 10px;
    }

    .technologies_block-list-item-img {
        max-width: 80px;
    }

    .certified_block-container {
        flex-direction: column;
    }

    .certified_block-item {
        width: 100%;
        margin-bottom: 24px;
    }

    .review-item-content {
        padding: 0;
    }

    .review-block .header-p {
        padding-left: 0;

    }

    .swiper-review-button-prev,
    .swiper-review-button-next {
        bottom: 0 !important;
        top: auto !important;
        z-index: 99;
    }

    .review-item-person {
        padding-bottom: 50px;
    }

    .review-block-container {
        padding: 32px 0;
    }

    .review-item-person-info-name {
        line-height: 18px;
    }

    .industries_block-list-item-content {
        padding: 16px;
    }

    .workflow-item-icon {
        display: none !important;
    }

    .workflow-item {
        flex-direction: row-reverse;
        justify-content: flex-end;
    }

    .workflow-item .workflow-item-desc {
        align-items: flex-start;
        text-align: left;
        width: 100%;
    }

    .workflow-item-video-block {
        flex-direction: column;
    }

    .clutch-widget {
        width: 190px;
    }

    .benefits_block-list-item:nth-child(3) {
        order: 4;
    }

    .industries_block-container .header-p {
        margin-bottom: 8px !important;
    }

    .industries_block-container .select-service-item-link span {
        text-align: left;
        white-space: normal;
        max-width: 232px;
    }

    .industries_block-container .select-service-item-link span svg {
        position: relative;
        top: 2px;
        margin-left: 5px;
    }

    .industries_block-container .select-service-item-link {
        margin-bottom: 16px !important;
    }

    .technologies_block {
        margin-bottom: 56px;
    }

    .technologies_block-list-item-title-line {
        margin-bottom: 8px;
    }

    .industries_block-list {
        display: none;
    }

    .swiper-industries {
        display: flex;
    }

    .swiper-industries .swiper-wrapper {
        padding-bottom: 65px;
    }

    .technologies_block-list-item-container-desktop {
        display: none;
    }

    .swiper-technologies {
        display: flex;
    }

    .swiper-technologies .swiper-wrapper {
        padding-bottom: 50px;
    }

    .technologies_block-list-item-container picture {
        padding: 10px;
    }

    .technologies_block-list-item-img {
        height: 40px;
        min-width: 40px;
    }

    .certified_block-item a {
        display: none;
    }

    .service_head-btn-mob {
        display: flex;
    }

    .certified_block-list-item {
        width: 35px;
        margin: 0 10px;
        height: 90px;
    }

    .certified_block-list {
        margin-bottom: 32px;
    }

    .certified_block-desc {
        color: #5E6063;
        font-family: FuturaBT;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0.438px;
    }

    .certified_block {
        padding: 40px 0;
    }

    .certified_block .header-p {
        margin-bottom: 16px;
    }

    .certified_block-desc {
        margin-bottom: 0;
    }

    .service-map-wrapper {
        overflow-y: scroll;
        height: 400px;
        width: 100%;
        padding-top: 30px;
    }

    .service-map-img {
        width: 880px;
    }

    .map-title {
        font-size: 20px;
        margin-bottom: 40px;
    }

    .map-title strong {
        font-size: 20px;
    }

    .service-map::-webkit-scrollbar {
        display: flex !important;
        width: 90%;
        -ms-overflow-style: none;
    }

    .benefits_block-container {
        gap: 0;
    }
}

.benefits_block-item:last-child {
    padding-bottom: 20px;
}

.explore {
    height: 400px;
    overflow: hidden;
    transition: all 0.7s;
}

.explore {
    position: relative;
}

.explore.open {
    height: auto;
    transition: all 0.7s;
}

.explore:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    background-image: linear-gradient(to bottom, #ffffff00, #ffffff);
    height: 80%;
    z-index: 10;
}

.explore.open:after {
    content: none;
}

#show-more {
    cursor: pointer;
}


.frequently {
    height: 260px;
    overflow: hidden;
    transition: all 0.7s;
}

.frequently {
    position: relative;
}

.frequently.open {
    height: auto;
    transition: all 0.7s;
}

.frequently:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    background-image: linear-gradient(to bottom, #ffffff00, #081120 85%);
    height: 50%;
    z-index: 10;
}

.frequently.open:after {
    content: none;
}

.service-bread .fbc-items li:first-child {
    padding-left: 0 !important;
}

.service-bread .fbc-items li,
.service-bread .fbc-items a,
.service-bread .fbc-items span {
    color: #5E6063 !important;
    font-family: FuturaMedium;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.5px;
    margin-right: 0;
    padding-right: 0;
    margin-left: 0;
    padding-left: 0;
}

.service-bread .fa-angle-right {
    margin: 0;
    display: none;
}

.open .service_switcher-scroll-down svg {
    transform: rotate(180deg);
}

@media screen and (max-width: 768px) {
    .explore {
        margin-bottom: 0;
    }
    .explore .service_switcher-scroll-down {
        display: flex;
        flex-direction: row;
        top: auto;
        bottom: 0;
        right: calc(50% - 75px);
    }

    .explore .switcher-scroll-down-text {
        margin-right: 6px;
        text-transform: uppercase;
    }

    .explore .service_switcher-scroll-down svg {
        width: 18px;
        height: 18px;
        transition: all .3s ease-in-out;
    }
    .explore-container {
        position: absolute;
        height: 100%;
    }

    .frequently {
        height: 196px;
    }
    .frequently .service_switcher-scroll-down {
        display: flex;
        flex-direction: row;
        position: absolute;
        top: auto;
        bottom: 0;
        right: calc(50% - 75px);
        width: 100%;
        z-index: 15;
        padding-bottom: 24px;
    }
    .frequently-desc {
        font-size: 14px;
    }

    .frequently .switcher-scroll-down-text {
        margin-right: 6px;
        text-transform: uppercase;
    }

    .frequently .service_switcher-scroll-down svg {
        width: 18px;
        height: 18px;
        transition: all .3s ease-in-out;
    }
    .frequently-switcher-container {
        position: absolute;
        height: 100%;
    }
    #show-more-frequently {
        width: 100%;
    }
    .frequently .header-p h2 {
        color: #FFF;
        font-family: futurabold;
        font-size: 20px !important;
        font-style: normal !important;
        font-weight: 700;
        line-height: 24px !important;
        letter-spacing: 0.625px !important;
        width: 60%;
    }
    .frequently-container {
        padding: 24px 0 50px 0;
    }
    .header-p img,
    .map-title img {
        width: 4px;
        height: 4px;
        margin-bottom: -1px;
    }
    .frequently-list-row h4 {
        font-size: 16px;
    }
    .frequently-switcher-container {
        top: 0;
    }
}




@media screen and (max-width:768px) {
    .technologies_block-list-item-img{
        max-width: none;
        max-height: none;
        object-fit: contain;
        padding: 6px 20px 6px 0;
        }
    }
    
    @media screen and (max-width:768px) {
        .frequently-info{
            padding-bottom: 60px;
        }
        
        .awards-block-gallery{
                justify-content: center;
        }
    }
        
        
    .tooltiptext a{
        padding-top:7px;
    }
    .startup_not_main{
        margin-bottom:70px;
    }
    .awards-block-gallery-item:nth-child(2){
        margin-right:0;
    }
    
    .awards-block-gallery-item:nth-child(1){
        margin-left:0;
    }
    .swiper-pagination{
        position:static;
    }
    .service_head-btn span{
        text-transform: uppercase;
    }
    
    @media screen and (max-width:768px) {
        .review-item-content{
            display: flex;
        flex-direction: column;
        }
        .review-item-person{
            margin-top:auto;
        }
        .swiper-slide{
            
        }
        .swiper-slide{
            height:auto;
        }
        .review-item-content{
            height: 100%;
        }
    }
    
    .single-service-wrapper .enterprises img{
        margin-left:-8px;
    }
    
    @media screen and (max-width:535px) {
        .awards-block-gallery-item:nth-child(2){
            margin-right:21%;
        }
            .awards-block-gallery-item:nth-child(1){
            margin-left:21%;
        }
    }
    .service-map-wrapper::-webkit-scrollbar {
         background-color:#D9E8FE; 
        width:6px;
        height:6px;
    }
    
    
    .service-map-wrapper::-webkit-scrollbar-thumb {
        background-color: rgba(25, 106, 226, 1);
      width:5px;
        border-radius:5px;
        
    }
    
    /* 
    ::-webkit-scrollbar-thumb:hover {
        background-color: #253861;
    } */
    
    .review-item-content{
        cursor:pointer;
    }
    
    .tooltiptext img{
        width:75px;
        height:42px;
    }
    @media screen and (max-width:355px){
            .awards-block-gallery-item:nth-child(2){
            margin-right:18%;
        }
            .awards-block-gallery-item:nth-child(1){
            margin-left:18%;
        }
        
    }
    @media screen and (max-width:355px){
    .awards-block-gallery-item {
        width: 50px;
        height: 50px;
    }
    }
    @media screen and (max-width:401px) {
        .single-service-wrapper .enterprises img{
            margin-left: -4px;
        }
    }
    .single-service-wrapper .enterprises-and-startups .solute-enterprises-and-startups .logos-wrapper img{
        padding:25px;
    }
        .single-service-wrapper img.logo-3 {
            padding:37px!important;
        }
        .single-service-wrapper img.logo-4{
            padding:43px!important;
        }
    
    
    @media screen and (min-width:1930px) {
    .benefits_block-container{
            margin-left: calc(50% - 646px);
    
        }
        .benefits_block-item-img{
                border-radius:16px;
        }
    }
    
    @media screen and (min-width:1300px) {
    .single-service-wrapper .header{
          width: 1290px;
        margin: auto;
    }
    }
    .industries_block-list{
        gap: 21px 29px;
    }
    .swiper-technologies .swiper-review-button-next{
    /* 	display:none; */
    }
    .swiper-technologies .swiper-review-button-prev{
    /* 		display:none; */
    }
    .technologies_block-list .technologies_block-list-item:nth-child(5) .swiper-wrapper{
        padding-bottom:0;
    }
    
    @media screen and (min-width: 768px) {
        .technologies_block-list-item-img {
            min-height:42px;
            }
        }

    .projects-swiper{
        margin-bottom:40px;
    }

    @media screen and (max-width: 1024px) {
        .tell-us-about-project {
            padding-bottom: 0!important;
        }

    }

    .services-wrapper .our-technologies-wrapper .our-technologies-lists-wrapper .our-technologies-lists-row .our-technologies-lists-column1 ul.general-ul li p img{
        width: 11px;
    }
















    /*  edits services */

