
.page-title {
    margin-top: 0 !important
}

.section-inner1280 {
    min-height: 100vh;
    display: flex;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto
}

.half-section {
    width: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column
}

.section-title {
    font-size: 40px;
    color: #333856;
    text-transform: uppercase;
    text-align: center !important;
    padding-bottom: 40px
}

.subtitle {
    font-size: 20px;
    color: #ffc20c;
    line-height: 1.2;
    padding-bottom: 33px
}

.paragraph {
    font-size: 16px;
    color: #222222;
    text-align: left;
    padding-bottom: 25px;
    line-height: 1.5
}

.half-section1 {
    padding-right: 80px
}

.half-section2 {
    padding-left: 80px
}

.half-section-img {
    max-width: 100%;
    height: auto !important;
    display: block
}

.section-inner1120 {
    min-height: 100vh;
    display: flex;
    max-width: 1120px;
    width: 100%;
    margin: 0 auto
}

.section-inner-what {
    flex-direction: column;
    justify-content: center
}

.design-dev-wrapp {
    display: flex;
    flex-direction: row
}

.design-dev-wrapp-single {
    flex: .5;
    padding: 80px 40px 40px;
    margin: 40px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .1);
    background: #fff
}

.design-dev-wrapp-single ol {
    list-style-type: none;
    padding: 0
}

.what-icon {
    display: block;
    margin: 0 auto;
    width: 100px;
    height: auto
}

.section-title-design-dev {
    text-align: center;
    margin: 0 auto;
    z-index: 3;
    position: relative
}

.mobile-center {
    margin-left: auto;
    margin-right: auto;
    text-align: center !important
}

.design-dev-wrapp-single ol {
    margin-top: 80px;
    margin-bottom: 80px
}

.design-dev-wrapp-single ol li {
    font-size: 20px;
    color: #333856;
    line-height: 36px
}

.design-dev-wrapp-single ol li span {
    color: #ffc20c;
}

.design-dev-wrapp-single-title {
    font-size: 16px;
    color: gray;
    text-transform: uppercase;
    line-height: 1.5;
    text-align: center;
    display: block;
    margin-bottom: 60px
}

.design-dev-wrapp-single hr {
    border-color: #d7d9d9;
    color: #d7d9d9;
    border-top: 1px #d7d9d9;
    background: #d7d9d9;
    height: 1px;
    padding: 0
}

.design-dev--bottom-graphic {
    background-image: -moz-linear-gradient(0deg, rgb(255, 204, 12) 14%, rgb(51, 56, 86) 71%);
    background-image: -webkit-linear-gradient(0deg, rgb(255, 204, 12) 14%, rgb(51, 56, 86) 71%);
    background-image: -ms-linear-gradient(0deg, rgb(255, 204, 12) 14%, rgb(51, 56, 86) 71%);
    background-size: 300%;
    animation: Gradient 10s ease infinite;
    display: block;
    width: 100%;
    height: 10px
}

.half-section-img {
    position: relative;
    z-index: 2;
    margin: 0
}

.half-section-img-wrapp {
    display: inline-block;
    position: relative
}

.half-section-img-wrapp::before {
    display: block;
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    bottom: 3px;
    right: 3px;
    background-image: -moz-linear-gradient(0deg, rgb(255, 204, 12) 14%, rgb(51, 56, 86) 71%);
    background-image: -webkit-linear-gradient(0deg, rgb(255, 204, 12) 14%, rgb(51, 56, 86) 71%);
    background-image: -ms-linear-gradient(0deg, rgb(255, 204, 12) 14%, rgb(51, 56, 86) 71%);
    background-size: 300%;
    animation: Gradient 10s ease infinite;
    z-index: 1
}

.blue-section {
    background: #333856
}

.circle-position {
    left: -200px !important
}

.why-wrapp--circle-box--cirle-outer {
    width: 560px;
    height: 560px;
    background: #fff;
    border-radius: 50%;
    position: relative;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .1)
}

.why-wrapp {
    display: flex;
    flex-direction: row;
    width: 100%
}

.why-wrapp--circle-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 4;
    position: relative
}

.why-wrapp--circle-box--color-circle {
    display: block;
    position: relative;
    width: calc(100% - 80px);
    margin: 40px;
    height: calc(100% - 80px);
    border-radius: 50%;
    padding: 10px
}

.mothodologies-wrapp--circle svg {
    transform-origin: center
}

@keyframes rotate-circle {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.why-wrapp--circle-box--inner-circle {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    justify-content: center;
    flex-direction: column;
    align-items: center
}

.why-wrapp--cards-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1
}

.why-wrapp--cards-box--single {
    font-size: 20px;
    color: #333856;
    background: #fff;
    text-align: right;
    padding-right: 80px;
    margin: 80px 0;
    height: 80px;
    width: 100%;
    line-height: 80px
}

.why-wrapp--cards-box--single--numbering {
    color: #ffc20c
}

.why-wrapp--cards-box--single {
    width: 130%;
    margin-left: -30%;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .1)
}

.why-wrapp--cards-box--single3 {
    transform-origin: right top;
    transform: rotate(11deg);
    z-index: 1;
    position: relative
}

.why-wrapp--cards-box--single1 {
    transform-origin: right bottom;
    transform: rotate(-11deg);
    z-index: 3;
    position: relative
}

.why-wrapp--cards-box--single2 {
    position: relative;
    z-index: 2
}

.why-wrapp--circle-box--color-circle2 {
    border: 10px solid;
    border-image: linear-gradient(0deg, rgb(241, 102, 85) 14%, rgb(51, 56, 86) 71%) 1;
    border-radius: 50%;
    width: 100px;
    height: 100px
}

.mothodologies-wrapp--circle-box {
    width: 520px
}

.mothodologies-wrapp--circle {
    position: relative
}

.mothodologies-wrapp--circle svg {
    display: block;
    width: 528px;
    height: 528px;
    left: 0;
    top: 0;
    position: absolute
}

.mothodologies-single {
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .1);
    width: 250px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #333856;
    background: #fff;
    position: absolute;
    z-index: 3
}

.mothodologies-single-numbering {
    color: #ffc20c;
}

.mothodologies-single01 {
    right: -90px;
    top: 120px
}

.mothodologies-single02 {
    right: -90px;
    top: 300px
}

.mothodologies-single03 {
    bottom: -36px;
    left: calc(50% - 125px)
}

.mothodologies-single04 {
    left: -90px;
    top: 300px
}

.mothodologies-single05 {
    left: -90px;
    top: 120px
}

.mothodologies-wrapp--circle {
    height: 520px;
    width: 520px
}

.mothodologies-single-numbering {
    padding-right: .3em
}

.metodologies-inner {
    display: block
}

.metodologies-inner--flex {
    display: flex;
    flex-direction: row
}

.waterfall-single {
    background: #fff;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .1);
    width: 250px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #333856;
    margin-bottom: 40px;
    z-index: 1;
    position: relative
}

.waterfall-wrapp {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex
}

.waterfall-wrapp--vertical-align {
    position: relative;
    width: 560px;
    max-width: 100%
}

.waterfall-wrapp--vertical-align::before {
    content: "";
    display: block;
    height: 100%;
    width: 10px;
    background-image: -moz-linear-gradient(90deg, rgb(254, 194, 12) 14%, rgb(51, 56, 86) 71%);
    background-image: -webkit-linear-gradient(90deg, rgb(254, 194, 12) 14%, rgb(51, 56, 86) 71%);
    background-image: -ms-linear-gradient(90deg, rgb(254, 194, 12) 14%, rgb(51, 56, 86) 71%);
    position: absolute;
    top: 40px;
    left: 110px;
    z-index: 0;
    transform: rotate(-35deg);
    transform-origin: top
}

.waterfall-single05 {
    margin-left: auto
}

.waterfall-single04 {
    margin-left: calc(100% - 330px)
}

.waterfall-single03 {
    margin-left: calc(100% - 405px)
}

.waterfall-single02 {
    margin-left: calc(100% - 480px)
}

.section-inner--tools-we-use {
    display: flex;
    flex-direction: row
}

.section-inner--tools-we-use-reverse {
    display: flex;
    flex-direction: column
}

.section-inner--tools-we-use-reverse .section-inner--half-first {
    padding-right: 0 !important
}

.section-inner--tools-we-use-reverse .section-inner--half-second {
    padding-left: 0 !important
}

.section-inner--half {
    flex: 1
}

.section-inner--half-first {
    padding-right: 80px;
    display: flex;
    justify-content: center;
    flex-direction: column
}

.section-inner--half-second {
    padding-left: 80px
}

.section-inner--tools-we-use .section-inner--half-first .section-title {
    color: #333856
}

.tools-we-use-logos hr {
    border-color: #d7d9d9;
    color: #d7d9d9;
    border-top: 1px #d7d9d9;
    background: #d7d9d9;
    height: 1px;
    padding: 0
}

.tools-we-use-logos .tools-we-use-logos--single {
    float: left;
    width: 50%;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 120px
}

.section-inner--tools-we-use .section-inner--half-second {
    display: flex;
    justify-content: center;
    flex-direction: column
}

.agency-to-agency--contact-wrapp {
    background-image: linear-gradient(-45deg, rgb(254, 194, 12) 14%, rgb(51, 56, 86) 71%);
    background-image: -moz-linear-gradient(-45deg, rgb(254, 194, 12) 14%, rgb(51, 56, 86) 71%);
    background-image: -webkit-linear-gradient(-45deg, rgb(254, 194, 12) 14%, rgb(51, 56, 86) 71%);
    background-image: -ms-linear-gradient(-45deg, rgb(254, 194, 12) 14%, rgb(51, 56, 86) 71%);
    background-size: 300%;
    animation: Gradient 15s ease infinite;
    padding-top: 160px;
    padding-bottom: 160px
}

.agency-to-agency--contact-inner {
    width: 960px;
    max-width: 90%;
    border-radius: 100px;
    padding-left: 80px;
    padding-right: 80px;
    background: #fff;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    height: 160px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .1)
}

.agency-to-agency--contact-inner .section-title {
    max-width: 475px;
    margin-top: auto;
    margin-bottom: auto;
    padding: 0
}

.home-btn--agency-to-agency {
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    height: 50px;
    line-height: 50px;
    width: 190px;
    font-weight: 300;
    font-size: 14px !important;
    margin-right: 0
}

.agency-bottom-nav {
    height: 120px;
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 0;
    max-width: 1200px;
    margin: 0 auto
}

.agency-bottom-nav--link {
    font-size: 16px;
    color: gray;
    text-decoration: none !important;
    font-weight: 300;
    margin: auto 19px;
    transition: all .3s ease-out
}

.agency-bottom-nav--link:hover {
    color: #f16655;
    text-decoration: underline !important
}

.agency-bottom-nav--link1 {
    margin-left: 0
}

.agency-bottom-nav--link3 {
    margin-left: auto
}

.agency-bottom-nav--link4 {
    margin-right: 0
}

.metodologies--section-title {
    margin: 0 auto;
    text-align: center !important;
    padding-top: 120px;
    margin-bottom: 0;
    padding-bottom: 0
}

.metodologies-section--subtitle {
    margin: 0 auto;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 60px
}

.section-inner--half--grid--single {
    width: 25%;
    float: left
}

.section-inner--half--grid--single img {
    display: block;
    max-width: 100%;
    padding: 5px
}

.blue-section-triangle {
    position: relative
}

.blue-section-triangle--img {
    position: absolute;
    bottom: -110px;
    width: 250%;
    left: 50%;
    transform: translate(-50%, 0);
    display: block;
    z-index: 1
}

.design-dev-wrapp-single {
    position: relative;
    z-index: 2
}

.agency-for-agency-section1 {
    position: relative;
    z-index: 3
}

.mouse {
    position: absolute;
    width: 20px;
    height: 36px;
    bottom: 40px;
    left: 50%;
    margin-left: -10px;
    border-radius: 10px;
    border: 1px solid #fff;
    -webkit-animation: intro 1s;
    animation: intro 1s
}

.scroll {
    display: block;
    width: 4px;
    height: 4px;
    margin: 6px auto;
    border-radius: 4px;
    background: #fff;
    -webkit-animation: finger 1.7s infinite;
    animation: finger 1.7s infinite
}

@-webkit-keyframes intro {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes intro {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes finger {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@keyframes finger {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

.page-title-agency-for-agency {
    position: relative;
    height: 600px;
    z-index: 3
}

.agency-for-agency--dagency-logo {
    position: absolute;
    top: 26px;
    left: 40px
}

.page-title-wrapp-agency-for-agency {
    margin: 0 auto !important;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column
}

.page-main-title-agency-for-agency {
    margin: 0;
    padding: 0;
    max-width: 924px
}

.agency-for-agency-section1 {
    position: relative
}

.agency-for-agency-section1--arow-down {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translate(-50%, 0)
}

.section-inner-what {
    max-width: 960px !important
}

.section-title-why-us {
    padding-bottom: 0
}

.half-section1 .subtitle {
    color: #333856
}

.mothodologies-wrapp--circle-box {
    margin-bottom: 32px
}

.waterfall-single05 {
    margin-bottom: 0
}

.why-wrapp--circle-box--color-circle--2 svg {
    animation: rotate-circle 10s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.row > .column {
    padding: 0 8px
}

.row:after {
    content: "";
    display: table;
    clear: both
}

.column {
    float: left;
    width: 25%
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, .85)
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: calc(100% - 160px);
    max-width: 1e3px
}

.close {
    color: #fff;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: 700
}

.close:hover, .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer
}

.mySlides {
    display: none
}

.modal .prev, .modal .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    transition: all .3s ease-out !important
}

.modal .prev {
    left: -70px
}

.modal .next {
    right: -70px;
    border-radius: 3px 0 0 3px
}

.modal .prev:hover {
    transform: translate(-10px, 0)
}

.modal .next:hover {
    transform: translate(10px, 0)
}

.caption-container {
    text-align: center;
    background-color: #000;
    padding: 2px 16px;
    color: #fff
}

img.demo {
    opacity: .6
}

.active, .demo:hover {
    opacity: 1
}

img.hover-shadow {
    transition: .3s
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

[data-aos=fade-up2] {
    transform: translateY(40px)
}

[data-aos=fade-up20] {
    transform: translateY(20px)
}

[data-aos^=zoom][data-aos^=zoom] {
    opacity: 1 !important
}

.why-wrapp--circle-box--cirle-outer {
    opacity: 0;
    transform: scale(.8)
}

.agency-to-agency--contact-inner {
    width: 160px
}

.agency-to-agency--contact-inner .section-title, .agency-to-agency--contact-inner .home-btn--agency-to-agency {
    opacity: 0
}

@media only screen and (min-width: 1100px) {
    .mobile-center {
        text-align: left !important
    }

    .why-wrapp--circle-box {
        margin: 0 auto
    }

    .why-wrapp--cards-box {
        display: flex
    }

    .why-wrapp {
        position: relative
    }

    .why-wrapp--cards-box {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 50%;
        width: 560px
    }

    .why-wrapp--cards-box--single {
        margin-bottom: 0;
        transform: rotate(0);
        margin-top: 0
    }

    .why-wrapp--cards-box--single1 {
        position: absolute;
        left: -200px;
        top: calc(50% - 40px);
        opacity: 0
    }

    .why-wrapp--cards-box--single2 {
        position: absolute;
        left: -200px;
        top: calc(50% - 40px);
        opacity: 0
    }

    .why-wrapp--cards-box--single3 {
        position: absolute;
        left: -200px;
        top: calc(50% - 40px);
        opacity: 0
    }
}

@media only screen and (max-width: 1024px) {
    #shape {
        stroke-dashoffset: 0
    }
}

@media only screen and (min-width: 1100) {
    .section-inner1280 {
        min-height: 800px
    }

    .section-inner1120 {
        min-height: 800px
    }
}

@media only screen and (max-width: 1360px) {
    .section-inner1280 {
        padding-left: 80px;
        padding-right: 80px
    }
}

@media only screen and (max-width: 1280px) {
    .metodologies-inner--flex {
        display: block
    }

    .waterfall-wrapp {
        padding-top: 120px;
        padding-bottom: 80px;
        margin-left: 0
    }

    .why-wrapp--cards-box {
        left: 45%
    }
}

@media only screen and (max-width: 1099px) {
    .circle-position {
        left: 0 !important
    }

    .align-left-mobile {
        width: 90%;
        max-width: 540px;
        margin-left: auto;
        margin-right: auto
    }

    .align-left-mobile .why-wrapp--circle-box--color-circle--2 {
        margin-left: 0;
        padding-left: 0
    }

    .align-left-mobile .why-wrapp--circle-box--inner-circle {
        align-items: flex-start
    }

    .align-left-mobile .why-wrapp--circle-box--inner-circle .section-title-why-us {
        width: 100%;
        margin-left: 0
    }

    .why-wrapp--cards-box--single {
        transform: none !important
    }

    .why-wrapp--circle-box--cirle-outer {
        background: 0 0 !important;
        box-shadow: none !important
    }

    .half-section1 {
        padding-right: 0;
        padding-top: 120px
    }

    .section-inner1280 {
        display: block;
        max-width: 540px;
        width: 90%;
        padding: 0
    }

    .half-section {
        width: 100%
    }

    .half-section2 {
        padding-left: 0
    }

    .agency-for-agency-section1 {
        padding-bottom: 160px
    }

    .blue-section-triangle--img {
        width: auto;
        height: calc(100% + 120px)
    }

    .section-title {
        font-size: 30px;
        max-width: 90%;
        padding-bottom: 90px
    }

    .why-wrapp--cards-box--single {
        margin: 10px 0
    }

    .why-wrapp {
        padding-bottom: 120px
    }

    .why-wrapp--cards-box--single {
        text-align: left;
        padding-left: 40px
    }

    .section-inner--half-first {
        padding-right: 0
    }

    .home-btn, .home-btn:visited {
        margin: 20px auto 0 !important
    }

    .agency-bottom-nav {
        height: 120px;
        width: 90%
    }

    .agency-bottom-nav--link {
        font-size: 14px
    }

    .agency-to-agency--contact-inner {
        height: auto;
        border-radius: 0;
        padding: 40px;
        display: block
    }

    .design-dev-wrapp {
        display: block;
        max-width: 480px;
        width: 90%;
        margin: 0 auto
    }

    .design-dev-wrapp-single {
        width: 100%;
        margin: 0
    }

    .design-dev-wrapp-single:first-child {
        margin-bottom: 30px
    }

    .section-inner--tools-we-use {
        padding-top: 90px
    }

    .section-inner--tools-we-use-reverse {
        padding-top: 90px
    }

    .section-inner--half-second {
        padding-left: 0
    }

    .why-us-section .why-wrapp--circle-box--color-circle svg {
        display: none
    }

    .why-wrapp--circle-box--cirle-outer {
        width: auto;
        height: auto;
        background: 0 0
    }

    .why-wrapp--circle-box {
        display: block
    }

    .section-title-why-us {
        color: #fff;
        margin: 0 auto;
        text-align: center
    }

    .why-wrapp {
        padding-top: 120px
    }

    .why-us-section {
        min-height: 0;
        display: block
    }

    .why-wrapp--cards-box {
        position: relative;
        left: 0;
        width: 100%
    }

    .why-wrapp--cards-box--single1, .why-wrapp--cards-box--single2, .why-wrapp--cards-box--single3 {
        transform: rotate(0);
        position: relative;
        top: 0;
        left: 0
    }

    .why-wrapp {
        display: block
    }

    .why-wrapp--circle-box--cirle-outer {
        opacity: 1;
        transform: scale(1)
    }

    .why-wrapp--cards-box--single {
        width: 100%;
        margin-left: 0
    }
}

.waterfall-wrapp--vertical-align::before {
    height: 0;
    transform: height .3s ease-out
}

.aos-animate.waterfall-wrapp--vertical-align::before {
    height: 100%
}

@media only screen and (max-width: 1100px) {
    .waterfall-wrapp--vertical-align::before {
        height: 100%
    }
}

.section-inner--half--grid--single {
    position: relative;
    cursor: pointer
}

.section-inner--half--grid--single:hover::after {
    z-index: -1;
    background: 0 0;
    transition: all .3s ease-out
}

.section-inner--half--grid--single:hover::after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .2);
    z-index: 3
}

@media only screen and (min-width: 750px) {
    .custom-alignment h3 {
        text-align: center !important;
        padding-top: 40px
    }

    .custom-alignment p {
        text-align: center;
        max-width: 50%;
        margin-left: auto;
        margin-right: auto
    }

    .pading-bottom-40 {
        padding-bottom: 40px
    }
}

@media only screen and (max-width: 750px) {
    .mothodologies-wrapp--circle-box {
        width: 300px;
        margin: 0 auto
    }

    .mothodologies-wrapp--circle {
        height: 300px;
        margin: 0 auto !important;
        width: 300px;
        display: block
    }

    .mothodologies-wrapp--circle svg {
        display: block;
        width: 300px;
        height: 300px
    }

    .mothodologies-single {
        box-shadow: 0 0 40px 0 rgba(0, 0, 0, .1);
        width: 120px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 12px;
        color: #333856;
        background: #fff;
        position: absolute;
        z-index: 3
    }

    .mothodologies-single01 {
        right: -41px;
        top: 70px
    }

    .mothodologies-single02 {
        right: -41px;
        top: 180px
    }

    .mothodologies-single03 {
        bottom: -9px;
        left: calc(50% - 60px)
    }

    .mothodologies-single04 {
        left: -41px;
        top: 180px
    }

    .mothodologies-single05 {
        left: -41px;
        top: 70px
    }

    .waterfall-wrapp--vertical-align::before {
        height: 100%
    }

    .waterfall-wrapp--vertical-align {
        position: relative;
        width: 300px
    }

    .waterfall-single {
        width: 120px;
        font-size: 12px;
        height: 40px;
        margin-bottom: 20px
    }

    .waterfall-single05 {
        margin-left: auto
    }

    .waterfall-single04 {
        margin-left: auto;
        left: -43px
    }

    .waterfall-single03 {
        margin-left: auto;
        margin-right: auto
    }

    .waterfall-single02 {
        margin-left: 0;
        left: 43px
    }

    .waterfall-wrapp--vertical-align::before {
        top: 20px;
        left: 50px;
        transform: rotate(-38deg)
    }

    .why-wrapp--circle-box--cirle-outer {
        box-shadow: 0
    }

    .tools-we-use-logos--single img {
        max-width: 70%
    }

    .section-inner1280 {
        min-height: auto
    }

    .section-inner--tools-we-use {
        padding-bottom: 80px
    }

    .section-inner--tools-we-use-reverse {
        padding-bottom: 80px
    }

    .section-title {
        padding-bottom: .5em
    }

    .section-inner--tools-we-use.section-inner--half-second {
        padding-top: 1em
    }

    .section-inner--tools-we-use-reverse.section-inner--half-second {
        padding-top: 1em
    }

    .metodologies--section-title {
        padding-top: 80px
    }

    .why-wrapp--cards-box--single {
        font-size: 15px
    }

    .why-wrapp--cards-box--single {
        padding-right: 0
    }

    .section-title-design-dev {
        padding-bottom: 40px
    }

    #shape {
        stroke-width: 12px
    }

    .agency-to-agency--contact-wrapp {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .agency-bottom-nav {
        height: auto;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 32px auto
    }

    .agency-bottom-nav--link {
        margin: 16px 0
    }
}

@media only screen and (max-width: 380px) {
    .mothodologies-wrapp--circle {
        height: 250px;
        margin: 0 auto !important;
        width: 250px;
        display: block
    }

    .mothodologies-wrapp--circle-box {
        width: 250px
    }

    .mothodologies-wrapp--circle svg {
        display: block;
        width: 250px;
        height: 250px
    }

    .mothodologies-single01 {
        right: -28px;
        top: 70px
    }

    .mothodologies-single02 {
        right: -28px;
        top: 140px
    }

    .mothodologies-single04 {
        left: -28px;
        top: 140px
    }

    .mothodologies-single05 {
        left: -28px;
        top: 70px
    }
}

@media only screen and (max-width: 900px) {
    .section-inner--half--grid {
        scroll-snap-points-y: repeat(80vw);
        scroll-snap-type: x mandatory;
        overflow-x: scroll;
        display: flex;
        width: 100vw;
        height: 60vw
    }

    .section-inner--half--grid--single {
        float: none;
        min-width: 80vw;
        scroll-snap-align: start
    }

    .section-inner--half--grid--single, .section-inner--half--grid--single:hover::after {
        cursor: default;
        background: 0 0
    }
}

@media only screen and (min-width: 1024px) {
    .mothodologies-wrapp--circle.aos-animate svg {
        animation: rotate-circle 5s linear infinite;
        animation-delay: 1.4s
    }

    #shape {
        stroke-dasharray: 902 904;
        stroke-dashoffset: 903;
        transform-origin: center center;
        transform: rotate(-90deg)
    }

    .mothodologies-wrapp--circle.aos-animate #shape {
        animation: ijeHSOQm_draw 1200ms linear 0ms forwards
    }

    @keyframes ijeHSOQm_draw {
        100% {
            stroke-dashoffset: 0
        }
    }.waterfall-wrapp--vertical-align::before {
         height: 0;
         transition: height 1s linear;
         transition-delay: 1.4s
     }

    .waterfall-wrapp--vertical-align.aos-animate::before {
        height: 100%
    }
}
