﻿.home-banner .slider-full-screen .item-content {
    height: 700px;
}

.home-banner .slider-full-screen .item {
    padding-top: 100vh;
    /* width: 100vw; */
}

.home-banner .slider-full-screen img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100% !important;
    object-fit: cover;
    width: 100% !important;
    max-width: 100% !important;
}

.home-banner .button.swiper-button-prev {
    top: 50%;
    transform: translateY(-50%);
    left: 24px;
}

.home-banner .button.swiper-button-next {
    right: 24px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
}

.home-banner .button.swiper-button-next,
.home-banner .button.swiper-button-prev {
    width: 51px;
    height: 53px;
    background: transparent;
    border: 1px solid #fff;
    padding: 0;
    /* display: inline-flex; */
    display: none;
    margin: 0;
    transition: ease-in-out all 0.3s;
}

.home-banner.animate-5 .button.swiper-button-next,
.home-banner.animate-5 .button.swiper-button-prev {
    display: inline-flex;
}

.home-banner .button.swiper-button-next:hover,
.home-banner .button.swiper-button-prev:hover {
    background: #fff;
}

.home-banner .swiper-button-next:before,
.home-banner .swiper-button-prev:before {
    background: url(../images/arrow-button-green.svg);
    width: 14px;
    height: 22px;
    background-size: contain;
}

.home-banner .swiper-button-next:hover:before,
.home-banner .swiper-button-prev:hover:before {
    background: url(../images/arrow-button-green-hover.svg);
    width: 14px;
    height: 22px;
    background-size: contain;
}

.home-banner .button-scroll {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    text-align: center;
}

.home-banner {
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    height: 100vh;
    /* background: linear-gradient(298.59deg, rgba(93, 191, 140, 0.7) 2.66%, rgba(56, 133, 117, 0.7) 57.97%, rgba(19, 75, 95, 0.7) 108.02%); */
}

.home-banner .slider-full-screen .image-clones>div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-banner .slider-full-screen .image-clones>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-banner .slider-full-screen .image-rotate {
    transform: rotate(15deg);
    transition: all 1.2s;
    opacity: 0;
    scale: 2;
}

.home-banner .slider-full-screen .image-scale {
    opacity: 0;
    transition: all .9s;
}

.home-banner .slider-full-screen .swiper-slide-active .image-rotate {
    transform: rotate(0);
    opacity: 1;
    scale: 1;
}

.home-banner .slider-full-screen .swiper-slide-active .image-scale {
    opacity: 1;
    overflow: hidden;
}

.home-banner .slider-full-screen .swiper-slide-active .image-scale {
    width: calc(100% - 120px);
    height: calc(100% - 120px);
    top: 60px;
    left: 60px;
}

.home-banner .slider-full-screen .swiper-slide-active .image-scale img {
    opacity: 1;
    width: calc(100% + 120px);
    height: calc(100% + 120px);
    position: relative;
    top: -60px;
    left: -60px;
    object-fit: cover;
}

/*.home-banner .slider-full-screen .swiper-slide-active  .image img{
    opacity: 1;
}*/
.home-banner .slider-full-screen .image img {
    opacity: 0;
    /*          transition: .9s;*/
    width: 100%;
    display: block;
}

.home-banner .hexagon-wapper {
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 577px;
    max-height: 662.74px;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.home-banner .hexagon {
    clip-path: polygon(50% 0%, 0% 24.2%, 0% 74.5%, 50% 100%, 100% 74.5%, 100% 24.5%, 92.6% 29%, 92.6% 71%, 50% 92.6%, 7% 71%, 8% 27.5%, 50% 7.5%, 95% 30%, 100% 24.2%);
    padding-bottom: 114.5%;
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.home-banner .slider-hexagon-left {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.home-banner .slider-hexagon-right {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.home-banner .slider-hexagon.slider-hexagon-right img {
    left: -100%;
}

.home-banner .slider-hexagon img {
    position: absolute;
    width: 200% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    transform: rotate(52deg);
    scale: 1.3;
}

.home-banner .hexagon .swiper-wrapper {
    position: static;
    transform: none !important;
}

.home-banner .hexagon .item.swiper-slide {
    position: absolute;
    top: -100%;
    transition: all 1.2s;
    z-index: 0;
}

.home-banner .hexagon .item.swiper-slide.swiper-slide-next {
    top: -100%;
}

.home-banner .hexagon .slider-hexagon-right .item.swiper-slide.swiper-slide-active,
.home-banner .hexagon .item.swiper-slide.swiper-slide-active {
    top: 0;
    z-index: 1;
}

.home-banner .hexagon .item.swiper-slide.swiper-slide-prev {
    top: 100%;
}

.home-banner .hexagon .slider-hexagon-right .item.swiper-slide {
    top: 100%;
}

.home-banner .hexagon .slider-hexagon-right .item.swiper-slide.swiper-slide-prev {
    top: -100%;
}

.home-banner .hexagon .slider-hexagon-right .item.swiper-slide.swiper-slide-next {
    top: 100%;
}

.home-banner .title {
    text-align: center;
    color: #fff;
    z-index: 99999;
}

.home-banner .slider-title .item.swiper-slide {
    opacity: 0 !important;
    transition: all .9s;
}

.home-banner .slider-title .item.swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}

.home-banner .slider-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    max-width: 950px;
    width: 100%;
    pointer-events: none;
}

.home-slogan .background-left,
.home-slogan .background-right,
.home-slogan .background-collor {
    pointer-events: none;
}

.home-slogan.active .background-collor {
    top: 0;
}

.home-slogan .background-collor {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    background-color: #037580;
    transition: all 1s;
}

.home-slogan .background-left>div {
    top: 100%;
    left: 0;
    transition: all 3s;
    opacity: 0;
}

.home-slogan.active .background-left>div {
    opacity: 1;
}

.home-slogan .background-left>div.background-left-2 {
    left: 148px;
}

/*.home-slogan .background-left.active>div.background-left-2{
    top: 43%;
}
.home-slogan .background-left.active>div.background-left-1{
    top: 60%;
    left: 0;
}*/
.home-slogan .background-left>div.background-left-2 {
    top: 43%;
}

.home-slogan .background-left>div.background-left-1 {
    top: 60%;
    left: 0;
}

/*.home-slogan .background-position.background-right{
    bottom: 100%;
    transition: all .9s;
    max-width: 1300px;
    padding: 0 25px;
    left: 50%;
    transform: translateX(-50%);
    text-align: right;
    width: 100%;
}
.home-slogan .background-position.background-right.active{
    bottom: 0;
    height: 100%;
}*/
.home-slogan.active .background-position.background-right {
    opacity: 1;
}

.home-slogan .background-position.background-right {
    bottom: 0;
    height: 100%;
    opacity: 0;
    transition: opacity 3s;
}

.home-slogan .background-position {
    position: absolute;
}

.home-slogan .content-section>div {
    overflow: hidden;
}

.home-slogan .content-section>div>a,
.home-slogan .content-section>div>p,
.home-slogan .content-section>div>h2 {
    transform: translateY(120%);
    transition: transform .9s, opacity 0s;
    opacity: 0;
    ;
}

.home-slogan .content-section.active>div>a,
.home-slogan .content-section.active>div>p,
.home-slogan .content-section.active>div>h2 {
    transform: translateY(0);
    opacity: 1;
}

.home-slogan .content-section {
    position: absolute;
    left: 50%;
    /*    top: calc(50% - 21px);*/
    /* top: 50%; */
    top: calc(50% + 10px);
    transform: translate(-50%, -50%);
    max-width: 497px;
    text-align: center;
    padding: 0 5px;
    width: 100%;
}

.home-slogan .polygon svg {
    width: 100%;
    /* height: 100%; */
    max-width: 576px;
}

.home-slogan .polygon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0 25px;
    width: 100%;
    text-align: center;
    max-width: 635px;
    opacity: 0;
    transition: all 3s;
}

.home-slogan.active .polygon {
    opacity: 1;
}

.home-slogan {
    overflow: hidden;
    /*    min-height: 900px;*/
    position: absolute;
    left: 0;
    z-index: 2;
    width: 100%;
    top: 0;
    height: 100%;
    pointer-events: none;
    opacity: 0;
}

.home-slogan.active {
    pointer-events: initial;
    opacity: 1;
}

.home-heading-section {
    position: relative;
}

.home-slogan .content-section h2 {
    margin-bottom: 30px;
    opacity: 0;
}

.home-slogan .content-section>div.content {
    margin-bottom: 30px;
}

.home-banner .button-scroll .arrow-link {
    flex-wrap: wrap;
    width: 40px;
}

.home-banner .button-scroll .arrow-link .icon+span,
.home-banner .arrow-text .icon+span {
    width: 100%;
    color: #fff;
    margin-top: 6px;
    font-size: 15px;
    font-weight: 400;
    line-height: 23.49px;
    letter-spacing: 0.015em;
}

.home-banner .arrow-text:hover {
    text-decoration: none;
}

.home-banner .arrow-text {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.home-banner .arrow-link .icon .material-icons {
    /* transform: translate(-25%, -44%) rotate(90deg); */
}

.home-banner .arrow-link:hover .icon .material-icons {
    /* transform: translate(-25%, 43%) rotate(90deg); */
}

.home-banner .arrow-link .material-icons svg {
    width: 6px;
    height: 15px;
}

.home-banner .arrow-link:hover .icon>svg path {
    /* fill: transparent; */
}

section.home-our-services {
    padding: 78px 0 71px;
}

section.home-our-services h2 {
    text-align: center;
    margin-bottom: 54px;
}

.items.list-servies {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.items.list-servies .item {
    width: 43.6672967864%;
    margin-bottom: 63px;
}

.items.list-servies .item-content {
    background: #fff;
    clip-path: polygon(73px 0%, 100% 0, 100% 100%, 0 100%, 0% 73px);
    padding: 65px 0 0;
}

section.home-our-services .container {
    max-width: 1098px;
}

.items.list-servies .content-top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 18px;
    padding: 0 46px;
}

.items.list-servies .content-top .icon {
    margin-right: 15px;
    width: 42px;
    height: 42px;
}

.items.list-servies .content-top .icon img {
    width: 100%;
}

.items.list-servies .content-top .name {
    width: calc(100% - 57px);
    max-width: 290px;
    word-break: break-word;
}

.items.list-servies .content-top .name h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: -o-ellipsis-lastline;
}

.items.list-servies .item-content .image:hover img {
    transform: scale(1.1);
}

.items.list-servies .item-content .image {
    position: relative;
    overflow: hidden;
    padding-bottom: 49.13419913419913%;
}

.items.list-servies .item-content .image picture {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.items.list-servies .item-content .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.items.list-servies .content-bottom .decription {
    margin-bottom: 22px;
}

.items.list-servies .content-bottom {
    padding: 0 46px 21px;
}

section.home-solutions {
    position: relative;
    padding: 95px 0 248px;
    overflow: hidden;
}

section.home-solutions .img-wraper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}

section.home-solutions:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(0deg, rgba(0, 22, 137, 0.81), rgba(0, 22, 137, 0.81));
    z-index: 1;
}

.swiper-container.full-screen {
    overflow: hidden;
}

section.home-project-showcase .gallery-1,
section.home-project-showcase .gallery-2 {
    max-width: 468px;
    width: 37%;
}

section.home-project-showcase .gallery-1 .item-content .image,
section.home-project-showcase .gallery-2 .item-content .image {
    position: relative;
    padding-bottom: 64.8%;
}

section.home-project-showcase .gallery-1 .item-content .image img,
section.home-project-showcase .gallery-2 .item-content .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.items.list-solutions .item .item-content .image-inner {
    overflow: hidden;
    width: 100%;
    height: 100%;
    opacity: 0;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    transition: all .5s;
    /*    transform: translateX(-100%);*/
}

.items.list-solutions .item.item-4 .item-content .image .image-inner,
.items.list-solutions .item.item-5 .item-content .image .image-inner {
    float: right;
}

.items.list-solutions .item .item-content:hover .image .image-inner {
    opacity: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    /*    transform: translateX(0);*/
}

@media(max-width: 1299px) {
    .home-slogan .background-position.background-right {
        right: 0;
        max-width: 227px;
        left: auto;
        transform: none;
        top: 0;
        bottom: auto;
    }

    .home-slogan .background-position.background-right img {
        width: 100%;
    }

    .home-slogan .background-left.active>div.background-left-1 {
        width: 100px;
    }

    .home-slogan .background-left.active>div.background-left-1 img {
        width: 100%;
    }

    .home-slogan .background-left.active>div.background-left-2 {
        width: 100px;
        left: 120px;
    }
}

.home-slogan .background-left {
    position: absolute;
    height: 100%;
}

@media (min-width: 1300px) {
    section.home-project-showcase .gallery-1 {
        right: calc((100% - 1300px)/2 + 25px);
    }

    section.home-project-showcase .gallery-2 {
        left: calc((100% - 1300px)/2 + 25px);
    }

    .home-slogan .background-position.background-right {
        right: calc((100vw - 1300px)/2 + 25px);
    }

    .home-slogan .background-left {
        left: calc((100vw - 1300px)/2 + 25px);
    }
}

section.home-solutions .container {
    position: relative;
    z-index: 2;
}

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

.solutions-wrapper {
    text-align: center;
    max-width: 810px;
    margin: 0 auto;
}

.solutions-subtitle span {
    font-family: var(--font-body-text);
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 140%;
    /* or 36px */
    text-align: center;
    letter-spacing: -0.01em;
    /* white */
    color: #FFFFFF;
}

.items.list-solutions .item .name span {
    font-family: var(--font-body-text);
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 130%;
    /* or 32px */
    text-align: center;
    color: #FFFFFF;
}

.items.list-solutions .content-bottom {
    display: none;
}

.items.list-solutions .item .item-content .image {
    width: 188px;
    height: 190px;
    margin-left: 20px;
    border: 0;
    text-align: left;
    overflow: hidden;
}

.items.list-solutions .item .item-content .image img {
    height: 100%;
    width: 100%;
    transition: .6s;
    border: 1px solid #fff;
}

.items.list-solutions .item:hover .item-content .image img {
    width: 100% !important;
    border: 1px solid #fff;
    opacity: 1;
}

.items.list-solutions .item .item-content:hover .image {
    opacity: 1;
}

.items.list-solutions .item .item-content {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
}

.items.list-solutions .item .item-content .content-top .icon {
    margin-bottom: 14px;
    text-align: center;
}

.items.list-solutions .item .item-content .content-top {
    max-width: 124px;
}

section.home-solutions .img-wraper img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
}

.items.list-solutions .item {
    position: absolute;
    text-align: center;
}

.full-content {
    margin: 14.3% auto 0;
    max-width: 448px;
    height: 444px;
    width: 100%;
    position: relative;
    padding: 0;
    /* pointer-events: none; */
}

.full-content .heptagon {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.full-content .heptagon div {
    position: absolute;
    width: 100%;
    height: 58%;
}

.full-content .heptagon div:nth-of-type(2) {
    transform: rotate(60deg)
}

.full-content .heptagon div:nth-of-type(3) {
    transform: rotate(-60deg)
}

.full-content .heptagon div div {
    width: 100%;
    height: 100%;
    position: relative
}

.full-content .heptagon>div:before {
    left: 100%;
    top: 0;
    transform: translate(-22.5px, -19.5px) rotate(90deg);
}

.full-content .heptagon>div:after {
    right: 100%;
    top: 100%;
    transform: translate(22.5px, -19.5px) rotate(90deg);
}

.full-content .heptagon>div:before,
.full-content .heptagon>div:after {
    content: '';
    width: 40.89px;
    height: 39.89px;
    display: inline-block;
    background: url(../images/icon-light.svg);
    background-size: contain;
    position: absolute;
    opacity: 0;
    z-index: 3;
}

.full-content .heptagon .h1:before {
    left: -35px;
}

.full-content .heptagon .h4:before {
    left: -28px;
}

.full-content .heptagon .h3:before {
    left: -29px;
}

.full-content .heptagon .h2:before {
    left: -28px;
}

.full-content .heptagon .h6:before {
    left: -37px;
}

.full-content .heptagon .h5:before {
    left: -36px;
}

.full-content .heptagon div div span {
    position: absolute;
    width: 4px;
    height: 0%;
    background: #fff;
    z-index: 0;
}

.full-content .heptagon .h1 {
    left: 0;
    height: 100%;
}

.full-content .heptagon .h2 {
    right: 0;
    height: 100%;
}

.full-content .heptagon .h3 {
    right: 0;
    height: 100%;
}

.full-content .heptagon .h4 {
    right: 0;
    height: 100%;
}

.full-content .heptagon .h5 {
    left: 0;
    height: 100%;
}

.full-content .heptagon .h6 {
    left: 0;
    height: 100%;
}

.heptagon.active>div:nth-child(3)::before {
    animation: load1 18s linear infinite;
}

.heptagon.active>div:nth-child(1)::before {
    animation: load1 18s linear 3s infinite;
}

.heptagon.active>div:nth-child(2)::before {
    animation: load1 18s linear 6s infinite;
}

.heptagon.active>div:nth-child(3)::after {
    animation: load2 18s linear 9s infinite;
}

.heptagon.active>div:nth-child(1)::after {
    animation: load2 18s linear 12s infinite;
}

.heptagon.active>div:nth-child(2)::after {
    animation: load2 18s linear 15s infinite;
}

@keyframes load1 {
    0% {
        left: 100%;
        top: 0;
        opacity: 0;
        transform: translate(-22.5px, -19.5px);
    }

    0.001% {
        left: 100%;
        top: 0;
        opacity: 1;
        transform: translate(-22.5px, -19.5px);
    }

    16.66666666666667% {
        left: 100%;
        top: 100%;
        opacity: 1;
        transform: translate(-22.5px, -19.5px);
    }

    16.66666666666668% {
        left: 100%;
        top: 100%;
        opacity: 0;
        transform: translate(-22.5px, -19.5px);
    }

    100% {
        left: 100%;
        top: 100%;
        opacity: 0;
        transform: translate(-22.5px, -19.5px);
    }
}

@keyframes load2 {
    0% {
        right: 100%;
        top: 100%;
        opacity: 0;
        transform: translate(22.5px, -19.5px);
    }

    0.001% {
        right: 100%;
        top: 100%;
        opacity: 1;
        transform: translate(22.5px, -19.5px);
    }

    16.66666666666667% {
        right: 100%;
        top: 0;
        opacity: 1;
        transform: translate(22.5px, -19.5px);
    }

    16.66666666666668% {
        right: 100%;
        top: 100%;
        opacity: 0;
        transform: translate(22.5px, -19.5px);
    }

    100% {
        right: 100%;
        top: 100%;
        opacity: 0;
        transform: translate(22.5px, -19.5px);
    }
}

.full-content .name span {
    font-family: var(--font-heading-primary);
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 118%;
    color: #fff;
    display: inline-block;
    margin-bottom: 16px;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: -o-ellipsis-lastline;
}

.full-content .decription {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: -o-ellipsis-lastline;
}

.full-content .list-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.full-content .link:not(:first-child) {
    margin-left: 16px;
}

.full-content .link a {
    background: #fff;
    color: #037580;
    height: 33px;
    padding: 4px 10px;
    font-size: 15px;
    line-height: 24px;
    /* identical to box height */
    letter-spacing: 0.02em;
    border-color: #fff;
    font-weight: 500;
    /*    cursor: default;*/
    text-decoration: none;
}

.full-content .content-inner .content.show {
    opacity: 1;
    transition: all 1s;
    position: static;
}

.full-content .content-inner .content {
    opacity: 0;
    transition: all .5s;
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

.full-content .content-inner .content:not(.show) {
    pointer-events: none;
}

.full-content .content-inner {
    position: absolute;
    top: 30%;
    max-width: 100%;
    padding: 0 31px;
    transform: translateY(-50%);
    max-height: 65%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.full-content .icon {
    margin-bottom: 7px;
}

.full-content .link {
    margin-bottom: 16px;
}

.full-content .decription p {
    color: #fff;
}

.items.list-solutions {
    position: relative;
    text-align: center;
}

.items.list-solutions .item.item-1 {
    top: -51px;
    right: 35px;
}

.items.list-solutions .item.item-2 {
    right: 56px;
    bottom: 5.5%;
}

.items.list-solutions .item.item-4 {
    left: 38px;
    bottom: 6%;
}

.items.list-solutions .item.item-5 {
    left: 56px;
    top: -51px;
}

.items.list-solutions .item.item-3 {
    left: 58.5%;
    transform: translateX(-50%);
    bottom: -38%;
}

.items.list-solutions .item.item-4 .item-content .image,
.items.list-solutions .item.item-5 .item-content .image {
    order: 1;
    margin-left: 0;
    margin-right: 20px;
    text-align: right;
}

.items.list-solutions .item.item-4 .item-content .content-top,
.items.list-solutions .item.item-5 .item-content .content-top {
    order: 2;
}

.items.list-solutions .icon img {
    filter: brightness(0) invert(1);
    width: 48px;
    height: 48px;
}

.ani-left-to-right .arrow-link .text {
    opacity: 0;
}

h2.sustainability-title {
    position: relative;
    overflow: hidden;
}

h2.sustainability-title span,
h2.sustainability-title {
    font-family: var(--font-heading-primary);
    font-style: normal;
    font-weight: 600;
    font-size: 173px;
    line-height: 120%;
    /* identical to box height, or 137px */
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    display: inline-block;
}

h2.sustainability-title:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    /* background: #006C67; */
    content: data-text;
    display: block;
    z-index: -1;
}

span.text-color {
    /*    position: absolute;*/
    /* color: #fff; */
    color: #006C67;
    display: inline-block;
    /*    height: 134px;*/
    /*    overflow: hidden;*/
    /*    z-index: 1;*/
}

span.text-background.active {
    top: 0;
}

span.text-background.active {
    background-position: center 83%;
}

span.text-background {
    -webkit-background-clip: text;
    background-clip: text;
    background-position: center 525%;
    background-size: 100%;
    background-color: #006C67;
    color: transparent;
    transition: all .9s;
    background-repeat: no-repeat;
}

section.home-our-client {
    padding: 164px 0 98px;
}

.items.list-client .item-content {
    margin-bottom: 18px;
    padding: 0 68px 0 0;
}

.items.list-client img {
    max-height: 63px;
    object-fit: contain;
}

.items.list-client {
    width: 58.5%;
    margin-right: 2.5%;
    position: relative;
    padding-bottom: 48px;
}

.home-our-client .swiper {
    padding-bottom: 60px;
}

.home-counting .number .list-number div {
    font-size: 55px;
    font-weight: 600;
    line-height: 1.18;
    letter-spacing: 0.005em;
    text-align: center;
}

.home-counting .img-wraper::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(287.5deg, rgba(93, 191, 140, 0.8) 3.13%, rgba(19, 75, 95, 0.8) 107.54%);
    z-index: 1;
}

.home-counting .img-wraper img {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    object-fit: cover;
}

.home-counting .img-wraper {
    position: absolute;
}

.home-counting .container {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding-top: 43px;
    padding-bottom: 44px;
}

.home-counting.section-background-images .container {
    top: auto;
    transform: translate(0, 0);
    max-width: 1300px;
    left: auto;
    text-align: left;
}

.home-counting .icon {
    width: 118px;
    height: 118px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 auto 24px;
    overflow: hidden;
}

.home .home-counting .number {
    height: 65px;
    width: 100%;
}

.homepage .home-counting .number .list-number div {
    height: 65px;
}

.home-counting .counting-wrapper {
    max-width: 552px;
}

.counting-title {
    color: #fff;
    line-height: 1.54;
    text-transform: none;
    display: block;
}

.home-counting .number {
    color: #FFFFFF;
}

.home-counting .items .item-content img {
    object-fit: contain;
}

.home-counting .items.list-item .item-content {
    width: 100%;
    max-width: 280px;
}

.home-counting .items.list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px 20px;
}

.home-counting .items.list-item .item {
    text-align: center;
}

.home-counting .item-content .text {
    color: #FFFFFF;
    font-weight: 500;
    margin-top: 0;
    font-size: 17px;
    line-height: 23px;
}

.list-case-study .benefits .content-bottom .text {
    height: auto;
}

.home-counting .number .list-number {
    position: relative;
    left: 50%;
    top: 0;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}

.home-counting .number {
    height: 65px;
    overflow: hidden;
    position: relative;
}

/* section.home-counting.section-background-images .container {
    top: 49%;
} */
section.home-sustainability {
    padding: 85px 0 70px;
}

.sustainability-decription p {
    font-family: var(--font-body-text);
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 130%;
    /* or 34px */
    text-align: center;
    /* Light green */
    color: #006C67;
    letter-spacing: 0;
}

.sustainability-decription p a {
    color: #006C67;
}

.sustainability-decription {
    max-width: 760px;
    margin: 0 auto;
}

.sustainability-wrapper {
    padding-bottom: 113px;
    border-bottom: 1px solid #006C67;
}

.items.list-sustainability {
    display: flex;
    flex-wrap: wrap;
    /* border-top: 1px solid #006C67; */
}

.items.list-sustainability>div {
    width: 50%;
    margin-bottom: 0;
}

.items.list-sustainability .item .label {
    font-family: var(--font-heading-primary);
    font-style: normal;
    font-weight: 500;
    font-size: 39px;
    line-height: 118%;
    /* identical to box height, or 46px */
    letter-spacing: 0.005em;
    text-transform: capitalize;
    /* Light green */
    color: #006C67;
    margin-bottom: 48px;
    text-align: left;
}

.items.list-sustainability .item .content-bottom .title-page {
    padding: 20px 25px;
    color: #006C67;
    position: relative;
}

.items.list-sustainability .item .title-page {
    font-family: var(--font-heading-primary);
    font-style: normal;
    font-weight: 500;
    font-size: 39px;
    line-height: 118%;
    /* identical to box height, or 46px */
    letter-spacing: 0.005em;
    text-transform: capitalize;
    /* white */
    color: #006C67;
    padding: 20px 20px 40px 25px;
    position: relative;
    width: auto;
    max-width: 485px;
}

.items.list-sustainability .item {
    position: relative;
    border-bottom: 1px solid #006C67;
    /* height: 100%; */
    overflow: hidden;
}

.items.list-sustainability .item div.link {
    display: flex;
    justify-content: flex-end;
    padding: 17px 20px 29px;
    position: relative;
    width: 100%;
    align-items: self-end;
    z-index: 1;
}

.items.list-sustainability .content-top {
    padding: 0 19px 0 25px;
    margin-bottom: 12px;
    text-align: right;
}

.items.list-sustainability .content-top span.link.heptagon.green {
    justify-content: flex-end;
    /* float: right; */
}

.items.list-sustainability .link.heptagon:before {
    background: url(../images/polygon-green.svg) no-repeat center;
    background-size: inherit;
}

.items.list-sustainability .item:hover .link.heptagon:before {
    background: url(../images/Polygon-trans.svg) no-repeat;
}

.items.list-sustainability .item div.link .text {
    color: #fff;
    display: block;
    transition-duration: .3s;
    overflow: hidden;
    white-space: nowrap;
    margin-left: 15px;
    width: auto;
    text-transform: capitalize;
}

.items.list-sustainability .item .image img {
    height: 100% !important;
}

.instagram-subtitle span {
    font-family: var(--font-body-text);
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    /* identical to box height, or 34px */
    text-align: center;
    letter-spacing: -0.01em;
    /* light blue */
    color: #037580;
}

.instagram-subtitle {
    text-align: center;
    margin-bottom: -1px;
}

h2.instagram-title {
    text-align: center;
    margin-bottom: 39px;
}

section.home-instagram {
    padding: 44px 0 140px;
}

section.home-instagram .instagram {
    overflow: hidden;
}

.items.list-sustainability .item .item-content {
    position: relative;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.items.list-sustainability .item .item-content .link-full-item {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.items.list-sustainability .item .image img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
}

.home-instagram #sb_instagram #sbi_images {
    padding: 0 !important;
    margin: 0 -12px;
    width: calc(100% + 24px);
}

.home-instagram #sb_instagram.sbi_col_4 #sbi_images .sbi_item,
#sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images .sbi_item {
    width: 16.66666%;
    padding: 0 12px !important;
}

.home-instagram #sb_instagram .sbi_photo img {
    display: block !important;
}

.home-instagram #sb_instagram .sbi_photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition-duration: .5s;
    transform: scale(1.05);
    position: absolute;
    top: 0;
    left: 0;
}

.home-instagram #sb_instagram .sbi_photo {
    overflow: hidden;
    opacity: 1 !important;
    height: auto !important;
    padding-bottom: 100%;
}

.home-instagram #sb_instagram .sbi_photo:hover img {
    transform: scale(1.2);
}

.home-instagram #sb_instagram .sbi_photo_wrap {
    overflow: hidden;
}

.items.list-sustainability .col-right .item {
    height: 100%;
}

.items.list-sustainability .item:hover .image {
    transform: translateX(0%);
}

.home-instagram #sb_instagram .sbi_type_video .sbi_playbtn {
    display: none !important;
}

.home-instagram #sb_instagram .sbi_type_video .sbi_photo:before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-duration: .45s;
    -o-transition-duration: .45s;
    transition-duration: .45s;
    border: 0;
    background: url(../images/Subtract.svg);
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.home-green-slider .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
    position: relative;
    gap: 20px;
    padding-top: 113px;
    padding-bottom: 29px;
}

.home-green-slider .img-wraper {
    position: absolute;
    height: 100%;
    width: 100%;
}

.home-green-slider .counting-wrapper {
    max-width: 614px;
    padding-bottom: 74px;
}

.home-green-slider .list-item {
    max-width: 553px;
    margin-right: 0;
}

.home-green-slider .section-video iframe {
    display: none;
}

.home-green-slider .swiper-button-next,
.home-green-slider .swiper-button-prev {
    top: auto;
    bottom: 0;
    right: 0;
}

.home-green-slider .swiper-button-prev {
    left: auto;
    right: 58px;
}

.home-green-slider .swiper-wrapper {
    padding-bottom: 85px;
}

.radio169 img,
.radio169 video {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    max-width: unset !important;
    object-fit: cover;
    top: 0;
    left: 0;
}

.radio169 {
    position: relative;
    padding-top: 56%;
    overflow: hidden;
}

.home-green-slider .counting-title {
    margin-bottom: 48px;
    line-height: normal;
}

.home-green-slider .title {
    line-height: 1.4;
    color: #fff;
    margin-top: 10px;
}

.home-calculate h2 {
    margin-bottom: 48px;
    color: #fff;
}

.home-calculate .content-container>* {
    flex: 1;
}

.home-calculate .content span {
    font-weight: 600;
}

.home-calculate .content-container {
    display: flex;
    gap: 20px;
    background-color: #fff;
    box-shadow: 0px 4px 30px 0px #0000000D;
    border-radius: 30px;
    padding: 44px 62px 44px 68px;
    overflow: hidden;
}

.home-calculate .bgcal {
    top: 0;
    left: 56.5%;
    z-index: -1;
}

.home-calculate *:last-child {
    margin-bottom: 0;
}

.home-calculate .col-right h3 {
    margin-bottom: 22px;
}

.home-calculate .col-right .content-bottom {
    margin-top: 40px;
    padding-top: 29px;
    border-top: solid 1px #428B8B;
}

.home-calculate .col-right .content {
    margin-bottom: 18px;
}

.home-calculate .col-left .content {
    margin-bottom: 46px;
}

.home-calculate .image img {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100%;
}

.home-calculate .logos .image {
    max-width: 115px;
    max-height: 63px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.home-calculate .logos {
    display: flex;
    gap: 25.33px;
}

.home-calculate .col-left h3 {
    margin-bottom: 42px;
}

.home-calculate {
    background: url(../images/bgcalculate.jpg);
    background-size: cover;
    padding-top: 92px;
    padding-bottom: 90px;
}

.home-calculate ul {
    /* padding: 0;
    padding-left: 25px; */
}

.button-container .background::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.button-container .background {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.button-container {
    position: relative;
    padding: 27px 40px;
}

.home-certified .image {
    width: 177px;
    height: 177px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 17px;
    overflow: hidden;
}

.home-certified {
    padding-top: 145px;
    padding-bottom: 123px;
}

.home-certified .certified-wrapper {
    max-width: 566px;
}

.home-certified .container {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.list-certified {
    display: flex;
    padding-top: 15px;
    gap: 48px;
}

.our-client-decription {
    font-size: 26px;
    letter-spacing: 0;
}

.home-certified h2 {
    margin-bottom: 29px;
}

.button-container:hover .background::before {
    background: #FFFFFFCC;
}

.button-container:hover .button-spiral.hastext .border path {
    fill: #428B8B;
}

.button-container:hover .button-spiral.hastext.white .arrow {
    transform: translateX(0);
}

.button-container:hover .button-spiral.hastext.white .arrow svg path,
.button-container:hover .arrow-container path {
    stroke: #037580;
}

.button-container:hover .arrow-link.white .text {
    color: #428B8B;
}

.button-container:hover .arrow-link.white .icon {
    background-color: transparent;
}

.home-counting .items.list-item .item {
    padding: 0;
}

@media (min-width: 1600px) {
    .home-calculate .col-right .content {
        margin-bottom: 39px;
    }
}

@media (max-width: 1279px) {
    .swiper-container.full-screen .image {
        position: relative;
        padding-bottom: 50%;
    }

    .swiper-container.full-screen .image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100% !important;
        object-fit: cover;
    }

    h2.sustainability-title span,
    h2.sustainability-title {
        font-size: 130px;
        width: 100%;
    }

    .items.list-sustainability .item .title-page {
        font-size: 32px;
    }

    .home-counting .items.list-item .item {
        width: calc(50% - 10px);
    }

    .home-counting .counting-wrapper {
        max-width: 40%;
    }
}

@media (max-width: 1250px) and (min-width: 1025px) {
    .items.list-solutions .item.item-1 {
        right: 0px;
    }

    .items.list-solutions .item.item-2 {
        right: 0;
    }

    .items.list-solutions .item.item-4 {
        left: 0;
    }

    .items.list-solutions .item.item-5 {
        left: 0;
    }

    .full-content {
        max-width: 400px;
        height: 396px;
    }

    .items.list-solutions .item .item-content .image {
        width: 150px;
        height: 155px;
        margin-left: 10px;
    }

    .items.list-solutions .item .name span {
        font-size: 20px;
    }

    .full-content .heptagon div {
        height: 58%;
    }
}

@media (max-width: 1024px) {
    .home-banner .hexagon-wapper {
        max-width: 430px;
        max-height: unset;
        display: flex;
        align-items: center;
    }

    .home-slogan .content-section {
        padding: 0 20px;
    }

    .items.list-servies .item {
        width: 48%;
        margin-bottom: 50px;
    }

    h2.sustainability-title span,
    h2.sustainability-title {
        font-size: 120px;
        width: 100%;
    }

    .items.list-sustainability .item .title-page {
        font-size: 30px;
    }

    .items.list-solutions .item .item-content .image {
        width: 100px;
        height: 100px;
        margin-left: 10px;
    }

    .full-content .name span {
        font-size: 30px;
    }

    .items.list-solutions .item .name span {
        font-size: 20px;
    }

    .full-content .decription p {
        font-size: 15px;
        /* line-height: 125%; */
        line-height: 20px;
    }

    .full-content {
        width: 390px;
        margin: 16.3% auto 0;
        height: 390px;
    }

    .full-content .heptagon div {
        height: 57.5%;
    }

    .full-content .content-inner {
        top: 24%;
    }

    .items.list-solutions .item.item-3 {
        bottom: -20%;
        left: 56%;
    }

    .items.list-solutions .item.item-5 {
        left: 0;
    }

    .items.list-solutions .item.item-1 {
        right: 0;
    }

    .items.list-solutions .item.item-4 {
        left: 0;
        bottom: 18%;
    }

    .items.list-solutions .item.item-2 {
        bottom: 21%;
        right: 0;
    }

    section.home-solutions {
        padding: 95px 0 150px;
    }

    section.home-instagram {
        padding: 44px 0 80px;
    }

    section.home-sustainability {
        padding: 70px 0 20px;
    }

    .sustainability-wrapper {
        padding-bottom: 70px;
    }
}

@media (max-width: 991px) {

    .items.list-servies .content-top,
    .items.list-servies .content-bottom {
        padding-left: 30px;
        padding-right: 30px;
    }

    .items.list-servies .item-content {
        clip-path: polygon(50px 0%, 100% 0, 100% 100%, 0 100%, 0% 50px);
        padding-top: 50px;
    }

    .items.list-servies .content-bottom {
        padding-bottom: 40px;
    }

    h2.sustainability-title span,
    h2.sustainability-title {
        font-size: 85px;
    }

    .sustainability-decription p {
        font-size: 20px;
    }

    .sustainability-decription {
        width: 70%;
    }

    .home-instagram #sb_instagram #sbi_images {
        margin: 0 -12.5px;
        width: calc(100% + 25px);
    }

    .home-instagram #sb_instagram.sbi_col_4 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images .sbi_item {
        padding: 0 12.5px !important;
    }

    .items.list-sustainability .item .title-page {
        font-size: 26px;
    }
}

@media (max-width: 890px) {
    .full-content {
        width: 300px;
        height: 300px;
    }

    .full-content .name span {
        font-size: 20px;
    }

    .items.list-solutions .item .name span {
        font-size: 18px;
    }

    .items.list-solutions .item .item-content .image {
        width: 80px;
        height: 80px;
        margin-left: 10px;
    }

    .items.list-solutions .item.item-1 {
        right: 0;
    }

    .items.list-solutions .item.item-4 .item-content .image,
    .items.list-solutions .item.item-5 .item-content .image {
        margin-right: 10px;
    }

    .items.list-solutions .item.item-4,
    .items.list-solutions .item.item-5 {
        left: 0;
    }
}

/* new home */
.home-heading-section {
    /* min-height: 100vh; */
    overflow: hidden;
}

.home-heading-section .banner-content {
    /* background: linear-gradient(298.59deg, #5DBF8C 2.66%, #388575 57.97%, #134B5F 108.02%); */
    /* min-height: 100vh; */
    /* background: url(../images/Banner2.jpg) center; */
    /* background-size: cover; */
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 68px;
    padding-bottom: 134px;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 3;
    pointer-events: none;
}

.home-banner .slider-content .item-content {
    pointer-events: auto;
}

.slider-full-screen::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 2;
    pointer-events: none;
}

.slider-full-screen {
    position: absolute;
    opacity: 1;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.slider-content {
    display: none;
    max-width: 677px;
    overflow: hidden;
}

.home-banner .logo,
.home-banner .logo * {
    transition: all ease-in-out 1s;
}

.home-banner .logo svg {
    width: 100%;
    height: 100%;
}

.home-banner .logo {
    position: relative;
    /* max-width: 796.84px; */
    /* padding-bottom: 0; */
    /* width: 100%; */
}

.home-banner .simplebar-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-banner .simplebar-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.home-banner .fixed-logo {
    opacity: 0;
    display: block;
}

.home-banner .animate-logo {
    position: absolute;
    top: 0;
    left: 50%;
    max-width: 784px;
    width: 100%;
    /* width: 54.444444444444444444444444444444%; */
    transform: translateX(-50%);
}

.home-banner:after {
    content: '';
    display: block;
    transition-duration: 0.3s;
    width: 100%;
    height: 100%;
    background: url(../images/home-banner-pattern.png) center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
}

.home-banner .background-gradient {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    pointer-events: none;
}

.home-banner .background-gradient * {
    height: 100%;
    width: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition-duration: 0.3s;
}

.home-banner .background-gradient .background-1,
.home-banner .background-gradient .background-2,
.home-banner .background-gradient .background-3,
.home-banner .background-gradient .background-4 {
    background: linear-gradient(320deg, rgba(93, 191, 140, 1) 0%, rgba(56, 133, 117, 1) 52%, rgba(19, 75, 95, 1) 100%);
}

.home-banner .background-gradient .background-1 {
    transition-duration: 0.1s;
}

.home-banner.animate-1 .background-gradient .background-1,
.home-banner.no-animate .background-gradient .background-1 {
    opacity: 1;
}

.home-banner.animate-2 .background-gradient .background-2 {
    opacity: 0.7;
}

.home-banner.animate-3 .background-gradient .background-3 {
    opacity: 0.4;
}

.home-banner.animate-4 .background-gradient .background-4 {
    opacity: 0.2;
}

.home-banner.animate-3 .animate-logo {
    /* width: 46.319444444444444444444444444444%; */
    max-width: 667px;
}

.home-banner.animate-4 .animate-logo {
    /* width: 19.027777777777777777777777777778%; */
    max-width: 274px;
}

.home-banner.no-animate:after,
.home-banner.animate-1:after {
    opacity: 1;
}

.home-banner.animate-5 .fixed-logo {
    /* display: block; */
    /* transition-delay: 0.3s; */
    /* opacity: 1; */
}

.home-banner.animate-5 .animate-logo {
    width: 174px;
    max-width: 174px;
    /* top: 0; */
    /* opacity: 0; */
}

.home-heading-section .animate-5 .banner-content {
    padding-top: 20px;
    padding-bottom: 20px;
}

.home-banner.animate-5:before {
    opacity: 0;
}

.home-banner .st4 {
    transition-duration: 1s;
}

.home-banner.animate-5 .st4 {
    fill: #fff;
}

/* .home-banner .logo svg image {
    transition: transform ease-in-out 1s, rotate ease-in-out 1s;
} */

/* .home-banner.animate-2 #image0_49_363{
    transform: translate(150px, -150px) rotate(30deg);
    transform-origin: center;
    -webkit-transform: translate(150px, -150px) rotate(30deg);
    -webkit-transform-origin: center;
}
.home-banner.animate-2 #image1_49_363{
    transform: translate(9px, 22px) rotate(-9deg);
    transform-origin: center;
    -webkit-transform: translate(9px, 22px) rotate(-9deg);
    -webkit-transform-origin: center;
}
.home-banner.animate-2 #image2_49_363{
    transform: translate(130px, -150px) rotate(20deg);
    transform-origin: center;
    -webkit-transform: translate(130px, -150px) rotate(20deg);
    -webkit-transform-origin: center;
}*/
/* .home-banner.animate-3 #image0_49_363 {
    transform: translate(-3px, -274px) rotate(53deg);
    transform-origin: center;
    -webkit-transform: translate(-3px, -274px) rotate(53deg);
    -webkit-transform-origin: center;
}
.home-banner.animate-3 #image1_49_363 {
    transform: translate(-89px, 22px) rotate(-27deg);
    transform-origin: center;
    -webkit-transform: translate(-89px, 22px) rotate(-27deg);
    -webkit-transform-origin: center;
}
.home-banner.animate-3 #image2_49_363 {
    transform: translate(119px, -315px) rotate(34deg);
    transform-origin: center;
    -webkit-transform: translate(119px, -315px) rotate(34deg);
    -webkit-transform-origin: center;
} 
.home-banner.animate-4 #image0_49_363 {
    transform: translate(650px, -450px) rotate(45deg);
    -webkit-transform: translate(650px, -450px) rotate(45deg);
    transform-origin: center;
    -webkit-transform-origin: center;
}
.home-banner.animate-4 #image1_49_363 {
    transform: translate(-120px, 150px) rotate(-20deg);
    transform-origin: center;
    -webkit-transform: translate(-120px, 150px) rotate(-20deg);
    -webkit-transform-origin: center;
}
.home-banner.animate-4 #image2_49_363 {
    transform: translate(65px, -420px) rotate(40deg);
    transform-origin: center;
    -webkit-transform: translate(65px, -420px) rotate(40deg);
    -webkit-transform-origin: center;
} */
.home-banner.animate-2 .logo svg image {
    /* rotate: -20deg; */
}

.home-banner.animate-3 .logo svg image {
    /* rotate: 20deg; */
}

.home-banner.animate-4 .logo svg image {
    /* rotate: 40deg; */
}

.home-banner.animate-3 .logo {
    max-width: 667px;
    margin-top: -70px;
    /* padding-bottom: 0; */
}

.home-banner.animate-4 .logo {
    /* width: 274px; */
    /* margin-top: -225px; */
    /* padding-bottom: 225px; */
}

.home-banner.animate-5 .logo {
    width: 174px;
    /* margin-top: -83px; */
    padding-bottom: 61px;
    margin: 0 auto;
}

.home-banner.animate-5 .slider-full-screen {
    opacity: 1;
    width: 100vw;
    min-height: 100vh;
    height: 100%;
}

.home-banner.animate-5 .slider-content {
    opacity: 1;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.home-banner .banner-content-inner {
    width: 100%;
    height: 100%;
}

.home-banner.animate-5 .logo svg rect {
    fill: #fff;
}

.home-banner.animate-1 .button-scroll {
    display: block;
}

.home-banner.animate-5 .button {
    display: flex;
}

.home-banner .button-scroll,
.home-banner .button {
    /* display: none; */
}

.home-banner h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 31px;
    letter-spacing: 0;
}

.button-banner .button-spiral {
    justify-content: center;
}

.home-banner .content {
    max-width: 561px;
    margin: auto;
}

.button-banner {
    margin-top: 31px;
}

.slider-content * {
    color: #fff;
}

.slider-content .slider-title {
    font-family: var(--font-heading-primary);
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
}

section.home-counting.section-background-images .img-wraper {
    height: 100%;
    width: 100%;
}

.home-testimonial {
    padding-top: 89px;
    padding-bottom: 112px;
}

.testimonial-wrapper {
    text-align: center;
    margin-bottom: 80px;
}

.list-testimonial .image {
    padding: 20px 17px 0;
    max-width: 198px;
}

.list-testimonial .item-content {
    width: calc(100% - 198px);
    padding: 32px 32px 50px 32px;
}

.list-testimonial .item {
    border-radius: 30px;
    background: #fff;
    display: flex;
    align-items: center;
}

.list-testimonial a:hover {
    text-decoration: none;
}

.testimonial-subtitle,
.case-study-subtitle {
    letter-spacing: 0;
    font-size: 26px;
}

.case-study-wrapper,
.testimonial-title,
.case-study-title {
    margin-bottom: 20px;
}

.title-box {
    line-height: 1.18;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 24px;
    border-bottom: solid 1px var(--color-primary);
    margin-bottom: 36px;
    font-family: var(--font-heading-primary);
    letter-spacing: 0;
    height: 108px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-testimonial .content {
    height: 116px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-testimonial {
    padding-bottom: 78px;
}

.home-testimonial {
    position: relative;
    overflow: hidden;
}

.home-testimonial .bgicon img {
    width: 100%;
    height: 100%;
}

.bgicon_testtop {
    top: -508px;
    left: -354px;
    z-index: -1;
    width: 1150.2px;
    height: 1108.83px;
}

.bgicon_testbottom {
    width: 435.32px;
    height: 420.83px;
    rotate: 45.18deg;
    right: 9%;
    bottom: 6%;
    z-index: -1;
}

.list-case-study {
    position: relative;
}

.list-case-study .image {
    max-width: 491px;
}

.list-case-study .image img,
.fullimage img {
    height: 100% !important;
    width: 100% !important;
    max-width: unset !important;
    object-fit: cover;
}

.list-case-study .swiper-slide {
    display: flex;
    border-radius: 30px;
    overflow: hidden;
}

.list-case-study .item-content {
    width: calc(100% - 491px);
    background-color: #428B8B;
    padding: 40px 48px 77px;
    min-height: 628px;
}

.list-case-study .brand-projects .item-term {
    font-size: 14px;
    font-weight: 500;
    line-height: 22.41px;
    letter-spacing: 0.02em;
    padding: 4px 14px;
    background: #fff;
    border-radius: 50px;
    color: var(--color-primary);
}

.list-case-study .brand-projects {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.list-case-study * {
    color: #fff;
}

.list-case-study .content,
.list-case-study .content-bottom .text {
    height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.list-case-study .content-bottom .text {
    height: 46px;
}

.list-case-study .post-link {
    font-weight: 500;
}

.list-case-study .item-content>* {
    margin-bottom: 25px;
}

.list-case-study .benefits .icon img {
    filter: invert(1) brightness(10);
}

.list-case-study .benefits .content-bottom {
    display: flex;
    align-items: center;
    gap: 10px;
}

.list-case-study .benefits .item {
    padding: 25px 0 30px;
    flex: 1;
}

.list-case-study .benefits {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 20px;
    border-top: solid 1px;
    margin-top: 42px;
}

.benefits .content-bottom img {
    max-height: 34px !important;
}

.case-study-subtitle {
    margin-bottom: 20px;
}

.list-case-study {
    padding-top: 29px;
}

.case_next,
.case_prev {
    top: auto;
    bottom: 0;
}

.case_prev {
    left: auto;
    right: 83px;
}

.home-banner .swiper-button-disabled {
    opacity: 0.3;
}

.home-banner.animate-5 .button-scroll {
    display: none;
}

.our-client-decription p {
    color: var(--color-primary);
}

.home-green-slider.section-background-images .img-wraper:before {
    display: none;
}

.home-green-slider.section-background-images .container {
    max-width: 1300px;
    left: auto;
    top: auto;
    transform: translate(0, 0);
    text-align: left;
}

.button-scroll .button-spiral .arrow svg path {
    stroke: #fff;
}

.space60 {
    padding-bottom: 60px;
}

@media (min-width: 768px) {
    .home-banner .button-scroll .arrow-link.screen-mobile {
        display: none;
    }

    section.home-project-showcase:before {
        top: 69px;
    }

    .items.list-solutions .full-content .icon img {
        width: 55px;
        height: 55px;
    }

    .items.list-servies .content-bottom {
        min-height: 211px;
    }

    .items.list-sustainability .item:hover .title-page {
        color: #fff;
    }

    .ani-left-to-right:hover .arrow-link .text {
        animation: arrowLinkText 1.8s;
        opacity: 1;
    }

    .ani-left-to-right .arrow-link .icon {
        position: absolute;
        right: 0;
        transition: all .9s;
    }

    .ani-left-to-right:hover .arrow-link .icon {
        animation: iconRunRightToLeft 1.3s;
        right: 100%;
    }

    .ani-left-to-right .arrow-link {
        position: relative;
    }

    .ani-left-to-right {
        overflow: hidden;
    }

    .ani-left-to-right:hover img {
        animation: imageRunLeftToRight 1.3s;
    }

    @keyframes imageRunLeftToRight {
        0% {
            transform: translateX(-100%)
        }

        50% {
            transform: translateX(20px)
        }

        100% {
            transform: translateX(0)
        }
    }

    @keyframes iconRunRightToLeft {
        0% {
            right: 0;
        }

        50% {
            right: calc(100% + 10px);
        }

        100% {
            right: 100%;
        }
    }

    @keyframes iconSvgRunLeftToRight {
        0% {
            fill: #006C67;
            stroke: #006C67;
        }

        85% {
            fill: transparent;
            stroke: #fff;
        }

        100% {
            fill: transparent;
            stroke: #fff;
        }
    }

    @keyframes arrowLinkText {
        0% {
            opacity: 0;
        }

        95% {
            opacity: 1;
        }

        100% {
            opacity: 1;
        }
    }

    .items.list-sustainability .item .image {
        width: 100%;
        transition-duration: .3s;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        transform: translateX(-101%);
    }

    .items.list-sustainability .item:hover .image {
        width: 100%;
    }

    .items.list-sustainability .item:hover .arrow-link .icon>svg path {
        animation: iconSvgRunLeftToRight 1s;
        fill: transparent;
        stroke: #fff;
    }

    .items.list-sustainability .item:hover .arrow-link .material-icons .arrow:first-child svg path {
        stroke: #fff;
    }

    .filter-solutions.screen-mobile {
        display: none;
    }

    .items.list-sustainability>div:nth-child(odd) {
        border-right: 1px solid #006C67;
    }

    section.home-counting.section-background-images .img-wraper {
        padding-bottom: 37.681%;
        /* clip-path: polygon(93.3% 0, 100% 18%, 100% 100%, 0 100%, 0% 0); */
    }

    .list-case-study .benefits .item+.item {
        border-left: solid 1px;
        padding-left: 51px;
        margin-left: 24px;
    }

    .list-case-study .content-top {
        margin-bottom: 23px;
    }

    .list-case-study .content-top h3 {
        margin-bottom: 12px;
    }

    .list-case-study .sub-title {
        font-size: 20px;
        font-weight: 600;
        line-height: 23.6px;
        letter-spacing: 0.005em;
        margin-bottom: 12px;
        text-transform: capitalize;
    }

    .home-our-client .swiper-pagination {
        padding-right: 67px;
    }

    .home-calculate .col-right>* {
        padding-left: 28px;
    }

    .workflow_prev,
    .workflow_next {
        display: none;
    }

    .home-banner.animate-5 .slider-full-screen,
    .home-banner {
        min-height: 840px;
    }

    .home-banner .simplebar-content-wrapper {
        padding-bottom: 86px;
    }
}

@media(min-width: 1280px) {
    .home-counting .container {
        column-gap: 77px;
    }
}

@media (min-width: 1440px) {
    .home-banner .slider-full-screen .item-content {
        height: 900px;
    }

    section.home-counting.section-background-images .img-wraper {
        padding-bottom: 0;
        height: 100%;
        width: 100%;
    }
}

@media (max-width: 1279px) {
    .home-calculate .logos {
        flex-wrap: wrap;
    }
}

@media (max-width: 1024px) {
    .list-case-study .item-content {
        width: 50%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .list-case-study .image {
        max-width: 50%;
    }

    .list-case-study .benefits .item+.item {
        padding-left: 20px;
        margin-left: 0;
    }

    .list-testimonial .image {
        padding: 0 9.56px 0;
        max-width: 114px;
    }

    .list-testimonial .item-content {
        width: calc(100% - 114px);
        padding: 18px 21px 18px 16px;
    }

    .list-testimonial .title-box {
        font-size: 20px;
        height: auto;
        padding-bottom: 12px;
        -webkit-line-clamp: unset;
        line-clamp: unset;
        margin-bottom: 20px;
    }

    section.home-our-client {
        padding: 80px 0 60px;
    }

    .home-certified .image {
        width: 101px;
        height: 101px;
        padding: 10px;
    }

    .sustainability-decription p {
        font-size: 18px;
        line-height: 140%;
        letter-spacing: -0.01em;
    }

    .homepage .home-counting .number .list-number div {
        font-size: 35.8px;
        line-height: 118%;
    }

    .homepage .home-counting .number,
    .homepage .home-counting .number .list-number div {
        height: 42px;
    }

    .home-counting .icon {
        width: 76.81px;
        height: 76.81px;
        margin-bottom: 16px;
    }
}

@media (max-width: 991px) {
    .list-case-study .sub-title {
        font-size: 17px;
        line-height: 20.06px;
        letter-spacing: 0.005em;
    }

    .home-banner .slider-title {
        width: calc(100% - 130px);
    }

    .home-calculate .content-container>* {
        flex: auto;
    }

    .home-calculate .content-container {
        flex-wrap: wrap;
    }

    .home-calculate .col-right>* {
        padding-left: 0;
    }

    .items.list-client {
        width: 100%;
        margin-right: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding-bottom: 21px;
    }
}

@media (max-width: 767px) {
    .items.list-client .swiper {
        margin: 0;
    }

    .home-banner .button-scroll .arrow-link.screen-desktop {
        display: none;
    }

    .home-slogan {
        position: relative;
    }

    .home-slogan .background-collor {
        transition: all 1.5s;
    }

    .home-slogan .background-position.background-right {
        transition: opacity 1.5s;
    }

    .home-counting .items.list-item .item {
        width: calc(50% - 10px);
    }

    .home-banner .slider-title {
        width: calc(100% - 100px);
    }

    .filter-solutions.screen-mobile {
        background: #fff;
        margin: 29px 0 124px 0;
        /*    padding: 11.5px 14px;*/
        text-align: left;
    }

    .filter-solutions .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 9px;
        right: 28px;
    }

    .filter-solutions .select2-container--default .select2-selection--single .select2-selection__rendered {
        letter-spacing: 0.01em;
        /* blue grey */
        color: #8F90A6;
        font-size: 15px;
        line-height: 17px;
        /* identical to box height, or 116% */
        letter-spacing: 0.01em;
        padding: 16.5px 14px 12.5px;
        height: auto;
    }

    .filter-solutions .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: #8F90A6;
        top: 28%;
        margin: 0;
    }

    .filter-solutions .select2-container .selection {
        border: 0;
        padding-bottom: 0;
    }

    .filter-solutions span.select2-selection.select2-selection--single {
        height: 46px;
    }

    .filter-solutions .select2-container {
        padding: 8px 0;
        height: 46px;
    }

    .home-slogan .background-position.background-right {
        width: 71.33px;
        height: 96.84px;
        right: 25px;
        padding: 0;
        transform: none;
        left: auto;
    }

    .home-slogan .background-position.background-right img {
        width: 100%;
    }

    .home-slogan .background-left {
        display: none;
    }

    .home-slogan .content-section>div.content p {
        font-size: 15px;
        line-height: 125%;
    }

    .home-slogan .content-section>div.content {
        margin-bottom: 10px;
        padding: 0 35px;
    }

    .home-slogan .content-section h2 {
        margin-bottom: 10px;
    }

    .home-slogan .content-section {
        top: calc(50% - -6px);
    }

    .home-slogan .polygon svg {
        /* height: 32%; */
    }

    .home-slogan .polygon {
        top: 51%;
        width: 93%;
    }

    .items.list-servies .content-top .icon {
        width: 35px;
        height: 35px;
        margin-right: 13px;
    }

    .items.list-servies .content-top .icon picture {
        object-position: center;
        object-fit: contain;
    }

    .items.list-servies .content-top .icon img {
        width: 100%;
    }

    .items.list-servies .content-top .name {
        width: calc(100% - 47px);
    }

    .items.list-servies .content-bottom .decription p {
        font-size: 15px;
        line-height: 125%;
    }

    .items.list-servies .content-bottom .decription {
        margin-bottom: 16px;
    }

    .solutions-subtitle span {
        font-size: 15px;
        line-height: 21px;
        letter-spacing: 0.02em;
    }

    section.home-solutions {
        padding: 51px 0 7px;
    }

    .solutions-subtitle {
        margin-bottom: 7px;
    }

    .full-content .heptagon div div span {
        width: 3px;
    }

    .full-content .name span {
        font-size: 20px;
        line-height: 118%;
        margin-bottom: 10px;
    }

    .full-content .link a {
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0.02em;
        height: 30px;
        padding: 4px 8px;
    }

    .full-content .link {
        height: 30px;
        margin-bottom: 16px;
    }

    .full-content .content-inner {
        top: 27.5%;
        padding: 0 25px;
    }

    .full-content .icon img {
        max-width: 40px !important;
    }

    .full-content .icon {
        margin-bottom: 7px;
    }

    .project-showcase-subtitle {
        margin-bottom: 14px;
    }

    .project-showcase-wrapper {
        margin-bottom: 30px;
    }

    .home-banner:not(.animate-5) .button.swiper-button-next,
    .home-banner:not(.animate-5) .button.swiper-button-prev {
        display: none;
    }

    .home-banner .button.swiper-button-next,
    .home-banner .button.swiper-button-prev {
        width: 40px;
        height: 40px;
        top: 50%;
        margin-top: 58px;
    }

    .home-banner .button.swiper-button-prev {
        left: 11px;
    }

    .home-banner .button.swiper-button-next {
        right: 11px;
    }

    .home-banner .swiper-button-next:before,
    .home-banner .swiper-button-prev:before,
    .home-banner .swiper-button-next:hover:before,
    .home-banner .swiper-button-prev:hover:before {
        width: 8.55px;
        height: 13.84px;
    }

    .home-banner .slider-full-screen .item-content {
        height: 667px;
    }

    .home-banner .hexagon-wapper {
        width: calc(100% - 85px);
        max-width: 380px;
    }

    .home-banner .button-scroll {
        bottom: 40px;
        left: 50%;
    }

    .home-banner .button-scroll .arrow-link .icon+span {
        font-size: 12px;
        line-height: 18px;
        /* identical to box height, or 147% */
        text-align: center;
        letter-spacing: 0.015em;
    }

    .items.list-solutions .item {
        display: none;
    }

    section.home-our-services {
        padding: 41px 0 14px;
    }

    .items.list-servies .item-content {
        padding: 41px 0 0;
        clip-path: polygon(50px 0%, 100% 0, 100% 100%, 0 100%, 0% 47px);
    }

    section.home-our-services h2 {
        margin-bottom: 24px;
    }

    .items.list-sustainability>div {
        width: 100%;
    }

    .home-instagram #sb_instagram.sbi_col_4 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images .sbi_item {
        margin-bottom: 10px !important;
    }

    .instagram-subtitle span,
    .project-showcase-subtitle span {
        font-size: 18px;
        line-height: 140%;
        /* or 25px */
        letter-spacing: -0.01em;
    }

    section.home-instagram {
        padding: 30px 0 50px;
    }

    section.home-sustainability {
        padding: 43px 0 8px;
    }

    .sustainability-wrapper {
        padding-bottom: 28px;
    }

    section.home-our-client {
        padding: 0 0 5px;
    }

    .items.list-servies .item {
        width: 100%;
        margin-bottom: 35px;
    }

    .items.list-servies .content-bottom {
        padding: 0 30px 13px;
    }

    .items.list-servies .content-top {
        padding: 0 30px;
        margin-bottom: 14px;
    }

    .sustainability-decription {
        width: 100%;
    }

    h2.sustainability-title span,
    h2.sustainability-title {
        font-size: 62px;
    }

    .home-counting .container {
        flex-wrap: wrap;
        padding-top: 49px;
        padding-bottom: 49px;
    }

    .homepage .home-counting .number {
        margin-bottom: 2px;
    }

    .full-content {
        width: 325px;
        height: 325px;
    }

    .items.list-client .item-content {
        padding: 0 15px 0 0;
    }

    .swiper-pagination-clickable .swiper-pagination-bullet {
        /* width: 8px;
        height: 8px;
        border-radius: 50%; */
    }

    .items.list-sustainability .item div.link .text {
        display: none;
    }

    .items.list-sustainability .item .item-content .image {
        order: 3;
        height: 151px;
        width: 100%;
    }

    .items.list-sustainability .item .title-page {
        font-size: 20px;
        line-height: 118%;
        font-weight: 600;
        padding: 24px 0 10px 0;
    }

    .items.list-sustainability .item div.link {
        padding: 0;
        margin-bottom: 10px;
        justify-content: flex-start;
    }

    .items.list-sustainability .item .item-content {
        padding-bottom: 22px;
    }

    h2.sustainability-title {
        margin-bottom: 11px;
    }

    .items.list-sustainability .item .item-content .image img {
        width: 100%;
    }

    h2.instagram-title {
        margin-bottom: 27px;
    }

    .slider-content {
        max-width: 100%;
    }

    .home-banner h2 {
        font-size: 24px;
        text-transform: none;
        margin-bottom: 15px;
    }

    .home-heading-section .animate-5 .banner-content {
        padding-top: 132px;
    }

    .home-banner .animate-logo {
        /* top: 141px; */
        /* width: 79.430769230769230769230769230769%; */
        max-width: 309.87px;
    }

    .home-banner.animate-3 .animate-logo {
        /* width: 49.430769230769230769230769230769%; */
        max-width: 209.87px;
    }

    .home-banner.animate-4 .animate-logo {
        /* width: 39.430769230769230769230769230769%; */
        max-width: 159.87px;
    }

    .home-banner.animate-5 .animate-logo {
        /* top: 132px; */
        width: 97.16px;
    }

    .button-banner {
        margin-top: 15px;
        padding-bottom: 2px;
    }

    .home-banner.animate-5 .logo {
        width: 97px;
        /* margin-top: 36px; */
        padding-bottom: 24px;
    }

    .home-banner .content {
        display: none;
    }

    .home-heading-section .banner-content {
        padding-left: 66px;
        padding-right: 66px;
    }

    .home-heading-section .animate-5 .banner-content {
        padding-top: 0;
        padding-bottom: 0;
        min-height: 570px;
    }

    .home-banner.animate-5 .slider-full-screen,
    .home-banner {
        min-height: 570px;
    }

    .home-banner .simplebar-content-wrapper {
        padding-bottom: 86px;
    }

    .home-banner .slider-content .item-content {
        max-width: calc(100vw - 150px);
        margin: auto;
    }

    .arrow-link .icon+.text {
        line-height: 18px;
    }

    .home-banner .button-scroll {
        bottom: 29px;
    }

    .home-counting .item-content .text {
        font-size: 12px;
        line-height: 14.97px;
        letter-spacing: 0.01em;
    }

    .home-counting .counting-wrapper h2 {
        margin-bottom: 25px;
    }

    .home-testimonial {
        padding-top: 42px;
        padding-bottom: 68px;
    }

    .testimonial-subtitle,
    .case-study-subtitle {
        font-size: 18px;
        line-height: 23.4px;
    }

    .home-testimonial .content {
        -webkit-line-clamp: unset;
        line-clamp: unset;
        height: auto
    }

    .testimonial-wrapper {
        margin-bottom: 40px;
    }

    .list-testimonial {
        padding-bottom: 49px;
    }

    .bgicon_testtop {
        width: 390px;
        height: 442.75px;
        top: -170px;
        left: -298px;
    }

    .bgicon_testbottom {
        width: 173.4px;
        height: 182.38px;
        right: -98px;
        bottom: 162px;
    }

    .list-testimonial .item,
    .list-case-study .swiper-slide {
        border-radius: 20px;
    }

    .list-case-study {
        padding-top: 20px;
    }

    .list-case-study .swiper-slide {
        flex-wrap: wrap;
    }

    .list-case-study .item-content {
        padding: 27.92px 27.92px 70px;
        min-height: 357px;
        width: 100%;
    }

    .benefits .content,
    .list-case-study .benefits .content-bottom,
    .list-case-study .excerpt,
    .list-case-study .link {
        display: none;
    }

    .list-case-study .item-content>h3 {
        font-size: 24px;
        line-height: 28.32px;
        border-bottom: solid 1px;
        margin-bottom: 18px;
        padding-bottom: 24PX;
    }

    .list-case-study .benefits {
        flex-wrap: wrap;
        gap: 18px;
        border: 0;
        margin: 0;
        padding: 0;
    }

    .list-case-study .image {
        width: 100%;
        max-width: 100%;
    }

    .list-case-study .image img,
    .fullimage img {
        height: 42.82vw !important;
    }

    .list-case-study .item-content>* {
        margin-bottom: 18px;
    }

    .list-case-study .sub-title {
        margin-bottom: 8px;
    }

    .case_next,
    .case_prev {
        bottom: 7px;
    }

    .case_next {
        right: 28px;
    }

    .case_prev {
        right: 75px;
    }

    .home-case-study {
        padding-bottom: 85px;
    }

    .our-client-decription {
        font-size: 18px;
        line-height: 130%;
    }

    .our-client-wrapper {
        margin-bottom: 22px;
    }

    .home-green-slider .container {
        flex-wrap: wrap;
        padding-top: 50px;
    }

    .home-green-slider .img-wraper img {
        height: 100% !important;
    }

    .home-green-slider .counting-title {
        margin-bottom: 20px;
    }

    .home-green-slider .title {
        line-height: 1.3;
        font-size: 18px;
    }

    .list-item.swiper,
    .products.swiper {
        min-width: unset;
    }

    .home-green-slider .counting-wrapper {
        padding-bottom: 20px;
    }

    .home-our-client .swiper {
        padding-bottom: 24px;
    }

    .home-green-slider .swiper-wrapper {
        padding-bottom: 72px;
    }

    .home-green-slider .swiper-button-prev {
        right: 48px;
    }

    .home-calculate {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .home-calculate .content-container {
        padding: 40px 21px;
        border-radius: 20px;
        flex-wrap: wrap;
    }

    .home-calculate .content-container>* {
        flex: auto
    }

    .home-calculate .image img {
        max-width: 100% !important;
    }

    .home-calculate h2 {
        margin-bottom: 40px;
    }

    .home-calculate .col-left h3,
    .home-calculate .col-right h3 {
        margin-bottom: 20px;
        font-size: 25px;
    }

    .home-calculate .image {
        max-width: 53.33vw;
        margin: 0 auto 54px;
    }

    .home-calculate .col-left .content {
        margin-bottom: 60px;
    }

    .home-calculate .col-right .content-top {
        border-top: solid 1px #428B8B;
        padding-top: 40px;
    }

    .home-calculate .logos {
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 20px;
    }

    .home-calculate .col-right .content {
        margin-bottom: 20px;
    }

    .home-calculate .col-right .content-bottom {
        padding-top: 40px;
    }

    .button-container {
        overflow: hidden;
        padding: 30px 28px;
    }

    .button-container .background img {
        height: 100% !important;
        width: 100% !important;
        object-position: left;
    }

    .arrow-link.samedsk .icon+.text {
        font-size: 17px;
        margin-left: 16px;
    }

    .home-certified .container {
        flex-wrap: wrap;
    }

    .list-certified {
        gap: 20px;
        padding-top: 4px;
    }

    .home-certified {
        padding-top: 42px;
        padding-bottom: 42px;
    }

    .home-certified h2 {
        margin-bottom: 20px;
    }

    .home-green-slider .list-item {
        max-width: 100%;
    }

    .list-case-study .benefits .item {
        flex: auto;
        padding: 0;
    }

    .list-case-study .benefits .item+.item {
        padding-left: 0;
    }

    .home-counting .items.list-item .item-content {
        max-width: unset;
    }

    .home-counting .counting-wrapper {
        max-width: 100%;
    }
}

@media (max-width: 690px) {
    .home-counting .items.list-item .item {
        /* width: 100%; */
    }
}

@media (max-width: 575px) {

    h2.sustainability-title span,
    h2.sustainability-title {
        font-size: 45px;
        line-height: 113%;
    }

    Æ¯ .sustainability-decription p {
        /* font-size: 16px; */
    }

    .home-slogan {
        min-height: 700px;
    }
}

@media (max-width: 414px) {
    .home-banner .button-scroll {
        /* bottom: 79px; */
    }

    .home-slogan {
        min-height: 500px;
    }

    .home-slogan .polygon {
        width: 100%;
    }
}

@media (max-width: 389px) {
    .home-slogan .content-section>div.content {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        text-overflow: -o-ellipsis-lastline;
        padding: 0 33px;
    }

    .home-counting .items.list-item .item {
        width: 100%;
    }
}