.home-banner .slider-full-screen .item-content {
    height: 700px;
}
.home-banner .button.swiper-button-prev {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.home-banner .button.swiper-button-next {
    right: 0;
    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;
    margin: 0;
}

.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: 20px;
    left: 50.2%;
    transform: translateX(-50%);
    z-index: 2;
    text-align: center;
}
.home-banner{
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.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: #001689;
    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 {
    width: 100%;
    color: #fff;
    margin-top: 6px;
}

.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: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: 'Hind';
    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: 'Hind';
    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: 'Montserrat';
    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: #001689;
    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: 'Montserrat';
    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% 100%;
    background-color: #006C67;
    color: transparent;
    transition: all .9s;
    background-repeat: no-repeat;
}


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

.home-counting .number .list-number div {
    font-family: 'Hind';
    font-style: normal;
    font-weight: 600;
    font-size: 115px;
    line-height: 118%;
    text-align: center;
    letter-spacing: 0.005em;
    text-transform: capitalize;
    color: #FFFFFF;
}


.home .home-counting .number {
    height: 128px;
    margin-bottom: 30px;
    width: 100%;
}

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

.homepage .section-background-images .container {
    max-width: 1132px;
}

section.home-counting.section-background-images .container {
    top: 49%;
}

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

.sustainability-decription p {
    font-family: 'Hind';
    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;
	text-align: center;
}

.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: 'Montserrat';
    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: 'Montserrat';
    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: 'Hind';
    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: #001689;
}

.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;
}



@media (max-width: 1280px){

.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;
}
    .homepage .home-counting .number .list-number div {
        font-size: 100px;
    }

    .homepage .home-counting .number {
        height: 118px;
    }

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

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

@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;
    }
    .homepage .home-counting .number .list-number div {
        font-size: 70px;
    }

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

    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;
}
}

@media (min-width: 768px){
    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);
    }

}

@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: 542px;
    }
}

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

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

@media (max-width: 767px){
    .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: 100%;
        margin-bottom: 23px;
    }
.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 .button.swiper-button-next, .home-banner .button.swiper-button-prev {
    width: 35px;
    height: 35px;
}

.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 .arrow-link .icon {
    width: 31px;
    height: 35px;
}
.home-banner .arrow-link .icon>svg{
    width: 31px;
}

.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;
}

    .section-background-images .img-wraper {
    padding-bottom: 40%;
    min-height: 400px;

}
.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;
    }
    .sustainability-decription p {
        font-size: 18px;
        line-height: 140%;
        letter-spacing: -0.01em;
    }

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

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

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

  .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;
}


}

@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%;
    }

    .home section.home-counting.section-background-images .img-wraper {
        height: 535px;
    }
    .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: 374px){
    .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;
    }
}