/*
Theme Name: Hermax
Theme URI: https://garudatheme.com/collections/hermax/
Author: Garudatheme
Author URI: https://garudatheme.com/
Description: Untuk perusahaan atau penyedia layanan & jasa, dengan 2 custom post type tersedia, design responsive dan kustomisasi yang mudah.
Requires at least: 6.0
Tested up to: 6.8.2
Requires PHP: 7.4
Version: 1.1
Text Domain: hermax
Tags: business, company profile
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --logo-height-desktop: 32px;
    --logo-height-mobile: 28px;
    --background-body: #ffffff;
    --background-topbar: #dd9933;
    --background-footer: #181818;
    --color-primary: #dd9933;
    --color-primary-hover: #a06a23;
    --color-text: #18181a;
    --color-text-light: rgba(0, 0, 0, 0.6);
    --font-family: "Poppins", sans-serif;
    --about-bgcolor: #ffffff;
    --about-padtop: 150px;
    --about-padbot: 75px;
    --about-padtop-tablet: 80px;
    --about-padbot-tablet: 40px;
    --about-padtop-mobile: 60px;
    --about-padbot-mobile: 30px;
    --service-bgcolor: #ffffff;
    --service-padtop: 75px;
    --service-padbot: 150px;
    --service-padtop-tablet: 40px;
    --service-padbot-tablet: 80px;
    --service-padtop-mobile: 30px;
    --service-padbot-mobile: 60px;
    --reason-bgcolor: #faf9f7;
    --reason-padtop: 150px;
    --reason-padbot: 150px;
    --reason-padtop-tablet: 80px;
    --reason-padbot-tablet: 80px;
    --reason-padtop-mobile: 60px;
    --reason-padbot-mobile: 60px;
    --gallery-bgcolor: #ffffff;
    --gallery-padtop: 150px;
    --gallery-padbot: 75px;
    --gallery-padtop-tablet: 80px;
    --gallery-padbot-tablet: 40px;
    --gallery-padtop-mobile: 60px;
    --gallery-padbot-mobile: 30px;
    --testiomonial-bgcolor: #ffffff;
    --testimonial-padtop: 75px;
    --testimonial-padbot: 75px;
    --testimonial-padtop-tablet: 40px;
    --testimonial-padbot-tablet: 40px;
    --testimonial-padtop-mobile: 30px;
    --testimonial-padbot-mobile: 30px;
    --blog-bgcolor: #ffffff;
    --blog-padtop: 75px;
    --blog-padbot: 75px;
    --blog-padtop-tablet: 40px;
    --blog-padbot-tablet: 40px;
    --blog-padtop-mobile: 30px;
    --blog-padbot-mobile: 30px;
    --partner-bgcolor: #ffffff;
    --partner-padtop: 75px;
    --partner-padbot: 150px;
    --partner-padtop-tablet: 40px;
    --partner-padbot-tablet: 80px;
    --partner-padtop-mobile: 30px;
    --partner-padbot-mobile: 60px;
}

body {
    background: var(--background-body);
    font-family: var(--font-family);
    font-size: 16px;
    line-height: 1.5em;
    color: var(--color-text);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
}

a {
    color: var(--color-primary);
    text-decoration: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
blockquote,
pre,
figure {
    display: block;
    line-height: 1.5em;
    margin: 0 0 20px 0;
}

h1 {
    font-size: 27px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul,
ol {
    padding: 0 0 0 20px;
}

ul > li,
ol > li {
    margin: 0 0 8px 0;
}

blockquote {
    background: rgba(0, 0, 0, 0.06);
    border-left: 4px solid var(--color-primary);
    padding: 15px 20px 15px 20px;
}

blockquote > p:last-child {
    margin: 0;
}

pre {
    background: #282c34;
    color: rgba(255, 255, 255, 0.6);
    padding: 15px 20px 15px 20px;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="submit"],
textarea,
select,
button {
    font-family: inherit;
    font-size: 15px;
    line-height: 1.4em;
    color: var(--color-text);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    outline: 0;
    padding: 10px 18px;
    transition: all ease-in-out 0.2s;
}

input[type="submit"],
button {
    background: var(--color-primary);
    color: #ffffff;
    border: 0;
    cursor: pointer;
}

input[type="submit"]:hover,
button:hover {
    background: var(--color-primary-hover);
}

select {
    -webkit-appearance: none;
    background: #ffffff
        url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2Ij48cGF0aCBkPSJNMTEuOTk5NyAxMy4xNzE0TDE2Ljk0OTUgOC4yMjE2OEwxOC4zNjM3IDkuNjM1ODlMMTEuOTk5NyAxNS45OTk5TDUuNjM1NzQgOS42MzU4OUw3LjA0OTk2IDguMjIxNjhMMTEuOTk5NyAxMy4xNzE0WiIgZmlsbD0icmdiYSgzMywzMywzMywxKSI+PC9wYXRoPjwvc3ZnPg==")
        no-repeat right 16px top 55%;
    padding-right: 40px;
}

.preload-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 99999;
    transition: all ease-in-out 0.2s;
}

.preload-wrapper.hide {
    opacity: 0;
    visibility: hidden;
}

.preload-wrapper > .preload-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999;
}

.preload-spinner-one {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: relative;
    animation: preloadRotate 1s linear infinite;
}
.preload-spinner-one::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 5px solid var(--color-primary);
    animation: preloadClipFix 2s linear infinite;
}

@keyframes preloadRotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes preloadClipFix {
    0% {
        clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
    }
    25% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
    }
    50% {
        clip-path: polygon(
            50% 50%,
            0 0,
            100% 0,
            100% 100%,
            100% 100%,
            100% 100%
        );
    }
    75% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
    }
    100% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
    }
}

.preload-spinner-two {
    width: 48px;
    height: 48px;
    border: 5px solid rgba(0, 0, 0, 0.2);
    border-bottom-color: var(--color-primary);
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: preloadRotateTwo 1s linear infinite;
}

@keyframes preloadRotateTwo {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.preload-spinner-three {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: relative;
    animation: preloadRotateTwo 1s linear infinite;
}

.preload-spinner-three::before,
.preload-spinner-three::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 5px solid rgba(0, 0, 0, 0.2);
    animation: preloadClipFixThree 2s linear infinite;
}

.preload-spinner-three::after {
    transform: rotate3d(90, 90, 0, 180deg);
    border-color: var(--color-primary);
}

@keyframes preloadClipFixThree {
    0% {
        clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
    }
    50% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
    }
    75%,
    100% {
        clip-path: polygon(
            50% 50%,
            0 0,
            100% 0,
            100% 100%,
            100% 100%,
            100% 100%
        );
    }
}

.preload-spinner-four {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: relative;
    animation: preloadRotateTwo 1s linear infinite;
}

.preload-spinner-four::before,
.preload-spinner-four::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 5px solid rgba(0, 0, 0, 0.2);
    animation: preloadClipFixFour 2s linear infinite;
}

.preload-spinner-four::after {
    border-color: var(--color-primary);
    animation: preloadClipFixFour 2s linear infinite,
        preloadRotateTwo 0.5s linear infinite reverse;
    inset: 6px;
}

@keyframes preloadClipFixFour {
    0% {
        clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
    }
    25% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
    }
    50% {
        clip-path: polygon(
            50% 50%,
            0 0,
            100% 0,
            100% 100%,
            100% 100%,
            100% 100%
        );
    }
    75% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
    }
    100% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
    }
}

.preload-spinner-five {
    width: 48px;
    height: 48px;
    border: 3px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    animation: preloadRotateTwo 1s linear infinite;
}

.preload-spinner-five::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid;
    border-color: var(--color-primary) transparent;
}

.preload-spinner-six {
    width: 48px;
    height: 48px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    animation: preloadRotateTwo 1s linear infinite;
}

.preload-spinner-six::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 0;
    background: var(--color-primary);
    width: 3px;
    height: 24px;
    transform: translateX(-50%);
}

.preload-bar-scale {
    position: relative;
    width: 75px;
    height: 50px;
    background-repeat: no-repeat;
    background-image: linear-gradient(var(--color-primary) 50px, transparent 0),
        linear-gradient(var(--color-primary) 50px, transparent 0),
        linear-gradient(var(--color-primary) 50px, transparent 0),
        linear-gradient(var(--color-primary) 50px, transparent 0),
        linear-gradient(var(--color-primary) 50px, transparent 0),
        linear-gradient(var(--color-primary) 50px, transparent 0);
    background-position: 0 center, 12px center, 24px center, 36px center,
        48px center, 60px center;
    animation: preloadBarScale 0.65s linear infinite alternate;
}

@keyframes preloadBarScale {
    0% {
        background-size: 10px 3px;
    }
    16% {
        background-size: 10px 50px, 10px 3px, 10px 3px, 10px 3px, 10px 3px,
            10px 3px;
    }
    33% {
        background-size: 10px 30px, 10px 50px, 10px 3px, 10px 3px, 10px 3px,
            10px 3px;
    }
    50% {
        background-size: 10px 10px, 10px 30px, 10px 50px, 10px 3px, 10px 3px,
            10px 3px;
    }
    66% {
        background-size: 10px 3px, 10px 10px, 10px 30px, 10px 50px, 10px 3px,
            10px 3px;
    }
    83% {
        background-size: 10px 3px, 10px 3px, 10px 10px, 10px 30px, 10px 50px,
            10px 3px;
    }
    100% {
        background-size: 10px 3px, 10px 3px, 10px 3px, 10px 10px, 10px 30px,
            10px 50px;
    }
}

.preload-xspace {
    transform: rotateZ(45deg);
    perspective: 1000px;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    color: rgba(0, 0, 0, 0.2);
}

.preload-xspace::before,
.preload-xspace::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    border-radius: 50%;
    transform: rotateX(70deg);
    animation: 1s preloadXspaceSpin linear infinite;
}

.preload-xspace::after {
    color: var(--color-primary);
    transform: rotateY(70deg);
    animation-delay: 0.4s;
}

@keyframes preloadXspaceSpin {
    0%,
    100% {
        box-shadow: 0.2em 0px 0 0px currentcolor;
    }
    12% {
        box-shadow: 0.2em 0.2em 0 0 currentcolor;
    }
    25% {
        box-shadow: 0 0.2em 0 0px currentcolor;
    }
    37% {
        box-shadow: -0.2em 0.2em 0 0 currentcolor;
    }
    50% {
        box-shadow: -0.2em 0 0 0 currentcolor;
    }
    62% {
        box-shadow: -0.2em -0.2em 0 0 currentcolor;
    }
    75% {
        box-shadow: 0px -0.2em 0 0 currentcolor;
    }
    87% {
        box-shadow: 0.2em -0.2em 0 0 currentcolor;
    }
}

.preload-shadow-cube {
    width: 42px;
    height: 42px;
    margin: auto;
    position: relative;
}

.preload-shadow-cube::before {
    content: "";
    width: 42px;
    height: 5px;
    background: #000;
    opacity: 0.25;
    position: absolute;
    top: 55px;
    left: 0;
    border-radius: 50%;
    animation: preloadShadowCube 0.5s linear infinite;
}

.preload-shadow-cube::after {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--color-primary);
    animation: preloadbxSpin 0.5s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px;
}

@keyframes preloadbxSpin {
    17% {
        border-bottom-right-radius: 3px;
    }
    25% {
        transform: translateY(9px) rotate(22.5deg);
    }
    50% {
        transform: translateY(18px) scale(1, 0.9) rotate(45deg);
        border-bottom-right-radius: 40px;
    }
    75% {
        transform: translateY(9px) rotate(67.5deg);
    }
    100% {
        transform: translateY(0) rotate(90deg);
    }
}

@keyframes preloadShadowCube {
    0%,
    100% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.2, 1);
    }
}

/*************************
* Custom-cursor 
*************************/
.custom-cursor-one {
    position: fixed;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid var(--color-primary);
    transition: all 200ms ease-out;
    pointer-events: none;
    transform: translate(calc(-50% + 15px), -50%);
    z-index: 999991;
}

.custom-cursor-one.hover {
    background: var(--color-primary);
    opacity: 0.2;
}

.custom-cursor-two {
    position: fixed;
    width: 12px;
    height: 12px;
    background: var(--color-primary);
    border-radius: 100%;
    opacity: 0.6;
    transform: translate(-50%, -50%);
    pointer-events: none;
    transition: width 0.3s, height 0.3s, opacity 0.3s;
    z-index: 999991;
}

.custom-cursor-two.cursorinnerhover {
    width: 30px;
    height: 30px;
    opacity: 0.6;
}

/* Slick Start */
.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block;
}
.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after,
.slick-track:before {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-initialized .slick-slide,
.slick-slide img {
    display: block;
}
.slick-arrow.slick-hidden,
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow {
    position: absolute;
    top: 50%;
    left: 13px;
    transform: translateY(-50%);
    background: var(--color-primary);
    border: 0;
    outline: 0;
    border-radius: 50%;
    cursor: pointer;
    padding: 10px;
    z-index: 1;
    transition: all ease-in-out 0.2s;
}
.slick-arrow:hover {
    background: var(--color-primary-hover);
}
.slick-arrow.next {
    left: auto;
    right: 13px;
}
.slick-arrow.slick-disabled {
    opacity: 0;
    visibility: hidden;
}
.slick-arrow > svg {
    display: block;
    width: 22px;
    height: 22px;
    fill: #ffffff;
}
ul.slick-dots {
    display: block;
    display: table;
    list-style: none;
    line-height: 1em;
    margin: 40px auto 0 auto;
    padding: 0;
}
ul.slick-dots > li {
    float: left;
    margin: 0 6px;
}

ul.slick-dots > li > button {
    display: block;
    position: relative;
    width: 8px;
    height: 8px;
    background: var(--color-primary);
    font-size: 0;
    line-height: 0;
    color: transparent;
    border: 0;
    outline: 0;
    cursor: pointer;
    border-radius: 50%;
    padding: 0;
    transition: all ease-in-out 0.2s;
}
ul.slick-dots > li.slick-active > button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    border: 1px solid var(--color-primary);
    border-radius: 50%;
}
/* Slick End */

/* Venobox Gallery Start */
.vbox-overlay {
    --vbox-tools-color: #fff;
    --vbox-title-background: #101010;
    --vbox-title-width: "auto";
    --vbox-title-radius: 0;
    --vbox-share-background: #101010;
    --vbox-share-width: "auto";
    --vbox-share-radius: 0;
    --vbox-padding: 0;
    --vbox-max-width: 100%;
}
.vbox-overlay *,
.vbox-overlay :after,
.vbox-overlay :before {
    -webkit-backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.vbox-overlay * {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}
.vbox-overlay {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 999999;
}
.vbox-share,
.vbox-title {
    line-height: 1;
    position: fixed;
    z-index: 98;
    text-align: center;
    margin: 0 auto;
    color: var(--vbox-tools-color);
}
.vbox-title {
    font-size: 12px;
    background-color: var(--vbox-title-background);
    width: var(--vbox-title-width);
    border-radius: var(--vbox-title-radius);
    padding: 12px 54px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.vbox-share {
    font-size: 24px;
    padding: 0 0.35em;
    background-color: var(--vbox-share-background);
    width: var(--vbox-share-width);
    border-radius: var(--vbox-share-radius);
}
.vbox-link-btn,
button.vbox-link-btn,
button.vbox-link-btn:active,
button.vbox-link-btn:focus,
button.vbox-link-btn:hover {
    border: none !important;
    background: 0 0 !important;
    box-shadow: none !important;
    color: inherit !important;
    padding: 6px 12px;
    outline: 0;
    display: inline-block;
    cursor: pointer;
}
.vbox-share a {
    color: inherit !important;
    padding: 6px 12px;
    display: inline-block;
}
.vbox-share svg {
    z-index: 10;
    vertical-align: middle;
}
.vbox-close {
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    padding: 6px 15px;
    color: #000;
    color: var(--vbox-tools-color);
    border: 0;
    font-size: 24px;
    display: flex;
    align-items: center;
    opacity: 0.8;
    transition: opacity 0.2s;
}
.vbox-close:hover {
    opacity: 1;
}
.vbox-left-corner {
    cursor: pointer;
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    line-height: 1;
    font-size: 12px;
    z-index: 99;
    display: flex;
    align-items: center;
    color: var(--vbox-tools-color);
}
.vbox-num {
    display: inline-block;
    padding: 12px 15px;
}
.vbox-left {
    left: 0;
}
.vbox-right {
    right: 0;
}
.vbox-top {
    top: 0;
}
.vbox-bottom {
    bottom: 0;
}
.vbox-next,
.vbox-prev {
    position: fixed;
    top: 50%;
    margin-top: -15px;
    overflow: hidden;
    cursor: pointer;
    display: block;
    width: 45px;
    height: 45px;
    z-index: 99;
    opacity: 0.8;
    transition: opacity 0.2s;
}
.vbox-next:hover,
.vbox-prev:hover {
    opacity: 1;
}
.vbox-next span,
.vbox-prev span {
    position: relative;
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
    border-top-color: var(--vbox-tools-color);
    border-right-color: var(--vbox-tools-color);
    text-indent: -100px;
    position: absolute;
    top: 8px;
    display: block;
}
.vbox-prev {
    left: 15px;
}
.vbox-next {
    right: 15px;
}
.vbox-prev span {
    left: 10px;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.vbox-next span {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 10px;
}
.vbox-inline,
.venoratio {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.venoratio::before {
    display: block;
    padding-top: var(--vb-aspect-ratio);
    content: "";
}
.venoratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: var(--vbox-padding);
}
.venoratio-1x1 {
    --vb-aspect-ratio: 100%;
    max-width: calc(min(var(--vbox-max-width), (100vh - 60px)));
}
.venoratio-4x3.vbox-child.venoratio {
    --vb-aspect-ratio: calc(3 / 4 * 100%);
    max-width: calc(min(var(--vbox-max-width), (100vh - 60px) * 4 / 3));
}
.venoratio-16x9.vbox-child.venoratio {
    --vb-aspect-ratio: calc(9 / 16 * 100%);
    max-width: calc(min(var(--vbox-max-width), (100vh - 60px) * 16 / 9));
}
.venoratio-21x9.vbox-child.venoratio {
    --vb-aspect-ratio: calc(9 / 21 * 100%);
    max-width: calc(min(var(--vbox-max-width), (100vh - 60px) * 21 / 9));
}
.venoratio-full {
    --vb-aspect-ratio: calc(100vh - 60px);
}
.vbox-child.vbox-inline,
.vbox-child.venoratio {
    max-width: 100%;
}
.vbox-open {
    overflow: hidden;
}
.vbox-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    z-index: 20;
    max-height: 100%;
    padding: 30px 0;
}
.vbox-content {
    opacity: 0;
    text-align: center;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 0 4%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
}
.vbox-container img {
    max-width: 100%;
    height: auto;
}
.vbox-child {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    max-width: var(--vbox-max-width);
    text-align: initial;
    padding: var(--vbox-padding);
}
.vbox-child img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: block;
}
.vbox-fit .vbox-child img,
.vbox-fit .vbox-child.venoratio {
    max-height: calc(100vh - 60px);
}
.vbox-grab .vbox-child img {
    cursor: grab;
}
.vbox-child > iframe {
    border: none !important;
}
.vbox-content.swipe-left {
    margin-left: -200px !important;
}
.vbox-content.swipe-right {
    margin-left: 200px !important;
}
.vbox-preloader {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
.vbox-preloader .vbox-preloader-inner {
    opacity: 1;
    transition: opacity 0.2s;
}
.vbox-hidden {
    display: none;
}
.vbox-preloader.vbox-hidden .vbox-preloader-inner {
    opacity: 0;
}
.vbox-backdrop {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateZ(-1px);
    -moz-transform: translateZ(-1px);
    -o-transform: translateZ(-1px);
    transform: translateZ(-1px);
    z-index: 0;
}
.vbox-tooltip {
    position: relative;
    display: inline-block;
}
.vbox-tooltip .vbox-tooltip-text {
    visibility: hidden;
    color: #fff;
    text-align: center;
    padding: 0;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s;
    margin-bottom: 2px;
    font-family: sans-serif;
}
.vbox-top .vbox-tooltip .vbox-tooltip-text {
    bottom: auto;
    top: 100%;
    margin-bottom: 0;
    margin-top: 2px;
}
.vbox-tooltip-inner {
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 6px;
    font-size: 10px;
}
.vbox-tooltip:hover .vbox-tooltip-text {
    visibility: visible;
    opacity: 1;
}
.vbox-overlay {
    --sk-size: 40px;
    --sk-color: #333;
}
.sk-center {
    margin: auto;
}
.sk-plane {
    width: var(--sk-size);
    height: var(--sk-size);
    background-color: var(--sk-color);
    animation: sk-plane 1.2s infinite ease-in-out;
}
@keyframes sk-plane {
    0% {
        transform: perspective(120px) rotateX(0) rotateY(0);
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}
.sk-chase {
    width: var(--sk-size);
    height: var(--sk-size);
    position: relative;
    animation: sk-chase 2.5s infinite linear both;
}
.sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: sk-chase-dot 2s infinite ease-in-out both;
}
.sk-chase-dot:before {
    content: "";
    display: block;
    width: 25%;
    height: 25%;
    background-color: var(--sk-color);
    border-radius: 100%;
    animation: sk-chase-dot-before 2s infinite ease-in-out both;
}
.sk-chase-dot:nth-child(1) {
    animation-delay: -1.1s;
}
.sk-chase-dot:nth-child(2) {
    animation-delay: -1s;
}
.sk-chase-dot:nth-child(3) {
    animation-delay: -0.9s;
}
.sk-chase-dot:nth-child(4) {
    animation-delay: -0.8s;
}
.sk-chase-dot:nth-child(5) {
    animation-delay: -0.7s;
}
.sk-chase-dot:nth-child(6) {
    animation-delay: -0.6s;
}
.sk-chase-dot:nth-child(1):before {
    animation-delay: -1.1s;
}
.sk-chase-dot:nth-child(2):before {
    animation-delay: -1s;
}
.sk-chase-dot:nth-child(3):before {
    animation-delay: -0.9s;
}
.sk-chase-dot:nth-child(4):before {
    animation-delay: -0.8s;
}
.sk-chase-dot:nth-child(5):before {
    animation-delay: -0.7s;
}
.sk-chase-dot:nth-child(6):before {
    animation-delay: -0.6s;
}
@keyframes sk-chase {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes sk-chase-dot {
    100%,
    80% {
        transform: rotate(360deg);
    }
}
@keyframes sk-chase-dot-before {
    50% {
        transform: scale(0.4);
    }
    0%,
    100% {
        transform: scale(1);
    }
}
.sk-bounce {
    width: var(--sk-size);
    height: var(--sk-size);
    position: relative;
}
.sk-bounce-dot {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: var(--sk-color);
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    animation: sk-bounce 2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.sk-bounce-dot:nth-child(2) {
    animation-delay: -1s;
}
@keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0);
    }
    45%,
    55% {
        transform: scale(1);
    }
}
.sk-wave {
    width: var(--sk-size);
    height: var(--sk-size);
    display: flex;
    justify-content: space-between;
}
.sk-wave-rect {
    background-color: var(--sk-color);
    height: 100%;
    width: 15%;
    animation: sk-wave 1.2s infinite ease-in-out;
}
.sk-wave-rect:nth-child(1) {
    animation-delay: -1.2s;
}
.sk-wave-rect:nth-child(2) {
    animation-delay: -1.1s;
}
.sk-wave-rect:nth-child(3) {
    animation-delay: -1s;
}
.sk-wave-rect:nth-child(4) {
    animation-delay: -0.9s;
}
.sk-wave-rect:nth-child(5) {
    animation-delay: -0.8s;
}
@keyframes sk-wave {
    0%,
    100%,
    40% {
        transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1);
    }
}
.sk-pulse {
    width: var(--sk-size);
    height: var(--sk-size);
    background-color: var(--sk-color);
    border-radius: 100%;
    animation: sk-pulse 1.2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@keyframes sk-pulse {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}
.sk-flow {
    width: calc(var(--sk-size) * 1.3);
    height: calc(var(--sk-size) * 1.3);
    display: flex;
    justify-content: space-between;
}
.sk-flow-dot {
    width: 25%;
    height: 25%;
    background-color: var(--sk-color);
    border-radius: 50%;
    animation: sk-flow 1.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s infinite
        both;
}
.sk-flow-dot:nth-child(1) {
    animation-delay: -0.3s;
}
.sk-flow-dot:nth-child(2) {
    animation-delay: -0.15s;
}
@keyframes sk-flow {
    0%,
    100%,
    80% {
        transform: scale(0.3);
    }
    40% {
        transform: scale(1);
    }
}
.sk-swing {
    width: var(--sk-size);
    height: var(--sk-size);
    position: relative;
    animation: sk-swing 1.8s infinite linear;
}
.sk-swing-dot {
    width: 45%;
    height: 45%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: var(--sk-color);
    border-radius: 100%;
    animation: sk-swing-dot 2s infinite ease-in-out;
}
.sk-swing-dot:nth-child(2) {
    top: auto;
    bottom: 0;
    animation-delay: -1s;
}
@keyframes sk-swing {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes sk-swing-dot {
    0%,
    100% {
        transform: scale(0.2);
    }
    50% {
        transform: scale(1);
    }
}
.sk-circle {
    width: var(--sk-size);
    height: var(--sk-size);
    position: relative;
}
.sk-circle-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.sk-circle-dot:before {
    content: "";
    display: block;
    width: 15%;
    height: 15%;
    background-color: var(--sk-color);
    border-radius: 100%;
    animation: sk-circle 1.2s infinite ease-in-out both;
}
.sk-circle-dot:nth-child(1) {
    transform: rotate(30deg);
}
.sk-circle-dot:nth-child(2) {
    transform: rotate(60deg);
}
.sk-circle-dot:nth-child(3) {
    transform: rotate(90deg);
}
.sk-circle-dot:nth-child(4) {
    transform: rotate(120deg);
}
.sk-circle-dot:nth-child(5) {
    transform: rotate(150deg);
}
.sk-circle-dot:nth-child(6) {
    transform: rotate(180deg);
}
.sk-circle-dot:nth-child(7) {
    transform: rotate(210deg);
}
.sk-circle-dot:nth-child(8) {
    transform: rotate(240deg);
}
.sk-circle-dot:nth-child(9) {
    transform: rotate(270deg);
}
.sk-circle-dot:nth-child(10) {
    transform: rotate(300deg);
}
.sk-circle-dot:nth-child(11) {
    transform: rotate(330deg);
}
.sk-circle-dot:nth-child(1):before {
    animation-delay: -1.1s;
}
.sk-circle-dot:nth-child(2):before {
    animation-delay: -1s;
}
.sk-circle-dot:nth-child(3):before {
    animation-delay: -0.9s;
}
.sk-circle-dot:nth-child(4):before {
    animation-delay: -0.8s;
}
.sk-circle-dot:nth-child(5):before {
    animation-delay: -0.7s;
}
.sk-circle-dot:nth-child(6):before {
    animation-delay: -0.6s;
}
.sk-circle-dot:nth-child(7):before {
    animation-delay: -0.5s;
}
.sk-circle-dot:nth-child(8):before {
    animation-delay: -0.4s;
}
.sk-circle-dot:nth-child(9):before {
    animation-delay: -0.3s;
}
.sk-circle-dot:nth-child(10):before {
    animation-delay: -0.2s;
}
.sk-circle-dot:nth-child(11):before {
    animation-delay: -0.1s;
}
@keyframes sk-circle {
    0%,
    100%,
    80% {
        transform: scale(0);
    }
    40% {
        transform: scale(1);
    }
}
.sk-circle-fade {
    width: var(--sk-size);
    height: var(--sk-size);
    position: relative;
}
.sk-circle-fade-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.sk-circle-fade-dot:before {
    content: "";
    display: block;
    width: 15%;
    height: 15%;
    background-color: var(--sk-color);
    border-radius: 100%;
    animation: sk-circle-fade 1.2s infinite ease-in-out both;
}
.sk-circle-fade-dot:nth-child(1) {
    transform: rotate(30deg);
}
.sk-circle-fade-dot:nth-child(2) {
    transform: rotate(60deg);
}
.sk-circle-fade-dot:nth-child(3) {
    transform: rotate(90deg);
}
.sk-circle-fade-dot:nth-child(4) {
    transform: rotate(120deg);
}
.sk-circle-fade-dot:nth-child(5) {
    transform: rotate(150deg);
}
.sk-circle-fade-dot:nth-child(6) {
    transform: rotate(180deg);
}
.sk-circle-fade-dot:nth-child(7) {
    transform: rotate(210deg);
}
.sk-circle-fade-dot:nth-child(8) {
    transform: rotate(240deg);
}
.sk-circle-fade-dot:nth-child(9) {
    transform: rotate(270deg);
}
.sk-circle-fade-dot:nth-child(10) {
    transform: rotate(300deg);
}
.sk-circle-fade-dot:nth-child(11) {
    transform: rotate(330deg);
}
.sk-circle-fade-dot:nth-child(1):before {
    animation-delay: -1.1s;
}
.sk-circle-fade-dot:nth-child(2):before {
    animation-delay: -1s;
}
.sk-circle-fade-dot:nth-child(3):before {
    animation-delay: -0.9s;
}
.sk-circle-fade-dot:nth-child(4):before {
    animation-delay: -0.8s;
}
.sk-circle-fade-dot:nth-child(5):before {
    animation-delay: -0.7s;
}
.sk-circle-fade-dot:nth-child(6):before {
    animation-delay: -0.6s;
}
.sk-circle-fade-dot:nth-child(7):before {
    animation-delay: -0.5s;
}
.sk-circle-fade-dot:nth-child(8):before {
    animation-delay: -0.4s;
}
.sk-circle-fade-dot:nth-child(9):before {
    animation-delay: -0.3s;
}
.sk-circle-fade-dot:nth-child(10):before {
    animation-delay: -0.2s;
}
.sk-circle-fade-dot:nth-child(11):before {
    animation-delay: -0.1s;
}
@keyframes sk-circle-fade {
    0%,
    100%,
    39% {
        opacity: 0;
        transform: scale(0.6);
    }
    40% {
        opacity: 1;
        transform: scale(1);
    }
}
.sk-grid {
    width: var(--sk-size);
    height: var(--sk-size);
}
.sk-grid-cube {
    width: 33.33%;
    height: 33.33%;
    background-color: var(--sk-color);
    float: left;
    animation: sk-grid 1.3s infinite ease-in-out;
}
.sk-grid-cube:nth-child(1) {
    animation-delay: 0.2s;
}
.sk-grid-cube:nth-child(2) {
    animation-delay: 0.3s;
}
.sk-grid-cube:nth-child(3) {
    animation-delay: 0.4s;
}
.sk-grid-cube:nth-child(4) {
    animation-delay: 0.1s;
}
.sk-grid-cube:nth-child(5) {
    animation-delay: 0.2s;
}
.sk-grid-cube:nth-child(6) {
    animation-delay: 0.3s;
}
.sk-grid-cube:nth-child(7) {
    animation-delay: 0s;
}
.sk-grid-cube:nth-child(8) {
    animation-delay: 0.1s;
}
.sk-grid-cube:nth-child(9) {
    animation-delay: 0.2s;
}
@keyframes sk-grid {
    0%,
    100%,
    70% {
        transform: scale3D(1, 1, 1);
    }
    35% {
        transform: scale3D(0, 0, 1);
    }
}
.sk-fold {
    width: var(--sk-size);
    height: var(--sk-size);
    position: relative;
    transform: rotateZ(45deg);
}
.sk-fold-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    transform: scale(1.1);
}
.sk-fold-cube:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--sk-color);
    animation: sk-fold 2.4s infinite linear both;
    transform-origin: 100% 100%;
}
.sk-fold-cube:nth-child(2) {
    transform: scale(1.1) rotateZ(90deg);
}
.sk-fold-cube:nth-child(4) {
    transform: scale(1.1) rotateZ(180deg);
}
.sk-fold-cube:nth-child(3) {
    transform: scale(1.1) rotateZ(270deg);
}
.sk-fold-cube:nth-child(2):before {
    animation-delay: 0.3s;
}
.sk-fold-cube:nth-child(4):before {
    animation-delay: 0.6s;
}
.sk-fold-cube:nth-child(3):before {
    animation-delay: 0.9s;
}
@keyframes sk-fold {
    0%,
    10% {
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        transform: perspective(140px) rotateX(0);
        opacity: 1;
    }
    100%,
    90% {
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}
.sk-wander {
    width: var(--sk-size);
    height: var(--sk-size);
    position: relative;
}
.sk-wander-cube {
    background-color: var(--sk-color);
    width: 20%;
    height: 20%;
    position: absolute;
    top: 0;
    left: 0;
    --sk-wander-distance: calc(var(--sk-size) * 0.75);
    animation: sk-wander 2s ease-in-out -2s infinite both;
}
.sk-wander-cube:nth-child(2) {
    animation-delay: -0.5s;
}
.sk-wander-cube:nth-child(3) {
    animation-delay: -1s;
}
@keyframes sk-wander {
    0% {
        transform: rotate(0);
    }
    25% {
        transform: translateX(var(--sk-wander-distance)) rotate(-90deg)
            scale(0.6);
    }
    50% {
        transform: translateX(var(--sk-wander-distance))
            translateY(var(--sk-wander-distance)) rotate(-179deg);
    }
    50.1% {
        transform: translateX(var(--sk-wander-distance))
            translateY(var(--sk-wander-distance)) rotate(-180deg);
    }
    75% {
        transform: translateX(0) translateY(var(--sk-wander-distance))
            rotate(-270deg) scale(0.6);
    }
    100% {
        transform: rotate(-360deg);
    }
}
/* Venobox Gallery End */

.container {
    display: block;
    width: 1200px;
    max-width: calc(100% - 30px);
    margin: 0 auto;
}

.header-wrapper {
    display: block;
    width: 100%;
    height: 128px;
    background: #ffffff;
}

.header-wrapper.hide-topbar {
    height: 86px;
}

.topbar-wrapper {
    display: block;
    width: 100%;
    height: 42px;
    background: var(--background-topbar);
    font-size: 14px;
    line-height: 42px;
    color: #ffffff;
    overflow: hidden;
}

.topbar-contact {
    float: left;
}

.topbar-social {
    float: right;
}

.topbar-contact > ul.contact-links,
.topbar-social > ul.social-links {
    display: block;
    list-style: none;
    line-height: 42px;
    margin: 0;
    padding: 0;
}

.topbar-contact > ul.contact-links > li,
.topbar-social > ul.social-links > li {
    float: left;
    margin: 0 20px 0 0;
}

.topbar-social > ul.social-links > li {
    margin: 0;
}

.topbar-social > ul.social-links > li.label {
    margin: 0 12px 0 0;
}

.topbar-contact > ul.contact-links > li > a,
.topbar-social > ul.social-links > li > a {
    display: block;
    color: #ffffff;
}

.topbar-social > ul.social-links > li > a {
    padding: 0 8px;
}

.topbar-contact > ul.contact-links > li > a > svg,
.topbar-social > ul.social-links > li > a > svg {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 6px 0 0;
    vertical-align: middle;
}

.topbar-social > ul.social-links > li > a > svg {
    margin: 0;
}

.site-header {
    display: block;
    width: 100%;
    height: 86px;
    background: #ffffff;
}

.site-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 17;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}

.site-branding {
    float: left;
    display: flex;
    height: 86px;
    align-items: center;
}

.site-navigation {
    float: right;
}

.site-branding > .custom-logo-link {
    display: block;
}

.site-branding > .custom-logo-link > img {
    display: block;
    width: auto;
    height: var(--logo-height-desktop);
}

.site-branding > .site-title {
    display: block;
    font-size: 36px;
    font-weight: 700;
    line-height: 86px;
}

.site-branding > .site-title > a {
    color: var(--color-text);
}

.site-branding > .custom-logo-link ~ .site-title,
.site-branding > .site-description {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
}

.site-navigation > div {
    float: left;
}

.site-navigation > div > ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-navigation > div > ul > li {
    float: left;
    position: relative;
}

.site-navigation > div ul > li {
    margin: 0;
}

.site-navigation > div > ul > li > a {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 86px;
    color: var(--color-text);
    padding: 0px 20px;
    transition: all ease-in-out 0.2s;
}

.site-navigation > div > ul > li > a:hover,
.site-navigation .menu-item-has-children:hover > a {
    color: var(--color-primary);
}

.site-navigation .menu-item-has-children > a > .sub-toggle {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 6px;
}

.site-navigation .menu-item-has-children > a > .sub-toggle > svg {
    display: block;
    width: 16px;
    height: 16px;
    fill: var(--color-text);
    transition: all ease-in-out 0.2s;
}

.site-navigation .menu-item-has-children:hover > a > .sub-toggle > svg {
    fill: var(--color-primary);
    transform: rotate(180deg);
}

.site-navigation > div > ul > li > ul {
    display: block;
    position: absolute;
    top: 86px;
    left: 0;
    list-style: none;
    width: 200px;
    background: #ffffff;
    border-radius: 0 0 4px 4px;
    margin: 0;
    padding: 8px 0;
    transform: scale(1, 0);
    transform-origin: 0 0;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.08);
    transition: all 0.2s linear 0s;
}

.site-navigation > div > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.site-navigation > div > ul > li > ul > li > a {
    display: block;
    font-size: 15px;
    line-height: 1.2em;
    color: var(--color-text);
    padding: 10px 20px;
    transition: all ease-in-out 0.2s;
}

.site-navigation > div > ul > li > ul > li > a:hover {
    color: var(--color-primary);
}

.site-navigation > .search-toggle,
.site-navigation > .menu-toggle {
    cursor: pointer;
    padding: 33px 20px;
}

.site-navigation > .menu-toggle {
    display: none;
}

.site-navigation > .search-toggle > svg,
.site-navigation > .menu-toggle > svg {
    display: block;
    width: 20px;
    height: 20px;
    fill: var(--color-text);
}

.page-header {
    display: block;
    position: relative;
    background: rgba(0, 0, 0, 0.6);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 0 60px 0;
    padding: 140px 0 80px 0;
}

.page-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.breadcrumbs {
    display: block;
    position: relative;
    font-size: 15px;
    line-height: 1em;
    color: rgba(255, 255, 255, 0.6);
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 0 20px 0;
    overflow: hidden;
}

.breadcrumbs > a,
.breadcrumbs > span {
    display: inline-block;
    color: #ffffff;
    vertical-align: middle;
}

.breadcrumbs > .current {
    color: rgba(255, 255, 255, 0.6);
}

.breadcrumbs > a:first-child {
    color: var(--color-primary);
}

.breadcrumbs > span > svg {
    display: block;
    width: 16px;
    height: 16px;
    fill: #ffffff;
}

.page-header .page-title {
    display: block;
    position: relative;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.4em;
    color: #ffffff;
    margin: 0;
}

.page-header .page-title > span {
    color: var(--color-primary);
}

.paginate-numbers {
    display: block;
    text-align: center;
    margin: 0 0 50px 0;
}

.paginate-numbers > .page-numbers {
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 15px;
    line-height: 1em;
    color: var(--color-text);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    margin: 0 6px 6px 6px;
    padding: 11px 0 0 0;
    transition: all ease-in-out 0.2s;
}

.paginate-numbers > .page-numbers > svg {
    display: inline-block;
    width: 16px;
    height: 16px;
    fill: var(--color-text);
    vertical-align: middle;
    transition: all ease-in-out 0.2s;
}

.paginate-numbers > .page-numbers:hover > svg {
    fill: #ffffff;
}

.paginate-numbers > .page-numbers.current,
.paginate-numbers > .page-numbers:hover {
    background: var(--color-primary);
    color: #ffffff;
    border-color: var(--color-primary);
}

.featured-slider {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.featured-slider .slick-slide {
    display: block;
    position: relative;
    width: 100%;
    height: 760px;
}

.featured-slider .slick-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.featured-slider .slick-slide > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
    min-width: 100vw;
    max-width: none;
    z-index: 1;
}

.featured-slider .slick-slide > .featured-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1000px;
    text-align: center;
    z-index: 3;
    color: #ffffff;
}

.featured-slider .slick-slide > .featured-content > .sub-title {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3em;
    color: var(--color-primary);
    text-transform: uppercase;
    margin: 0 0 12px 0;
    opacity: 0;
    transform: translateY(-20px);
    transition: all ease-in-out 0.4s;
}

.featured-slider .slick-slide > .featured-content > .title {
    display: block;
    font-size: 62px;
    font-weight: 700;
    line-height: 1.3em;
    margin: 0 0 20px 0;
    opacity: 0;
    transform: translateY(20px);
    transition: all ease-in-out 0.6s;
}

.featured-slider .slick-slide > .featured-content > .description {
    display: block;
    display: -webkit-box;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6em;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 0 25px 0;
    opacity: 0;
    transform: translateY(20px);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: all ease-in-out 0.8s;
}

.featured-slider .slick-slide > .featured-content > .more-link {
    display: inline-block;
    position: relative;
    background: var(--color-primary);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3em;
    color: #ffffff;
    margin: 0;
    padding: 12px 20px;
    border-radius: 6px;
    opacity: 0;
    transform: translateY(20px);
    overflow: hidden;
    transition: background 0.2s, transform 1s ease-in-out,
        opacity 1s ease-in-out;
}

.featured-slider .slick-slide > .featured-content > .more-link:hover {
    background: var(--color-primary-hover);
}

.featured-slider .slick-slide > .featured-content > .more-link > span {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin: 0 12px 0 0;
    z-index: 2;
}

.featured-slider .slick-slide > .featured-content > .more-link > svg {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    fill: #ffffff;
    z-index: 2;
}

.featured-slider .slick-slide.slick-active > .featured-content > .sub-title,
.featured-slider .slick-slide.slick-active > .featured-content > .title,
.featured-slider .slick-slide.slick-active > .featured-content > .description,
.featured-slider .slick-slide.slick-active > .featured-content > .more-link {
    opacity: 1;
    transform: none;
}

.featured-slider .slick-arrow {
    left: 60px;
    background: rgba(255, 255, 255, 0.2);
    padding: 15px;
    transition: all ease-in-out 0.2s;
}

.featured-slider .slick-arrow:hover {
    background: rgba(255, 255, 255, 0.4);
}

.featured-slider .slick-arrow.next {
    left: auto;
    right: 40px;
}

.featured-slider .slick-arrow > svg {
    width: 24px;
    height: 24px;
}

.section-wrapper {
    display: block;
    padding: 120px 0;
    overflow: hidden;
}

.about-section {
    background-color: var(--about-bgcolor);
    padding-top: var(--about-padtop);
    padding-bottom: var(--about-padbot);
}

.service-section {
    background-color: var(--service-bgcolor);
    padding-top: var(--service-padtop);
    padding-bottom: var(--service-padbot);
}

.reason-section {
    background-color: var(--reason-bgcolor);
    padding-top: var(--reason-padtop);
    padding-bottom: var(--reason-padbot);
}

.gallery-section {
    background-color: var(--gallery-bgcolor);
    padding-top: var(--gallery-padtop);
    padding-bottom: var(--gallery-padbot);
}

.testimonial-section {
    background-color: var(--testimonial-bgcolor);
    padding-top: var(--testimonial-padtop);
    padding-bottom: var(--testimonial-padbot);
}

.blog-section {
    background-color: var(--blog-bgcolor);
    padding-top: var(--blog-padtop);
    padding-bottom: var(--blog-padbot);
}

.partner-section {
    background-color: var(--partner-bgcolor);
    padding-top: var(--partner-padtop);
    padding-bottom: var(--partner-padbot);
}

.section-heading {
    display: block;
    position: relative;
    text-align: center;
    margin: 0 0 60px 0;
}

.section-heading.heading-left {
    text-align: left;
}

.section-heading > .sub-title {
    display: block;
    font-size: 17px;
    font-weight: 500;
    line-height: 1em;
    color: var(--color-primary);
    margin: 0 0 20px 0;
}

.section-heading > .title {
    display: block;
    font-size: 36px;
    font-weight: 700;
    line-height: 1em;
    margin: 0;
}

.section-heading > .heading-link {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: var(--color-primary);
    font-size: 15px;
    line-height: 1em;
    color: #ffffff;
    border-radius: 5px;
    padding: 12px 25px;
    transition: all ease-in-out 0.2s;
}

.section-heading > .heading-link:hover {
    background: var(--color-primary-hover);
}

.about-wrapper {
    display: block;
    display: flex;
    flex-wrap: wrap;
}

.about-wrapper > .about-left {
    float: left;
    width: 480px;
}

.about-wrapper > .about-right {
    float: right;
    width: calc(100% - 500px);
}

.about-wrapper > .about-left > .about-image {
    display: block;
    position: relative;
    width: 360px;
    height: 360px;
}

.about-wrapper > .about-left > .about-image::before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid var(--color-primary);
    z-index: 1;
}

.about-wrapper > .about-left > .about-image > img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    transform: translateX(20px);
    border-radius: 12px;
    margin: 0;
    z-index: 2;
}

.about-wrapper > .about-left > .about-image > .customer-count {
    position: absolute;
    top: 60px;
    right: -80px;
    background: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1em;
    padding: 12px 20px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
    animation: customer-updown 2s linear infinite;
    z-index: 3;
}

@keyframes customer-updown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(15px);
    }
    100% {
        transform: translateY(0);
    }
}

.about-wrapper > .about-left > .about-image > .customer-count > svg,
.about-wrapper > .about-left > .about-image > .customer-count > span {
    display: inline-block;
    vertical-align: middle;
}

.about-wrapper > .about-left > .about-image > .customer-count > svg {
    width: 20px;
    height: 20px;
    fill: var(--color-primary);
    margin: 0 8px 0 0;
}

.about-wrapper > .about-right > .sub-title {
    display: block;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.3em;
    color: var(--color-primary);
    margin: 0 0 10px 0;
}

.about-wrapper > .about-right > .title {
    display: block;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3em;
    margin: 0 0 12px 0;
}

.about-wrapper > .about-right > .description {
    display: block;
    font-size: 15px;
    line-height: 1.4em;
    color: rgba(0, 0, 0, 0.6);
    margin: 0 0 20px 0;
}

.about-wrapper > .about-right > ul.featured-list {
    display: block;
    display: flex;
    list-style: none;
    width: calc(100% + 40px);
    margin: 0 0 15px -20px;
    padding: 0;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.about-wrapper > .about-right > ul.featured-list > li {
    float: left;
    width: calc(50% - 40px);
    margin: 0 20px 8px 20px;
}

.about-wrapper > .about-right > ul.featured-list > li > .icon {
    float: left;
    height: 60px;
    margin: 0 12px 0 0;
}

.about-wrapper > .about-right > ul.featured-list > li > .icon > img {
    display: block;
    width: 24px;
    height: 24px;
}

.about-wrapper > .about-right > ul.featured-list > li > .title {
    display: block;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.3em;
    margin: 0 0 6px 0;
}

.about-wrapper > .about-right > ul.featured-list > li > .summary {
    display: block;
    font-size: 15px;
    line-height: 1.3em;
    color: rgba(0, 0, 0, 0.6);
    margin: 0;
}

.about-wrapper > .about-right > .more-link,
.about-wrapper > .about-right > .contact-link {
    display: inline-block;
    background: var(--color-primary);
    font-size: 15px;
    line-height: 1em;
    color: #ffffff;
    border-radius: 5px;
    margin: 0;
    padding: 12px 25px;
    transition: all ease-in-out 0.2s;
}

.about-wrapper > .about-right > .contact-link {
    background: transparent;
    color: var(--color-text);
}

.about-wrapper > .about-right > .more-link:hover {
    background: var(--color-primary-hover);
}

.about-wrapper > .about-right > .contact-link:hover {
    color: var(--color-primary);
}

.about-wrapper > .about-right > .more-link > span,
.about-wrapper > .about-right > .more-link > svg,
.about-wrapper > .about-right > .contact-link > span {
    display: inline-block;
    vertical-align: middle;
}

.about-wrapper > .about-right > .more-link > svg {
    width: 18px;
    height: 18px;
    margin: 0 0 0 12px;
}

.archive-wrapper {
    display: block;
    display: flex;
    width: calc(100% + 40px);
    margin: 0 0 0 -20px;
    flex-wrap: wrap;
}

.widget {
    display: block;
    margin: 0 0 20px 0;
}

.widget > h2,
.widget > .wp-block-heading {
    display: block;
}

.widget ul,
.widget ol {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget ul > li,
.widget ol > li {
    display: block;
    margin: 0 0 12px 0;
}

.widget ul > li:last-child,
.widget ol > li:last-child {
    margin: 0;
}

.widget ul > li a,
.widget ol > li a {
    color: var(--color-text);
    transition: all ease-in-out 0.2s;
}

.widget ul > li a:hover,
.widget ol > li a:hover {
    color: var(--color-primary);
}

.widget ul.wp-block-latest-posts > li {
    display: block;
    overflow: hidden;
}

.widget ul.wp-block-latest-posts > li > .wp-block-latest-posts__featured-image {
    float: left;
    width: 82px;
    height: 62px;
    margin: 0 10px 0 0;
}

.widget
    ul.wp-block-latest-posts
    > li
    > .wp-block-latest-posts__featured-image
    > img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.widget ul.wp-block-latest-posts > li > .wp-block-latest-posts__post-title {
    display: block;
    display: -webkit-box;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.widget .wp-block-heading {
    display: block;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.4em;
    margin: 0 0 20px 0;
}

.widget ul.list-services > li > a {
    display: block;
    position: relative;
    background: var(--color-primary);
    font-size: 15px;
    color: #ffffff;
    padding: 12px 60px 12px 20px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}

.widget ul.list-services > li > a:hover {
    background: var(--color-primary-hover);
}

.widget ul.list-services > li > a::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 100%;
    background: var(--color-primary-hover);
}

.widget ul.list-services > li > a::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' fill='rgba(255,255,255,1)'%3E%3Cpath d='M13.1717 12.0007L8.22192 7.05093L9.63614 5.63672L16.0001 12.0007L9.63614 18.3646L8.22192 16.9504L13.1717 12.0007Z'%3E%3C/path%3E%3C/svg%3E");
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
}

.widget_search .wp-block-search__label {
    display: none;
}

.wp-block-search__inside-wrapper {
    display: block;
    width: 100%;
    overflow: hidden;
}

.wp-block-search__inside-wrapper > .wp-block-search__input {
    float: left;
    width: calc(100% - 100px);
    height: 42px;
    font-family: inherit;
    font-size: 14px;
    line-height: 42px;
    color: var(--color-text);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    outline: 0;
    padding: 0 16px;
}

.wp-block-search__inside-wrapper > .wp-block-search__button {
    float: right;
    width: 90px;
    height: 42px;
    background: var(--color-primary);
    font-family: inherit;
    font-size: 14px;
    line-height: 42px;
    color: #ffffff;
    border: 0;
    border-radius: 4px;
    outline: 0;
    padding: 0;
    transition: all ease-in-out 0.2s;
}

.wp-block-search__inside-wrapper > .wp-block-search__button:hover {
    background: var(--color-primary-hover);
}

/* Archive Service */

.archive-service {
    display: block;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 60px);
    margin: 0 0 0 -30px;
}

.archive-service .service {
    float: left;
    position: relative;
    width: calc(33.33% - 60px);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    margin: 0 30px 30px 30px;
    overflow: hidden;
}

.service-section .archive-service .slick-track > .service {
    margin-bottom: 1px;
}

.service-section .archive-service ul.slick-dots,
.gallery-section .archive-gallery ul.slick-dots,
.blog-section .archive-post ul.slick-dots {
    margin-top: 60px;
}

.archive-service .service > .service-thumbnail {
    display: block;
    position: relative;
    margin: 0 0 20px 0;
}

.archive-service .service > .service-thumbnail::before {
    content: "";
    position: absolute;
    bottom: -30px;
    right: 20px;
    width: 60px;
    height: 60px;
    background: #ffffff;
    border-radius: 50%;
    z-index: 3;
}

.archive-service .service > .service-thumbnail > .thumbnail-link {
    display: block;
    position: relative;
    overflow: hidden;
}

.archive-service .service > .service-thumbnail > .thumbnail-link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-primary);
    opacity: 0;
    z-index: 1;
    transition: all ease-in-out 0.2s;
}

.archive-service .service:hover > .service-thumbnail > .thumbnail-link::before {
    opacity: 0.4;
}

.archive-service .service > .service-thumbnail > .thumbnail-link > img {
    display: block;
    width: 100%;
    height: auto;
    transition: all ease-in-out 0.4s;
}

.archive-service .service:hover > .service-thumbnail > .thumbnail-link > img {
    transform: scale(1.2);
}

.archive-service .service > .service-thumbnail > .btn-more {
    position: absolute;
    bottom: -25px;
    right: 25px;
    width: 50px;
    height: 50px;
    background: var(--color-primary);
    border-radius: 50%;
    padding: 13px;
    z-index: 4;
    transition: all ease-in-out 0.2s;
}

.archive-service .service > .service-thumbnail > .btn-more:hover {
    background: var(--color-primary-hover);
}

.archive-service .service > .service-thumbnail > .btn-more > svg {
    display: block;
    width: 24px;
    height: 24px;
    fill: #ffffff;
    transform: rotate(-45deg);
    transition: all ease-in-out 0.2s;
}

.archive-service .service > .service-thumbnail > .btn-more:hover > svg {
    transform: none;
}

.archive-service .service > .entry-title {
    display: block;
    display: -webkit-box;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.5em;
    margin: 0;
    padding: 0 20px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.archive-service .service > .entry-title > a {
    display: block;
    color: var(--color-text);
    transition: all ease-in-out 0.2s;
}

.archive-service .service > .entry-title > a:hover {
    color: var(--color-primary);
}

.archive-service .service > .excerpt {
    display: block;
    display: -webkit-box;
    font-size: 15px;
    line-height: 1.5em;
    color: rgba(0, 0, 0, 0.6);
    margin: 6px 0 20px 0;
    padding: 0 20px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.archive-post {
    display: block;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 60px);
    margin: 0 0 0 -30px;
}

.archive-post .post {
    float: left;
    width: calc(33.33% - 60px);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    margin: 0 30px 50px 30px;
    overflow: hidden;
}

.blog-section .archive-post .slick-track > .post {
    margin-bottom: 1px;
}

.archive-post .post > .post-thumbnail {
    display: block;
    position: relative;
    margin: 0 0 20px 0;
    overflow: hidden;
}

.archive-post .post > .post-thumbnail::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-primary);
    opacity: 0;
    z-index: 1;
    transition: all ease-in-out 0.2s;
}

.archive-post .post:hover > .post-thumbnail::before {
    opacity: 0.4;
}

.archive-post .post > .post-thumbnail > img {
    display: block;
    width: 100%;
    height: auto;
    transition: all ease-in-out 0.4s;
}

.archive-post .post:hover > .post-thumbnail > img {
    transform: scale(1.2);
}

.archive-gallery {
    display: block;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 60px);
    margin: 0 0 0 -30px;
}

.archive-gallery .gallery {
    float: left;
    position: relative;
    width: calc(33.33% - 60px);
    height: 420px;
    border-radius: 12px;
    margin: 0 30px 50px 30px;
    overflow: hidden;
}

.gallery-section .archive-gallery .slick-track > .gallery {
    margin-bottom: 1px;
}

.archive-gallery .gallery > .post-thumbnail {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.archive-gallery .gallery > .post-thumbnail::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: #000000;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(40, 40, 40, 0.8) 80%
    );
    z-index: 1;
}

.archive-gallery .gallery > .post-thumbnail > img {
    display: block;
    width: auto;
    min-width: 100%;
    height: 100%;
    margin: 0;
    transition: all ease-in-out 0.4s;
}

.archive-gallery .gallery:hover > .post-thumbnail > img {
    transform: scale(1.1);
}

.archive-gallery .gallery > .entry-header {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: calc(100% - 60px);
    z-index: 1;
}

.archive-gallery .gallery > .entry-header > .entry-title {
    display: block;
    display: -webkit-box;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.4em;
    margin: 0;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.archive-gallery .gallery > .entry-header > .entry-title > a {
    display: block;
    color: #ffffff;
}

.testimonial-slider {
    display: block;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 60px);
    margin: 0 0 0 -30px;
}

.testimonial-slider .testimonial {
    float: left;
    position: relative;
    width: calc(50% - 60px);
    height: 280px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    margin: 0 30px;
    padding: 40px;
    overflow: hidden;
}

.testimonial-slider .testimonial > .testimonial-star {
    display: block;
    margin: 0 0 8px 0;
}

.testimonial-slider .testimonial > .testimonial-star > svg {
    display: inline-block;
    width: 16px;
    height: 16px;
    fill: #fdd835;
    margin: 0;
}

.testimonial-slider .testimonial > .testimonial-message {
    display: block;
    display: -webkit-box;
    font-size: 17px;
    font-style: italic;
    font-weight: 500;
    line-height: 1.5em;
    margin: 0 0 25px 0;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.testimonial-slider .testimonial > .testimonial-message::before,
.testimonial-slider .testimonial > .testimonial-message::after {
    content: '"';
}

.testimonial-slider .testimonial > .testimonial-author {
    position: absolute;
    left: 40px;
    bottom: 40px;
    width: calc(100% - 80px);
}

.testimonial-slider .testimonial > .testimonial-author > .author-image {
    float: left;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin: 0 20px 0 0;
}

.testimonial-slider .testimonial > .testimonial-author > .author-name {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
    margin: 6px 0;
}

.testimonial-slider .testimonial > .testimonial-author > .author-job {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1em;
    color: var(--color-text-light);
    margin: 0;
}

.testimonial-slider .testimonial > .testimonial-quote {
    position: absolute;
    bottom: 42px;
    right: 40px;
    width: 42px;
    height: 42px;
    fill: rgba(0, 0, 0, 0.12);
}

.partner-slider {
    display: block;
    width: calc(100% + 40px);
    margin: 0 0 0 -20px;
}

.partner-slider .partner {
    padding: 0 20px;
}

.partner-slider .partner > img {
    display: block;
    width: auto;
    max-width: 100%;
    height: 60px;
    filter: grayscale(1);
    margin: 0 auto;
    transition: all ease-in-out 0.2s;
}

.partner-slider .partner > img:hover {
    filter: none;
}

.entry-meta {
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 1em;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 0 12px 0;
    padding: 0 20px;
    overflow: hidden;
}

.page-header > .container > .entry-meta {
    margin: 12px 0 0 0;
    padding: 0;
}

.entry-meta > .post-category,
.entry-meta > .post-date {
    display: inline-block;
    vertical-align: middle;
}

.entry-meta > .post-date {
    color: var(--color-text-light);
}

.page-header > .container > .entry-meta > .post-date {
    color: rgba(255, 255, 255, 0.6);
}

.entry-meta > .post-category::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 4px;
    background: var(--color-text-light);
    border-radius: 50%;
    margin: 0 12px;
}

.page-header > .container > .entry-meta > .post-category::after {
    background: rgba(255, 255, 255, 0.6);
}

.archive-post .post > .entry-title {
    display: block;
    display: -webkit-box;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.5em;
    margin: 0 0 20px 0;
    padding: 0 20px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.archive-post .post > .entry-title > a {
    display: block;
    color: var(--color-text);
    transition: all ease-in-out 0.2s;
}

.archive-post .post > .entry-title > a:hover {
    color: var(--color-primary);
}

ul.reason-answer {
    display: block;
    display: flex;
    list-style: none;
    width: calc(100% + 60px);
    margin: 0 0 0 -30px;
    padding: 0;
    box-sizing: border-box;
    flex-wrap: wrap;
}

ul.reason-answer li {
    float: left;
    position: relative;
    width: calc(33.33% - 60px);
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    margin: 0 30px 40px 30px;
    padding: 40px;
    overflow: hidden;
}

ul.reason-answer.slick-slider li {
    margin-bottom: 1px;
}

ul.reason-answer li > .reason-icon {
    display: inline-block;
    margin: 0 0 15px 0;
}

ul.reason-answer li > .reason-icon > img {
    display: block;
    width: 52px;
    height: 52px;
}

ul.reason-answer li > .reason-content > .title {
    display: block;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.3em;
    margin: 0 0 12px 0;
}

ul.reason-answer li > .reason-content > .summary {
    display: block;
    font-size: 15px;
    line-height: 1.6em;
    color: rgba(0, 0, 0, 0.6);
    margin: 0;
}

.single-area {
    display: inline-block;
    width: 100%;
}

.single-area > .main-area {
    float: left;
    width: calc(100% - 360px);
    margin: 0 0 60px 0;
}

.single-area > .sidebar-area {
    float: right;
    position: sticky;
    top: 120px;
    width: 300px;
    margin: 0 0 60px 0;
}

.single-area > .main-area > .post > .single-thumbnail,
.single-area > .main-area > .service > .single-thumbnail,
.single-area > .main-area > .gallery > .single-thumbnail {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
}

.entry-content {
    display: block;
    margin: 0 0 30px 0;
}

.entry-content p {
    line-height: 1.65em;
}

.entry-content img {
    max-width: 100%;
}

.entry-content ul > li:last-child,
.entry-content ol > li:last-child {
    margin: 0;
}

.entry-content h1 > a,
.entry-content h2 > a,
.entry-content h3 > a,
.entry-content h4 > a,
.entry-content h5 > a,
.entry-content h6 > a {
    color: var(--color-text);
    text-decoration: underline;
    text-decoration-color: var(--color-primary);
}

.entry-content .page-links {
    display: block;
    margin: 0;
}

.entry-content .page-links > .post-page-numbers {
    display: inline-block;
    font-size: 14px;
    line-height: 1em;
    color: var(--color-text);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    margin: 0 3px;
    padding: 8px 12px;
    transition: all ease-in-out 0.2s;
}

.entry-content .page-links > .post-page-numbers.current,
.entry-content .page-links > .post-page-numbers:hover {
    background: var(--color-primary);
    color: #ffffff;
}

.post-navigation {
    display: block;
    margin: 0 0 30px 0;
}

.post-navigation > .nav-links {
    display: flex;
    flex-wrap: wrap;
}

.post-navigation > .nav-links > .nav-previous {
    float: left;
    width: 50%;
}

.post-navigation > .nav-links > .nav-next {
    float: right;
    width: 50%;
}

.post-navigation > .nav-links > .nav-previous > a,
.post-navigation > .nav-links > .nav-next > a {
    display: block;
    color: var(--color-text);
    padding: 0 10px 0 0;
}

.post-navigation > .nav-links > .nav-next > a {
    text-align: right;
    padding: 0 0 0 10px;
}

.post-navigation > .nav-links > .nav-previous > a > .nav-icon,
.post-navigation > .nav-links > .nav-next > a > .nav-icon {
    float: left;
    display: flex;
    width: 30px;
    height: 64px;
    align-items: center;
}

.post-navigation > .nav-links > .nav-previous > a > .nav-icon > svg,
.post-navigation > .nav-links > .nav-next > a > .nav-icon > svg {
    display: block;
    width: 24px;
    height: 24px;
    fill: rgba(0, 0, 0, 0.15);
}

.post-navigation > .nav-links > .nav-previous > a > .nav-name,
.post-navigation > .nav-links > .nav-next > a > .nav-name {
    float: right;
    width: calc(100% - 30px);
}

.post-navigation > .nav-links > .nav-next > a > .nav-name {
    float: left;
}

.post-navigation > .nav-links > .nav-previous > a > .nav-name > .nav-subtitle,
.post-navigation > .nav-links > .nav-next > a > .nav-name > .nav-subtitle {
    display: block;
    font-size: 14px;
    line-height: 1em;
    color: var(--color-primary);
    margin: 0 0 6px 0;
    transition: all ease-in-out 0.2s;
}

.post-navigation
    > .nav-links
    > .nav-previous
    > a:hover
    > .nav-name
    > .nav-subtitle,
.post-navigation
    > .nav-links
    > .nav-next
    > a:hover
    > .nav-name
    > .nav-subtitle {
    color: var(--color-text);
}

.post-navigation > .nav-links > .nav-previous > a > .nav-name > .nav-title,
.post-navigation > .nav-links > .nav-next > a > .nav-name > .nav-title {
    display: block;
    display: -webkit-box;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4em;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all ease-in-out 0.2s;
}

.post-navigation
    > .nav-links
    > .nav-previous
    > a:hover
    > .nav-name
    > .nav-title,
.post-navigation > .nav-links > .nav-next > a:hover > .nav-name > .nav-title {
    color: var(--color-primary);
}

.single-sharebtns {
    display: block;
    margin: 0 0 30px 0;
}

.single-sharebtns > .label,
.single-sharebtns > .link {
    display: inline-block;
    vertical-align: middle;
    margin: 0 12px 0 0;
}

.single-sharebtns > .link:last-child {
    margin: 0;
}

.single-sharebtns > .link {
    background: var(--color-primary);
    font-size: 14px;
    line-height: 1em;
    color: #ffffff;
    border-radius: 4px;
    padding: 8px 16px;
    transition: all ease-in-out 0.2s;
}

.single-sharebtns > .link > .icon,
.single-sharebtns > .link > .text {
    display: inline-block;
    vertical-align: middle;
}

.single-sharebtns > .link.facebook {
    background: #0866ff;
}

.single-sharebtns > .link.facebook:hover {
    background: #0329df;
}

.single-sharebtns > .link.twitter {
    background: #111111;
}

.single-sharebtns > .link.twitter:hover {
    background: #000000;
}

.single-sharebtns > .link.whatsapp {
    background: #25d366;
}

.single-sharebtns > .link.whatsapp:hover {
    background: #1ebb7a;
}

.single-sharebtns > .link.pinterest {
    background: #bd081c;
}

.single-sharebtns > .link.pinterest:hover {
    background: #a81504;
}

.single-sharebtns > .label > .icon > svg {
    display: block;
    width: 22px;
    height: 22px;
    fill: var(--color-text);
}

.single-sharebtns > .link > .icon {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0 8px 0 0;
    padding: 0 8px 0 0;
}

.single-sharebtns > .link > .icon > svg {
    width: 18px;
    height: 18px;
    fill: #ffffff;
    margin: 0;
}

.comments-area {
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding: 30px 0 0 0;
}

.comments-area > .comments-title {
    display: block;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5em;
    margin: 0 0 20px 0;
}

.comments-area > .comments-title > span {
    font-weight: 700;
}

ol.comment-list {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

ol.comment-list li {
    display: block;
    margin: 0 0 20px 0;
}

ol.comment-list ol.children {
    display: block;
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0 0 0 20px;
}

ol.comment-list .comment-body {
    display: block;
}

ol.comment-list .comment-body > .comment-meta {
    display: block;
    margin: 0 0 12px 0;
}

ol.comment-list .comment-body > .comment-meta > .comment-author {
    display: block;
    font-size: 15px;
    line-height: 1em;
}

ol.comment-list .comment-body > .comment-meta > .comment-author > img {
    float: left;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin: 0 12px 0 0;
}

ol.comment-list .comment-body > .comment-meta > .comment-metadata {
    display: block;
    font-size: 13px;
    line-height: 1em;
    margin: 4px 0 0 0;
}

ol.comment-list .comment-body > .comment-meta > .comment-metadata > a {
    color: rgba(0, 0, 0, 0.6);
}

ol.comment-list .comment-body > .comment-meta > .comment-awaiting-moderation {
    display: block;
    font-size: 14px;
    font-style: italic;
    line-height: 1.4em;
    margin: 12px 0 0 0;
}

ol.comment-list .comment-body > .comment-content {
    display: block;
    background: rgba(0, 0, 0, 0.06);
    font-size: 15px;
    line-height: 1.5em;
    border-radius: 6px;
    padding: 15px 20px;
}

ol.comment-list .comment-body > .comment-content > p {
    margin: 0 0 15px 0;
}

ol.comment-list .comment-body > .comment-content > p:last-child {
    margin: 0;
}

ol.comment-list .comment-body > .reply {
    display: block;
    margin: 8px 0 0 0;
}

ol.comment-list .comment-body > .reply > a {
    display: inline-block;
    font-size: 15px;
    line-height: 1em;
    color: var(--color-primary);
}

.comment-respond {
    display: block;
}

ol.comment-list .comment-respond {
    margin: 12px 0 0 0;
}

.comment-respond > .comment-reply-title {
    display: block;
    font-size: 19px;
    line-height: 1.4em;
    margin: 0 0 5px 0;
}

.comment-respond > .comment-reply-title > small {
    display: inline-block;
    font-size: 14px;
    margin: 0 0 0 12px;
}

.comment-respond > .comment-form > p {
    display: block;
    font-size: 15px;
    line-height: 1.4em;
    margin: 0 0 20px 0;
}

.comment-respond > .comment-form > p > label {
    display: block;
    font-size: 15px;
    line-height: 1.4em;
    margin: 0 0 6px 0;
}

.comment-respond > .comment-form > p > label > .required {
    color: #ff0000;
}

.comment-respond > .comment-form > p > textarea,
.comment-respond > .comment-form > p > input[type="text"],
.comment-respond > .comment-form > p > input[type="email"],
.comment-respond > .comment-form > p > input[type="url"] {
    display: block;
    width: 100%;
}

.comment-respond > .comment-form > p > textarea {
    min-width: 100%;
    max-width: 100%;
    min-height: 160px;
}

.comment-respond > .comment-form > p > input[type="checkbox"] {
    float: left;
    height: 20px;
    margin: 0 8px 0 0;
}

.comment-respond > .comment-form > p.comment-form-author,
.comment-respond > .comment-form > p.comment-form-email {
    float: left;
    width: calc(50% - 15px);
}

.comment-respond > .comment-form > p.comment-form-author {
    margin-right: 30px;
}

.notfound-wrapper {
    display: block;
    text-align: center;
    padding: 120px 0;
}

.notfound-wrapper > svg {
    display: block;
    width: 280px;
    height: 186px;
    margin: 0 auto 30px auto;
}

.notfound-wrapper > svg > .colorized {
    fill: var(--color-primary);
}

.notfound-wrapper > h2 {
    display: block;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.4em;
    margin: 0 0 15px 0;
}

.notfound-wrapper > a {
    display: inline-block;
    background: var(--color-primary);
    font-size: 15px;
    line-height: 1em;
    color: #ffffff;
    border-radius: 4px;
    padding: 10px 18px;
    transition: all ease-in-out 0.2s;
}

.notfound-wrapper > a:hover {
    background: var(--color-primary-hover);
}

.footer-wrapper {
    display: block;
    background: var(--background-footer);
    font-size: 15px;
    line-height: 1.6em;
    color: rgba(255, 255, 255, 0.6);
}

.footer-wrapper a,
.footer-wrapper .widget a,
.footer-wrapper .widget ul > li > a,
.footer-wrapper .widget ol > li > a {
    color: rgba(255, 255, 255, 0.6);
    transition: all ease-in-out 0.2s;
}

.footer-wrapper a:hover,
.footer-wrapper .widget a:hover,
.footer-wrapper .widget ul > li > a:hover,
.footer-wrapper .widget ol > li > a:hover {
    color: #ffffff;
}

.footer-rows {
    display: block;
    display: flex;
    flex-wrap: wrap;
    padding: 100px 0;
    overflow: hidden;
}

.footer-rows > .footer-col {
    float: left;
    width: 20%;
    padding: 0 40px 0 0;
}

.footer-rows > .footer-1,
.footer-rows > .footer-4 {
    width: 30%;
}

.footer-rows > .footer-col > .widget:last-child {
    margin: 0;
}

.footer-rows > .footer-col > .widget > h2,
.footer-rows > .footer-col > .widget > .wp-block-heading {
    display: block;
    font-size: 20px;
    line-height: 1.3em;
    color: #ffffff;
}

.footer-rows > .footer-col > .widget ul.wp-block-social-links > li {
    float: left;
    background: transparent;
    margin: 0 12px 0 0;
}

.footer-rows > .footer-col > .widget ul.wp-block-social-links > li:last-child {
    margin: 0;
}

.footer-rows > .footer-col > .widget ul.wp-block-social-links > li:hover {
    transform: none;
}

.footer-rows > .footer-col > .widget ul.wp-block-social-links > li > a {
    display: block;
    background: rgba(255, 255, 255, 0.08);
    border: 0;
    border-radius: 6px;
    padding: 10px;
}

.footer-rows > .footer-col > .widget ul.wp-block-social-links > li > a > svg {
    display: block;
    width: 22px;
    height: 22px;
    fill: rgba(255, 255, 255, 0.6);
    transition: all ease-in-out 0.2s;
}

.footer-rows
    > .footer-col
    > .widget
    ul.wp-block-social-links
    > li
    > a:hover
    > svg {
    fill: #ffffff;
}

.footer-credit {
    display: block;
    line-height: 1.5em;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding: 15px 0;
}

.fixsearch-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.68);
    opacity: 0;
    visibility: hidden;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 23;
    transition: all ease-in-out 0.2s;
}

.fixsearch-wrapper.show {
    opacity: 1;
    visibility: visible;
}

.fixsearch-content {
    position: fixed;
    top: 45%;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    max-width: calc(100% - 80px);
}

.fixsearch-content > form > input[type="text"] {
    display: block;
    width: 100%;
    background: transparent;
    font-family: inherit;
    font-size: 17px;
    line-height: 1em;
    color: #ffffff;
    border: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    outline: 0;
    margin: 0;
    padding: 15px 30px 15px 0;
    transition: all ease-in-out 0.2s;
}

.fixsearch-content > form > input[type="text"]:focus {
    border-color: rgba(255, 255, 255, 0.5);
}

.fixsearch-content > form > button[type="submit"] {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: transparent;
    border: 0;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

.fixsearch-content > form > button[type="submit"] > svg {
    display: block;
    width: 24px;
    height: 24px;
    fill: #ffffff;
}

.scroll-to-top {
    position: fixed;
    right: 25px;
    bottom: 33px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    background: rgba(0, 0, 0, 0.04);
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.15);
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.scroll-to-top.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.scroll-to-top .progress-circle path {
    fill: none;
}

.scroll-to-top .progress-circle path {
    stroke: var(--color-primary);
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.scroll-to-top .arrow {
    position: fixed;
    bottom: 12px;
    right: 11px;
    width: 24px;
    height: 24px;
    fill: var(--color-primary);
    z-index: 99;
    transition: all ease-in-out 0.2s;
}

@media screen and (max-width: 1200px) {
    .container {
        width: calc(100% - 100px);
    }

    .featured-slider .slick-slide {
        height: 640px;
    }

    .featured-slider .slick-slide > .featured-content {
        width: 800px;
    }

    .featured-slider .slick-slide > .featured-content > .title {
        font-size: 52px;
    }

    .featured-slider .slick-arrow {
        padding: 12px;
    }

    .footer-rows > .footer-col {
        padding: 0 20px 0 0;
    }
}

@media screen and (max-width: 1050px) {
    .featured-slider .slick-slide {
        height: 540px;
    }

    .featured-slider .slick-slide > .featured-content {
        width: 720px;
    }

    .featured-slider .slick-slide > .featured-content > .title {
        font-size: 46px;
    }

    .about-section {
        padding-top: var(--about-padtop-tablet);
        padding-bottom: var(--about-padbot-tablet);
    }

    .service-section {
        padding-top: var(--service-padtop-tablet);
        padding-bottom: var(--service-padbot-tablet);
    }

    .reason-section {
        padding-top: var(--reason-padtop-tablet);
        padding-bottom: var(--reason-padbot-tablet);
    }

    .gallery-section {
        padding-top: var(--gallery-padtop-tablet);
        padding-bottom: var(--gallery-padbot-tablet);
    }

    .testimonial-section {
        padding-top: var(--testimonial-padtop-tablet);
        padding-bottom: var(--testimonial-padbot-tablet);
    }

    .blog-section {
        padding-top: var(--blog-padtop-tablet);
        padding-bottom: var(--blog-padbot-tablet);
    }

    .partner-section {
        padding-top: var(--partner-padtop-tablet);
        padding-bottom: var(--partner-padbot-tablet);
    }

    .about-wrapper > .about-left {
        width: 360px;
    }

    .about-wrapper > .about-left > .about-image {
        width: 280px;
        height: 280px;
    }

    .about-wrapper > .about-right {
        width: calc(100% - 380px);
    }

    .about-wrapper > .about-right > .title {
        font-size: 28px;
    }

    .archive-service .service > .service-thumbnail::before {
        bottom: -25px;
        width: 50px;
        height: 50px;
    }

    .archive-service .service > .service-thumbnail > .btn-more {
        bottom: -20px;
        width: 40px;
        height: 40px;
        padding: 10px;
    }

    .archive-service .service > .service-thumbnail > .btn-more > svg {
        width: 20px;
        height: 20px;
    }

    .archive-gallery {
        width: calc(100% + 40px);
        margin: 0 0 0 -20px;
    }

    .archive-gallery .gallery {
        width: calc(33.33% - 40px);
        height: 340px;
        margin: 0 20px 40px 20px;
    }

    .archive-gallery .gallery > .entry-header > .entry-title {
        font-size: 18px;
    }
}

@media screen and (max-width: 800px) {
    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 21px;
    }

    h3 {
        font-size: 19px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 17px;
    }

    h6 {
        font-size: 16px;
    }

    .preload-spinner-one,
    .preload-spinner-two,
    .preload-spinner-three,
    .preload-spinner-four,
    .preload-spinner-five,
    .preload-spinner-six,
    .preload-xspace {
        width: 40px;
        height: 40px;
    }

    .preload-spinner-six::after {
        height: 20px;
    }

    .preload-bar-scale {
        position: relative;
        width: 55px;
        height: 35px;
        background-repeat: no-repeat;
        background-image: linear-gradient(
                var(--color-primary) 35px,
                transparent 0
            ),
            linear-gradient(var(--color-primary) 35px, transparent 0),
            linear-gradient(var(--color-primary) 35px, transparent 0),
            linear-gradient(var(--color-primary) 35px, transparent 0),
            linear-gradient(var(--color-primary) 35px, transparent 0),
            linear-gradient(var(--color-primary) 35px, transparent 0);
        background-position: 0px center, 10px center, 20px center, 30px center,
            40px center, 50px center;
        animation: preloadBarScale 0.65s linear infinite alternate;
    }

    @keyframes preloadBarScale {
        0% {
            background-size: 6px 3px;
        }
        16% {
            background-size: 6px 35px, 6px 3px, 6px 3px, 6px 3px, 6px 3px,
                6px 3px;
        }
        33% {
            background-size: 6px 20px, 6px 35px, 6px 3px, 6px 3px, 6px 3px,
                6px 3px;
        }
        50% {
            background-size: 6px 6px, 6px 20px, 6px 35px, 6px 3px, 6px 3px,
                6px 3px;
        }
        66% {
            background-size: 6px 3px, 6px 6px, 6px 20px, 6px 35px, 6px 3px,
                6px 3px;
        }
        83% {
            background-size: 6px 3px, 6px 3px, 6px 6px, 6px 20px, 6px 35px,
                6px 3px;
        }
        100% {
            background-size: 6px 3px, 6px 3px, 6px 3px, 6px 6px, 6px 20px,
                6px 35px;
        }
    }

    .preload-shadow-cube {
        width: 28px;
        height: 28px;
        margin: auto;
        position: relative;
    }

    .preload-shadow-cube::before {
        content: "";
        width: 28px;
        height: 3px;
        background: #000;
        opacity: 0.25;
        position: absolute;
        top: 36px;
        left: 0;
        border-radius: 50%;
        animation: preloadShadowCube 0.5s linear infinite;
    }

    .preload-shadow-cube::after {
        content: "";
        width: 100%;
        height: 100%;
        background: var(--color-primary);
        animation: preloadbxSpin 0.5s linear infinite;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 2px;
    }

    @keyframes preloadbxSpin {
        17% {
            border-bottom-right-radius: 2px;
        }
        25% {
            transform: translateY(4px) rotate(22.5deg);
        }
        50% {
            transform: translateY(9px) scale(1, 0.9) rotate(45deg);
            border-bottom-right-radius: 20px;
        }
        75% {
            transform: translateY(4px) rotate(67.5deg);
        }
        100% {
            transform: translateY(0) rotate(90deg);
        }
    }

    @keyframes preloadShadowCube {
        0%,
        100% {
            transform: scale(1, 1);
        }
        50% {
            transform: scale(1.2, 1);
        }
    }

    .custom-cursor-one,
    .custom-cursor-two {
        display: none;
    }

    .topbar-wrapper {
        display: none;
    }

    .header-wrapper,
    .site-header,
    .site-branding {
        height: 72px;
    }

    .header-wrapper.hide-topbar {
        height: 72px;
    }

    .site-branding > .custom-logo-link > img {
        height: var(--logo-height-mobile);
    }

    .site-navigation > .search-toggle,
    .site-navigation > .menu-toggle {
        padding: 26px 12px;
    }

    .primary-menu-container {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.68);
        opacity: 0;
        visibility: hidden;
        z-index: 17;
        transition: all ease-in-out 0.2s;
    }

    .primary-menu-container.show {
        opacity: 1;
        visibility: visible;
    }

    .site-navigation > div > ul {
        position: fixed;
        top: 0;
        left: -260px;
        width: 260px;
        height: 100vh;
        background: #ffffff;
        z-index: 18;
        transition: all ease-in-out 0.2s;
    }

    .site-navigation > .primary-menu-container.show > ul {
        left: 0;
    }

    .site-navigation > .menu-toggle {
        display: block;
    }

    .site-navigation > div > ul > li {
        float: none;
        display: block;
    }

    .site-navigation > div > ul > li > a {
        font-size: 15px;
        line-height: 1em;
        padding: 12px 20px;
    }

    .site-navigation .menu-item-has-children > a > .sub-toggle {
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
        height: 100%;
        align-items: center;
        margin: 0;
        padding: 0 20px;
        cursor: default;
    }

    .site-navigation > div > ul > li > ul {
        display: block;
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        max-height: 0;
        background: rgba(0, 0, 0, 0.06);
        margin: 0;
        padding: 0;
        overflow: hidden;
        transform: none;
        transform-origin: inherit;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        transition: max-height 0.2s ease-out;
    }

    .site-navigation .menu-item-has-children.toggled > ul.sub-menu {
        max-height: 600px;
        transition: max-height 0.4s ease-in;
    }

    .site-navigation > div > ul > li > ul > li > a {
        font-size: 14px;
        padding: 10px 20px 10px 30px;
    }

    .site-navigation > div > ul > li > a:hover,
    .site-navigation .menu-item-has-children:hover > a {
        color: var(--color-text);
    }

    .site-navigation .menu-item-has-children:hover > a > .sub-toggle > svg {
        fill: var(--color-text);
        transform: none;
    }

    .site-navigation .menu-item-has-children.toggled > a > .sub-toggle > svg {
        transform: rotate(180deg);
    }

    .featured-slider .slick-slide {
        height: 480px;
    }

    .featured-slider .slick-slide > .featured-content {
        width: calc(100% - 80px);
    }

    .featured-slider .slick-slide > .featured-content > .title {
        font-size: 42px;
    }

    .featured-slider .slick-slide > .featured-content > .description {
        font-size: 16px;
    }

    .featured-slider .slick-slide > .featured-content > .more-link {
        line-height: 1em;
    }

    .section-heading > .title {
        font-size: 32px;
        line-height: 1.3em;
    }

    .section-heading {
        margin: 0 0 40px 0;
    }

    .about-wrapper > .about-left {
        display: none;
    }

    .about-wrapper > .about-right {
        float: none;
        display: block;
        width: 100%;
    }

    ul.reason-answer li > .reason-icon {
        margin: 0 0 12px 0;
    }

    ul.reason-answer li {
        padding: 30px 40px;
    }

    ul.reason-answer li > .reason-icon > img {
        width: 46px;
        height: 46px;
    }

    ul.reason-answer li > .reason-content > .title {
        font-size: 18px;
        margin: 0 0 10px 0;
    }

    .page-header {
        margin: 0 0 40px 0;
        padding: 100px 0 60px 0;
    }

    .page-header .page-title {
        font-size: 32px;
    }

    .breadcrumbs {
        margin: 0 0 15px 0;
    }

    .archive-service .service,
    .archive-post .post,
    ul.reason-answer li {
        width: calc(50% - 60px);
        margin: 0 30px 30px 30px;
    }

    .archive-gallery .gallery {
        width: calc(50% - 40px);
    }

    .testimonial-slider .testimonial {
        height: 260px;
        padding: 30px;
    }

    .testimonial-slider .testimonial > .testimonial-message {
        font-size: 16px;
    }

    .testimonial-slider .testimonial > .testimonial-author {
        left: 30px;
        bottom: 30px;
        width: calc(100% - 60px);
    }

    .testimonial-slider .testimonial > .testimonial-quote {
        right: 30px;
        bottom: 36px;
        width: 36px;
        height: 36px;
    }

    .partner-slider .partner {
        padding: 0 10px;
    }

    .partner-slider .partner > img {
        height: 48px;
    }

    .entry-meta {
        font-size: 15px;
        margin: 0 0 10px 0;
    }

    .archive-service .service > .entry-title,
    .archive-post .post > .entry-title {
        font-size: 18px;
        line-height: 1.4em;
    }

    .single-area > .main-area,
    .single-area > .sidebar-area {
        float: none;
        display: block;
        width: 100%;
    }

    .single-area > .sidebar-area {
        position: relative;
        top: auto;
    }

    .single-sharebtns > .link {
        margin: 0 8px 0 0;
    }

    .single-sharebtns > .link > .icon {
        border: 0;
        margin: 0;
        padding: 0;
    }

    .single-sharebtns > .link > .text {
        display: none;
    }

    .comments-area > .comments-title {
        font-size: 21px;
    }

    .footer-rows {
        padding: 60px 0;
    }

    .footer-rows > .footer-col {
        width: 50%;
        margin: 0 0 30px 0;
    }

    .footer-credit {
        text-align: center;
    }
}

@media screen and (max-width: 600px) {
    .featured-slider .slick-slide {
        height: 420px;
    }

    .featured-slider .slick-slide > .featured-content > .sub-title {
        margin: 0 0 10px 0;
    }

    .featured-slider .slick-slide > .featured-content > .title {
        font-size: 32px;
        margin: 0 0 15px 0;
    }

    .featured-slider .slick-slide > .featured-content > .description {
        font-size: 15px;
        margin: 0 0 20px 0;
    }

    .archive-gallery .gallery > .entry-header {
        left: 25px;
        bottom: 25px;
        width: calc(100% - 50px);
    }

    .fixsearch-content > form > input[type="text"] {
        font-size: 15px;
        padding: 12px 30px 12px 0;
    }

    .fixsearch-content > form > button[type="submit"] > svg {
        width: 20px;
        height: 20px;
    }

    .page-header {
        padding: 80px 0 50px 0;
    }

    .page-header .page-title {
        font-size: 27px;
    }

    .page-header > .container > .entry-meta {
        margin: 10px 0 0 0;
    }

    .footer-rows > .footer-1,
    .footer-rows > .footer-4 {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    ul.slick-dots {
        margin-top: 30px;
    }

    .service-section .archive-service ul.slick-dots,
    .gallery-section .archive-gallery ul.slick-dots,
    .blog-section .archive-post ul.slick-dots {
        margin-top: 40px;
    }

    .container {
        width: calc(100% - 40px);
    }

    .featured-slider .slick-slide {
        height: 360px;
    }

    .featured-slider .slick-slide > .featured-content > .sub-title {
        font-size: 14px;
        margin: 0 0 8px 0;
    }

    .featured-slider .slick-slide > .featured-content > .title {
        font-size: 24px;
    }

    .featured-slider .slick-slide > .featured-content > .description {
        font-size: 14px;
    }

    .featured-slider .slick-slide > .featured-content > .more-link {
        font-size: 13px;
        padding: 10px 20px;
    }

    .section-heading {
        margin: 0 0 30px 0;
    }

    .about-section {
        padding-top: var(--about-padtop-mobile);
        padding-bottom: var(--about-padbot-mobile);
    }

    .service-section {
        padding-top: var(--service-padtop-mobile);
        padding-bottom: var(--service-padbot-mobile);
    }

    .reason-section {
        padding-top: var(--reason-padtop-mobile);
        padding-bottom: var(--reason-padbot-mobile);
    }

    .gallery-section {
        padding-top: var(--gallery-padtop-mobile);
        padding-bottom: var(--gallery-padbot-mobile);
    }

    .testimonial-section {
        padding-top: var(--testimonial-padtop-mobile);
        padding-bottom: var(--testimonial-padbot-mobile);
    }

    .blog-section {
        padding-top: var(--blog-padtop-mobile);
        padding-bottom: var(--blog-padbot-mobile);
    }

    .partner-section {
        padding-top: var(--partner-padtop-mobile);
        padding-bottom: var(--partner-padbot-mobile);
    }

    .about-wrapper > .about-right > .sub-title,
    .section-heading > .sub-title {
        font-size: 15px;
        margin: 0 0 10px 0;
    }

    .about-wrapper > .about-right > .title,
    .section-heading > .title {
        font-size: 22px;
        line-height: 1.35em;
    }

    .about-wrapper > .about-right > .description {
        font-size: 14px;
    }

    .about-wrapper > .about-right > ul.featured-list > li > .icon > img {
        width: 22px;
        height: 22px;
    }

    .about-wrapper > .about-right > ul.featured-list > li > .title {
        font-size: 16px;
    }

    .about-wrapper > .about-right > ul.featured-list > li > .summary {
        font-size: 14px;
    }

    .about-wrapper > .about-right > .more-link,
    .about-wrapper > .about-right > .contact-link {
        font-size: 13px;
        padding: 10px 20px;
    }

    .archive-wrapper,
    .archive-post,
    .archive-service,
    ul.reason-answer,
    .testimonial-slider {
        display: block;
        flex-wrap: inherit;
        width: 100%;
        margin: 0;
    }

    .archive-gallery {
        display: flex;
        flex-wrap: wrap;
        width: calc(100% + 30px);
        margin: 0 0 0 -15px;
    }

    .archive-service.slick-slider,
    .archive-post.slick-slider,
    ul.reason-answer.slick-slider,
    .testimonial-slider {
        width: calc(100% + 40px);
        margin: 0 0 0 -20px;
    }

    .archive-service .service,
    .archive-post .post,
    ul.reason-answer li,
    .testimonial-slider .testimonial {
        float: none;
        display: block;
        width: 100%;
        margin: 0 0 30px 0;
    }

    .archive-gallery .gallery {
        width: calc(50% - 30px);
        height: 260px;
        margin: 0 15px 20px 15px;
    }

    .archive-service.slick-slider .service,
    .archive-post.slick-slider .post,
    ul.reason-answer.slick-slider li,
    .testimonial-slider .testimonial {
        float: left;
        margin: 0 20px 1px 20px;
    }

    .archive-gallery .gallery > .entry-header {
        left: 20px;
        bottom: 20px;
        width: calc(100% - 40px);
    }

    .archive-gallery .gallery > .entry-header > .entry-title {
        font-size: 15px;
    }

    .testimonial-slider .testimonial {
        height: 240px;
    }

    .reason-answer > .slick-arrow,
    .testimonial-slider > .slick-arrow {
        left: 10px;
    }

    .reason-answer > .slick-arrow.next,
    .testimonial-slider > .slick-arrow.next {
        left: auto;
        right: 10px;
    }

    .blog-slider > .slick-arrow {
        left: 50px;
    }

    .blog-slider > .slick-arrow.next {
        left: auto;
        right: 50px;
    }

    .widget {
        margin: 0 0 20px 0;
    }

    .footer-rows > .footer-col > .widget > h2,
    .footer-rows > .footer-col > .widget > .wp-block-heading {
        font-size: 19px;
    }
}

@media screen and (max-width: 400px) {
    .featured-slider .slick-slide > .featured-content {
        width: calc(100% - 50px);
    }

    .featured-slider .slick-slide > .featured-content > .title {
        font-size: 22px;
        margin: 0 0 12px 0;
    }

    .about-wrapper > .about-right > ul.featured-list {
        display: block;
        width: 100%;
        margin: 0;
    }

    .about-wrapper > .about-right > ul.featured-list > li {
        float: none;
        display: block;
        width: 100%;
        margin: 0 0 20px 0;
    }

    .blog-slider > .slick-arrow {
        top: 110px;
        transform: none;
    }

    .archive-gallery {
        width: calc(100% + 20px);
        margin: 0 0 0 -10px;
    }

    .archive-gallery .gallery {
        width: calc(50% - 20px);
        height: 195px;
        margin: 0 10px 20px 10px;
    }

    .archive-gallery .gallery > .entry-header {
        left: 15px;
        bottom: 15px;
        width: calc(100% - 30px);
    }

    .archive-gallery .gallery > .entry-header > .entry-title {
        font-size: 13px;
    }

    .testimonial-slider .testimonial {
        height: 220px;
        padding: 25px;
    }

    .testimonial-slider .testimonial > .testimonial-star {
        margin: 0 0 6px 0;
    }

    .testimonial-slider .testimonial > .testimonial-message {
        font-size: 14px;
    }

    .testimonial-slider .testimonial > .testimonial-author > .author-image {
        width: 36px;
        height: 36px;
        margin: 0 15px 0 0;
    }

    .testimonial-slider .testimonial > .testimonial-author > .author-name {
        font-size: 15px;
        margin: 3.5px 0;
    }

    .testimonial-slider .testimonial > .testimonial-author > .author-job {
        font-size: 12px;
    }

    .testimonial-slider .testimonial > .testimonial-quote {
        right: 25px;
        bottom: 30px;
    }

    .page-header {
        padding: 60px 0 40px 0;
    }

    .page-header .page-title {
        font-size: 24px;
    }

    .post-navigation > .nav-links > .nav-previous,
    .post-navigation > .nav-links > .nav-next {
        float: none;
        display: block;
        width: 100%;
    }

    .post-navigation > .nav-links > .nav-next {
        margin-top: 12px;
    }

    .post-navigation
        > .nav-links
        > .nav-previous
        > a
        > .nav-name
        > .nav-subtitle,
    .post-navigation > .nav-links > .nav-next > a > .nav-name > .nav-subtitle {
        font-size: 13px;
    }

    .post-navigation > .nav-links > .nav-previous > a > .nav-name > .nav-title,
    .post-navigation > .nav-links > .nav-next > a > .nav-name > .nav-title {
        font-size: 15px;
    }

    .footer-rows > .footer-col {
        width: 100%;
        padding: 0 20px 0 0;
    }

    .footer-rows > .footer-4 {
        margin: 0;
    }
}
