.portfolio-wrap .item__txt:before,
.embla__btn:before,
.jsLazyLoadImg:after,
.home-portfolio__left__lg__child:before,
.home-portfolio__left__sm__child:before,
.home-portfolio__right .portfolio-toggle:before {
    content: "";
    position: absolute
}

.hero,
.card--blog .card__thumb__img,
.portfolio-wrap .item__img,
.embla__btn:before,
.home-portfolio .sm-inner,
.home-portfolio__left,
.home-portfolio__left__sm__child,
.home-portfolio__right .portfolio-toggle,
.feedback__avatar {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.hero .svg-dots,
.contact-cta__wrapper .svg-dots {
    width: 484px;
    height: 484px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNic+PGNpcmNsZSBmaWxsPScjODE3ZjhjJyBjeD0nNCcgY3k9JzQnIHI9JzEnIC8+PC9zdmc+Cg==);
    background-repeat: repeat;
    background-size: 20px
}

.svg-dots.svg-dots--light {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNic+PGNpcmNsZSBmaWxsPScjZmZmZmZmJyBjeD0nNCcgY3k9JzQnIHI9JzEnIC8+PC9zdmc+Cg==)
}

.hero {
    position: relative;
    padding: 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(45deg, #08c068, #000000 50%)
}

.hero .svg-dots {
    position: absolute;
    left: 70px;
    top: calc(50% - 229px);
    opacity: .5;
    transform-origin: center center;
    animation: spin 35s infinite linear
}

.hero p {
    margin: 0;
    color: #bad5ee;
    font-size: 33px;
    line-height: 1;
    margin-bottom: 2rem;
}

.hero h1 {
    line-height: 1;
    margin-bottom: 50px;
    color: #fff;
    font-weight: 700
}

.hero .btn--sec {
    position: relative;
    overflow: hidden;
    padding-right: 72px;
    padding-left: 50px;
    font-size: 20px;
    font-weight: 700
}

.hero .btn--sec svg {
    position: absolute;
    width: 26px;
    right: 32px;
    transition: all .2s cubic-bezier(.65, .05, .36, 1)
}

.hero .btn--sec:hover svg {
    transform: translateX(6px)
}

.hero .hero__content {
    transform: translateY(20px);
    text-align: center;
}

.hero .container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 700px;
    z-index: 1
}

.hero h1 {
    color: #fefeff
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes hero-home-1 {
    from {
        transform: translateX(-14px);
        opacity: 0
    }

    to {
        transform: translateX(0);
        opacity: 1
    }
}

@media(max-width:1520px) {
    .hero h1 {
        font-size: 64px
    }

    .hero p {
        font-size: 28px;
    }

    .hero .container {
        height: 620px
    }
}

@media(max-width:1400px) {
    .hero .container {
        height: 580px
    }
}

@media(max-width:1270px) {
    .hero .container {
        height: 530px
    }

    .hero h1 {
        font-size: 64px
    }

    .hero p {
        font-size: 25.6px
    }
}

@media(max-width:1140px) {
    .hero .container {
        height: 500px
    }

    .hero .hero__content {
        padding-left: 50px;
        transform: translateY(-10px)
    }
}

@media(max-width:767px) {
    .hero {
        text-align: center
    }

    .hero .svg-dots {
        width: 400px;
        height: 400px;
        background-size: 16px;
        left: calc(50% - 200px);
        top: calc(50% - 200px)
    }

    .hero .hero__content {
        padding-left: 0;
        margin-left: auto;
        margin-right: auto
    }

    .hero .btn--sec {
        padding-right: 52px;
        padding-left: 16px;
        font-size: 18px;
        height: 56px;
        width: 350px
    }

    .hero h1 {
        font-size: 54px;
        animation: none
    }

    .hero p {
        font-size: 23px;
        animation: none
    }

    .hero .btn {
        animation: none
    }
}

@media(max-width:620px) {
    .hero .svg-dots {
        width: 362px;
        height: 362px;
        background-size: 15px;
        left: calc(50% - 185px);
        top: calc(50% - 185px)
    }

    .hero h1 {
        font-size: 50px
    }

    .hero p {
        font-size: 20px
    }
}

@media(max-width:546px) {
    .hero .svg-dots {
        left: calc(50% - 170px);
        top: calc(50% - 170px)
    }

    .hero .container {
        height: 460px
    }

    .hero h1 {
        max-width: 380px;
        margin-left: auto;
        margin-right: auto;
        line-height: 1.2;
        margin-top: 20px;
        margin-bottom: 30px
    }

    .hero p {
        max-width: 340px;
        margin-left: auto;
        margin-right: auto;
        line-height: 1.5
    }

    .hero .btn--sec {
        font-size: 15px;
        height: 50px;
        width: 290px !important
    }

    .hero .btn--sec svg {
        width: 20px
    }
}

@media(max-width:390px) {
    .hero h1 {
        font-size: 47px;
        line-height: 1.14
    }

    .hero p {
        font-size: 21px
    }

    .hero .btn--sec {
        font-size: 14px;
        width: 280px !important
    }
}

@media(max-width:324px) {
    .hero h1 {
        font-size: 44px
    }
}

.more-blog-posts {
    background: #f2edf5
}

@media(min-width:768px) and (max-width:810px) {
    .more-blog-posts .sec-title {
        margin-bottom: 70px
    }
}

@media(min-width:811px) and (max-width:1199px) {
    .more-blog-posts .sec-title {
        margin-bottom: 86px
    }
}

.portfolio-wrap .item__txt:before,
.embla__btn:before,
.jsLazyLoadImg:after,
.home-portfolio__left__lg__child:before,
.home-portfolio__left__sm__child:before,
.home-portfolio__right .portfolio-toggle:before {
    content: "";
    position: absolute
}

.hero,
.card--blog .card__thumb__img,
.portfolio-wrap .item__img,
.embla__btn:before,
.home-portfolio .sm-inner,
.home-portfolio__left,
.home-portfolio__left__sm__child,
.home-portfolio__right .portfolio-toggle,
.feedback__avatar {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.hero .svg-dots,
.contact-cta__wrapper .svg-dots {
    width: 484px;
    height: 484px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNic+PGNpcmNsZSBmaWxsPScjODE3ZjhjJyBjeD0nNCcgY3k9JzQnIHI9JzEnIC8+PC9zdmc+Cg==);
    background-repeat: repeat;
    background-size: 20px
}

.svg-dots.svg-dots--light {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNic+PGNpcmNsZSBmaWxsPScjZmZmZmZmJyBjeD0nNCcgY3k9JzQnIHI9JzEnIC8+PC9zdmc+Cg==)
}

.card--blog {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column
}

.card--blog .card__thumb {
    position: relative;
    display: block;
    height: 300px;
    flex-shrink: 0;
    border-radius: 20px;
    overflow: hidden;
    transition: all .4s ease-in-out
}

.card--blog h3 {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.23;
    margin-bottom: 20px
}

.card--blog h3 a {
    text-decoration: none;
    color: #222
}

.card--blog .card__thumb__img {
    position: absolute !important;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    transition: all .4s ease-in-out .05s
}

.card--blog .card__content {
    display: flex;
    flex-direction: column;
    flex: 1
}

.card--blog .card__posted {
    padding: 0 12px;
    font-size: 12px;
    margin-bottom: 0;
    margin-top: auto
}

.card--blog .card__posted span {
    position: relative
}

.card--blog h3 {
    padding: 20px 12px 16px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    color: #222
}

.card--blog h3 a {
    line-height: 1.45;
    transition: all .3s ease-in-out
}

@media(max-width:1250px) {
    .card--blog:not(.card--blog--main) h3 {
        font-size: 14px !important
    }
}

@media(max-width:1366px) {
    .f-row--posts {
        --i-gap: 40 !important
    }
}

@media(max-width:1280px) {
    .f-row--posts {
        --i-gap: 30 !important
    }
}

@media(max-width:881px) {
    .f-row--posts {
        --i-cols: 1 !important
    }

    .f-row--posts .card--blog .card__thumb {
        height: 30vw;
        min-height: 180px
    }
}

.contact-cta__wrapper {
    position: relative
}

.contact-cta__wrapper .svg-dots {
    position: absolute;
    width: 500px;
    height: 500px;
    left: -80px;
    top: 80px;
    fill: #fff;
    opacity: .3;
    transform: rotate(30deg)
}

.contact-cta__wrapper .svg-dots:last-of-type {
    position: absolute;
    right: -200px;
    top: auto;
    left: auto;
    bottom: 40px;
    transform: rotate(-60deg) scale(.7)
}

.contact-cta {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    padding: 0;
    padding: 40px;
    background: #fff;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, .12)
}

.contact-cta__wrapper {
    min-width: 100%;
    background: #08c068;
    padding: 90px 50px;
    overflow: hidden
}

.contact-cta h3 {
    color: #fff
}

@media(max-width:767px) {
    .contact-cta__wrapper .svg-dots {
        width: 57.36vw;
        height: 57.36vw
    }

    .contact-cta__wrapper .svg-dots:first-of-type {
        left: -10.43vw
    }

    .contact-cta__wrapper .svg-dots:last-of-type {
        right: -26.07vw
    }

    .contact-cta {
        padding: 30px
    }

    .contact-cta .btn--ccta {
        width: 280px;
        font-size: 19px;
        height: 50px;
        border-radius: 10px
    }
}

@media(max-width:660px) {
    .contact-cta__wrapper .svg-dots {
        width: 48vw;
        height: 48vw
    }
}

@media(max-width:490px) {
    .contact-cta {
        padding: 15px
    }

    .contact-cta__wrapper {
        padding: 40px 20px
    }

    .contact-cta .btn--ccta {
        width: 280px;
        font-size: 19px;
        height: 50px;
        border-radius: 10px;
        max-width: 100%;
        margin-top: 24px
    }
}

.portfolio-wrap .item__txt:before,
.embla__btn:before,
.jsLazyLoadImg:after,
.home-portfolio__left__lg__child:before,
.home-portfolio__left__sm__child:before,
.home-portfolio__right .portfolio-toggle:before {
    content: "";
    position: absolute
}

.hero,
.card--blog .card__thumb__img,
.portfolio-wrap .item__img,
.embla__btn:before,
.home-portfolio .sm-inner,
.home-portfolio__left,
.home-portfolio__left__sm__child,
.home-portfolio__right .portfolio-toggle,
.feedback__avatar {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.hero .svg-dots,
.contact-cta__wrapper .svg-dots {
    width: 484px;
    height: 484px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNic+PGNpcmNsZSBmaWxsPScjODE3ZjhjJyBjeD0nNCcgY3k9JzQnIHI9JzEnIC8+PC9zdmc+Cg==);
    background-repeat: repeat;
    background-size: 20px
}

.svg-dots.svg-dots--light {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNic+PGNpcmNsZSBmaWxsPScjZmZmZmZmJyBjeD0nNCcgY3k9JzQnIHI9JzEnIC8+PC9zdmc+Cg==)
}

.portfolio-wrap {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto
}

.portfolio-wrap .item {
    position: relative;
    display: flex;
    flex-direction: column;
    width: calc((100% - 20px)/2);
    height: 400px;
    background-color: #fff;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, .19);
    transition: all .2s ease-in-out;
    margin-bottom: 20px
}

.portfolio-wrap .item:hover {
    transform: translateY(-4px)
}

.portfolio-wrap .item__img {
    display: flex;
    height: 100%
}

.portfolio-wrap .item__txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    flex: 1;
    padding: 30px;
    background-color: #000000;
    opacity: 0;
    overflow: hidden;
    transition: all .4s ease-in-out
}

.portfolio-wrap .item__txt:before {
    bottom: -70px;
    right: -30px;
    width: 370px;
    height: 170px;
    background-color: rgba(0, 0, 0, .5);
    transform: rotate(-9deg) translate(50px, 150px);
    transition: transform .5s ease-in-out .15s, box-shadow .5s ease-in-out .35s
}

.portfolio-wrap .item__txt img,
.portfolio-wrap .item__txt svg {
    position: absolute;
    bottom: 20px;
    right: 20px;
    max-width: 160px
}

.portfolio-wrap .item__txt svg {
    max-height: 60px
}

.portfolio-wrap .item__txt h4,
.portfolio-wrap .item__txt p {
    color: #fff
}

.portfolio-wrap .item__txt h4 {
    margin-bottom: 5px
}

.portfolio-wrap .item__txt .btn {
    height: auto;
    padding-left: 34px;
    padding-right: 34px
}

@media(min-width:992px) {
    .portfolio-wrap .item:hover .item__txt {
        opacity: 1
    }

    .portfolio-wrap .item:hover .item__txt h4 {
        animation-name: hero-home-1;
        animation-duration: .3s;
        animation-fill-mode: both
    }

    .portfolio-wrap .item:hover .item__txt p {
        animation-name: hero-home-1;
        animation-duration: .3s;
        animation-delay: .1s;
        animation-fill-mode: both
    }

    .portfolio-wrap .item:hover .item__txt .btn {
        animation-name: hero-home-1;
        animation-duration: .3s;
        animation-delay: .2s;
        animation-fill-mode: both
    }

    .portfolio-wrap .item:hover .item__txt img,
    .portfolio-wrap .item:hover .item__txt svg {
        animation-name: hero-home-1;
        animation-duration: .3s;
        animation-delay: .5s;
        animation-fill-mode: both
    }

    .portfolio-wrap .item:hover .item__txt:before {
        transform: rotate(-25deg);
        box-shadow: -20px -20px 0 rgba(0, 0, 0, .15)
    }
}

@media(max-width:991px) {
    .highlight--1 .item__txt {
        opacity: 1;
        background-color: rgba(22, 40, 56, .8)
    }

    .highlight--1 .item__txt:before {
        transform: rotate(-25deg);
        box-shadow: -20px -20px 0 rgba(0, 0, 0, .15)
    }
}

@media(max-width:575px) {
    .portfolio-wrap .item {
        width: 100%
    }
}

.icon-card {
    max-width: 340px;
    margin: 0 auto;
    text-align: center
}

.icon-card .icon-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 340px;
    height: 260px;
    margin: 0 auto 10px
}

.icon-card .icon-wrap svg {
    max-width: 240px;
    max-height: 240px;
    width: 100%
}

.icon-card h3 {
    margin-bottom: 10px
}

.icon-card p {
    margin-bottom: 0
}

@media(max-width:1520px) {
    .icon-card .icon-wrap {
        height: 220px
    }

    .icon-card .icon-wrap svg {
        max-width: 200px;
        max-height: 200px
    }

    .icon-card h3 {
        font-size: 28px
    }

    .icon-card p {
        font-size: 16px;
        padding-left: 8px;
        padding-right: 8px
    }
}

@media(max-width:1250px) {
    .icon-card .icon-wrap {
        width: 300px;
        height: 180px
    }

    .icon-card .icon-wrap svg {
        max-width: 220px;
        width: 100%;
        max-height: 160px
    }
}

@media(max-width:991px) {
    .icon-card p {
        padding-left: 0;
        padding-right: 0
    }
}

@media(max-width:767px) {
    .icon-card h3 {
        font-size: 24px
    }
}

@media(min-width:992px) {
    .icon-card {
        max-width: 400px;
        padding: 35px 30px;
        margin-top: -35px;
        margin-bottom: -35px;
        transition: all .3s ease-in-out
    }

    .icon-card:hover {
        box-shadow: 0 20px 35px 10px rgba(0, 0, 0, .22);
        border-radius: 13px;
        transform: translateY(-6px)
    }

    .icon-card:hover .icon-wrap svg * {
        animation-play-state: running !important
    }

    .icon-card:hover * {
        cursor: default
    }

    .icon-card .icon-wrap {
        width: 100%
    }
}

h2.sec-title.ivtr:before {
    transform: translateX(-50%) scaleX(0);
    transition: all .3s ease-in-out .7s
}

h2.sec-title.ivtr.inView:before {
    transform: translateX(-50%) scaleX(1)
}

.embla {
    position: relative;
    width: 100%;
    opacity: 0;
    transition: opacity .2s ease-in-out
}

.embla__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.embla__container.no-transform {
    transform: none !important
}

.embla__slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    flex: 0 0 100%;
    transition: opacity .3s ease-in-out
}

.embla__slide__inner {
    width: 100%;
    height: 100%
}

.embla__slide.embla-js-active {
    opacity: 1 !important
}

.embla__btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 0;
    padding: 0;
    background-color: transparent;
    backface-visibility: hidden;
    transition: all .3s ease-in-out
}

.embla__btn:before {
    top: 50%;
    left: 32%;
    width: 27px;
    height: 16px;
    transition: all .3s ease-in-out;
    transform: translate(-50%, -50%) rotate(180deg);
    background-size: 27px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjcnIGhlaWdodD0nMTYnIHZpZXdCb3g9JzAgMCAyNyAxNicgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNLTMuOTkyNjNlLTA3IDYuODY1OTRMLTIuOTkzNTFlLTA3IDkuMTUxNjVMMjIuOTcyOCA5LjE1MTY1TDE4LjAxMzEgMTQuNDM1MkwxOS40OTg1IDE2TDI3IDguMDA4NzlMMTkuNDk4NSAxLjA1NTA0ZS0wNkwxOC4wMTMxIDEuNkwyMi45NzI4IDYuODY1OTNMLTMuOTkyNjNlLTA3IDYuODY1OTRaJyBmaWxsPScjMTUxNTE1Jy8+PC9zdmc+Cg==)
}

.embla__btn-prev:hover {
    transform: translateX(-4px)
}

.embla__btn-next:before {
    left: 68%;
    transform: translate(-50%, -50%) rotate(0)
}

.embla__btn-next:hover {
    transform: translateX(4px)
}

.embla__btn.btn-disabled {
    cursor: default !important;
    background-color: transparent !important;
    pointer-events: none;
    outline: none !important;
    border-color: #000;
    opacity: .3 !important;
    pointer-events: none
}

.embla__btn svg path {
    transition: all .3s ease-in-out
}

.embla__btn:hover {
    cursor: pointer;
    opacity: .7
}

.embla__btn:focus {
    outline: none
}

.embla__dots {
    display: flex;
    list-style: none;
    padding-left: 0;
    justify-content: center;
    margin-top: 15px
}

.embla__dot {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    cursor: pointer;
    position: relative;
    padding: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 17px;
    margin-left: 17px;
    background-color: #000000;
    border: 0
}

.embla__dot:focus {
    outline: none
}

.embla__dot.is-selected {
    background-color: #1d354a;
    opacity: 1
}

.embla__dot .embla__container {
    justify-content: flex-start
}

.embla__dot .embla__slide__inner {
    padding: 0 40px
}

.embla__dot__slider {
    -webkit-appearance: none;
    width: 100%;
    background: 0 0
}

.embla__dot__slider::-webkit-slider-thumb {
    -webkit-appearance: none
}

.embla__dot__slider:focus {
    outline: none
}

.embla__dot__slider::-ms-track {
    width: 100%;
    cursor: pointer;
    background: 0 0;
    border-color: transparent;
    color: transparent
}

.embla__dot__slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: #000000;
    height: 6px;
    cursor: pointer
}

.embla__dot__slider::-moz-range-thumb {
    background: #000000;
    height: 6px;
    cursor: pointer
}

.hero.hero--homepage {
    position: relative;
    background-color: #071826
}

.hero.hero--homepage:after {
    display: none !important
}

.hero.hero--homepage p {
    color: #fff;
    line-height: 1.3
}

.hero.hero--homepage p.hero-and {
    margin-top: 20px;
    font-size: 22px;
    opacity: .9;
    text-transform: uppercase
}

.hero.hero--homepage h1 {
    color: #fff;
    font-size: 56px;
    line-height: 1.12
}

.hero.hero--homepage .LoginSection {
    background-color: #ffffff6c;
    padding: 2rem 1rem;
    border-radius: 1rem;
}

.hero.hero--homepage .LoginSection h2{
    color: #ffffff;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 2rem;
}

.hero.hero--homepage:before {
    content: "";
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 50px;
    width: calc(var(--container-w) - 30px);
    background: #fff;
    z-index: 1
}

.home-what-we-do {
    padding-top: 0
}

.home-what-we-do .container:first-of-type {
    padding-top: 100px
}

.home-what-we-do .sec-title {
    margin-bottom: 126px;
    opacity: 1
}

.home-what-we-do .sec-title+p.lead {
    opacity: 1
}

.home-what-we-do .btn--grad {
    margin-top: 120px
}

.jsLazyLoadImg {
    position: relative;
    background-color: #333
}

.jsLazyLoadImg:after {
    top: calc(50% - 13px);
    left: calc(50% - 13px);
    display: inline-flex;
    width: 26px;
    height: 26px;
    border: 3px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spinLoader 1s ease-in-out infinite
}

.home__services-cards--new {
    margin-top: 20px
}

.home__services-cards--new .new-home-service-card {
    background-color: #fff;
    position: relative;
    border: 3px solid #08c068;
    width: 100%;
    height: 100%;
    padding: 40px;
    backface-visibility: hidden;
    transition: all .2s ease-in-out
}

.home__services-cards--new .new-home-service-card:hover {
    transform: translate(3px, -3px)
}

.home__services-cards--new .new-home-service-card:before,
.home__services-cards--new .new-home-service-card:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 0 0 70px;
    border-color: transparent transparent transparent #08c068;
    top: -3px;
    right: -3px;
    background: #fff;
    transition: all .2s ease-in-out
}

.home__services-cards--new .new-home-service-card:after {
    top: -1px;
    right: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 0 0 35px;
    border-color: transparent transparent transparent #fff
}

.home__services-cards--new .new-home-service-card h3 {
    line-height: 1;
    margin-bottom: 25px;
    color: #08c068;
    font-weight: 900;
    font-size: 45px;
    transition: all .2s ease-in-out
}

.home-what-we-do .buttons {
    display: none !important
}

@media(max-width:1520px) {
    .home__services-cards--new .new-home-service-card h3 {
        font-size: 35px
    }
}

@media(max-width:1250px) {
    .home__services-cards--new .embla__slide:not(:last-child) {
        margin-bottom: 15px
    }
}

@media(max-width:991px) {
    .home__services-cards--new .embla__slide:not(:last-child) {
        margin-bottom: 0
    }

    .home-what-we-do .btn--grad {
        margin-top: 40px !important
    }

    .home-what-we-do .buttons {
        display: flex !important;
        margin-top: 20px
    }

    .home-what-we-do .embla__dots {
        display: none !important
    }
}

.home-who-we-work-with {
    --state: 1;
    --trDur: 0.7s;
    --transition: all var(--trDur) ease-in-out;
    display: flex;
    padding-top: 100px;
    padding-bottom: 200px
}

.home-who-we-work-with h3 {
    line-height: 1.1
}

.home-who-we-work-with__left {
    position: relative;
    width: 500px;
    height: 600px;
    flex-shrink: 0
}

.home-who-we-work-with__left h2.sec-title {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(60%, -50%);
    max-width: 210px;
    font-size: 45px;
    color: #08c068;
    text-align: left;
    line-height: 1.1
}

.home-who-we-work-with__left h2.sec-title:before {
    width: 340px;
    height: 340px;
    top: 50%;
    left: 40%;
    background: rgba(255, 255, 255, .7);
    transform: translate(-50%, -50%) scale(calc(1 - var(--state)));
    opacity: calc(1 - var(--state));
    transition: var(--transition) calc(var(--trDur) * 0.5)
}

.home-who-we-work-with__left h2.sec-title span {
    --delayMultiplier: 1;
    position: relative;
    display: inline-block;
    z-index: 1;
    transform: translateX(calc(-40px * var(--state)));
    opacity: calc(1 - var(--state));
    transition: var(--transition) calc(var(--trDur) * var(--delayMultiplier))
}

.home-who-we-work-with__left h2.sec-title span:nth-of-type(2) {
    --delayMultiplier: 1.2
}

.home-who-we-work-with__left h2.sec-title span:nth-of-type(3) {
    --delayMultiplier: 1.4
}

.home-who-we-work-with__left h2.sec-title span:nth-of-type(4) {
    --delayMultiplier: 1.6
}

.home-who-we-work-with__left img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translateX(calc(-40px * var(--state)));
    opacity: calc(1 - var(--state));
    transition: var(--transition)
}

.home-who-we-work-with__left.inView {
    --state: 0
}

.home-who-we-work-with__right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    padding: 50px 190px
}

.home-who-we-work-with__right p {
    max-width: 700px
}

.home-who-we-work-with__right h3 {
    margin-bottom: 20px
}

@media(max-width:1420px) {
    .home-who-we-work-with__left {
        width: 400px
    }

    .home-who-we-work-with__right {
        padding: 50px 30px 50px 170px
    }
}

@media(max-width:991px) {
    .home-who-we-work-with {
        padding-top: 60px;
        padding-bottom: 120px
    }

    .home-who-we-work-with h2.sec-title {
        right: 130px
    }

    .home-who-we-work-with h2.sec-title:before {
        width: 284px
    }

    .home-who-we-work-with__left {
        width: 300px
    }

    .home-who-we-work-with__right {
        padding: 50px 30px 50px 50px
    }
}

@media(max-width:655px) {
    .home-who-we-work-with {
        flex-direction: column;
        padding-bottom: 10px
    }

    .home-who-we-work-with h2.sec-title {
        right: 50%;
        transform: translate(50%, -50%);
        margin-bottom: 0
    }

    .home-who-we-work-with h2.sec-title:before {
        left: 50%
    }

    .home-who-we-work-with__left {
        width: 100%;
        height: 400px
    }

    .home-who-we-work-with__right {
        padding: 50px 30px
    }
}

@keyframes spinLoader {
    to {
        transform: rotate(360deg)
    }
}

@media(max-width:1199px) {
    .home-what-we-do .container {
        padding-top: 80px
    }
}

@media(max-width:991px) {
    .home-what-we-do .container {
        padding-top: 70px
    }
}

@media(max-width:720px) {
    .home-what-we-do .container:first-child {
        max-width: calc(100% - 40px)
    }

    .home-what-we-do p.lead {
        padding-left: 0;
        padding-right: 0
    }

    .home__services-cards--new {
        width: calc(100% + 30px);
        margin-right: -15px
    }

    .home__services-cards--new .new-home-service-card {
        padding: 50px 25px 20px
    }

    .home__services-cards--new .new-home-service-card h3 {
        font-size: 25px;
        margin-bottom: 18px
    }

    .home__services-cards--new .new-home-service-card p {
        font-size: 14px
    }
}

@media(min-width:768px) {

    body.home .header .nav li a:before,
    body.home .header .nav li a:hover:before,
    body.home .header .nav li.current-menu-item a:before {
        display: none
    }

    .hero.hero--homepage {
        border: 15px solid #fff;
        border-top: 0;
        border-bottom: 0
    }

    @keyframes home-what {
        from {
            transform: translateY(0);
            margin-bottom: 0
        }

        to {
            transform: translateY(-50px);
            margin-bottom: -50px
        }
    }
}

@keyframes home-what-title {
    from {
        transform: translateY(30px)
    }

    to {
        transform: translateY(0)
    }
}

@media(max-width:767px) {
    @keyframes home-what {
        from {
            transform: translateY(0);
            margin-bottom: 0
        }

        to {
            transform: translateY(-25px);
            margin-bottom: -25px
        }
    }
}

@media(min-width:992px) {
    body.home .header {
        transition: all .2s ease-in-out
    }

    body.home .header:not(.jsOnScroll) {
        padding-top: 16px;
        padding-bottom: 16px;
        box-shadow: none
    }
}

.home-portfolio {
    position: relative
}

.home-portfolio .btn--grad {
    margin-top: 60px
}

.home-portfolio .sec-title--with-lead+p.lead {
    margin-bottom: 90px
}

.home-portfolio .sm-inner {
    background-position: top left;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    backface-visibility: hidden;
    transition: all .5s cubic-bezier(.65, .05, .36, 1)
}

.home-portfolio .sm-inner.js-active {
    opacity: 1
}

.home-portfolio__left {
    position: relative;
    height: 0;
    padding-bottom: 55%;
    z-index: 2
}

.home-portfolio__left__lg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    perspective: 250px
}

.home-portfolio__left__lg__child {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transform: rotateY(3deg) translateX(24px);
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, .2);
    border: 7px solid #fff;
    background-color: #fff;
    transition: all .2s cubic-bezier(.65, .05, .36, 1)
}

.home-portfolio__left__lg__child:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, .15);
    z-index: 3
}

.home-portfolio__left__sm {
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    right: -130px;
    width: 46%;
    height: 90%;
    perspective: 700px;
    transition: all .2s cubic-bezier(.65, .05, .36, 1)
}

.home-portfolio__left__sm__child {
    background-position: top left;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transform: rotateY(-6deg) translateX(-14px);
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, .2);
    border: 7px solid #fff;
    background-color: #fff;
    transition: all .2s cubic-bezier(.65, .05, .36, 1)
}

.home-portfolio__left__sm__child:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, .15);
    z-index: 3
}

.home-portfolio__left__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .4;
    transition: all .4s cubic-bezier(.65, .05, .36, 1)
}

.home-portfolio__left__view {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #fff;
    transition: all .2s cubic-bezier(.65, .05, .36, 1)
}

.home-portfolio__left__view .btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-weight: 400;
    color: #222
}

.home-portfolio__left__view:hover {
    height: 70px
}

.home-portfolio__right {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.home-portfolio__right .portfolio-toggle {
    position: relative;
    display: flex;
    width: calc(100% - 180px);
    margin-left: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: calc((100% - 210px)/3);
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, .23);
    cursor: pointer;
    padding: 30px;
    border: 10px solid #fff;
    transition: all .2s cubic-bezier(.65, .05, .36, 1)
}

.home-portfolio__right .portfolio-toggle h4 {
    position: relative;
    color: #fff;
    transform: translateY(46px);
    transition: all .2s cubic-bezier(.65, .05, .36, 1)
}

.home-portfolio__right .portfolio-toggle .port-line {
    position: relative;
    height: 3px;
    min-height: 3px;
    background-color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 0;
    transition: all .3s cubic-bezier(.65, .05, .36, 1)
}

.home-portfolio__right .portfolio-toggle p {
    margin-bottom: 0;
    color: #fff;
    text-align: center;
    position: relative;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    transform: translateY(50px) scale(.7);
    transition: all .4s cubic-bezier(.65, .05, .36, 1)
}

.home-portfolio__right .portfolio-toggle:not(.js-active) {
    opacity: .5;
    transform: scale(1)
}

.home-portfolio__right .portfolio-toggle:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    transition: all .2s cubic-bezier(.65, .05, .36, 1)
}

.home-portfolio__right .portfolio-toggle:not(.js-active):hover {
    opacity: 1;
    transform: scale(1.03)
}

.home-portfolio__right .portfolio-toggle:not(.js-active):hover:before {
    opacity: .8
}

.home-portfolio__right .portfolio-toggle.js-active {
    transform: scale(1.06);
    box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, .15)
}

.home-portfolio__right .portfolio-toggle.js-active:before {
    opacity: 1
}

.home-portfolio__right .portfolio-toggle.js-active h4 {
    transform: translateY(0)
}

.home-portfolio__right .portfolio-toggle.js-active .port-line {
    width: 50px;
    opacity: 1
}

.home-portfolio__right .portfolio-toggle.js-active p {
    transform: translateY(0);
    opacity: 1
}

.home-portfolio__right .portfolio-toggle:nth-child(2) {
    margin-top: 35px;
    margin-bottom: 35px
}

.home-portfolio__right .portfolio-toggle:first-of-type:before {
    background-color: #08c068
}

.home-portfolio__right .portfolio-toggle:nth-child(2):before {
    background-color: #ef3f53
}

.home-portfolio__right .portfolio-toggle:last-of-type:before {
    background-color: #f79247
}

.home-why-webredone {
    margin-left: 50px;
    margin-right: 50px;
    position: relative;
    padding-top: 200px;
    padding-bottom: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.home-why-webredone:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(45deg, #08c068, #000000);
    opacity: .7
}

.home-why-webredone .container {
    position: relative
}

.home-why-webredone .sec-title {
    color: #fff
}

.home-why-webredone .sec-title:before {
    background-color: #fff
}

.home-why-webredone .row {
    align-items: stretch
}

.home-why-webredone .sec-title+p {
    text-align: center;
    margin-top: -90px;
    margin-bottom: 50px;
    color: #fff
}

.home-why-webredone .col__inner {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 5px;
    padding: 70px 40px;
    font-size: 22px;
    font-weight: 800;
    color: #000000;
    height: 100%
}

@media(max-width:1520px) {
    .home-why-webredone {
        padding-top: 130px;
        padding-bottom: 130px
    }
}

@media(max-width:1420px) {
    .home-why-webredone .col__inner {
        padding: 40px;
        font-size: 20px
    }
}

@media(max-width:991px) {
    .home-why-webredone .col__inner {
        font-size: 17px;
        padding: 30px 40px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto
    }
}

@media(max-width:767px) {
    .home-why-webredone {
        margin-left: 10px;
        margin-right: 10px;
        padding-top: 90px;
        padding-bottom: 90px
    }

    .home-why-webredone .sec-title+p {
        margin-top: -40px
    }

    .home-why-webredone .row {
        flex-direction: column
    }

    .home-why-webredone .col {
        width: 100%
    }

    .home-why-webredone .col:not(:last-of-type) {
        margin-bottom: 10px
    }

    .home-why-webredone .col__inner {
        width: 100%;
        text-align: center
    }
}

@media(max-width:575px) {
    .home-why-webredone .sec-title+p {
        margin-top: -20px
    }
}

.home-clients {
    position: relative;
    overflow: hidden
}

.feedback__brands {
    padding: 2rem
}

.feedback__brands .row {
    align-items: center
}

.feedback__brands svg,
.feedback__brands img {
    display: block;
    max-width: 240px;
    max-height: 200px;
    margin-left: auto;
    margin-right: auto;
}

.feedback__brands .col:first-of-type path {
    fill: #fff
}

@media(max-width:991px) {
    .hero.hero--homepage {
        text-align: center
    }

    .hero.hero--homepage h1 {
        font-size: 42px
    }

    .hero.hero--homepage .container {
        height: auto !important;
        padding-top: 60px;
        padding-bottom: 70px
    }

    .hero.hero--homepage .hero__content {
        padding-left: 0
    }

    .hero.hero--homepage p {
        margin-left: auto;
        margin-right: auto
    }
}

@media(max-width:991px) {
    .home-what-we-do .icon-card {
        display: flex;
        max-width: 560px
    }

    .home-what-we-do .icon-wrap {
        margin-bottom: 0;
        min-width: 140px;
        height: auto;
        width: auto
    }

    .home-what-we-do .col {
        width: 100%
    }

    .home-what-we-do .col:nth-child(odd) .icon-card {
        flex-direction: row;
        text-align: left
    }

    .home-what-we-do .col:nth-child(odd) .icon-card div:last-of-type {
        padding-left: 50px
    }

    .home-what-we-do .col:nth-child(even) .icon-card {
        flex-direction: row-reverse;
        text-align: right
    }

    .home-what-we-do .col:nth-child(even) .icon-card div:last-of-type {
        padding-right: 50px
    }

    .home-what-we-do .col:not(:last-of-type) {
        margin-bottom: 60px
    }

    .feedback__brands {
        padding: 80px 0
    }

    .feedback__brands svg,
    .feedback__brands img {
        max-width: 170px
    }

    .home-portfolio .sec-title--with-lead+p.lead {
        margin-bottom: 70px
    }

    .home-clients:before {
        font-size: 1100px;
        left: -120px;
        height: 430px
    }
}

@media(max-width:767px) {
    .feedback__brands .col {
        width: 50%
    }

    .feedback__brands .col:nth-child(n+3) {
        margin-top: 30px
    }

    .home-clients:before {
        font-size: 840px;
        left: -90px;
        height: 350px
    }

    .home-portfolio .sec-title--with-lead+p.lead {
        margin-bottom: 60px
    }
}

@media(max-width:575px) {
    .home-what-we-do .icon-wrap {
        margin-bottom: 0;
        width: 110px
    }

    .home-what-we-do .col {
        width: 100%
    }

    .home-what-we-do .col:nth-child(odd) .icon-card div:last-of-type {
        padding-left: 30px
    }

    .home-what-we-do .col:nth-child(even) .icon-card div:last-of-type {
        padding-right: 30px
    }

    .home-portfolio .sec-title--with-lead+p.lead {
        margin-bottom: 50px
    }

    .home-portfolio .btn--grad {
        margin-top: 30px
    }
}

@media(max-width:440px) {
    .home-what-we-do .btn--grad {
        margin-top: 50px
    }

    .home-what-we-do .icon-wrap {
        margin-bottom: 20px
    }

    .home-what-we-do .col:nth-child(odd) .icon-card {
        flex-direction: column
    }

    .home-what-we-do .col:nth-child(odd) .icon-card div:last-of-type {
        padding-left: 0;
        text-align: center
    }

    .home-what-we-do .col:nth-child(even) .icon-card {
        flex-direction: column
    }

    .home-what-we-do .col:nth-child(even) .icon-card div:last-of-type {
        padding-right: 0;
        text-align: center
    }

    .home-what-we-do .col:not(:last-of-type) {
        margin-bottom: 60px
    }

    .feedback__brands {
        padding: 80px 0
    }

    .feedback__brands .col {
        width: 100%
    }

    .feedback__brands .col:not(:last-of-type) {
        margin-bottom: 40px
    }

    .feedback__brands .col:nth-child(n+3) {
        margin-top: 0
    }
}

.feedback-slider {
    position: relative;
    z-index: 2;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto
}

.feedback-slider>div {
    position: relative;
    width: 100% !important;
    max-width: 100% !important;
    height: 370px;
    transform: none !important
}

.feedback-slider>div>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    min-width: 100% !important;
    height: 100%
}

.feedback-slider .feedback__slide {
    text-align: center;
    opacity: 0 !important;
    backface-visibility: hidden;
    transition: all .3s ease-in-out
}

.feedback-slider .feedback__slide.active {
    opacity: 1 !important
}

.siema-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto
}

.siema-pagination button {
    position: relative;
    display: block;
    padding: 0 !important;
    z-index: 1;
    cursor: pointer;
    width: 18px;
    min-width: 18px;
    height: 18px;
    min-height: 18px;
    border-radius: 50%;
    border: 0;
    background: #ccc;
    font-size: 0;
    color: transparent;
    cursor: pointer;
    margin: 0 6px
}

.siema-pagination button.active {
    background: #08c068
}

.feedback {
    user-select: none
}

.feedback__avatar {
    display: inline-flex;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    border: 4px solid #f2edf5;
    margin-bottom: 00px
}

.feedback__txt {
    font-style: italic;
    font-size: 24px;
    margin-bottom: 0px;
    color: #4e4d4d
}

.feedback__who {
    color: #222;
    font-weight: 400
}

.feedback__who em {
    color: #555
}

.feedback__who strong {
    font-weight: 700;
    color: #08c068
}

@media(max-width:991px) {
    .feedback__txt {
        font-size: 20px;
        padding-left: 10px;
        padding-right: 10px
    }
}

@media(max-width:767px) {
    .feedback__txt {
        font-size: 18px
    }
}

@media(max-width:450px) {
    .feedback-slider>div {
        height: 410px
    }
}

@media(max-width:520px) {
    .feedback-slider>div {
        height: 200px
    }
}