/**
* @package saw-theme
* =======================
*   Home CSS
* =======================
**/

body .saw-intro-section .main-heading {
    margin-bottom: 40px;
}

body .saw-intro-section .main-heading h1 div {
    overflow: hidden;
    line-height: 135%;
}

body .saw-intro-section .main-heading .break-text {
    position: relative;
    line-height: 100%;
}

body .saw-intro-section .main-heading .break-text span {
    position: relative;
    top: 135px;
    line-height: 100%;
}

/* Areas Slider Section CSS */

body .areas-slider-section .areas-slider,
body .areas-slider-section .areas-slider .slider-main-row {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

body .areas-slider-section .areas-slider .slider-text-container {
    position: relative;
    display: block;
    width: 50vw;
}

body .areas-slider-section .areas-slider .slider-image-container {
    position: relative;
    display: block;
    width: 50vw;
    height: 100vh;
}

body .areas-slider-section .areas-slider .slider-image-container .slide,
body
    .areas-slider-section
    .areas-slider
    .slider-image-container
    .slide
    .slide-bg {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body
    .areas-slider-section
    .areas-slider
    .slider-image-container
    .slide
    .slide-bg
    .bg-elem {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

body .areas-slider-section .areas-slider .slider-text-container .slide {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    transform: translateY(-50%);
    padding-left: 25%;
    padding-right: 18%;
}

body
    .areas-slider-section
    .areas-slider
    .slider-text-container
    .slide-logo
    .logo-elem {
    position: relative;
    display: block;
    width: 285px;
    height: 70px;
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    margin-bottom: 80px;
}

body
    .areas-slider-section
    .areas-slider
    .slider-text-container
    .slide
    .slide-heading
    h2 {
    position: relative;
    display: block;
    margin-bottom: 80px;
    font-weight: 700;
}

body
    .areas-slider-section
    .areas-slider
    .slider-text-container
    .slide-logo
    .logo-elem:before,
body
    .areas-slider-section
    .areas-slider
    .slider-text-container
    .slide
    .slide-heading
    h2:before {
    position: absolute;
    content: "";
    bottom: -45px;
    left: 0;
    height: 2px;
    width: 120px;
    background-color: #fccd04;
}

body .areas-slider-section .areas-slider .slider-text-container .slide-desc p {
    margin-bottom: 40px;
}

body .areas-slider-section .areas-slider .slider-nav-container {
    position: absolute;
    left: calc(6% + 30px);
    top: 0;
    display: flex;
    width: 100vh;
    align-items: center;
    justify-content: center;
    transform: rotate(90deg);
    transform-origin: top left;
}

body .areas-slider-section .areas-slider .slider-nav-container .slide {
    display: block;
    margin: 0 20px;
    transform: rotate(180deg);
}

body
    .areas-slider-section
    .areas-slider
    .slider-nav-container
    .slide
    .para-text
    p {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #d9d9d9;
}

body
    .areas-slider-section
    .areas-slider
    .slider-nav-container
    .slide.next
    .para-text
    p {
    position: relative;
    animation: colorflashanim 1.5s 0.75s cubic-bezier(0.43, 0.195, 0.02, 1)
        infinite forwards;
}

body
    .areas-slider-section
    .areas-slider
    .slider-nav-container
    .slide.next
    .para-text
    p:before {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fccd04;
    transform: scaleX(1);
    transform-origin: left bottom;
    animation: linecreateanim 1.5s cubic-bezier(0.43, 0.195, 0.02, 1) infinite
        forwards;
}

@keyframes linecreateanim {
    0% {
        transform: scaleX(0);
        transform-origin: left bottom;
    }
    50% {
        transform: scaleX(1);
        transform-origin: left bottom;
    }
    51% {
        transform: scaleX(1);
        transform-origin: right bottom;
    }
    99% {
        transform: scaleX(0);
        transform-origin: right bottom;
    }
    100% {
        transform: scaleX(0);
        transform-origin: left bottom;
    }
}

@keyframes colorflashanim {
    0% {
        color: #d9d9d9;
    }
    50% {
        color: transparent;
    }
    100% {
        color: #d9d9d9;
    }
}

/* Acitve Slide CSS */

body .areas-slider-section .areas-slider .slider-nav-container .slide {
    position: relative;
}

body .areas-slider-section .areas-slider .slider-nav-container .slide.active {
    pointer-events: none;
}

body .areas-slider-section .areas-slider .slider-text-container .slide,
body .areas-slider-section .areas-slider .slider-image-container .slide {
    pointer-events: none;
}

body .areas-slider-section .areas-slider .slider-text-container .slide.active,
body .areas-slider-section .areas-slider .slider-image-container .slide.active {
    pointer-events: auto;
}

body
    .areas-slider-section
    .areas-slider
    .slider-nav-container
    .slide.active
    .para-text
    p {
    color: #151515;
}

body
    .areas-slider-section
    .areas-slider
    .slider-text-container
    .slide
    .slide-logo,
body
    .areas-slider-section
    .areas-slider
    .slider-text-container
    .slide
    .slide-heading {
    position: relative;
    top: 120px;
    opacity: 0;
    transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

body
    .areas-slider-section
    .areas-slider
    .slider-text-container
    .slide
    .slide-desc {
    position: relative;
    top: 120px;
    opacity: 0;
    transition: 0.45s cubic-bezier(0.77, 0, 0.175, 1);
}

body
    .areas-slider-section
    .areas-slider
    .slider-text-container
    .slide
    .slide-btn {
    position: relative;
    top: 120px;
    opacity: 0;
    transition: 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

body
    .areas-slider-section
    .areas-slider
    .slider-text-container
    .slide.active
    .slide-logo,
body
    .areas-slider-section
    .areas-slider
    .slider-text-container
    .slide.active
    .slide-heading {
    top: 0px;
    opacity: 1;
    transition: 0.9s 0.1s cubic-bezier(0.77, 0, 0.175, 1);
}

body
    .areas-slider-section
    .areas-slider
    .slider-text-container
    .slide.active
    .slide-desc {
    top: 0px;
    opacity: 1;
    transition: 0.8s 0.2s cubic-bezier(0.77, 0, 0.175, 1);
}

body
    .areas-slider-section
    .areas-slider
    .slider-text-container
    .slide.active
    .slide-btn {
    top: 0px;
    opacity: 1;
    transition: 0.7s 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

body .areas-slider-section .areas-slider .slider-image-container .slide {
    top: 100vh;
    transition: 0.8s 0.2s cubic-bezier(0.77, 0, 0.175, 1);
    z-index: 1;
}

body .areas-slider-section .areas-slider .slider-image-container .slide.next {
    top: -100vh;
    opacity: 1;
    transition: none;
}

body .areas-slider-section .areas-slider .slider-image-container .slide.active {
    top: 0;
    opacity: 1;
    transition: 0.8s 0.2s cubic-bezier(0.77, 0, 0.175, 1);
    z-index: 2;
}

/* We obsess Section CSS */

body #saw-main-container .we-obsess-section.custom-background {
    background-position: bottom center;
}

body .we-obsess-section .animation-text.text-1 .break-text span {
    position: relative;
    top: 130px;
}

body .we-obsess-section .animation-text.text-1 .break-text {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

/* Work Speak Section CSS */

body .work-speak-section .work-logo-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

body .work-speak-section .work-logo-container .work-item {
    display: block;
    width: 25%;
    height: 60px;
    margin-top: 80px;
}

body .work-speak-section .work-logo-container .work-item a,
body .work-speak-section .work-logo-container .work-item a .work-logo {
    position: relative;
    width: 100%;
    height: 100%;
}

body .work-speak-section .work-logo-container .work-item a {
    display: block;
    width: 200px;
    height: 80px;
    margin: 0 auto;
}

body .work-speak-section .work-logo-container .work-item.item-6 a,
body .work-speak-section .work-logo-container .work-item.item-22 a,
body .work-speak-section .work-logo-container .work-item.item-26 a,
body .work-speak-section .work-logo-container .work-item.item-27 a{
    width: 130px;
}

body .work-speak-section .work-logo-container .work-item a .work-logo {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    background-blend-mode: saturation;
    will-change: filter;
    transition: 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

body .work-speak-section .work-logo-container .work-item a:hover .work-logo {
    -webkit-filter: none;
    filter: none;
    transition: 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

/* Testimonial Section CSS */

body .testimonial-section .testimonial-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

body .testimonial-section .testimonial-container .testimonial-col {
    flex: 1;
    padding: 120px 0px;
    -webkit-clip-path: polygon(
        0 0,
        calc(100% - 100px) 0,
        100% 100%,
        100px 100%
    );
    clip-path: polygon(0 0, calc(100% - 100px) 0, 100% 100%, 100px 100%);
    transition: 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    will-change: flex;
}

body .testimonial-section .testimonial-container .testimonial-col.active {
    flex: 1.5;
    transition: 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

body .testimonial-section .testimonial-container .testimonial-col.col-2 {
    background-color: #fafafa;
    margin-left: -100px;
}

body .testimonial-section .testimonial-container .testimonial-col.col-3 {
    background-color: #f3f3f3;
    margin-left: -100px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 100px 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 100px 100%);
}

body .testimonial-section .testimonial-container .testimonial-image {
    position: relative;
    display: block;
    width: 145px;
    height: 145px;
    border-radius: 50%;
    margin: 20px auto;
    z-index: 1;
}

body
    .testimonial-section
    .testimonial-container
    .testimonial-image
    .image-elem {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 1;
}

body
    .testimonial-section
    .testimonial-container
    .testimonial-image
    .circle-elem {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 100%;
    height: 100%;
    background-color: #fccd04;
    border-radius: 50%;
    z-index: -1;
}

body .testimonial-section .testimonial-container .testimonial-author-text p {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.7px;
    margin-bottom: 5px;
}

body .testimonial-section .testimonial-container .testimonial-design-text p {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

body .testimonial-section .testimonial-container .testimonial-desc-text {
    position: relative;
}

body .testimonial-section .testimonial-container .testimonial-desc-text:before {
    position: absolute;
    content: "";
    top: -55px;
    left: 170px;
    width: 100px;
    height: 100px;
    background: url("../../../../../../wp-content/uploads/2020/07/quote-grey-new.svg")
        center/contain no-repeat;
    z-index: -1;
}

body
    .testimonial-section
    .testimonial-container
    .col-3
    .testimonial-desc-text:before {
    background: url("../../../../../../wp-content/uploads/2020/07/quote-light-grey-new.svg")
        center/contain no-repeat;
}

body .testimonial-section .testimonial-container .testimonial-desc-text h5 {
    text-align: center;
}

body
    .testimonial-section
    .testimonial-container
    .testimonial-col
    .testimonial-inner.inner-1 {
    position: relative;
    top: 100px;
    transition: 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    will-change: top;
    z-index: 2;
}

body
    .testimonial-section
    .testimonial-container
    .testimonial-col
    .testimonial-inner.inner-2 {
    position: relative;
    top: 200px;
    opacity: 0;
    will-change: top;
    transition: 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    z-index: 1;
}

body
    .testimonial-section
    .testimonial-container
    .testimonial-col.active
    .testimonial-inner.inner-1 {
    top: 0px;
    transition: 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}

body
    .testimonial-section
    .testimonial-container
    .testimonial-col.active
    .testimonial-inner.inner-2 {
    top: 0px;
    opacity: 1;
    transition: 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}

/* WP Knights Section CSS */

body .wpknights-section .logo-container {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

body .wpknights-section .logo-container .logo-elem {
    display: inline-block;
    width: 160px;
    height: 95px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

body .wpknights-section .service-icons-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

body .wpknights-section .service-icons-container .icon {
    margin: 0 15px;
}

body .wpknights-section .service-icons-container .icon-image {
    text-align: center;
}

body .wpknights-section .service-icons-container .icon-name p {
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-top: 5px;
}

/* Smaller Screen Desktops */

@media only screen and (max-width: 1280px) {
}

/* Mid Large Screen Desktops */

@media only screen and (min-width: 1440px) {
}

/* Large Screen Desktops */

@media only screen and (min-width: 1920px) {
    /*  Areas Slider Section CSS */
    body .areas-slider-section .areas-slider .slider-nav-container {
        left: calc(9% + 30px);
    }
    body .areas-slider-section .areas-slider .slider-text-container .slide {
        padding-left: 28%;
        padding-right: 25%;
    }
}

/* iPads (portrait and landscape) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    body .saw-intro-section .main-heading {
        margin-bottom: 40px;
    }
}

/* iPads (landscape) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
}

/* iPads (portrait) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    /* Areas Section CSS */
    body .areas-slider-section .areas-slider .slider-main-row {
        height: 80vh;
        flex-wrap: wrap;
        padding-top: 40vh;
    }
    body .areas-slider-section .areas-slider .slider-text-container {
        width: 100%;
        height: 40vh;
    }
    body .areas-slider-section .areas-slider .slider-image-container {
        position: absolute;
        top: 0;
        width: 100%;
        height: 40vh;
        overflow: hidden;
    }
    body .areas-slider-section .areas-slider .slider-image-container:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(
            to right,
            rgba(255, 255, 255, 1),
            rgba(255, 255, 255, 0.3),
            rgba(255, 255, 255, 0.2),
            rgba(255, 0, 0, 0)
        );
        z-index: 3;
    }
    body .areas-slider-section .areas-slider .slider-text-container .slide {
        padding-left: 100px;
        padding-right: 28%;
    }
    body .areas-slider-section .areas-slider .slider-nav-container {
        z-index: 9;
    }
    /* We Obsess Section CSS */
    body #saw-main-container .we-obsess-section {
        min-height: 50vh;
    }
    body #saw-main-container .we-obsess-section .lines-anim .line {
        display: inline;
    }
    /*  Work Speak Section CSS */
    body .work-speak-section .section-heading {
        max-width: 250px;
        margin: 0 auto;
    }
    body .work-speak-section .work-logo-container .work-item {
        width: 33.33%;
        padding: 0 20px;
    }
    body .work-speak-section .work-logo-container .work-item.item-25 {
        display: none;
    }
    /* Testimonial Section CSS  */
    body .testimonial-section .testimonial-container .testimonial-col.active {
        flex: 3;
    }
    body .testimonial-section .testimonial-container {
        min-height: 40vh;
        margin-bottom: 100px;
    }
    body .testimonial-section .testimonial-container .testimonial-col {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        pointer-events: none;
        -webkit-clip-path: none;
        clip-path: none;
        padding: 0px;
        height: auto;
        flex: auto;
        transform: translateY(-50%);
    }
    body .testimonial-section .testimonial-container .testimonial-col.active {
        flex: auto;
        opacity: 1;
        pointer-events: auto;
    }
    body .testimonial-section .testimonial-container .testimonial-col.col-2,
    body .testimonial-section .testimonial-container .testimonial-col.col-3 {
        margin-left: 0px;
        -webkit-clip-path: none;
        clip-path: none;
        background-color: #ffffff;
    }
    body
        .testimonial-section
        .testimonial-container
        .testimonial-desc-text:before {
        top: -55px;
        left: 180px;
        height: 80px;
        width: 80px;
    }
    /* WP Knights Section CSS  */
    body #saw-main-container .wpknights-section {
        background-color: #f3f3f3;
    }
    body .wpknights-section .page-title-heading.lines-anim .line {
        display: inline;
    }
    body .wpknights-section .service-icons-container {
        flex-wrap: wrap;
    }
    body #saw-main-container .wpknights-section .main-cta {
        margin-bottom: 40px;
    }
}

/* Mobile Devices */

@media only screen and (max-width: 765px) and (orientation: portrait) {
    body .saw-intro-section .main-heading {
        max-width: 345px;
    }
}

@media only screen and (max-width: 765px) {
    body .saw-intro-section .main-heading {
        margin-bottom: 80px;
    }
    /* Areas Section CSS */
    body .areas-slider-section .areas-slider .slider-main-row {
        height: 110vh;
        flex-wrap: wrap;
        padding-top: 40vh;
    }
    body .areas-slider-section .areas-slider .slider-text-container {
        width: 100%;
        height: 70vh;
    }
    body .areas-slider-section .areas-slider .slider-image-container {
        position: absolute;
        top: 0;
        width: 100%;
        height: 40vh;
        overflow: hidden;
    }
    body .areas-slider-section .areas-slider .slider-image-container:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(
            to right,
            rgba(255, 255, 255, 1),
            rgba(255, 255, 255, 0.3),
            rgba(255, 255, 255, 0.2),
            rgba(255, 0, 0, 0)
        );
        z-index: 3;
    }
    body .areas-slider-section .areas-slider .slider-text-container .slide {
        padding-left: 60px;
        padding-right: 25px;
    }
    body .areas-slider-section .areas-slider .slider-nav-container {
        z-index: 3;
    }
    /* We Obsess Section CSS */
    body #saw-main-container .we-obsess-section {
        min-height: 50vh;
    }
    body #saw-main-container .we-obsess-section .lines-anim .line {
        display: inline;
        padding-left: 10px;
    }
    body #saw-main-container .we-obsess-section .lines-anim .line:nth-child(1) {
        display: inline;
        padding-left: 0px;
    }
    /*  Work Speak Section CSS */
    body .work-speak-section .section-heading {
        max-width: 250px;
        margin: 0 auto;
    }
    body .work-speak-section .work-logo-container .work-item {
        width: 33.33%;
        padding: 0px;
    }
    body .work-speak-section .work-logo-container .work-item.item-25 {
        display: none;
    }
    body .work-speak-section .work-logo-container .work-item a {
        width: auto;
    }
    /* Testimonial Section CSS  */
    body .testimonial-section .testimonial-container .testimonial-col.active {
        flex: 3;
    }
    body .testimonial-section .testimonial-container {
        min-height: 70vh;
        margin-bottom: 100px;
    }
    body .testimonial-section .testimonial-container .testimonial-col {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        pointer-events: none;
        -webkit-clip-path: none;
        clip-path: none;
        padding: 0px;
        height: auto;
        flex: auto;
        transform: translateY(-50%);
    }
    body .testimonial-section .testimonial-container .testimonial-col.active {
        flex: auto;
        opacity: 1;
        pointer-events: auto;
    }
    body .testimonial-section .testimonial-container .testimonial-col.col-2,
    body .testimonial-section .testimonial-container .testimonial-col.col-3 {
        margin-left: 0px;
        -webkit-clip-path: none;
        clip-path: none;
        background-color: #ffffff;
    }
    body
        .testimonial-section
        .testimonial-container
        .testimonial-desc-text:before {
        top: -55px;
        left: 15px;
        height: 80px;
        width: 80px;
    }
    body .testimonial-section .testimonial-container .testimonial-desc-text {
        padding: 0 30px;
    }
    body
        .testimonial-section
        .testimonial-container
        .testimonial-desc-text
        .line {
        display: inline;
        padding-left: 10px;
    }
    body
        .testimonial-section
        .testimonial-container
        .testimonial-desc-text
        .line:nth-child(1) {
        display: inline;
        padding-left: 0px;
    }
    /* WP Knights Section CSS  */
    body #saw-main-container .wpknights-section {
        background-color: #f3f3f3;
    }
    body .wpknights-section .page-title-heading.lines-anim .line {
        display: inline;
        padding-left: 10px;
    }
    body .wpknights-section .page-title-heading.lines-anim .line:nth-child(1) {
        display: inline;
        padding-left: 0px;
    }
    body .wpknights-section .service-icons-container {
        flex-wrap: wrap;
    }
    body #saw-main-container .wpknights-section .main-cta {
        margin-bottom: 40px;
    }

    body .work-speak-section .work-logo-container .work-item{
        width: 50%;
    }

    body .work-speak-section .work-logo-container .work-item.item-6 a{
        width: 70px;
    }
}
