/*
@package saw-theme
=======================
Frontend CSS
=======================
*/


/* Resets */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style-type: none;
}


/* Scrollbar CSS */


/* width */

::-webkit-scrollbar {
    width: 3px;
    outline: none;
}


/* Track */

::-webkit-scrollbar-track {
    background: #FAFAFA;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #151515;
    border-radius: 40px;
}


/* Font Declarations */

@font-face {
    font-family: 'Poppins';
    src: local('Poppins'), url('../fonts/poppins-regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: local('Poppins'), url('../fonts/poppins-bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}


/* Default CSS */

.hidethis {
    display: none !important;
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #151515;
    overflow-x: hidden;
}

body #saw-main-container {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

body h1,
body .main-heading h1 {
    font-size: 82px;
    font-weight: 700;
    color: #151515;
    line-height: 120%;
}

body .main-heading-2 h1 {
    font-size: 66px;
    font-weight: 400;
    color: #151515;
    line-height: 120%;
}

body .mega-main-heading h1 {
    font-size: 140px;
}

body h2,
body .sub-heading h2 {
    font-size: 50px;
    font-weight: 400;
    color: #151515;
    line-height: 135%;
}

body h3,
body .sub-heading-2 h3 {
    font-size: 38px;
    font-weight: 400;
    color: #151515;
    line-height: 135%;
}

body h4,
body .sub-heading-3 h4 {
    font-size: 26px;
    font-weight: 400;
    color: #151515;
    line-height: 150%;
}

body h5,
body .sub-heading-4 h5 {
    font-size: 22px;
    font-weight: 400;
    color: #151515;
    line-height: 150%;
}

body p,
body a,
body ul li,
body .para-text p {
    font-size: 17px;
    font-weight: 400;
    color: #151515;
    line-height: 150%;
}

body p,
body ul li,
body .para-text p {
    margin-bottom: 20px;
}

body .small-text p,
body .small-text p a,
body .small-text ul li a {
    font-size: 15px;
}

body .smallest-text p {
    font-size: 12px;
}

body strong,
body p strong {
    color: #151515;
    font-weight: 700;
}

body span.yellow-text {
    color: #FCCD04;
}

body span.grey-text {
    color: #595959;
}

body span.white-text {
    color: #FFFFFF;
}

body span.uppercase-text {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}

body .justify-center {
    display: flex;
    justify-content: center;
}

body span.outline-text {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #151515;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

body span.outline-text.yellow-text {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #FCCD04;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

body .text-center {
    text-align: center;
}

body #saw-main-container .saw-row {
    display: flex;
    align-items: center;
    width: 100%;
}

body #saw-main-container .saw-row .col {
    flex: 1;
}

body .desktop-visible {
    display: block !important;
}

body .mobile-visible {
    display: none !important;
}


/* Padding CSS */

body .padding {
    display: block;
    width: 100%;
    height: 20px;
}

body .padding.padding-20 {
    height: 20px;
}

body .padding.padding-40 {
    height: 40px;
}

body .padding.padding-60 {
    height: 60px;
}

body .padding.padding-80 {
    height: 80px;
}

body .padding.padding-100 {
    height: 100px;
}

body .padding.padding-120 {
    height: 120px;
}

body .padding.padding-140 {
    height: 140px;
}

body .padding.padding-160 {
    height: 160px;
}

body .padding.padding-180 {
    height: 180px;
}

body .padding.padding-200 {
    height: 200px;
}


/* Header CSS */

body #saw-main-container #saw-main-header {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    height: 70px;
    width: 100%;
    align-items: center;
    padding: 0 5%;
    z-index: 9;
    background-color: transparent;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
    transition: 0.3s cubic-bezier(0.43, 0.195, 0.02, 1);
}

body #saw-main-container #saw-main-header.sticky {
    position: fixed;
    top: 0;
    height: 56px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 40px rgba(0, 0, 0, 0.05);
    animation: moveDown 0.4s cubic-bezier(0.43, 0.195, 0.02, 1) forwards;
    transition: 0.4s cubic-bezier(0.43, 0.195, 0.02, 1);
}

@keyframes moveDown {
    from {
        top: -120px;
    }
    to {
        top: 0px;
    }
}

body #saw-main-container #saw-main-header .col {
    display: flex;
    align-items: center;
    flex: none;
    height: 100%;
}

body #saw-main-container #saw-main-header .saw-header-logo a {
    position: relative;
    margin-bottom: 0px;
}

body #saw-main-container #saw-main-header .saw-header-logo a img {
    display: none;
    width: 160px;
    height: 100%;
}

body #saw-main-container #saw-main-header .saw-header-logo a img.default-logo {
    display: block;
}


/* Sticky Logo CSS */

body #saw-main-container #saw-main-header.sticky .saw-header-logo a img.default-logo {
    display: none;
}

body #saw-main-container #saw-main-header.sticky .saw-header-logo a img.sticky-logo {
    display: block;
}

body #saw-main-container #saw-main-header .saw-header-logo a .logo-title {
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: 0.3s cubic-bezier(0.43, 0.195, 0.02, 1);
    pointer-events: none;
}

body #saw-main-container #saw-main-header .saw-header-logo a .logo-title p {
    margin-bottom: 0px;
}

body #saw-main-container #saw-main-header .saw-header-logo a:hover .logo-title {
    opacity: 1;
    right: -60px;
    transition: 0.4s cubic-bezier(0.43, 0.195, 0.02, 1);
}

body #saw-main-container #saw-main-header .saw-header-nav {
    justify-content: flex-end;
    width: calc(100% - 160px);
}

body #saw-main-container #saw-main-header .saw-header-nav .saw-menu-icon {
    position: relative;
    display: flex;
    width: 60px;
    height: 60px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border-radius: 50%;
}

body #saw-main-container #saw-main-header .saw-header-nav .saw-menu-icon.menu-active {
    background-color: #F3F3F3;
}

body #saw-main-container #saw-main-header .saw-header-nav .saw-menu-icon svg {
    display: block;
    width: 85%;
    height: 85%;
    margin-bottom: 5px;
    pointer-events: none;
}

body #saw-main-container #saw-main-header .saw-header-nav .saw-menu-icon.menu-active svg {
    display: none;
}

body #saw-main-container #saw-main-header .saw-header-nav .saw-menu-icon.menu-active:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    height: 2px;
    width: 60%;
    background-color: #151515;
    transform: translate(-50%, -50%);
}

body #saw-main-container #saw-main-header .saw-header-nav .menu-title {
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: 0.3s cubic-bezier(0.43, 0.195, 0.02, 1);
    pointer-events: none;
}

body #saw-main-container #saw-main-header .saw-header-nav .saw-menu-icon:hover .menu-title {
    opacity: 1;
    right: 70px;
    transition: 0.4s cubic-bezier(0.43, 0.195, 0.02, 1);
}

body #saw-main-container #saw-main-header .saw-header-nav .menu-title p {
    margin-bottom: 0px;
    font-weight: 700;
}

body #saw-main-container #saw-main-header .saw-header-nav .saw-menu-icon .icon-line {
    position: absolute;
    top: 30%;
    right: 0;
    height: 3px;
    width: 100%;
    background: #151515;
}

body #saw-main-container #saw-main-header .saw-header-nav .saw-menu-icon .icon-line.line-2 {
    top: 70%;
    right: 0;
    width: 50%;
}

body #saw-main-container #saw-main-header .saw-header-nav .saw-menu-fullscreen {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: transparent;
    pointer-events: none;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: -1;
}

body #saw-main-container #saw-main-header .saw-menu-fullscreen .menu-circle-container,
body #saw-main-container #saw-main-header .saw-menu-fullscreen .menu-background-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

body #saw-main-container #saw-main-header .saw-menu-fullscreen .menu-circle-container .menu-circle {
    position: absolute;
    display: block;
    top: -100px;
    right: -100px;
    width: 200px;
    height: 200px;
    background-color: #FAFAFA;
    border-radius: 50%;
    transform: scale(0);
}

body #saw-main-container #saw-main-header .saw-menu-fullscreen .menu-circle-container .menu-circle.circle-2 {
    background-color: #F3F3F3;
}

body #saw-main-container #saw-main-header .saw-menu-fullscreen .menu-background-container {
    width: calc(100% + 50px);
    height: calc(100% + 50px);
    top: -25px;
    left: -25px;
    background: url('../../../../../wp-content/uploads/2020/07/menu-bg-1.jpg') center/cover no-repeat;
    opacity: 0;
}

body #saw-main-container #saw-main-header .saw-menu-fullscreen .menu-content-container {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 75%;
}

body #saw-main-container #saw-main-header .saw-menu-fullscreen .menu-content-container .menu-items-col {
    width: 60%;
}

body #saw-main-container #saw-main-header .saw-menu-fullscreen .menu-content-container .menu-quote-col {
    width: 40%;
}

body #saw-main-container #saw-main-header .saw-menu-fullscreen .menu-content-container .quote-text,
body #saw-main-container #saw-main-header .saw-menu-fullscreen .menu-content-container .quote-author {
    position: relative;
    left: 150px;
    opacity: 0;
    text-align: right;
}

body #saw-main-container #saw-main-header .saw-menu-fullscreen .menu-content-container .quote-text {
    display: block;
    min-height: 75px;
    width: 100%;
}

body #saw-main-container #saw-main-header .saw-menu-fullscreen .menu-content-container .quote-text h5 {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.43, 0.195, 0.02, 1);
    text-align: right;
}

body #saw-main-container #saw-main-header .saw-menu-fullscreen .menu-content-container .quote-text h5.active {
    display: block;
    opacity: 1;
    transition: opacity 0.4s cubic-bezier(0.43, 0.195, 0.02, 1);
}

body #saw-main-container #saw-main-header .saw-menu-fullscreen .menu-content-container .quote-author {
    display: block;
    min-height: 75px;
    width: 100%;
}

body #saw-main-container #saw-main-header .saw-menu-fullscreen .menu-content-container .quote-author p {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    font-weight: 700;
    margin-bottom: 40px;
    margin-top: 15px;
    color: #595959;
    opacity: 0;
    text-align: right;
    transition: opacity 0.4s cubic-bezier(0.43, 0.195, 0.02, 1);
}

body #saw-main-container #saw-main-header .saw-menu-fullscreen .menu-content-container .quote-author p.active {
    opacity: 1;
    transition: opacity 0.4s cubic-bezier(0.43, 0.195, 0.02, 1);
}

body #saw-main-container #saw-main-header .saw-header-nav .saw-menu-fullscreen .menu .menu-item a {
    position: relative;
    left: 0px;
    opacity: 1;
    font-size: 94px;
    font-weight: 700;
    color: #151515;
    margin-bottom: 0px;
    transition: color 0.3s cubic-bezier(0.43, 0.195, 0.02, 1), opacity 0.4s cubic-bezier(0.43, 0.195, 0.02, 1);
    overflow: hidden;
}

body #saw-main-container #saw-main-header .saw-header-nav .saw-menu-fullscreen .menu .menu-item a span {
    position: relative;
    top: 120px;
}

body #saw-main-container #saw-main-header .saw-header-nav .saw-menu-fullscreen .menu .menu-item {
    margin-bottom: 0px;
    overflow: hidden;
}

body #saw-main-container #saw-main-header .saw-header-nav .saw-menu-fullscreen .menu .menu-item a:hover {
    /*     color: #FCCD04; */
    transition: color 0.4s cubic-bezier(0.43, 0.195, 0.02, 1);
}

body #saw-main-container #saw-main-header .saw-header-nav .saw-menu-fullscreen .menu .menu-item a.active {
    opacity: 1;
    transition: opacity 0.4s cubic-bezier(0.43, 0.195, 0.02, 1);
}

body #saw-main-container #saw-main-header .saw-header-nav .saw-menu-fullscreen .menu .menu-item a.not-active {
    opacity: 0.15;
    transition: opacity 0.4s cubic-bezier(0.43, 0.195, 0.02, 1);
}

body #saw-main-container #saw-main-header .start-project-cta-container {
    position: fixed;
    bottom: 20px;
    right: 50px;
    margin-left: 0px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s cubic-bezier(0.43, 0.195, 0.02, 1)
}

body #saw-main-container #saw-main-header.sticky .start-project-cta-container {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.5s cubic-bezier(0.43, 0.195, 0.02, 1)
}

body #saw-main-container #saw-main-header .start-project-cta-container .main-cta>a {
    background-color: #151515;
}

body #saw-main-container #saw-main-header .start-project-cta-container .main-cta>a p {
    color: #FFFFFF;
    padding: 0 45px;
}

body #saw-main-container #saw-main-header .start-project-cta-container .main-cta>a:before,
body #saw-main-container #saw-main-header .start-project-cta-container .main-cta>a:after,
body #saw-main-container #saw-main-header .start-project-cta-container .main-cta>a p:before,
body #saw-main-container #saw-main-header .start-project-cta-container .main-cta>a p:after {
    display: none;
}

body #saw-main-container #saw-main-header .start-project-cta-container .start-project-inner {
    position: absolute;
    z-index: 9;
    min-width: 370px;
    right: 0;
    bottom: 0;
    padding: 35px;
    pointer-events: none;
    border-radius: 24px;
}

body #saw-main-container #saw-main-header .start-project-cta-container:hover .start-project-inner {
    pointer-events: auto;
}

body #saw-main-container #saw-main-header .start-project-cta-container .start-project-inner:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    background-color: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.12);
    z-index: -1;
    transform: scale(0);
    transform-origin: right bottom;
    transition: 0.3s 0s cubic-bezier(0.43, 0.195, 0.02, 1);
}

body #saw-main-container #saw-main-header .start-project-cta-container:hover .start-project-inner:before {
    transform: scale(1);
    transition: transform 0.4s cubic-bezier(0.43, 0.195, 0.02, 1), box-shadow 0.4s 0.2s cubic-bezier(0.43, 0.195, 0.02, 1);
    border-radius: 24px;
    box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.12);
}

body #saw-main-container #saw-main-header .start-project-cta-container .start-project-inner .section-heading h3 {
    color: #808080;
    font-weight: 700;
    opacity: 0;
    transition: 0.2s cubic-bezier(0.43, 0.195, 0.02, 1);
}

body #saw-main-container #saw-main-header .start-project-cta-container:hover .start-project-inner .section-heading h3.text-1 {
    opacity: 1;
    transition: 0.4s 0.25s cubic-bezier(0.43, 0.195, 0.02, 1);
}

body #saw-main-container #saw-main-header .start-project-cta-container:hover .start-project-inner .section-heading h3.text-2 {
    opacity: 1;
    transition: 0.4s 0.5s cubic-bezier(0.43, 0.195, 0.02, 1);
}

body #saw-main-container #saw-main-header .start-project-cta-container .start-project-inner .section-heading a {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 25px;
    width: auto;
    height: 100%;
}

body #saw-main-container #saw-main-header .start-project-cta-container .start-project-inner .section-heading h3.text-2 {
    position: relative;
    color: #151515;
    pointer-events: none;
    transition: 0.2s cubic-bezier(0.43, 0.195, 0.02, 1);
}

body #saw-main-container #saw-main-header .start-project-cta-container .start-project-inner .section-heading h3.text-2:before {
    position: absolute;
    content: '';
    bottom: -5px;
    left: 0;
    width: 0%;
    height: 4px;
    background-color: #FCCD04;
    transition: 0.3s cubic-bezier(0.43, 0.195, 0.02, 1);
}

body #saw-main-container #saw-main-header .start-project-cta-container:hover .start-project-inner .section-heading h3.text-2:before {
    width: 100%;
    transition: 0.5s 0.6s cubic-bezier(0.43, 0.195, 0.02, 1);
}

body #saw-main-container #saw-main-header .start-project-cta-container .start-project-inner .section-heading a:hover h3.text-2 {
    color: #FCCD04;
    transition: 0.4s cubic-bezier(0.43, 0.195, 0.02, 1);
}


/* Page Secton CSS */

body .saw-page-section {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0px 12%;
    overflow: hidden;
}

body .saw-page-section.full-width {
    padding: 0 6%;
}

body .saw-page-section.full-height {
    display: flex;
    align-items: center;
    min-height: 100vh;
}

body .saw-page-section.max-full-width {
    padding: 0%;
}

body .saw-page-section.grey-background {
    background-color: #F3F3F3;
}

body .saw-page-section.lightgrey-background {
    background-color: #FAFAFA;
}

body .saw-page-section.yellow-background {
    background-color: #FCCD04;
}

body .saw-page-section.black-background {
    background-color: #151515;
}

body .saw-page-section .page-section-inner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

body .saw-page-section.saw-page-title-section {
    display: flex;
    min-height: 350px;
    align-items: center;
    justify-content: center;
}


/* SAW Skip Next CSS */

body .saw-page-section .saw-skip-next {
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    animation: rotate-bounce 3s infinite forwards;
}

body .saw-page-section .saw-skip-next svg {
    width: 50px;
    height: 20px;
}

@keyframes rotate-bounce {
    0%,
    16.667%,
    33.333%,
    53.33%,
    67.667% {
        transform: translateY(0) translateX(-50%) rotate(90deg);
    }
    26.667% {
        transform: translateY(-30px) translateX(-50%) rotate(90deg)
    }
    40% {
        transform: translateY(-15px) translateX(-50%) rotate(90deg);
    }
}


/* SAW Preloader CSS */

body.saw-preloader-enable {
    overflow: hidden;
}

body.saw-preloader-enable #saw-main-container {
    pointer-events: none;
}

body.saw-preloader-disabled #saw-main-container {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.4s 0.6s cubic-bezier(0.43, 0.195, 0.02, 1);
}

body #saw-preloader {
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: transparent;
    align-items: center;
    justify-content: flex-start;
    z-index: 10;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.6s 0.8s cubic-bezier(0.43, 0.195, 0.02, 1);
}

body #saw-preloader .preloader-inner {
    position: relative;
    display: none;
    margin-bottom: 60px;
    top: -100px;
    opacity: 0;
    transition: top 0.8s cubic-bezier(0.43, 0.195, 0.02, 1), opacity 0.8s cubic-bezier(0.43, 0.195, 0.02, 1);
}

body.loaded #saw-preloader .preloader-inner {
    display: flex;
}

body #saw-preloader .preloader-inner {
    position: relative;
    display: flex;
    padding: 0 9%;
    margin-bottom: 60px;
}

body.saw-preloader-enable #saw-preloader .preloader-inner {
    top: 0px;
    opacity: 1;
}

body.saw-preloader-disabled #saw-preloader .preloader-inner {
    top: -200px;
    opacity: 0;
    transition: top 1s cubic-bezier(0.43, 0.195, 0.02, 1), opacity 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}

body #saw-preloader .preloader-inner h1 {
    position: relative;
    top: 0px;
    display: none;
    line-height: 100%;
    height: 120%;
    width: 50vw;
    overflow: hidden;
    opacity: 0;
}

body.loaded #saw-preloader .preloader-inner h1 {
    opacity: 1;
    transition: 0.4s cubic-bezier(0.43, 0.195, 0.02, 1);
}

body.preloader-1 #saw-preloader .preloader-inner h1.preloader-1 {
    display: flex;
}

body.preloader-2 #saw-preloader .preloader-inner h1.preloader-2 {
    display: flex;
}

body #saw-preloader .preloader-inner h1 .preloader-text {
    position: absolute;
    top: 150%;
    left: 0;
    padding-left: 50px;
    opacity: 0;
}

body #saw-preloader .preloader-inner h1 .preloader-text.active {
    top: 0%;
    opacity: 1;
    transition: 0.4s cubic-bezier(0.43, 0.195, 0.02, 1);
}

body #saw-preloader .preloader-inner h1 .preloader-text.prev {
    top: -150%;
    opacity: 1;
    transition: 0.4s cubic-bezier(0.43, 0.195, 0.02, 1);
}

body #saw-preloader .preloader-inner h1 .preloader-text.next {
    top: 150%;
    opacity: 1;
    transition: 0.4s cubic-bezier(0.43, 0.195, 0.02, 1);
}

body.saw-preloader-enable #saw-preloader,
body #saw-preloader.active {
    opacity: 1;
    pointer-events: auto;
    transition: 0.6s cubic-bezier(0.43, 0.195, 0.02, 1);
}

body #saw-preloader .preloader-logo img {
    position: relative;
    width: 320px;
    margin-top: 6px;
}

body #saw-preloader .preloader-inner h1:after {
    position: absolute;
    content: '';
    top: -10%;
    left: 25px;
    width: 4px;
    height: 100%;
    background-color: #000000;
    opacity: 0;
}

body.loaded #saw-preloader .preloader-inner h1:after {
    opacity: 1;
    transition: 0.4s cubic-bezier(0.43, 0.195, 0.02, 1);
}

body.saw-preloader-enable #saw-main-container .first-fold-section.custom-background {
    /* background-size: 200%; */
}

body.saw-preloader-disabled #saw-main-container .first-fold-section.custom-background {
    /* background-size: 100%; */
    transition: 1.2s 0.9s cubic-bezier(0.43, 0.195, 0.02, 1);
}

body.saw-preloader-enable #saw-main-container .first-fold-section .page-section-inner {
    position: relative;
    opacity: 0;
    top: 150px;
}

body.saw-preloader-disabled #saw-main-container .first-fold-section .page-section-inner {
    position: relative;
    opacity: 1;
    top: 0px;
    transition: top 0.6s 0.4s cubic-bezier(0.43, 0.195, 0.02, 1), opacity 0.6s 0.4s cubic-bezier(0.43, 0.195, 0.02, 1);
}

body.saw-preloader-enable #saw-main-container #saw-main-header {
    top: -100%;
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.43, 0.195, 0.02, 1);
}

body.saw-preloader-disabled #saw-main-container #saw-main-header {
    top: 0%;
    opacity: 1;
    transition: opacity 1s 0.2s cubic-bezier(0.43, 0.195, 0.02, 1);
}

body.saw-preloader-enable #saw-main-container .first-fold-section:after,
body.saw-preloader-disabled #saw-main-container .first-fold-section:after {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    z-index: 1;
    transform: translateY(0%);
}

body.saw-preloader-disabled #saw-main-container .first-fold-section:after {
    transform: translateY(-100%);
    transition: 1.2s 0.9s cubic-bezier(0.43, 0.195, 0.02, 1);
}

body #saw-main-container .first-fold-section .page-section-inner {
    z-index: 2;
}


/* Main CTA CSS */

body .main-cta {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

body .main-cta>a {
    position: relative;
    display: inline-block;
    background-color: rgba(252, 205, 4, 0.4);
    border-radius: 32px;
    min-height: 50px;
    min-width: 250px;
    text-align: center;
}

body .main-cta>a:before {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    width: 100%;
    height: 50px;
    border-radius: 32px;
    background-color: #FCCD04;
    transform: translateY(-50%);
    z-index: 1;
    transition: 0.4s cubic-bezier(0.43, 0.195, 0.02, 1);
}

body .main-cta>a p:before,
body .main-cta>a p:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 30px;
    width: 25px;
    height: 12px;
    background: url('../../assets/images/arrow.svg');
    transform: translateY(-50%);
    z-index: 1;
    transition: 0.4s cubic-bezier(0.43, 0.195, 0.02, 1);
}

body .main-cta>a p:after {
    left: auto;
    right: 30px;
    opacity: 0;
}

body .main-cta>a:hover:before {
    width: 50px;
    transition: 0.6s cubic-bezier(0.43, 0.195, 0.02, 1);
}

body .main-cta>a p {
    position: relative;
    width: 100%;
    padding: 0px 70px;
    margin-bottom: 0px;
    line-height: 52px;
    z-index: 2;
}

body .main-cta>a:hover p:before {
    opacity: 0;
    left: 55px;
    transition: 0.6s cubic-bezier(0.43, 0.195, 0.02, 1);
}

body .main-cta>a:hover p:after {
    opacity: 1;
    right: 13px;
    transition: 0.6s 0.1s cubic-bezier(0.43, 0.195, 0.02, 1);
}


/* Custom Background CSS */

body #saw-main-container .custom-background {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


/* Footer CSS */

body #saw-main-footer {
    position: relative;
    display: block;
    width: 100%;
    padding: 0px 9%;
    background: #F3F3F3;
    overflow: hidden;
}

body #saw-main-footer:after,
body #saw-main-footer:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.75;
}

body #saw-main-footer:before{
    top: 130px;
}

body #saw-main-footer.footer-loaded:after {
    background-image: url('../../../../../wp-content/uploads/2020/09/mist-new.png');
    animation: cloud 85s linear infinite;
}

body #saw-main-footer.footer-loaded:before {
    background-image: url('../../../../../wp-content/uploads/2020/09/mist-new.png');
    animation: cloud 150s linear infinite;
}

@keyframes cloud {
    0% {
        background-position: 0px;
    }
    100% {
        background-position: -3260px;
    }
}

body #saw-main-footer .saw-footer-inner {
    position: relative;
    display: block;
    max-width: 72%;
    margin: 0 auto;
    padding-bottom: 40px;
    z-index: 2;
}

body #saw-main-footer .footer-heading h3 {
    line-height: 130%;
}

body #saw-main-footer .footer-heading h3 strong {
    font-weight: 700;
}

body #saw-main-footer p {
    margin-bottom: 0px;
}

body #saw-main-footer .saw-row.desc-row .footer-links-container {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

body #saw-main-footer .saw-row.desc-row .footer-links-container .menu-item {
    width: 100%;
    margin-bottom: 6px;
}

body #saw-main-footer .saw-row.desc-row .footer-links-container .menu-item a {
    font-weight: 700;
    transition: 0.3s cubic-bezier(0.43, 0.195, 0.02, 1);
}

body #saw-main-footer .saw-row.desc-row .footer-links-container .menu-item a:hover {
    color: #FCCD04;
    transition: 0.3s cubic-bezier(0.43, 0.195, 0.02, 1);
}

body #saw-main-footer .copyright-text {
    position: relative;
    display: block;
    width: 100%;
}

body #saw-main-footer .copyright-text:before {
    position: absolute;
    content: '';
    top: -25px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #151515;
}


/* Blog Page CSS */

body .blog-posts-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

body .blog-posts-container .blog-post {
    display: block;
    width: 50%;
    margin: 0 40px;
    margin-bottom: 40px;
    border: 1px solid #EDEDED;
}

body .blog-posts-container .blog-post .blog-image {
    position: relative;
    display: block;
    width: 100%;
    height: 35vh;
}

body .blog-posts-container .blog-post .blog-image .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FAFAFA;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

body .blog-posts-container .blog-post .blog-meta-container {
    padding: 18px 20px;
    border-top: 1px solid #EDEDED;
}

body .blog-posts-container .blog-post .blog-meta-container .blog-heading {
    margin-bottom: 6px;
}

body .blog-posts-container .blog-post .blog-meta-container p {
    color: #9b9b9b;
    margin-bottom: 0px;
}

.mk-pagination {
    margin: 0 auto;
    text-align: center;
    padding: 65px 0 40px;
    position: relative;
}

.mk-pagination a {
    text-decoration: none;
}

.mk-pagination .mk-pagination-inner {
    margin: 0 10px 0 0;
    float: left;
}

.mk-pagination .current-page,
.mk-pagination .page-number {
    display: block;
    padding: 10px 14px;
    line-height: 12px;
    font-size: 12px;
    margin: 0 6px;
    font-weight: 700;
    float: left;
}

.mk-pagination .mk-total-pages {
    float: right;
}

body .mk-pagination .current-page,
body .mk-pagination .page-number {
    font-size: 18px;
    color: #262626;
}

body .mk-pagination .current-page {
    background: #262626;
    border-color: #262626;
    color: #fff;
}

body .mk-pagination .mk-pagination-next svg,
body .mk-pagination .mk-pagination-previous svg {
    fill: #262626;
    height: 25px;
    width: 25px;
}

body .mk-pagination .current-page:hover,
body .mk-pagination .page-number:hover,
body .mk-pagination .mk-pagination-next:hover,
body .mk-pagination .mk-pagination-previous:hover {
    border-color: #262626;
}

body .mk-pagination .mk-total-pages {
    font-size: 20px;
    color: #262626;
    opacity: 1;
}


/* Page Options CSS */


/* Light Logo CSS */

body.light-logo-yes #saw-main-container #saw-main-header .saw-header-logo a img.default-logo {
    display: none;
}

body.light-logo-yes #saw-main-container #saw-main-header .saw-header-logo a img.light-logo {
    display: block;
}

body.light-logo-yes #saw-main-container #saw-main-header.sticky .saw-header-logo a img.light-logo {
    display: none;
}

body.light-logo-yes #saw-main-container #saw-main-header .saw-header-nav .saw-menu-icon svg path {
    stroke: #FFFFFF;
}

body.light-logo-yes #saw-main-container #saw-main-header.sticky .saw-header-nav .saw-menu-icon svg path {
    stroke: #212121;
}

body.light-logo-yes #saw-main-container #saw-main-header .saw-header-logo a p strong,
body.light-logo-yes #saw-main-container #saw-main-header .saw-header-nav .menu-title p strong {
    color: #FFFFFF;
}

body.light-logo-yes #saw-main-container #saw-main-header.sticky .saw-header-logo a p strong,
body.light-logo-yes #saw-main-container #saw-main-header.sticky .saw-header-nav .menu-title p strong {
    color: #151515;
}


/* Remove Page Elements */

body.no-header #saw-main-container #saw-main-header {
    display: none;
}

body.no-footer #saw-main-container #saw-main-footer {
    display: none;
}

body.no-header-footer #saw-main-container #saw-main-header,
body.no-header-footer #saw-main-container #saw-main-footer {
    display: none;
}


/* 404 Page */

body.error404 canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    filter: grayscale(0.4) opacity(0.2);
}

body.error404 .saw-page-section .page-section-inner {
    z-index: 2;
    pointer-events: none;
}

body.error404 .saw-page-section .page-section-inner .main-cta {
    pointer-events: auto;
}


/* Smaller Screen Desktops */

@media only screen and (max-width: 1280px) {
    /* Font Sizes */
    body h1,
    body .main-heading h1 {
        font-size: 80px;
    }
    body .main-heading-2 h1 {
        font-size: 64px;
    }
    body .mega-main-heading h1 {
        font-size: 134px;
    }
    body h2,
    body .sub-heading h2 {
        font-size: 48px;
    }
    body h3,
    body .sub-heading-2 h3 {
        font-size: 36px;
    }
    body h4,
    body .sub-heading-3 h4 {
        font-size: 24px;
    }
    body h5,
    body .sub-heading-4 h5 {
        font-size: 20px;
    }
    body p,
    body a,
    body ul li,
    body .para-text p {
        font-size: 16px;
    }
    body .small-text p,
    body .small-text p a,
    body .small-text ul li a {
        font-size: 14px;
    }
    body .smallest-text p {
        font-size: 11px;
    }
    /* Default CSS */
    body #saw-main-container #saw-main-header {
        padding: 0 4%;
    }
    body .saw-page-section {
        padding: 0 11%;
    }
    body .saw-page-section.full-width {
        padding: 0 5%;
    }
    body #saw-main-footer {
        padding: 0px 9%;
    }
    /*  Preloader CSS */
    body #saw-preloader .preloader-inner {
        padding: 0 5%;
    }
    body #saw-preloader .preloader-logo img {
        width: 310px;
        margin-top: 6px;
    }
    body #saw-main-container #saw-main-header .start-project-cta-container .start-project-inner {
        min-width: 360px;
    }
}


/* Mid Large Screen Desktops */

@media only screen and (min-width: 1440px) {
    /* Font Sizes */
    body h1,
    body .main-heading h1 {
        font-size: 86px;
    }
    body .main-heading-2 h1 {
        font-size: 70px;
    }
    body .mega-main-heading h1 {
        font-size: 144px;
    }
    body h2,
    body .sub-heading h2 {
        font-size: 52px;
    }
    body h3,
    body .sub-heading-2 h3 {
        font-size: 40px;
    }
    body h4,
    body .sub-heading-3 h4 {
        font-size: 28px;
    }
    body h5,
    body .sub-heading-4 h5 {
        font-size: 24px;
    }
    body p,
    body a,
    body ul li,
    body .para-text p {
        font-size: 18px;
    }
    body .small-text p,
    body .small-text p a,
    body .small-text ul li a {
        font-size: 15px;
    }
    body .smallest-text p {
        font-size: 12px;
    }
    /* Default CSS */
    body #saw-main-container #saw-main-header {
        padding: 0 5%;
    }
    body .saw-page-section {
        padding: 0 12%;
    }
    body .saw-page-section.full-width {
        padding: 0 6%;
    }
    body #saw-main-footer {
        padding: 0px 10%;
    }
    body #saw-preloader .preloader-inner {
        padding: 0 6%;
    }
    body #saw-main-container #saw-main-header .start-project-cta-container .start-project-inner {
        min-width: 385px;
    }
}


/* Large Screen Desktops */

@media only screen and (min-width: 1920px) {
    /* Font Sizes */
    body h1,
    body .main-heading h1 {
        font-size: 100px;
    }
    body .main-heading-2 h1 {
        font-size: 84px;
    }
    body .mega-main-heading h1 {
        font-size: 160px;
    }
    body h2,
    body .sub-heading h2 {
        font-size: 62px;
    }
    body h3,
    body .sub-heading-2 h3 {
        font-size: 48px;
    }
    body h4,
    body .sub-heading-3 h4 {
        font-size: 34px;
    }
    body h5,
    body .sub-heading-4 h5 {
        font-size: 26px;
    }
    body p,
    body a,
    body ul li,
    body .para-text p {
        font-size: 20px;
    }
    body .small-text p,
    body .small-text p a,
    body .small-text ul li a {
        font-size: 17px;
    }
    body .smallest-text p {
        font-size: 14px;
    }
    /* Default CSS */
    body #saw-main-container #saw-main-header {
        padding: 0 8%;
    }
    body .saw-page-section {
        padding: 0 14%;
    }
    body .saw-page-section.full-width {
        padding: 0 9%;
    }
    body #saw-main-footer {
        padding: 0px 14%;
    }
    /*  Preloader CSS */
    body #saw-preloader .preloader-inner {
        padding: 0 9%;
    }
    body #saw-preloader .preloader-logo img {
        width: 400px;
        margin-top: 8px;
    }
    body #saw-main-container #saw-main-header .start-project-cta-container .start-project-inner {
        min-width: 445px;
    }
}


/* iPads (portrait and landscape) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    body .custom-cursor {
        display: none !important;
    }
    /* Font Sizes */
    body h1,
    body .main-heading h1 {
        font-size: 60px;
    }
    body .main-heading-2 h1 {
        font-size: 50px;
    }
    body .mega-main-heading h1 {
        font-size: 100px;
    }
    body h2,
    body .sub-heading h2 {
        font-size: 38px;
    }
    body h3,
    body .sub-heading-2 h3 {
        font-size: 32px;
    }
    body h4,
    body .sub-heading-3 h4 {
        font-size: 22px;
    }
    body h5,
    body .sub-heading-4 h5 {
        font-size: 18px;
    }
    body p,
    body a,
    body ul li,
    body .para-text p {
        font-size: 16px;
    }
    body .small-text p,
    body .small-text p a,
    body .small-text ul li a {
        font-size: 14px;
    }
    body .smallest-text p {
        font-size: 11px;
    }
    /* Default CSS */
    body #saw-main-container #saw-main-header {
        padding: 0 4%;
    }
    body .saw-page-section {
        padding: 0 11%;
    }
    body .saw-page-section.full-width {
        padding: 0 5%;
    }
    body #saw-main-footer {
        padding: 0px 9%;
    }
    body #saw-main-container .saw-menu-fullscreen .menu-content-container .menu-quote-col .quote-text .line {
        display: inline;
    }
    body #saw-main-container #saw-main-header .saw-header-nav .saw-menu-fullscreen .menu .menu-item a {
        font-size: 80px;
        line-height: 135%;
    }
    body .menu-popup-container {
        max-width: 100%;
    }
    /*  Preloader CSS */
    body #saw-preloader .preloader-logo img {
        min-width: 230px;
        margin-top: 5px;
    }
    body #saw-preloader .preloader-inner {
        padding: 0 6%;
    }
    body #saw-main-container #saw-main-header .start-project-cta-container {
        display: none;
    }
}


/* 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) {
    /* Default CSS */
    body .desktop-visible {
        display: none;
    }
    body .mobile-visible {
        display: block;
    }
    /*  Footer CSS */
    body #saw-main-footer .saw-footer-inner {
        max-width: 80%;
    }
    body #saw-main-footer .footer-row {
        flex-wrap: wrap;
    }
    body #saw-main-footer .footer-row .col {
        width: 100%;
        flex: auto;
    }
    body #saw-main-footer .saw-row.desc-row .footer-links-container {
        justify-content: center;
        padding-top: 80px;
    }
    body #saw-main-footer .padding.padding-160 {
        height: 80px;
    }
    body #saw-main-footer .saw-row.desc-row .footer-links-container ul.menu {
        display: flex;
    }
    body #saw-main-footer .saw-row.desc-row .footer-links-container ul.menu .menu-item:nth-child(2) {
        position: relative;
        padding: 0 26px;
    }
    body #saw-main-footer .saw-row.desc-row .footer-links-container ul.menu .menu-item:nth-child(2):before,
    body #saw-main-footer .saw-row.desc-row .footer-links-container ul.menu .menu-item:nth-child(2):after {
        position: absolute;
        content: '';
        top: 50%;
        left: 13px;
        width: 2px;
        height: 60%;
        background-color: #151515;
        transform: translateY(-50%);
    }
    body #saw-main-footer .saw-row.desc-row .footer-links-container ul.menu .menu-item:nth-child(2):after {
        left: auto;
        right: 13px;
    }
    body #saw-main-footer .copyright-text p {
        font-size: 11px;
    }
    body #saw-main-footer .copyright-text p img {
        max-width: 65px !important;
    }
    /* Menu CSS */
    body #saw-main-container #saw-main-header .saw-menu-fullscreen .menu-content-container {
        flex-wrap: wrap;
        width: 80%;
        justify-content: flex-start;
    }
    body #saw-main-container #saw-main-header .saw-menu-fullscreen .menu-content-container .menu-items-col {
        width: 100%;
        margin-top: 40px;
    }
    body #saw-main-container #saw-main-header .saw-menu-fullscreen .menu-content-container .menu-quote-col {
        width: 55%;
        margin-top: 40px;
        padding: 0 10px;
    }
    body #saw-main-container .saw-menu-fullscreen .menu-content-container .menu-quote-col .quote-text .line {
        display: inline;
    }
    body .menu-popup-container {
        max-width: 100%;
        padding: 0 60px;
        height: 100vh;
        overflow-y: scroll;
    }
    body .menu-popup-container .opening-content-row {
        flex-wrap: wrap;
    }
    body .menu-popup-container .opening-content-col {
        padding: 15px 0px;
        margin: 20px 30px;
    }
    body .menu-popup-container .opening-content-col.col-1 {
        padding-top: 80px;
        border-bottom: 2px solid #CCCCCC;
        padding-bottom: 30px;
    }
    body .menu-popup-container .opening-cta {
        margin-bottom: 80px;
        margin-top: -20px;
    }
}


/* Mobile Devices */

@media only screen and (max-width: 765px) {
    body .custom-cursor {
        display: none !important;
    }
    /* Font Sizes */
    body h1,
    body .main-heading h1 {
        font-size: 37px;
    }
    body .main-heading-2 h1 {
        font-size: 32px;
    }
    body .mega-main-heading h1 {
        font-size: 62px;
    }
    body h2,
    body .sub-heading h2 {
        font-size: 28px;
    }
    body h3,
    body .sub-heading-2 h3 {
        font-size: 24px;
    }
    body h4,
    body .sub-heading-3 h4 {
        font-size: 20px;
    }
    body h5,
    body .sub-heading-4 h5 {
        font-size: 18px;
    }
    body p,
    body a,
    body ul li,
    body .para-text p {
        font-size: 17px;
    }
    body .small-text p,
    body .small-text p a,
    body .small-text ul li a {
        font-size: 16px;
    }
    body .smallest-text p {
        font-size: 12px;
    }
    body span.outline-text {
        -webkit-text-stroke-width: 1px;
    }
    body #saw-main-container .main-cta > a p{
        font-size: 15px;
        padding: 0 20px;
    }
    /* Default CSS */
    body #saw-main-container #saw-main-header {
        padding: 0 25px;
    }
    body .saw-page-section {
        padding: 0 30px;
    }
    body .saw-page-section.full-width {
        padding: 0 30px;
    }
    body #saw-main-footer {
        padding: 0 30px;
    }
    body #saw-preloader .preloader-logo img {
        max-width: 200px;
    }
    body .desktop-visible {
        display: none !important;
    }
    body .mobile-visible {
        display: block !important;
    }
    /*  Footer CSS */
    body #saw-main-footer .saw-footer-inner {
        max-width: 100%;
    }
    body #saw-main-footer .footer-row {
        flex-wrap: wrap;
    }
    body #saw-main-footer .footer-row .col {
        width: 100%;
        flex: auto;
    }
    body #saw-main-footer .saw-row.desc-row .footer-links-container {
        justify-content: center;
        padding-top: 80px;
    }
    body #saw-main-footer .padding.padding-160 {
        height: 80px;
    }
    body #saw-main-footer .saw-row.desc-row .footer-links-container ul.menu {
        display: flex;
    }
    body #saw-main-footer .saw-row.desc-row .footer-links-container ul.menu .menu-item:nth-child(2) {
        position: relative;
        padding: 0 26px;
    }
    body #saw-main-footer .saw-row.desc-row .footer-links-container ul.menu .menu-item:nth-child(2):before,
    body #saw-main-footer .saw-row.desc-row .footer-links-container ul.menu .menu-item:nth-child(2):after {
        position: absolute;
        content: '';
        top: 50%;
        left: 13px;
        width: 2px;
        height: 60%;
        background-color: #151515;
        transform: translateY(-50%);
    }
    body #saw-main-footer .saw-row.desc-row .footer-links-container ul.menu .menu-item:nth-child(2):after {
        left: auto;
        right: 13px;
    }
    body #saw-main-footer .copyright-text p {
        font-size: 11px;
    }
    body #saw-main-footer .copyright-text p img {
        max-width: 65px !important;
    }
    /* Menu CSS */
    body #saw-main-container #saw-main-header .saw-header-nav .saw-menu-fullscreen .menu .menu-item a {
        font-size: 50px;
        line-height: 135%;
    }
    body #saw-main-container #saw-main-header .saw-menu-fullscreen .menu-content-container {
        flex-wrap: wrap;
        width: 80%;
    }
    body #saw-main-container #saw-main-header .saw-menu-fullscreen .menu-content-container .menu-items-col {
        width: 100%;
        margin-bottom: 15px;
        margin-top: 20px;
    }
    body #saw-main-container #saw-main-header .saw-menu-fullscreen .menu-content-container .menu-quote-col {
        width: 100%;
        margin-top: 40px;
    }
    body #saw-main-container #saw-main-header .saw-header-nav .saw-menu-fullscreen .menu .menu-item {
        margin-bottom: 5px;
    }
    body #saw-main-container #saw-main-header .saw-menu-fullscreen .menu-content-container .quote-author p {
        margin-top: 15px;
    }
    body .menu-popup-container {
        max-width: 100%;
        height: 100vh;
        overflow-y: scroll;
    }
    body .menu-popup-container .opening-content-row {
        flex-wrap: wrap;
    }
    body .menu-popup-container .opening-content-col {
        padding: 15px 0px;
        margin: 20px 30px;
    }
    body .menu-popup-container .opening-content-col.col-1 {
        padding-top: 80px;
        border-bottom: 2px solid #CCCCCC;
        padding-bottom: 30px;
    }
    body .menu-popup-container .opening-cta {
        margin-bottom: 80px;
        margin-top: -20px;
    }
    /*  Preloader CSS */
    body #saw-preloader .preloader-logo {
        width: 100%;
        display: flex;
    }
    body #saw-preloader .preloader-logo img {
        display: inline-block;
        width: 200px;
        margin: 0 auto;
        margin-top: 5px;
        margin-bottom: 25px;
    }
    body #saw-preloader .preloader-inner {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        padding: 0;
    }
    body #saw-preloader .preloader-inner h1 {
        height: 45px;
        justify-content: center;
    }
    body #saw-preloader .preloader-inner h1:after {
        display: none;
    }
    body #saw-preloader .preloader-inner h1 .preloader-text {
        padding-left: 0px;
        width: 100%;
        text-align: center;
    }
    /* SAW Skip Next CSS */
    body .saw-page-section .saw-skip-next {
        bottom: 150px;
    }
    body #saw-main-container #saw-main-header .start-project-cta-container {
        display: none;
    }
}

/* No Landscape Support */
@media only screen and (min-device-width: 420px) and (max-device-width: 1020px)  and (orientation: landscape) {
    
    body #saw-main-container{
        display: none;
    }

    body{
        background: #FCCD04;
    }

    body .saw-landscape{
        position: relative;
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100vh;
        padding: 20px;
        z-index: 9999;
    }

    body .saw-landscape .landscape-icon{
        text-align: center;
        margin-bottom: 15px;
    }

    body .saw-landscape .landscape-icon img{
        height: 120px;
        width: 120px;
    }

    body .saw-landscape .landscape-heading h4{
        font-weight: 700;
        margin-bottom: 7px;
    }

    body #saw-preloader{
        display: none;
    }
}