body.page-template-capabilities-landing-pages {
    line-height: 1.2297;
    height: 100%;
    display: block !important
}

.page-template-capabilities-landing-pages .home {
    height: 100%;
    width: 100%;
    opacity: 1;
    position: relative;
    margin-bottom: -25px
}

.container_box, .container_menu, .container_on_menu, .container_title_home_slice, .lightbox, .slide_home, .title_home {
    overflow: hidden
}

.rectangle_blanc_background_anim {
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #fff;
    position: absolute
}

.rectangle_blanc_background_anim.anim {
    animation: rectangle_blanc_background_anim 1s cubic-bezier(1, .2, .3, 1) forwards;
    -webkit-animation: rectangle_blanc_background_anim 1s cubic-bezier(1, .2, .3, 1) forwards
}

.container_svg_round_img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1
}

.container_svg_round_img.anim {
    animation: container_background_img_home_anim 1s cubic-bezier(1, .2, .3, 1) forwards;
    -webkit-animation: container_background_img_home_anim 1s cubic-bezier(1, .2, .3, 1) forwards
}

.svg_round_img {
    width: 100%
}

svg:not(:root) {
    overflow: hidden
}

.container_background_img_home {
    height: 100%;
    width: 100%;
    transform: scale(1.05);
    transition: all 1s ease
}

.container_background_img_home.anim {
    transform: scale(1)
}

.background_img_home, .webdesign-cover {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.webdesign-cover {
    background-image: url(//artversion.com/wp-content/themes/artversion/css/../images/campain/web-design/webdesign-cover.jpg)
}

.lightshow_full {
    min-height: 100%;
    min-width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1
}

.transp-canvas {
    opacity: .8
}

.maven_b {
    font-family: maven_b
}

.container_text_home {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #4e504e;
    z-index: 3;
    opacity: 1;
    width: 100%
}

.title_home {
    margin-top: 14px;
    font-size: 100px;
    opacity: 0;
    height: 120px;
    display: inline-block
}

.title_home.anim_1 {
    animation: container_text_home_anim_1 .1s linear forwards;
    -webkit-animation: container_text_home_anim_1 .1s linear forwards;
    opacity: 0;
    color: #fff
}

.home h1, .home h2 {
    line-height: 40px
}

.subtitle_home {
    opacity: 0;
    font-size: 30px;
    color: #fff
}

.subtitle_home.anim {
    animation: subtitle_home_anim .5s ease forwards;
    -webkit-animation: subtitle_home_anim .5s ease forwards
}

.container_title_home_slice {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.title_home_slice_1, .title_home_slice_2 {
    overflow: hidden;
    font-size: 100px;
    position: relative;
    height: 50px
}

.title_home_slice_1.white, .title_home_slice_2.white {
    opacity: 1;
    font-size: 100px
}

.title_home_slice_1, .title_home_slice_1.white, .title_home_slice_2, .title_home_slice_2.white {
    min-width: 900px
}

.text_title_home_slice {
    transition: margin-top .3s ease-out
}

.title_home_slice_1 .text_title_home_slice.anim {
    margin-top: -18px
}

.bar_title_home_slice {
    width: 0;
    height: 4px;
    background-color: #bdb099;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.bar_title_home_slice.anim {
    animation: bar_title_home_slice_anim .75s ease forwards;
    -webkit-animation: bar_title_home_slice_anim .75s ease forwards
}

.title_home_slice_2 .text_title_home_slice {
    margin-top: -120px
}

.title_home_slice_2 .text_title_home_slice.anim {
    margin-top: -68px
}

.slide_home {
    opacity: 0;
    position: absolute;
    width: 66px;
    height: 66px;
    border-radius: 100px;
    background-color: #fff;
    cursor: pointer;
    z-index: 2;
    bottom: -66px;
    left: 50%;
    transform: translate(-50%);
    transition: all .45s ease-out
}

.slide_home.anim {
    bottom: 60px;
    opacity: 1
}

.slide_home svg {
    height: 26px;
    width: 12px;
    fill: #bdb099;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .7s ease-out
}

.slide_home.anim svg {
    top: 50%
}

.page-outer {
    position: relative
}

.landing-page-outer {
    padding-top: 65px
}

.landing-grid {
    display: -ms-grid;
    display: grid;
    grid-gap: 30px
}

/*.landing-grid-webdesign {*/
/*-ms-grid-columns: 1fr 1fr;*/
/*grid-template-columns: 1fr 1fr;*/
/*-ms-grid-rows:(600px) [ 2 ] auto (600 px) [ 4 ] auto 600 px;*/
/*grid-template-rows: repeat(2, 600px) auto repeat(4, 600px) auto 600px;*/
/*grid-template-areas: "a b" "c c" "d d" "e f" "g h" "i j" "k k" "l l" "m n";*/
/*padding-bottom: 30px*/
/*}*/

.landing-grid-webdesign2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-template-areas: "o p"
}

.g1a_a {
    -ms-grid-column: 1;
    grid-area: a
}

.g1a_a, .g1a_b {
    -ms-grid-row: 1
}

.g1a_b {
    -ms-grid-column: 2;
    grid-area: b
}

.g1a_c {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: c
}

.g1a_d {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: d
}

.g1a_e {
    -ms-grid-column: 1;
    grid-area: e
}

.g1a_e, .g1a_f {
    -ms-grid-row: 4
}

.g1a_f {
    -ms-grid-column: 2;
    grid-area: f
}

.g1a_g {
    -ms-grid-column: 1;
    grid-area: g
}

.g1a_g, .g1a_h {
    -ms-grid-row: 5
}

.g1a_h {
    -ms-grid-column: 2;
    grid-area: h
}

.g1a_i {
    -ms-grid-column: 1;
    grid-area: i
}

.g1a_i, .g1a_j {
    -ms-grid-row: 6
}

.g1a_j {
    -ms-grid-column: 2;
    grid-area: j
}

.g1a_k {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: k
}

.g1a_l {
    -ms-grid-row: 8;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: l
}

.g1a_m {
    -ms-grid-column: 1;
    grid-area: m
}

.g1a_m, .g1a_n {
    -ms-grid-row: 9
}

.g1a_n {
    -ms-grid-column: 2;
    grid-area: n
}

.g1a_process {
    -ms-grid-row: 10;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: q
}

.g1a_o {
    -ms-grid-column: 1;
    grid-area: o
}

.g1a_o, .g1a_p {
    -ms-grid-row: 1
}

.g1a_p {
    -ms-grid-column: 2;
    grid-area: p
}

.landing-grid-webdesign .landing-block {
    padding: 30px
}

.landing-block.image-on-bottom {
    padding: 0
}

.landing-block.big-title-and-blurb.dark-bg-block p {
    color: #fff
}

.flex-height-image {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.intertitle {
    padding: 40px;
    text-align: center
}

.landing-block.webdev-slider {
    padding: 0;
    overflow: hidden
}

.landing-block.big-title-and-blurb {
    padding: 60px
}

.fullsize-bg-image {
    background-size: cover;
    background-position: 50%
}

.landing-grid-webdesign .landing-block.g1a_l {
    padding-top: 40px;
    padding-bottom: 40px
}

.landing-grid h2, .landing-grid h3, .landing-grid h4, .landing-grid h5, .landing-grid h6 {
    color: inherit
}

.landing-block.our-process h2, .landing-block.our-process h2 .bigspan {
    text-align: center;
    color: #000
}

.landing-block.our-process {
    max-width: 100%;
    padding-bottom: 40px
}

.clutch-widget.medium-widget {
    max-width: 100%;
    width: 285px
}

.page-template-capabilities-landing-pages .clutch-widget.medium-widget iframe {
    height: 350px !important
}

.flex-1 {
    -ms-flex: 1;
    flex: 1
}

.align-items-end {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end
}

.object-fit-contain {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%
}

.object-position-right {
    -o-object-position: right bottom;
    object-position: right bottom
}

.mobile-br {
    display: none
}

.block-p-2-wide {
    display: block;
    margin: auto;
    max-width: 700px
}

.intertitle h2 {
    font-size: 35px;
    font-weight: 700;
    padding: 0;
    margin: 0 0 20px
}

.intertitle h3 {
    font-size: 20px;
    font-weight: 400;
    padding: 0;
    margin: 0
}

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0)
}

.owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%)
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.webdev-owl-slide {
    width: 100%;
    min-height: 601px;
    display: block;
    padding: 30px;
    text-align: center;
    color: #fff
}

.owl-carousel .owl-item .webdev-owl-slide img {
    display: inline
}

.valign-center, .webdev-owl-slide.valign-center {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.webdev-owl-slide a {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin-top: 30px;
    color: #fff
}

.webdev-owl-slide h2 {
    font-size: 30px;
    margin-top: 30px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff
}

.webdev-owl-slide h2 a {
    font-size: 30px;
    font-weight: inherit
}

.scroll-slide-image-container {
    overflow: hidden
}

.scroll-slide-image {
    background-size: cover
}

.desktopIcon.landing-block-icon {
    max-width: 300px;
    height: 100%;
    width: 100%;
    overflow: hidden;
    text-align: center
}

.desktopIcon, .desktopIcon svg {
    min-height: 205px;
    min-width: 255px
}

.landing-block.big-title-and-blurb > div {
    max-width: 100%
}

.landing-block.big-title-and-blurb h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 40px;
    line-height: 1
}

.landing-block.big-title-and-blurb p {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px
}

.bigtext, .g1a_i p, p.bigtext {
    font-size: 30px !important;
    font-weight: 700;
    line-height: 2
}

.teal-highlight {
    display: inline-block;
    padding: 0 .5em
}

.object-fit-cover {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: 100%
}

.landing-block.full-image-block, .landing-block.fullsize-bg-image {
    padding: 0
}

.display-none-on-desktop {
    display: none
}

.landing-block.fullsize-bg-image h2, .landing-block.fullsize-bg-image h3 {
    padding: 0;
    margin: 0;
    line-height: 1.2
}

.landing-block.fullsize-bg-image h2 {
    font-size: 35px;
    font-weight: 700
}

.landing-block.fullsize-bg-image h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 40px
}

.two-thirds-wide-desktop {
    width: 66%;
    font-weight: 500;
    font-size: 18px
}

.landing-block.fullsize-bg-image a, .landing-block.fullsize-bg-image a:visited {
    display: inline-block;
    padding: 20px 30px;
    margin-top: 40px
}

.landing-block.fullsize-bg-image a:active, .landing-block.fullsize-bg-image a:focus, .landing-block.fullsize-bg-image a:hover {
    text-decoration: none
}

.page-template-capabilities-landing-pages, .page-template-capabilities-landing-pages .content-sidebar-wrap, .page-template-capabilities-landing-pages .site-container {
    overflow: initial !important
}

.webdesign-process-track {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 30px;
    background: #fff
}

.webdesign-process-track h2, .webdesign-process-track h3 {
    font-weight: 900;
    font-size: 1.4em
}

.process-step-card {
    width: 100%
}

.process-step-card:nth-of-type(odd) .process-step-card-inner-row {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.process-step-card.step1 {
    z-index: 100
}

.process-step-card.step2 {
    z-index: 99
}

.process-step-card.step3 {
    z-index: 98
}

.process-step-card.step4 {
    z-index: 97
}

.process-step-card.step5 {
    z-index: 96
}

.process-step-card.step6 {
    z-index: 95
}

.process-step-card.step7 {
    z-index: 94
}

.process-step-card.step8 {
    z-index: 93
}

.process-step-card.step9 {
    z-index: 92
}

.process-step-card.call-to-action-card {
    z-index: 91
}

.process-step-card-inner-row {
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

.process-step-card-inner-row .step-text {
    width: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 5vh
}

.process-step-card-inner-row .step-text > div, .step-graphic {
    position: relative
}

.step-graphic {
    width: 50%
}

.step-text {
    text-align: center
}

.step-text h2 {
    font-size: 2em;
    margin: 0
}

.step-text h3 {
    font-size: 2.5em;
    margin: 1em 0 0;
    text-transform: uppercase
}

.step-text p {
    max-width: 300px;
    margin: 30px auto;
    text-align: center;
    font-style: italic
}

.process-step-card.call-to-action-card, .process-step-card.coverpage {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 3em;
    padding: 60px 30px 30px
}

.process-step-card.call-to-action-card a {
    margin-top: 20px;
    font-size: 20px;
    border: 3px solid #35b8e6;
    color: #35b8e6;
    padding: 15px 30px;
    display: inline-block
}

.process-step-card.call-to-action-card a:hover {
    background: #35b8e6;
    color: #fff
}

.scrolldownarrow {
    width: 66px;
    display: inline-block
}

.step-number {
    box-sizing: content-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background: #35b8e6;
    border-radius: 100%;
    width: 1em;
    height: 1em;
    padding: .4em;
    color: #fff;
    margin-bottom: 2em;
    font-weight: 500
}

@media screen and (min-width: 768px) {
    .process-step-card.call-to-action-card {
        height: 70vh;
        padding-bottom: 300px;
        margin-bottom: 30px
    }

    .process-step-card.coverpage {
        height: 100vh;
        margin-bottom: 200px
    }

    .process-step-card {
        width: 100%;
        transition: transform 1s;
        height: 200vh;
        margin-bottom: 300px
    }

    .step-graphic > div {
        width: 70%;
        margin: auto;
        position: -webkit-sticky;
        position: sticky;
        top: 50%;
        transform: translateY(-50%)
    }

    .process-step-card-inner-row .step-text > div:before {
        content: "";
        height: 20vh;
        width: 3px;
        background: #35b8e6;
        position: absolute;
        bottom: calc(100% + 30px);
        left: calc(50% - 1px)
    }

    .process-step-card-inner-row .step-text > div:after {
        content: "";
        height: 20vh;
        width: 3px;
        background: #35b8e6;
        position: absolute;
        top: calc(100% + 30px);
        left: calc(50% - 1px)
    }
}

@supports (not (position:sticky)) and (not (position:-webkit-sticky)) {
    .process-step-card.call-to-action-card {
        height: auto;
        margin-bottom: 30px;
        padding-bottom: 0
    }

    .process-step-card.coverpage {
        height: auto;
        margin-bottom: 30px
    }

    .process-step-card-inner-row .step-text > div:after, .process-step-card-inner-row .step-text > div:before {
        content: none;
        display: none
    }

    .process-step-card.coverpage, .webdesign-process-track {
        padding-bottom: 100px
    }

    .webdesign-process-track {
        width: 100%
    }

    .webdesign-process-shuttle, .webdesign-process-track {
        height: auto;
        position: relative
    }

    .process-step-card-inner-row {
        display: block
    }

    .process-step-card-inner-row .step-text {
        width: 100%
    }

    .process-step-card {
        top: unset;
        position: relative;
        padding-top: 50px;
        box-shadow: none;
        width: 100%;
        height: auto;
        margin-bottom: 30px
    }

    .step-graphic {
        width: 50%;
        margin: auto
    }

    .step-graphic > div {
        margin: auto;
        position: relative;
        top: auto;
        transform: translateY(0)
    }
}

@media (-ms-high-contrast: active),(-ms-high-contrast: none), screen and (max-width: 767px) {
    .process-step-card.call-to-action-card {
        height: auto;
        margin-bottom: 30px;
        padding-bottom: 0
    }

    .process-step-card.coverpage {
        height: auto;
        margin-bottom: 30px
    }

    .process-step-card-inner-row .step-text > div:after, .process-step-card-inner-row .step-text > div:before {
        content: none;
        display: none
    }

    .process-step-card.coverpage, .webdesign-process-track {
        padding-bottom: 100px
    }

    .webdesign-process-track {
        width: 100%
    }

    .webdesign-process-shuttle, .webdesign-process-track {
        height: auto;
        position: relative
    }

    .process-step-card-inner-row {
        display: block
    }

    .process-step-card-inner-row .step-text {
        width: 100%
    }

    .process-step-card {
        top: unset;
        position: relative;
        padding-top: 50px;
        box-shadow: none;
        width: 100%;
        height: auto;
        margin-bottom: 30px
    }

    .step-graphic {
        width: 50%;
        margin: auto
    }

    .step-graphic > div {
        margin: auto;
        position: relative;
        top: auto;
        transform: translateY(0)
    }
}

.container_box, .container_box_2 {
    width: 100%;
    z-index: 1;
    position: relative
}

.container_box {
    top: auto
}

.container_box, .container_box a, .container_box a:focus, .container_box a:hover, .link_content_box_in, .link_content_box_in:hover, .title_content_box_in a, a {
    text-decoration: none
}

.box_in_style_1 {
    position: relative
}

.anim_box_1, .anim_box_2, .anim_box_3, .anim_box_4 {
    float: left;
    transform: translateY(0)
}

.box_style_2 {
    background-color: #d0d0d0
}

.box_style_1, .box_style_2 {
    height: 50vw
}

.box_in_style_1, .box_style_1, .box_style_2, .box_style_4 {
    width: 50%;
    vertical-align: top;
    display: inline-block
}

.box_in_style_1, .box_style_2 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.box_style_1, .box_style_2 {
    position: relative
}

.content_box_in {
    text-align: center;
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.box_in_style_1, .box_in_style_3, .box_style_4 {
    height: 25vw;
    float: left
}

.title_content_box_in {
    text-align: center;
    margin: 5% auto auto;
    font-size: 2vw
}

.source_r {
    font-family: source_r
}

.subtitle_photo_min {
    opacity: 0;
    transition: all .35s ease;
    transition-delay: 0s;
    transition-delay: .1s;
    transform: translateY(20px)
}

.link_content_box_in {
    font-size: 1.2vw;
    display: inline-block;
    margin-top: 3%
}

.overlay_photo_min {
    float: left;
    position: relative;
    height: 100%;
    width: 100%;
    opacity: 0;
    background: 0 0;
    transition: all .25s ease
}

.box_in_style_1:hover .overlay_photo_min, .box_in_style_1:hover .play_lightbox_photo_min, .box_in_style_1:hover .subtitle_photo_min, .box_in_style_1:hover .title_photo_min, .photo_min.box_style_2:hover .overlay_photo_min, .photo_min.box_style_2:hover .play_lightbox_photo_min, .photo_min.box_style_2:hover .subtitle_photo_min, .photo_min.box_style_2:hover .title_photo_min {
    opacity: 1
}

.subtitle_photo_min, .title_photo_min {
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease
}

.title_photo_min {
    opacity: 0;
    transform: translateY(20px)
}

.page-id-5541 .overlay_photo_min .maven_b, .page-id-5543 .overlay_photo_min .maven_b, .page-id-5545 .overlay_photo_min .maven_b, .page-id-5547 .overlay_photo_min .maven_b {
    font-family: maven_b !important
}

.page-id-5541 .overlay_photo_min .title_photo_min, .page-id-5543 .overlay_photo_min .title_photo_min, .page-id-5545 .overlay_photo_min .title_photo_min, .page-id-5547 .overlay_photo_min .title_photo_min {
    font-size: 16px !important
}

.page-id-5541 .overlay_photo_min .source_r, .page-id-5543 .overlay_photo_min .maven_b a, .page-id-5543 .overlay_photo_min .source_r, .page-id-5545 .overlay_photo_min .source_r, .page-id-5547 .overlay_photo_min .maven_b a, .page-id-5547 .overlay_photo_min .source_r, .play_lightbox_photo_min.maven_b a {
    font-family: source_r !important
}

.page-id-5541 .overlay_photo_min .subtitle_photo_min, .page-id-5543 .overlay_photo_min .subtitle_photo_min, .page-id-5545 .overlay_photo_min .subtitle_photo_min, .page-id-5547 .overlay_photo_min .subtitle_photo_min {
    font-size: 2vw !important
}

.av-grid__item__link, .box_style_1, .box_style_2 {
    position: relative
}

.new-home-image {
    position: absolute !important;
    z-index: -2 !important;
    top: 0;
    left: 0;
    opacity: 0 !important;
    width: 100%;
    height: 100%
}

.box_in_style_1 img, .box_style_2 img, .box_style_4 img, .container_background_img_home img, .element_trio_style img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: auto;
    text-align: center
}

.maven_b a, .maven_b a:hover, .maven_b a:visited, .play_lightbox_photo_min {
    font-size: 24px !important
}

.play_lightbox_photo_min {
    opacity: 0;
    transition: all .35s ease;
    transition-delay: 0s;
    transition-delay: .2s;
    transform: translateY(20px)
}

.anim_box_1.anim, .anim_box_2.anim, .anim_box_3.anim, .anim_box_4.anim {
    animation: box_anim 1s ease forwards;
    -webkit-animation: box_anim 1s ease forwards
}

.av-grid__border {
    display: block;
    border-bottom: 2px solid #c3c3c3;
    width: 85px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto
}

.av-grid-section {
    padding-top: 20px;
    padding-bottom: 60px
}

.av-grid-section__inner {
    max-width: 1170px;
    margin: 0 auto;
    width: 96%
}

.av-grid-section--white {
    background-color: #fff !important
}

.av-grid-section__title {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 5px
}

.av-grid-section--grey {
    background-color: #ededed !important
}

.av-grid {
    list-style: none;
    padding: 20px 0;
    margin: 0 auto;
    text-align: center;
    width: 100%
}

.av-grid__item {
    display: inline-block;
    vertical-align: top;
    width: 340px;
    height: 340px;
    margin: 0 5px 9px 0 !important
}

.av-grid__item__link {
    border: none;
    display: block;
    outline: 0;
    position: relative
}

.av-grid__item__link:hover .av-grid__item__link__title {
    opacity: 1;
    z-index: 2
}

.av-grid__item__link__title {
    background: 0 0;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    position: absolute;
    text-transform: none;
    transition: all .5s ease;
    text-align: center;
    font-size: 18px;
    color: #fff;
    padding: 0 5px;
    opacity: 0;
    z-index: 2
}

.av-grid__item__link__title span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translateY(-50%)
}

.av-grid__item__link:hover .av-grid__item__link__title {
    opacity: 0;
    z-index: 0;
    padding-top: 46%
}

.av-grid__item__link__title {
    opacity: 0;
    z-index: 0;
    padding-top: 0
}

.av-grid__item__link:hover .av-grid__item__link__title {
    z-index: 2;
    padding: 0 30px;
    opacity: 1
}

.zNeg1 {
    z-index: -1
}

.lightshow_hoverbox {
    width: 100%;
    height: 100%;
    opacity: .8;
    position: absolute;
    left: 0;
    top: 0
}

.box-orange .img-200 {
    visibility: hidden
}

.box-orange .img-200.slideUp {
    animation-name: a;
    -webkit-animation-name: a;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    visibility: visible !important
}

@keyframes a {
    0% {
        transform: translateY(100%)
    }
    50% {
        transform: translateY(-8%)
    }
    65% {
        transform: translateY(4%)
    }
    80% {
        transform: translateY(-4%)
    }
    95% {
        transform: translateY(2%)
    }
    to {
        transform: translateY(0)
    }
}

.box-brown .img-200 {
    visibility: hidden
}

.box-brown .img-200.slideExpandUp {
    animation-name: b;
    -webkit-animation-name: b;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important
}

@keyframes b {
    0% {
        transform: translateX(150%)
    }
    50% {
        transform: translateX(-8%)
    }
    65% {
        transform: translateX(4%)
    }
    80% {
        transform: translateX(-4%)
    }
    95% {
        transform: translateX(2%)
    }
    to {
        transform: translateX(0)
    }
}

.box-orange h3 {
    font-size: 19.5px
}

.box-orange.box-size-fix a, .box-orange.box-size-fix a:visited {
    transition: all .3s ease
}

.box-orange.box-size-fix p {
    padding-left: 20px;
    padding-right: 20px
}

body.page-template-capabilities-landing-pages .row {
    margin-bottom: 30px
}

.logo_content_box_in {
    margin: auto;
    text-align: center
}

.logo_content_box_in svg {
    display: inline-block
}

.info_content_box_in {
    width: 57%;
    font-size: 1.3vw;
    margin: auto;
    text-align: center
}

.box_in_style_3 {
    width: 100%;
    padding-top: 12%;
    padding-left: 10%;
    padding-right: 10%;
    position: relative
}

.box_in_style_3 .box-in-1 {
    position: absolute;
    top: 50%;
    left: 10%;
    width: 80%;
    transform: translateY(-50%)
}

.title_box_in_style_3 {
    font-size: 2.2vw
}

.subtitle_box_in_style_3 {
    margin-top: 15px
}

.yellow-box .source_r {
    font-family: Open Sans
}

.industry-ac .clutch-widget {
    width: 136px;
    margin: 30px auto
}

.c-widget-small .clutch-widget iframe {
    height: 80px !important
}

.bottom-section {
    padding-bottom: 0;
    padding-top: 35px
}

.box-white.bottom-section .inner-box {
    max-width: 1070px;
    width: 90%
}

.bottom-section .row {
    margin-bottom: 0
}

.bottom-section h2 {
    margin-bottom: 35px
}

.bottom-section.bottom-section-second {
    padding-bottom: 35px;
    padding-top: 0
}

.bottom-section.bottom-section-second .row {
    margin-bottom: 30px
}

.bottom-section h3 {
    font-size: 19.5px;
    font-weight: 600
}

.bottom-section-second.new-bottom-section .row ul li {
    line-height: 24px
}

.landing-page-hero {
    height: 96px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background-size: cover;
    background-position: 50%;
    /*margin-top: 81px;*/
}

.landing-page-hero .lightshow_banner {
    z-index: 0;
    opacity: 1
}

.landing-page-hero .landing-page-hero-inner {
    text-align: center;
    z-index: 10;
    position: relative
}

.landing-page-hero h1 {
    font-size: 100px;
    text-transform: uppercase;
    line-height: 1.3;
    letter-spacing: 2px;
    transform: translateY(100%)
}

.landing-page-hero h1, .landing-page-hero h2 {
    color: #fff;
    font-weight: 900;
    margin: 0;
    padding: 0;
    font-size: 60px;
}

.landing-page-hero h2 {
    font-size: 30px;
    line-height: 1;
    transform: translateY(-100%);
    font-weight: normal;
}

.heading-container {
    overflow: hidden
}

.page-template-capabilities-landing-pages .box-white.center-text .row {
    margin-bottom: 30px
}

.box_style_1:last-child .box_in_style_1:nth-child(2), .box_style_1:nth-child(4) .box_in_style_1:nth-child(2), .box_style_4:nth-last-child(3) .box_in_style_1:nth-child(2) {
    border-right: 0
}

.no-border-right {
    border-right: 0 solid #fff
}

.entry-content .new-bottom-section ul > li {
    margin-bottom: 0
}

.new-white a, .new-white a:visited {
    color: #000
}

.new-white a:hover {
    color: #337ab7
}

.blue-box {
    background: #23527c
}

.blue-box a, .blue-box a.link_content_box_in, .blue-box a:visited {
    color: #fff
}

.container_trio {
    width: 100%
}

.container_trio, .element_trio_style {
    display: inline-block;
    vertical-align: top;
    float: left
}

.element_trio_style {
    clear: none;
    height: 33vw;
    width: 33.3%;
    position: relative;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.container_info_photo_min {
    max-height: 90%;
    width: 80%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.title_photo_min {
    font-size: 2vw;
    transition: all .35s ease
}

.element_trio_style .overlay_photo_min {
    float: left;
    position: relative;
    height: 100%;
    width: 100%;
    background: 0 0;
    opacity: 1
}

.subtitle_photo_min {
    margin-top: 2%;
    font-size: 1.5vw;
    line-height: 1.26
}

.play_lightbox_photo_min {
    display: inline-block;
    margin-top: 10%;
    cursor: pointer;
    font-size: 18px;
    text-decoration: none
}

.photo_min.element_trio_style .overlay_photo_min .container_info_photo_min, .photo_min.element_trio_style .overlay_photo_min .lightshow_hoverbox {
    transition: all .35s ease;
    transition-delay: 0s;
    transition-delay: .2s;
    opacity: 0
}

.photo_min.element_trio_style .overlay_photo_min:hover .container_info_photo_min, .photo_min.element_trio_style .overlay_photo_min:hover .lightshow_hoverbox {
    transition: all .35s ease;
    transition-delay: 0s;
    transition-delay: .2s;
    opacity: 1
}

.element_trio_style .play_lightbox_photo_min, .element_trio_style .subtitle_photo_min, .element_trio_style .title_photo_min {
    opacity: 1
}

.element_trio_style .overlay_photo_min:hover .container_info_photo_min {
    z-index: 1
}

.element_trio_style .overlay_photo_min:hover .lightshow_hoverbox {
    opacity: .8;
    z-index: 0
}

.play_lightbox_photo_min.maven_b {
    color: #337ab7
}

.turquoise-box {
    background: #1ab7ea
}

.white-text {
    color: #fff
}

.element_trio_style:nth-child(2) {
    border-left: 4px solid #fff;
    border-right: 4px solid #fff
}

.content_element_trio {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.logo_element_trio {
    text-align: center
}

.title_element_trio {
    font-size: 2.5vw;
    text-align: center
}

.title_box_in_style_3, .title_content_box_in, .title_element_trio {
    line-height: 1
}

.pencil3 {
    background-image: url(//artversion.com/wp-content/themes/artversion/css/../images/campain/ui-ux/artversion-creative-agency-ux-design.jpg)
}

.ux-artversion {
    background-image: url(//artversion.com/wp-content/themes/artversion/css/../images/campain/ui-ux/ui-ux-design-artversion.jpg)
}

.subtitle_box_in_style_3 {
    font-size: 1.2vw;
    line-height: 1.566
}

@media only screen and (max-width: 1180px) {
    .bottom-section .col-md-3 li, .bottom-section .col-md-5 li, .bottom-section .col-md-6 li {
        font-size: 12px;
        margin: 0 0 0 15px
    }
}

@media only screen and (max-width: 1080px) {
    .bottom-section h3 {
        font-size: 14.5px
    }
}

@media only screen and (max-width: 1023px) {
    .box_style_1, .box_style_2 {
        width: 100%;
        height: 50vw
    }

    .box_in_style_1 {
        width: 50%;
        height: 25vw
    }

    .landing-grid-webdesign {
        padding-bottom: 50px
    }

    .landing-page-hero h1 {
        font-size: 90px
    }

    .page-id-5541 .overlay_photo_min .subtitle_photo_min, .page-id-5543 .overlay_photo_min .subtitle_photo_min, .page-id-5545 .overlay_photo_min .subtitle_photo_min, .page-id-5547 .overlay_photo_min .subtitle_photo_min, .page-template-capabilities-landing-pages .overlay_photo_min .subtitle_photo_min {
        font-size: 24px !important
    }

    .box-white.bottom-section-second.new-bottom-section .inner-box {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
        width: 96%
    }

    .page-template-capabilities-landing-pages .box_in_style_3 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
        height: auto !important
    }

    .box_in_style_3 .box-in-1 {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        transform: translateY(0)
    }

    .box_in_style_1.aiwa, .box_in_style_1.ita, .box_in_style_1.new-blue, .box_style_2.anim_box_2.goldent {
        border-right: 0 solid #fff
    }

    .page-template-capabilities-landing-pages .info_content_box_in, .page-template-capabilities-landing-pages .link_content_box_in, .page-template-capabilities-landing-pages .subtitle_box_in_style_3, .page-template-uxui-campain .info_content_box_in, .page-template-uxui-campain .link_content_box_in, .page-template-uxui-campain .subtitle_box_in_style_3, .subtitle_box_in_style_3 {
        font-size: 14.5px !important
    }
}

@media only screen and (max-width: 940px) {
    .link_content_box_in, .page-template-capabilities-landing-pages .info_content_box_in, .page-template-capabilities-landing-pages .link_content_box_in, .page-template-capabilities-landing-pages .subtitle_box_in_style_3, .subtitle_box_in_style_3 {
        font-size: 16.5px !important;
        line-height: 1.2297
    }

    .title_content_box_in {
        font-size: 4vw
    }

    .title_box_in_style_3 {
        font-size: 4.6vw
    }

    .subtitle_photo_min {
        margin-top: 4%;
        font-size: 4vw
    }

    .photo_min {
        cursor: pointer
    }

    .landing-block.big-title-and-blurb, .padding-60px {
        padding: 30px
    }

    .box_in_style_1 {
        width: 50%;
        height: 50vw
    }

    .box_style_4 {
        height: 50vw;
        width: 100%
    }

    .box_style_1.anim_box_4 {
        height: 100%
    }

    .box_in_style_1.ipad-no-right-border {
        border-right: 0
    }

    .box_style_2.anim_box_2:nth-last-child(2), .box_style_2:nth-child(3) {
        border-right: 0;
        border-bottom: 4px solid #fff
    }

    .landing-page-hero h1 {
        font-size: 40px;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto
    }

    .landing-page-hero h2 {
        font-size: 16px;
        line-height: 26px;
        padding-top: 5px;
    }

    .heading-container {
        padding-left: 15px;
        padding-right: 15px
    }

    .box-white.bottom-section-second.new-bottom-section .col-md-3.col-xs-3 {
        width: 96% !important;
        float: none;
        margin-left: 0;
        box-sizing: border-box
    }

    .box-white.bottom-section-second.new-bottom-section .inner-box {
        max-width: 90%;
        width: 320px
    }

    .box-white.bottom-section-second.new-bottom-section .col-md-5.col-xs-5 {
        display: block !important;
        width: 100% !important;
        float: none !important;
        clear: both
    }
}

@media only screen and (max-width: 767px) {
    .landing-page-hero .lightshow_banner{
        display: none;
    }
    .landing-page-hero{
        height: 50px;
    }
    .webdev-owl-slide h2 a, .webdev-owl-slide h2 a:visited, .webdev-owl-slide h2 {
        font-size: 20px
    }

    .webdev-owl-slide {
        height: 420px;
        min-height: 420px
    }

    .page-template-capabilities-landing-pages .av-grid__item {
        margin: 0 0 5px;
        height: 320px;
        width: 320px;
        height: 230px;
        width: 230px
    }

    .page-id-5541 .overlay_photo_min .subtitle_photo_min, .page-id-5543 .overlay_photo_min .subtitle_photo_min, .page-id-5545 .overlay_photo_min .subtitle_photo_min, .page-id-5547 .overlay_photo_min .subtitle_photo_min, .page-template-capabilities-landing-pages .overlay_photo_min .subtitle_photo_min, .page-template-uxui-campain .overlay_photo_min .subtitle_photo_min {
        font-size: 17px !important;
        line-height: 1.2
    }

    .maven_b a, .maven_b a:hover, .maven_b a:visited, .play_lightbox_photo_min {
        font-size: 16px !important
    }

    .page-id-5541 .overlay_photo_min .title_photo_min, .page-id-5543 .overlay_photo_min .title_photo_min, .page-id-5545 .overlay_photo_min .title_photo_min, .page-id-5547 .overlay_photo_min .title_photo_min, .page-template-capabilities-landing-pages .overlay_photo_min .title_photo_min {
        font-size: 13px !important
    }

    .container_info_photo_min {
        top: 40%
    }

    .landing-page-hero h1 {
        font-size: 40px;
        max-width: 290px
    }

    .center-text h2, .intertitle h2, .landing-block.fullsize-bg-image h2, h2.av-grid-section__title {
        font-size: 26px
    }

    .landing-block.fullsize-bg-image h2 {
        margin-bottom: 10px
    }

    .landing-block.big-title-and-blurb h2 {
        font-size: 26px;
        line-height: 1.3
    }

    .intertitle {
        padding: 40px 20px
    }

    .webdesign-process-track h2 {
        font-size: 1.2em
    }

    .title_content_box_in {
        margin: 10% auto auto
    }

    .box_in_style_1.turquoise-box.white-text .info_content_box_in {
        width: 90%
    }
}

@media only screen and (max-width: 730px) {
    .page-template-capabilities-landing-pages .av-grid__item {
        height: 280px;
        width: 280px
    }
}

@media only screen and (max-width: 540px) {
    .av-grid__item {
        height: 200px;
        width: 200px
    }

    .landing-page-hero h1 {
        font-size: 2.2rem;
        max-width: 190px;
        margin-left: auto;
        margin-right: auto
    }

    .landing-page-hero {
        margin-top: 60px
    }

    .container_info_photo_min {
        max-height: 89%;
        width: 89%
    }

    .play_lightbox_photo_min {
        margin-top: 5%
    }

    .container_trio .photo_min.element_trio_style {
        display: none
    }

    .container_trio .element_trio_style.blue-box, .container_trio .turquoise-box {
        height: 50vw;
        width: 50%
    }
}

@media only screen and (max-width: 479px) {
    .av-grid__item {
        height: 150px;
        width: 150px
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
    .landing-page-hero h1 {
        font-size: 30px;
        line-height: 1.2
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71) and (orientation: portrait) {
    .container_info_photo_min {
        max-height: 89%;
        width: 89%
    }

    .play_lightbox_photo_min {
        margin-top: 5%
    }
}