
 body {
            --wp--preset--color--black: #000000;
            --wp--preset--color--cyan-bluish-gray: #abb8c3;
            --wp--preset--color--white: #ffffff;
            --wp--preset--color--pale-pink: #f78da7;
            --wp--preset--color--vivid-red: #cf2e2e;
            --wp--preset--color--luminous-vivid-orange: #ff6900;
            --wp--preset--color--luminous-vivid-amber: #fcb900;
            --wp--preset--color--light-green-cyan: #7bdcb5;
            --wp--preset--color--vivid-green-cyan: #00d084;
            --wp--preset--color--pale-cyan-blue: #8ed1fc;
            --wp--preset--color--vivid-cyan-blue: #0693e3;
            --wp--preset--color--vivid-purple: #9b51e0;
            --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);
            --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);
            --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);
            --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);
            --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);
            --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);
            --wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);
            --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);
            --wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);
            --wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);
            --wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);
            --wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);
            --wp--preset--font-size--small: 13px;
            --wp--preset--font-size--medium: 20px;
            --wp--preset--font-size--large: 36px;
            --wp--preset--font-size--x-large: 42px;
            --wp--preset--spacing--20: 0.44rem;
            --wp--preset--spacing--30: 0.67rem;
            --wp--preset--spacing--40: 1rem;
            --wp--preset--spacing--50: 1.5rem;
            --wp--preset--spacing--60: 2.25rem;
            --wp--preset--spacing--70: 3.38rem;
            --wp--preset--spacing--80: 5.06rem;
            --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
            --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
            --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
            --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
            --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
        }

        :where(.is-layout-flex) {
            gap: 0.5em;
        }

        :where(.is-layout-grid) {
            gap: 0.5em;
        }

        body .is-layout-flow > .alignleft {
            float: left;
            margin-inline-start: 0;
            margin-inline-end: 2em;
        }

        body .is-layout-flow > .alignright {
            float: right;
            margin-inline-start: 2em;
            margin-inline-end: 0;
        }

        body .is-layout-flow > .aligncenter {
            margin-left: auto !important;
            margin-right: auto !important;
        }

        body .is-layout-constrained > .alignleft {
            float: left;
            margin-inline-start: 0;
            margin-inline-end: 2em;
        }

        body .is-layout-constrained > .alignright {
            float: right;
            margin-inline-start: 2em;
            margin-inline-end: 0;
        }

        body .is-layout-constrained > .aligncenter {
            margin-left: auto !important;
            margin-right: auto !important;
        }

        body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
            max-width: var(--wp--style--global--content-size);
            margin-left: auto !important;
            margin-right: auto !important;
        }

        body .is-layout-constrained > .alignwide {
            max-width: var(--wp--style--global--wide-size);
        }

        body .is-layout-flex {
            display: flex;
        }

        body .is-layout-flex {
            flex-wrap: wrap;
            align-items: center;
        }

            body .is-layout-flex > * {
                margin: 0;
            }

        body .is-layout-grid {
            display: grid;
        }

            body .is-layout-grid > * {
                margin: 0;
            }

        :where(.wp-block-columns.is-layout-flex) {
            gap: 2em;
        }

        :where(.wp-block-columns.is-layout-grid) {
            gap: 2em;
        }

        :where(.wp-block-post-template.is-layout-flex) {
            gap: 1.25em;
        }

        :where(.wp-block-post-template.is-layout-grid) {
            gap: 1.25em;
        }

        .has-black-color {
            color: var(--wp--preset--color--black) !important;
        }

        .has-cyan-bluish-gray-color {
            color: var(--wp--preset--color--cyan-bluish-gray) !important;
        }

        .has-white-color {
            color: var(--wp--preset--color--white) !important;
        }

        .has-pale-pink-color {
            color: var(--wp--preset--color--pale-pink) !important;
        }

        .has-vivid-red-color {
            color: var(--wp--preset--color--vivid-red) !important;
        }

        .has-luminous-vivid-orange-color {
            color: var(--wp--preset--color--luminous-vivid-orange) !important;
        }

        .has-luminous-vivid-amber-color {
            color: var(--wp--preset--color--luminous-vivid-amber) !important;
        }

        .has-light-green-cyan-color {
            color: var(--wp--preset--color--light-green-cyan) !important;
        }

        .has-vivid-green-cyan-color {
            color: var(--wp--preset--color--vivid-green-cyan) !important;
        }

        .has-pale-cyan-blue-color {
            color: var(--wp--preset--color--pale-cyan-blue) !important;
        }

        .has-vivid-cyan-blue-color {
            color: var(--wp--preset--color--vivid-cyan-blue) !important;
        }

        .has-vivid-purple-color {
            color: var(--wp--preset--color--vivid-purple) !important;
        }

        .has-black-background-color {
            background-color: var(--wp--preset--color--black) !important;
        }

        .has-cyan-bluish-gray-background-color {
            background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
        }

        .has-white-background-color {
            background-color: var(--wp--preset--color--white) !important;
        }

        .has-pale-pink-background-color {
            background-color: var(--wp--preset--color--pale-pink) !important;
        }

        .has-vivid-red-background-color {
            background-color: var(--wp--preset--color--vivid-red) !important;
        }

        .has-luminous-vivid-orange-background-color {
            background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
        }

        .has-luminous-vivid-amber-background-color {
            background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
        }

        .has-light-green-cyan-background-color {
            background-color: var(--wp--preset--color--light-green-cyan) !important;
        }

        .has-vivid-green-cyan-background-color {
            background-color: var(--wp--preset--color--vivid-green-cyan) !important;
        }

        .has-pale-cyan-blue-background-color {
            background-color: var(--wp--preset--color--pale-cyan-blue) !important;
        }

        .has-vivid-cyan-blue-background-color {
            background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
        }

        .has-vivid-purple-background-color {
            background-color: var(--wp--preset--color--vivid-purple) !important;
        }

        .has-black-border-color {
            border-color: var(--wp--preset--color--black) !important;
        }

        .has-cyan-bluish-gray-border-color {
            border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
        }

        .has-white-border-color {
            border-color: var(--wp--preset--color--white) !important;
        }

        .has-pale-pink-border-color {
            border-color: var(--wp--preset--color--pale-pink) !important;
        }

        .has-vivid-red-border-color {
            border-color: var(--wp--preset--color--vivid-red) !important;
        }

        .has-luminous-vivid-orange-border-color {
            border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
        }

        .has-luminous-vivid-amber-border-color {
            border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
        }

        .has-light-green-cyan-border-color {
            border-color: var(--wp--preset--color--light-green-cyan) !important;
        }

        .has-vivid-green-cyan-border-color {
            border-color: var(--wp--preset--color--vivid-green-cyan) !important;
        }

        .has-pale-cyan-blue-border-color {
            border-color: var(--wp--preset--color--pale-cyan-blue) !important;
        }

        .has-vivid-cyan-blue-border-color {
            border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
        }

        .has-vivid-purple-border-color {
            border-color: var(--wp--preset--color--vivid-purple) !important;
        }

        .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
            background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
        }

        .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
            background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
        }

        .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
            background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
        }

        .has-luminous-vivid-orange-to-vivid-red-gradient-background {
            background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
        }

        .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
            background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
        }

        .has-cool-to-warm-spectrum-gradient-background {
            background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
        }

        .has-blush-light-purple-gradient-background {
            background: var(--wp--preset--gradient--blush-light-purple) !important;
        }

        .has-blush-bordeaux-gradient-background {
            background: var(--wp--preset--gradient--blush-bordeaux) !important;
        }

        .has-luminous-dusk-gradient-background {
            background: var(--wp--preset--gradient--luminous-dusk) !important;
        }

        .has-pale-ocean-gradient-background {
            background: var(--wp--preset--gradient--pale-ocean) !important;
        }

        .has-electric-grass-gradient-background {
            background: var(--wp--preset--gradient--electric-grass) !important;
        }

        .has-midnight-gradient-background {
            background: var(--wp--preset--gradient--midnight) !important;
        }

        .has-small-font-size {
            font-size: var(--wp--preset--font-size--small) !important;
        }

        .has-medium-font-size {
            font-size: var(--wp--preset--font-size--medium) !important;
        }

        .has-large-font-size {
            font-size: var(--wp--preset--font-size--large) !important;
        }

        .has-x-large-font-size {
            font-size: var(--wp--preset--font-size--x-large) !important;
        }

        .wp-block-navigation a:where(:not(.wp-element-button)) {
            color: inherit;
        }

        :where(.wp-block-post-template.is-layout-flex) {
            gap: 1.25em;
        }

        :where(.wp-block-post-template.is-layout-grid) {
            gap: 1.25em;
        }

        :where(.wp-block-columns.is-layout-flex) {
            gap: 2em;
        }

        :where(.wp-block-columns.is-layout-grid) {
            gap: 2em;
        }

        .wp-block-pullquote {
            font-size: 1.5em;
            line-height: 1.6;
        }

         :root {
            --eigency-container-width: 1290px;
            --eigency-boxed-width: 1530px;
            --eigency-primary-font: Plus Jakarta Sans;
            --eigency-secondary-font: Plus Jakarta Sans;
            --eigency-tertiary-font: Playfair Display;
            --eigency-primary-color:#c4ef17;
            --eigency-secondary-color:#0b0a0a;
            --eigency-body-color:#83827f;
            --eigency-headline-color:#ffffff;
            --eigency-border-color:#242425;
            --eigency-dark-color:#010101;
            --eigency-dark-light-color:#101010;
            --eigency-white-color:#ffffff;
            --e-global-color-eigency_primary:#c4ef17;
            --e-global-color-eigency_secondary:#0b0a0a;
            --e-global-color-eigency_body:#83827f;
            --e-global-color-eigency_headline:#ffffff;
            --e-global-color-eigency_border:#242425;
            --e-global-color-eigency_dark:#010101;
            --e-global-color-eigency_dark_light:#101010;
            --e-global-color-eigency_white:#ffffff;
        }


      .dis-none{
            display:none!important;
        }

body, html {
    max-width: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

body {
    color: #E0E0E0;
    font-family: var(--eigency-primary-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.85;
    overflow-x: hidden;
    letter-spacing: 1px;
    /*word-wrap: break-word;*/
    background-color: var(--eigency-dark-color);
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    *:focus {
        outline: none;
    }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

i, span, a {
    display: inline-block;
}

dl {
    margin-bottom: 28px;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 0 28px;
}

pre {
    background-color: var(--eigency-secondary-color);
    max-width: 100%;
    overflow: auto;
    padding: 30px;
    white-space: pre-wrap;
    margin: 20px 0;
}

pre, code, kbd, tt, var {
    font-size: 15px;
    font-family: Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;
}

abbr, acronym {
    border-bottom: 1px dotted var(--eigency-secondary-color);
    cursor: help;
}

mark, ins {
    color: var(--eigency-headline-color);
    background-color: var(--eigency-secondary-color);
    text-decoration: none;
    padding: 5px;
}

del {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-decoration: line-through;
}

big {
    font-size: 125%;
}

b, strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid var(--eigency-border-color);
    height: 0;
}

.bg-1
{
    background:#161616;
}

.bg-2
{
    background:#222020;
}

.footer-bg
{
 position:relative; 
 background-image:url(../../../../../images/bg/footer-bg.jpg); 
 background-repeat:no-repeat; 
 background-size:cover; 
 background-attachment:fixed; 
 background-position:0px 400px;
}

.footer-bg::before
{
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.90;
    background-color: #000;
}


.text-center
{
    text-align:center!important;

}


    .desktop
    {
    display:block;
    }

    .mobile
    {
    display:none!important;
    }

table {
    margin: 0 0 20px;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

table, th, td {
    border: 1px solid var(--eigency-border-color);
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
    font-weight: 500;
    color: var(--eigency-headline-color);
}

th, td {
    padding: 10px;
    font-size: 14px;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

iframe {
    width: 100%;
    display: block;
}

embed, iframe, object {
    max-width: 100%;
}

figure {
    margin: 20px 0;
}

svg {
    position: relative;
    height: 1em;
    width: 1em;
    fill: currentColor;
}

ol, ul {
    padding: 0 0 0 20px;
    margin: 0 0 20px;
    list-style-position: inside;
}

    ol li li, ul li li {
        list-style-position: inside;
    }

    ol li:not(:last-child), ul li:not(:last-child) {
        margin-bottom: 10px;
    }

    ol li > ol, ol li > ul, ul li > ol, ul li > ul {
        margin-top: 10px;
        margin-bottom: 0;
    }

a {
    color: #00c998;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-decoration: none;
    background-color: rgba(0,0,0,0);
}

    a:hover {
        color: #00c998;
    }

    a:hover, a:focus, a:active {
        text-decoration: none;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    a:active {
        color: inherit;
    }

.fal, .far {
    font-family: "Font Awesome 5 Pro" !important;
}

p {
    margin: 0 0 20px;
        /*text-align: justify;*/
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--eigency-secondary-font);
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 20px;
}

    h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a {
        color: var(--eigency-headline-color);
    }

h1 {
    font-size: 60px;
}

h2 {
    font-size: 48px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

::-webkit-scrollbar {
    background-color: #c0c0c2;
    width: 6px;
}

::-webkit-scrollbar-thumb {
    background-color: #000;
}

.eigency-primary-color {
    color: #00c998;
}

.eigency-secondary-color {
    color: var(--eigency-secondary-color);
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.overflow-y-hidden {
    overflow-y: hidden;
}

/*.elementor-text-editor p:last-child {
    margin: 0;
}

.elementor-widget-text-editor p:last-child {
    margin: 0; 
   text-align: justify;
   font-family: var(--eigency-primary-font);
}*/

.elementor-heading-title {
    margin: 0;
}

.elementor-icon-list-icon, .elementor-icon-list-text {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.list-icon-regular .elementor-icon-list-icon i {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
}

.fontawesome-regular-icon .fas {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
}

.fontawesome-light-icon .fas {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.elementor-icon-wrapper {
    line-height: 1;
}

.e-n-accordion-item-title-icon span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.e-n-accordion-item-title-icon span, .e-n-accordion-item-title-icon i {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.eigency-boxed-layout {
    background-color: var(--eigency-dark-light-color);
}

    .eigency-boxed-layout .eigency-body-content {
        background-color: var(--eigency-dark-color);
        max-width: var(--eigency-boxed-width);
        margin: 0 auto;
    }

@media only screen and (min-width: 768px) {
    .eigency-site-border .eigency-body-content {
        border: 20px solid var(--eigency-white-color);
    }
}

.eigency-body-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    overflow-x: hidden;
}

.container {
    width: 100%;
    max-width: var(--eigency-container-width);
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}

    .container.container-elementor {
        max-width: 100%;
        padding: 0;
    }

    .container.have-sidebar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .container.have-sidebar .content-area {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 65.08%;
            flex: 0 0 65.08%;
            width: 65.08%;
        }

@media only screen and (max-width: 1024px) {
    .container.have-sidebar .content-area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
    }
}

.container.have-sidebar .sidebar-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30.953%;
    flex: 0 0 30.953%;
    width: 30.953%;
}

@media only screen and (max-width: 1024px) {
    .container.have-sidebar .sidebar-area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-top: 60px;
    }
}

.container.have-sidebar .content-area-full {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
}

.container.have-sidebar.left-sidebar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.container.have-sidebar.no-sidebar .content-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
}

.container-gap {
    padding-top: 130px;
    padding-bottom: 130px;
}

@media only screen and (max-width: 1024px) {
    .container-gap {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

.elementor .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: var(--eigency-container-width);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

label {
    display: inline-block;
    cursor: pointer;
    font-family: var(--eigency-secondary-font);
    font-size: 16px;
    font-weight: 500;
    color: var(--eigency-headline-color);
    margin: 0 0 10px;
}

input, button, select, optgroup, textarea {
    display: block;
    width: 100%;
    height: 55px;
    padding: 0 25px 0 25px;
    color: var(--eigency-body-color);
    font-family: var(--eigency-secondary-font);
    font-size: 16px;
    font-weight: 400;
    background-color: var(--eigency-secondary-color);
    border: 1px solid var(--eigency-border-color);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 0;
}

    input:focus, button:focus, select:focus, optgroup:focus, textarea:focus {
        border-color: #00c998;
        color: var(--eigency-white-color);
        background-color: var(--eigency-dark-color);
    }

textarea {
    height: 125px;
    padding-top: 25px;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
    font-size: inherit;
}

::-moz-placeholder {
    color: inherit;
    opacity: 1;
    font-size: inherit;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
    font-size: inherit;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
    font-size: inherit;
}

::placeholder {
    color: inherit;
    opacity: 1;
    font-size: inherit;
}

select {
    word-wrap: normal;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg viewBox=%270 0 140 140%27 width=%2714%27 height=%2714%27 xmlns=%27http://www.w3.org/2000/svg%27><g><path d=%27m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z%27 fill=%27white%27/></g></svg>") !important;
    background-position: right 20px top 50% !important;
    background-repeat: no-repeat !important;
}

    select::-ms-expand {
        display: none;
    }

    select:focus {
        outline: rgba(0,0,0,0);
    }

    select option {
        line-height: 1.8;
        padding: 5px 10px;
    }

input[type=radio], input[type=checkbox] {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    width: 15px;
    height: 15px;
    cursor: pointer;
    background-color: var(--eigency-secondary-color);
}

input[type=color] {
    width: 60px;
    height: 60px;
    padding: 10px;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

    [type=search]::-ms-clear {
        display: none;
        width: 0;
        height: 0;
    }

    [type=search]::-ms-reveal {
        display: none;
        width: 0;
        height: 0;
    }

input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
    height: 100%;
    background-color: rgba(0,0,0,0);
    border: none;
    color: var(--eigency-white-color);
}

::-webkit-calendar-picker-indicator {
    -webkit-filter: invert(0.3);
    filter: invert(0.3);
}

[hidden] {
    display: none !important;
}

[role=button] {
    cursor: pointer;
}

button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button;
}

    button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
        cursor: pointer;
    }

    button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
        padding: 0;
        border-style: none;
    }

    input[type=reset], input[type=submit], button[type=submit] {
        width: auto;
        height: auto;
        padding: 18px 35px;
        font-family: var(--eigency-secondary-font);
        font-size: 16px;
        font-weight: 500;
        line-height: 1.25;
        text-transform: capitalize;
        text-decoration: none;
        color: var(--eigency-dark-color);
        background-color: #00c998;
        border: none;
        border-radius: 0;
    }

        input[type=reset]:hover, input[type=submit]:hover, button[type=submit]:hover {
            color: var(--eigency-white-color);
            background-color: var(--eigency-secondary-color);
        }

        button[type=submit] i {
            margin-left: 10px;
        }

.wpcf7-form-control-wrap {
    display: block;
}

.wpcf7-not-valid-tip {
    margin-top: 10px;
}

.wpcf7-spinner {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 15px;
    margin: 0;
}

.input-filed {
    margin-bottom: 30px;
}

.mf-checkbox-option label {
    color: inherit;
}

.metform-btn {
    height: auto;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

    .screen-reader-text:focus {
        background-color: var(--eigency-secondary-color);
        border-radius: 3px;
        -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
        box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
        clip: auto !important;
        -webkit-clip-path: none;
        clip-path: none;
        color: var(--eigency-white-color);
        display: block;
        font-size: .875rem;
        font-weight: 700;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000;
    }

#primary[tabindex="-1"]:focus {
    outline: 0;
}

.infinite-scroll .posts-navigation, .infinite-scroll.neverending .eigency-site-footer {
    display: none;
}

.infinity-end.neverending .eigency-site-footer {
    display: block;
}

.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.custom-logo-link {
    display: inline-block;
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

    .wp-caption img[class*=wp-image-] {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

.wp-caption-text {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    margin: 10px 0;
    color: var(--eigency-headline-color);
}

.gallery-caption {
    display: block;
}

.gallery {
    margin-bottom: 1.5em;
    margin-left: -7px;
    margin-right: -7px;
}

.elementor-image-gallery .gallery {
    margin-bottom: 0;
}

    .elementor-image-gallery .gallery a {
        display: block;
    }

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0;
    padding: 7px;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
    display: none;
}

.wp-block-button {
    margin-bottom: 20px;
}

.wp-block-button__link {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    border-radius: 30px;
    text-transform: capitalize;
    text-decoration: none;
    padding: 15px 30px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: var(--eigency-dark-color);
    background-color: #00c998;
}

    .wp-block-button__link:hover {
        color: var(--eigency-white-color);
        background-color: var(--eigency-secondary-color);
        border-color: var(--eigency-secondary-color);
    }

.is-style-outline .wp-block-button__link {
    padding: 13px 30px;
}

    .is-style-outline .wp-block-button__link:hover {
        color: var(--eigency-white-color);
        background-color: var(--eigency-secondary-color);
        border-color: var(--eigency-secondary-color);
    }

.is-style-squared .wp-block-button__link {
    border-radius: 0;
}

.wp-block-file {
    margin-bottom: 20px;
}

    .wp-block-file > a {
        font-size: 16px;
        font-weight: 500;
        color: var(--eigency-headline-color);
    }

    .wp-block-file .wp-block-file__button {
        font-size: 15px;
        font-weight: 500;
        line-height: 1.3;
        border-radius: 0;
        text-transform: capitalize;
        text-decoration: none;
        padding: 15px 30px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        color: var(--eigency-dark-color);
        background-color: #00c998;
        margin-left: 20px;
    }

        .wp-block-file .wp-block-file__button:hover {
            color: var(--eigency-white-color);
            background-color: var(--eigency-secondary-color);
            border-color: var(--eigency-secondary-color);
        }

.wp-block-calendar {
    margin: 20px 0;
}

    .wp-block-calendar table, .wp-block-calendar table td, .wp-block-calendar table th {
        border-color: var(--eigency-border-color);
    }

        .wp-block-calendar table th {
            color: var(--eigency-headline-color);
            background-color: rgba(0,0,0,0);
            font-weight: 700;
            border-top: 0;
        }

        .wp-block-calendar table td {
            color: var(--eigency-body-color);
        }

            .wp-block-calendar table td#today {
                color: var(--eigency-dark-color);
                background-color: #00c998;
            }

                .wp-block-calendar table td#today a {
                    color: var(--eigency-secondary-color);
                }

        .wp-block-calendar table td, .wp-block-calendar table th {
            padding: 10px;
        }

        .wp-block-calendar table caption, .wp-block-calendar caption {
            font-size: 15px;
            font-weight: 500;
            width: 100%;
            color: var(--eigency-dark-color);
            background-color: #00c998;
            padding: 8px;
            margin: 0;
            text-align: center;
        }

    .wp-block-calendar .wp-calendar-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 14px;
        font-weight: 500;
    }

        .wp-block-calendar .wp-calendar-nav a {
            color: var(--eigency-headline-color);
        }

            .wp-block-calendar .wp-calendar-nav a:hover {
                color: #00c998;
            }

.blocks-gallery-caption {
    text-align: center;
    width: 100%;
    margin-bottom: 25px;
    font-size: 15px;
    font-weight: 600;
    color: var(--eigency-headline-color);
}

.blocks-gallery-caption, .wp-block-embed figcaption, .wp-block-image figcaption {
    text-align: center;
    font-size: 15px;
}

.wp-block-cover {
    margin-bottom: 1.5em;
}

    .wp-block-cover p:not(.has-text-color) {
        color: var(--eigency-white-color);
    }

.wp-block-separator {
    margin: 40px 0;
}

    .wp-block-separator:not(.is-style-dots) {
        background-color: var(--eigency-border-color);
        border: 0;
        height: 2px;
        text-align: left;
        border-color: rgba(0,0,0,0);
        max-width: 100%;
        max-width: 150px;
        margin-left: auto;
        margin-right: auto;
    }

    .wp-block-separator.is-style-wide {
        max-width: 280px;
    }

    .wp-block-separator.alignfull {
        width: 100%;
        max-width: 100%;
    }

    .wp-block-separator.is-style-dots:before {
        content: "···············";
        color: var(--eigency-white-color);
        font-size: 1.6875em;
        letter-spacing: 1.5rem;
        padding-left: 1.5rem;
    }

blockquote, .wp-block-quote {
    position: relative;
    font-family: var(--eigency-secondary-font);
    font-size: 22px;
    font-weight: 600;
    line-height: 1.8;
    padding: 40px;
    margin: 0 0 40px;
    color: var(--eigency-headline-color);
    background-color: var(--eigency-secondary-color);
}

@media only screen and (max-width: 767px) {
    blockquote, .wp-block-quote {
        font-size: 20px;
    }
}

@media only screen and (max-width: 479px) {
    blockquote, .wp-block-quote {
        font-size: 18px;
        padding: 30px;
    }
}

blockquote::after, .wp-block-quote::after {
    position: absolute;
    right: 40px;
    bottom: 40px;
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-size: 38px;
    font-weight: 900;
    line-height: 1;
    color: #00c998;
}

@media only screen and (max-width: 479px) {
    blockquote::after, .wp-block-quote::after {
        font-size: 32px;
        right: 30px;
        bottom: 30px;
    }
}

blockquote p, .wp-block-quote p {
    margin: 0;
}

blockquote a, .wp-block-quote a {
    color: var(--eigency-headline-color);
}

    blockquote a:hover, .wp-block-quote a:hover {
        color: #00c998;
    }

blockquote cite, .wp-block-quote cite {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: var(--eigency-headline-color);
    font-style: normal;
    line-height: 1;
    position: relative;
    padding-left: 30px;
    margin-top: 30px;
}

    blockquote cite::before, .wp-block-quote cite::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        width: 15px;
        height: 2px;
        background-color: #00c998;
    }

    blockquote cite br, .wp-block-quote cite br {
        display: none;
    }

    blockquote cite em, blockquote cite a, .wp-block-quote cite em, .wp-block-quote cite a {
        font-style: normal;
        color: inherit;
    }

.wp-block-quote.has-text-align-right::after {
    left: 40px;
    right: auto;
}

.wp-block-quote.has-text-align-right cite {
    padding-left: 0;
    padding-right: 30px;
}

    .wp-block-quote.has-text-align-right cite::before {
        left: auto;
        right: 0;
    }

.wp-block-quote.is-style-large {
    padding: 40px;
}

    .wp-block-quote.is-style-large cite {
        font-size: 18px;
        text-align: left;
    }

    .wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
        font-style: normal;
        font-size: 26px;
        line-height: 1.6;
    }

.wp-block-pullquote {
    margin: 0 0 30px;
    border-top: 3px solid #00c998;
    border-bottom: 3px solid #00c998;
    color: var(--eigency-headline-color);
    padding: 0;
}

    .wp-block-pullquote blockquote {
        margin: 0;
        border: none;
        padding: 110px 0 35px;
        background-color: rgba(0,0,0,0);
    }

        .wp-block-pullquote blockquote::after {
            left: 50%;
            top: 40px;
            bottom: auto;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        }

        .wp-block-pullquote blockquote cite {
            padding-left: 0;
            padding-top: 30px;
            margin-top: 30px;
        }

            .wp-block-pullquote blockquote cite::before {
                left: 50%;
                top: 0;
                -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                transform: translateX(-50%);
            }

    .wp-block-pullquote p, .wp-block-pullquote.is-style-solid-color blockquote p {
        font-size: 20px;
    }

    .wp-block-pullquote.is-style-solid-color blockquote {
        width: 100%;
        text-align: center;
    }

.wp-caption-text, .sticky, .gallery-caption, .bypostauthor, .screen-reader-text {
    visibility: visible;
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-title {
    display: initial;
}

.editor-styles-wrapper .has-large-font-size, .has-large-font-size {
    font-size: 18px;
}

.wp-block-media-text {
    margin-bottom: 30px;
}

#wp-calendar caption {
    caption-side: top;
}

.wp-block-tag-cloud {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;
}

    .wp-block-tag-cloud a {
        font-size: 14px !important;
        text-transform: capitalize;
        line-height: 1;
        padding: 10px 20px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        color: var(--eigency-body-color);
        background-color: var(--eigency-dark-light-color);
    }

        .wp-block-tag-cloud a:hover {
            color: var(--eigency-dark-color);
            background-color: #00c998;
        }

.entry-content .wp-block-search, .wp-block-categories-dropdown {
    margin-bottom: 20px;
}

.has-background {
    color: #000;
    padding: 15px;
}

.wp-block-table td, .wp-block-table th {
    border: 1px solid var(--eigency-border-color);
}

.wp-block-table tfoot, .wp-block-table thead {
    border-width: 2px;
    border-color: var(--eigency-border-color);
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: var(--eigency-dark-color);
}

.wp-block-archives a, .wp-block-categories a, .wp-block-page-list a {
    color: var(--eigency-headline-color);
    font-weight: 600;
}

    .wp-block-archives a:hover, .wp-block-categories a:hover, .wp-block-page-list a:hover {
        color: #00c998;
    }

.wp-block-archives-list li:not(:last-child) {
    margin-bottom: 15px;
}

.wp-block-latest-comments time {
    font-size: 14px;
    margin: 10px 0;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-author, .wp-block-latest-comments .wp-block-latest-comments__comment-link {
    color: var(--eigency-headline-color);
    font-weight: 500;
}

    .wp-block-latest-comments .wp-block-latest-comments__comment-author:hover, .wp-block-latest-comments .wp-block-latest-comments__comment-link:hover {
        color: #00c998;
    }

.wp-block-latest-posts .wp-block-latest-posts__post-title {
    font-family: var(--eigency-secondary-font);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    color: var(--eigency-headline-color);
}

    .wp-block-latest-posts .wp-block-latest-posts__post-title:hover {
        color: #00c998;
    }

.wp-block-latest-posts time {
    line-height: 1;
    margin-top: 8px;
}

.wp-block-latest-posts li:not(:last-child) {
    margin-bottom: 20px;
}

.wp-block-rss .wp-block-rss__item-title a {
    font-family: var(--eigency-secondary-font);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    color: var(--eigency-headline-color);
}

    .wp-block-rss .wp-block-rss__item-title a:hover {
        color: #00c998;
    }

.wp-block-post-template li:not(:last-child) {
    margin-bottom: 20px;
}

.wp-block-post-template li .wp-block-post-title {
    font-size: 28px;
    margin: 0 0 15px;
}

.wp-block-query-pagination {
    margin: 35px 0;
}

    .wp-block-query-pagination .wp-block-query-pagination-numbers {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            width: 50px;
            height: 50px;
            border-radius: 5px;
            margin: 10px 10px 0;
            padding: 0;
            color: var(--eigency-body-color);
            font-size: 14px;
            font-weight: 700;
            border: 1px solid var(--eigency-border-color);
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s;
        }

            .wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers.current, .wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers:not(.dots):hover {
                color: var(--eigency-dark-color);
                background-color: #00c998;
                border-color: #00c998;
            }

    .wp-block-query-pagination .wp-block-query-pagination-next, .wp-block-query-pagination .wp-block-query-pagination-previous {
        color: var(--eigency-body-color);
        font-weight: 500;
        margin: 0;
    }

        .wp-block-query-pagination .wp-block-query-pagination-next:hover, .wp-block-query-pagination .wp-block-query-pagination-previous:hover {
            color: #00c998;
        }

.wp-block-comments-title {
    font-size: 32px;
}

.wp-block-comment-author-name a {
    color: var(--eigency-headline-color);
    font-weight: 600;
    font-size: 20px;
}

.wp-block-comment-date time {
    font-size: 14px;
}

.wp-block-comment-content {
    margin-top: 15px;
}

.wp-block-comment-reply-link a {
    font-size: 15px;
    font-weight: 500;
}

.wp-block-post-comments-form .comment-form {
    margin-top: 15px;
}

.wp-block-post-comments-form input:not([type=submit]), .wp-block-post-comments-form textarea {
    border-color: var(--eigency-border-color);
}

    .wp-block-post-comments-form input:not([type=submit]):focus, .wp-block-post-comments-form textarea:focus {
        border-color: #00c998;
    }

.wp-block-group {
    margin-bottom: 20px;
    padding: 20px;
}

    .wp-block-group p:last-child {
        margin: 0;
    }

.wp-block-search__input {
    padding-left: 20px;
}

    .wp-block-search__input:focus {
        border-color: #00c998;
    }

.wp-block-search__input, :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
    border-color: var(--eigency-border-color);
}

.wp-block-table.is-style-stripes {
    border-color: var(--eigency-border-color);
}

.eigency-site-header {
    position: relative;
    z-index: 999;
}

    .eigency-site-header .header-navigation {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 30px;
        max-width: 1680px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

.header-default .header-navigation {
    min-height: 95px;
}

@media only screen and (max-width: 1200px) {
    .header-default .eigency-nav-menu.mobile-expand-xl {
        margin-left: auto;
    }
}

@media only screen and (max-width: 1024px) {
    .header-default .eigency-nav-menu.mobile-expand-lg {
        margin-left: auto;
    }
}

@media only screen and (max-width: 767px) {
    .header-default .eigency-nav-menu.mobile-expand-md {
        margin-left: auto;
    }
}

@media only screen and (max-width: 767px) {
    .header-default .eigency-button {
        display: none;
    }
}

.has-eigency-sticky-header.sticky-active {
    position: fixed !important;
    top: 0;
    left: 0 !important;
    width: 100%;
    z-index: 9999;
    -webkit-animation: sticky_section 1.2s;
    animation: sticky_section 1.2s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background-color: var(--eigency-dark-color);
    -webkit-box-shadow: 0 0 30px 0 rgba(87,95,245,.1);
    box-shadow: 0 0 30px 0 rgba(87,95,245,.1);
}

.eigency-sticky-gap {
    display: none;
}

    .eigency-sticky-gap.active-sticky-gap {
        display: block;
    }

.admin-bar .has-eigency-sticky-header.sticky-active {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar .has-eigency-sticky-header.sticky-active {
        top: 46px;
    }
}

.eigency-site-footer {
    margin-top: auto;
}

    .eigency-site-footer.footer-default {
        background-color: var(--eigency-secondary-color);
    }

    .eigency-site-footer .footer-widgets {
        padding: 100px 0;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
        grid-template-columns: repeat(4, 1fr);
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
        row-gap: 50px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        border-bottom: 1px solid rgba(255,255,255,.1);
    }

@media only screen and (max-width: 1024px) {
    .eigency-site-footer .footer-widgets {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 767px) {
    .eigency-site-footer .footer-widgets {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }
}

.eigency-site-footer .footer-widgets .widget {
    margin: 0;
    padding: 0;
    background-color: rgba(0,0,0,0);
}

    .eigency-site-footer .footer-widgets .widget .widget-title {
        padding: 0;
    }

        .eigency-site-footer .footer-widgets .widget .widget-title::before {
            display: none;
        }

.eigency-site-footer .footer-copyright {
    font-size: 16px;
    font-weight: 600;
    padding: 20px 0;
    text-align: center;
}

    .eigency-site-footer .footer-copyright p {
        margin: 0;
        color: var(--eigency-body-color);
    }

@-webkit-keyframes preloader-spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@keyframes preloader-spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@-webkit-keyframes preloader-letter-loading {
    0%,75%,100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }

    25%,50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@keyframes preloader-letter-loading {
    0%,75%,100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }

    25%,50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@-webkit-keyframes sticky_section {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes sticky_section {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes popupFadeIn {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes popupFadeIn {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@-webkit-keyframes bounce {
    0%,20%,53%,80%,100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    0%,20%,53%,80%,100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -o-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -o-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@-webkit-keyframes flash {
    0%,50%,100% {
        opacity: 1;
    }

    25%,75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%,50%,100% {
        opacity: 1;
    }

    25%,75% {
        opacity: 0;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes shake {
    0%,100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    0%,100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes jello {
    0%,11.1%,to {
        -webkit-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

@keyframes jello {
    0%,11.1%,to {
        -webkit-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }
}

@-webkit-keyframes slider_animate_up {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slider_animate_up {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes slider_animate_left {
    0% {
        -webkit-transform: translate3d(-60px, 0, 0);
        transform: translate3d(-60px, 0, 0);
        opacity: 0;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes slider_animate_left {
    0% {
        -webkit-transform: translate3d(-60px, 0, 0);
        transform: translate3d(-60px, 0, 0);
        opacity: 0;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@-webkit-keyframes slider_animate_right {
    0% {
        -webkit-transform: translate3d(60px, 0, 0);
        transform: translate3d(60px, 0, 0);
        opacity: 0;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes slider_animate_right {
    0% {
        -webkit-transform: translate3d(60px, 0, 0);
        transform: translate3d(60px, 0, 0);
        opacity: 0;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@-webkit-keyframes slider_animate_down {
    0% {
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
        opacity: 0;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes slider_animate_down {
    0% {
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
        opacity: 0;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0;
    }
}

@-webkit-keyframes pulse-border-2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border-2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes scroll_to_left {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes scroll_to_left {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@-webkit-keyframes scroll_to_right {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes scroll_to_right {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animated.hinge {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

.headShake {
    -webkit-animation-name: headShake;
    animation-name: headShake;
}

.swing {
    -webkit-animation-name: swing;
    animation-name: swing;
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

.entry-post {
    position: relative;
    margin-bottom: 60px;
    line-height: 1;
}

    .entry-post .post-title {
        font-size: 28px;
        line-height: 1.4;
        margin: 0;
    }

@media only screen and (max-width: 767px) {
    .entry-post .post-title {
        font-size: 24px;
    }
}

.entry-post .post-title a {
    display: block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.entry-post p {
    font-size: 16px;
    margin: 25px 0 0;
    line-height: 1.777;
}

@media only screen and (max-width: 767px) {
    .entry-post p {
        font-size: 15px;
    }
}

.entry-post .read-more {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: .18em;
    color: var(--eigency-body-color);
}

    .entry-post .read-more span {
        text-decoration: underline;
        text-underline-offset: 4px;
        -webkit-text-decoration-color: currentColor;
        text-decoration-color: currentColor;
    }

    .entry-post .read-more i {
        font-size: 18px;
        position: relative;
        margin-left: 10px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .entry-post .read-more:hover {
        color: #00c998;
    }

.entry-post.no-thumbnail .entry-summary, .entry-post.sticky .entry-summary {
    padding: 40px;
    background-color: var(--eigency-secondary-color);
}

.entry-post.sticky .entry-media {
    margin: 0;
}

.entry-post.sticky .entry-summary {
    border-left: 3px solid #00c998;
}

.entry-posts .eigency-pagination {
    margin-top: 0;
}

.entry-post .entry-thumbnail, .entry-post-details .entry-thumbnail {
    position: relative;
    overflow: hidden;
    margin-bottom: 35px;
}

    .entry-post .entry-thumbnail .post-categories, .entry-post-details .entry-thumbnail .post-categories {
        margin: 0;
        padding: 0;
        list-style: none;
        position: absolute;
        left: 20px;
        top: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px;
    }

        .entry-post .entry-thumbnail .post-categories li, .entry-post-details .entry-thumbnail .post-categories li {
            margin: 0;
        }

        .entry-post .entry-thumbnail .post-categories a, .entry-post-details .entry-thumbnail .post-categories a {
            color: var(--eigency-dark-color);
            background-color: #00c998;
            font-size: 14px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: .1em;
            line-height: 1;
            padding: 12px 15px;
            border-radius: 4px;
        }

@media only screen and (max-width: 767px) {
    .entry-post .entry-thumbnail .post-categories a, .entry-post-details .entry-thumbnail .post-categories a {
        font-size: 12px;
        padding: 12px;
    }
}

.entry-post .entry-thumbnail .post-categories a:hover, .entry-post-details .entry-thumbnail .post-categories a:hover {
    color: var(--eigency-white-color);
    background-color: var(--eigency-dark-color);
}

.entry-post .entry-post-meta, .entry-post-details .entry-post-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 15px;
}

    .entry-post .entry-post-meta i, .entry-post-details .entry-post-meta i {
        color: #00c998;
        margin-right: 8px;
    }

    .entry-post .entry-post-meta, .entry-post .entry-post-meta a, .entry-post-details .entry-post-meta, .entry-post-details .entry-post-meta a {
        color: var(--eigency-body-color);
    }

        .entry-post .entry-post-meta a:hover, .entry-post-details .entry-post-meta a:hover {
            color: var(--eigency-white-color);
        }

        .entry-post .entry-post-meta > span, .entry-post-details .entry-post-meta > span {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-bottom: 10px;
        }

            .entry-post .entry-post-meta > span:not(:last-child)::after, .entry-post-details .entry-post-meta > span:not(:last-child)::after {
                position: relative;
                top: -1px;
                content: "/";
                margin-left: 10px;
                margin-right: 10px;
            }

@media only screen and (max-width: 479px) {
    .entry-post .entry-post-meta .comments span, .entry-post-details .entry-post-meta .comments span {
        display: none;
    }
}

.entry-post-details .entry-content .post-password-form label {
    width: 100%;
    margin: 0;
}

.entry-post-details .entry-content .post-password-form p {
    position: relative;
}

    .entry-post-details .entry-content .post-password-form p:last-child {
        margin-bottom: 0;
    }

.entry-post-details .entry-content .post-password-form input {
    margin-top: 10px;
    border: 1px solid #00c998;
    border-radius: 0;
}

    .entry-post-details .entry-content .post-password-form input[type=submit] {
        position: absolute;
        width: auto;
        height: 55px;
        bottom: 0;
        right: 0;
        padding: 0 45px;
        border-width: 1px;
        border-radius: 0;
        margin: 0px;
    }

        .entry-post-details .entry-content .post-password-form input[type=submit]:hover {
            color: var(--eigency-white-color);
            background-color: var(--eigency-dark-color);
        }

    .entry-post-details .entry-content .post-password-form input[type=password] {
        padding-right: 140px;
    }

.entry-post-details .entry-content .wp-block-categories-list, .entry-post-details .entry-content .wp-block-archives-list, .entry-post-details .entry-content .wp-block-latest-comments, .entry-post-details .entry-content .wp-block-latest-posts, .entry-post-details .entry-content .wp-block-rss, .entry-post-details .entry-content .wp-block-page-list {
    padding: 0;
}

    .entry-post-details .entry-content .wp-block-categories-list, .entry-post-details .entry-content .wp-block-categories-list li, .entry-post-details .entry-content .wp-block-archives-list, .entry-post-details .entry-content .wp-block-archives-list li, .entry-post-details .entry-content .wp-block-latest-comments, .entry-post-details .entry-content .wp-block-latest-comments li, .entry-post-details .entry-content .wp-block-latest-posts, .entry-post-details .entry-content .wp-block-latest-posts li, .entry-post-details .entry-content .wp-block-rss, .entry-post-details .entry-content .wp-block-rss li, .entry-post-details .entry-content .wp-block-page-list, .entry-post-details .entry-content .wp-block-page-list li {
        list-style: none;
    }

.entry-post-details .entry-content .wp-block-search__button {
    color: var(--eigency-dark-color);
    background-color: #00c998;
    border: none;
}

.entry-post-details .entry-tags-share {
    margin-top: 60px;
    padding-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 35px;
    border-bottom: 1px solid var(--eigency-border-color);
}

@media only screen and (max-width: 767px) {
    .entry-post-details .entry-tags-share {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px;
    }
}

.entry-post-details .entry-tags-share .post-tags-wrap, .entry-post-details .entry-tags-share .post-share-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

@media only screen and (max-width: 479px) {
    .entry-post-details .entry-tags-share .post-tags-wrap, .entry-post-details .entry-tags-share .post-share-wrap {
        gap: 8px;
    }
}

.entry-post-details .entry-tags-share .post-tags-wrap span, .entry-post-details .entry-tags-share .post-share-wrap span {
    color: var(--eigency-headline-color);
    font-family: var(--eigency-secondary-font);
    font-size: 16px;
    font-weight: 600;
    margin-right: 10px;
}

@media only screen and (max-width: 479px) {
    .entry-post-details .entry-tags-share .post-tags-wrap span, .entry-post-details .entry-tags-share .post-share-wrap span {
        font-size: 14px;
        margin-right: 5px;
    }
}

.entry-post-details .entry-tags-share .post-tags-wrap a {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    color: var(--eigency-body-color);
    background-color: var(--eigency-secondary-color);
    padding: 10px 15px;
}

    .entry-post-details .entry-tags-share .post-tags-wrap a:hover {
        color: var(--eigency-dark-color);
        background-color: #00c998;
    }

.entry-post-details .entry-tags-share .post-share-wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: auto;
}

    .entry-post-details .entry-tags-share .post-share-wrap a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 35px;
        height: 35px;
        font-size: 14px;
        line-height: 1;
        color: var(--eigency-body-color);
        background-color: var(--eigency-secondary-color);
    }

        .entry-post-details .entry-tags-share .post-share-wrap a:hover {
            color: var(--eigency-dark-color);
            background-color: #00c998;
        }

.entry-post-details .entry-author-info {
    background-color: var(--eigency-secondary-color);
    padding: 40px 45px 40px 45px;
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
    border-radius: 10px;
}

@media only screen and (max-width: 767px) {
    .entry-post-details .entry-author-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 30px 30px 30px 30px;
        gap: 30px;
    }
}

.entry-post-details .entry-author-info .author-avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
}

    .entry-post-details .entry-author-info .author-avatar img {
        border-radius: 50%;
    }

.entry-post-details .entry-author-info .name {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 15px;
}

.entry-post-details .entry-author-info p {
    margin: 0;
}

.entry-post-details .entry-author-info .user-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    margin: 25px 0 0;
    padding: 0;
}

    .entry-post-details .entry-author-info .user-links li {
        margin: 0 20px 0 0;
    }

    .entry-post-details .entry-author-info .user-links a {
        font-size: 16px;
        color: var(--eigency-body-color);
    }

        .entry-post-details .entry-author-info .user-links a:hover {
            color: var(--eigency-body-color);
        }

.entry-post-details .entry-post-navigation {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

    .entry-post-details .entry-post-navigation .next-post, .entry-post-details .entry-post-navigation .prev-post {
        max-width: calc(50% - 15px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 15px);
        flex: 0 0 calc(50% - 15px);
        line-height: 1;
        margin-top: 30px;
    }

@media only screen and (max-width: 767px) {
    .entry-post-details .entry-post-navigation .next-post, .entry-post-details .entry-post-navigation .prev-post {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

@media only screen and (min-width: 480px)and (max-width: 767px) {
    .entry-post-details .entry-post-navigation .next-post, .entry-post-details .entry-post-navigation .prev-post {
        max-width: 60%;
    }
}

.entry-post-details .entry-post-navigation .next-post {
    text-align: right;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.entry-post-details .entry-post-navigation .post-title {
    font-size: 18px;
    margin: 15px 0 0;
    word-break: break-word;
}

.entry-post-details .entry-post-navigation .post-date {
    font-size: 14px;
    font-weight: 400;
}

    .entry-post-details .entry-post-navigation .post-date i {
        margin-right: 8px;
        color: #00c998;
    }

.comments-area {
    margin-top: 70px;
}

    .comments-area .comments-title {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 30px;
    }

    .comments-area .comment-respond .comment-reply-title {
        font-size: 24px;
        font-weight: 700;
        margin: 0 0 15px;
    }

        .comments-area .comment-respond .comment-reply-title small {
            font-size: 60%;
            margin-left: 10px;
        }

    .comments-area .comment-respond .comment-notes, .comments-area .comment-respond .logged-in-as {
        font-size: 14px;
    }

    .comments-area .comment-respond .logged-in-as {
        margin-bottom: 30px;
    }

    .comments-area .comment-respond form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .comments-area .comment-respond p {
        margin: 0;
    }

    .comments-area .comment-respond .comment-notes {
        -webkit-box-ordinal-group: -2;
        -ms-flex-order: -3;
        order: -3;
        display: block;
        margin-bottom: 35px;
        width: 100%;
    }

@media only screen and (max-width: 479px) {
    .comments-area .comment-respond .comment-notes {
        font-size: 15px;
    }
}

.comments-area .comment-respond .comment-notes .required-field-message {
    font-weight: 500;
}

.comments-area .comment-respond .comment-form-comment, .comments-area .comment-respond .comment-form-url, .comments-area .comment-respond .comment-form-author, .comments-area .comment-respond .comment-form-email {
    margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-comment, .comments-area .comment-respond .comment-form-url, .comments-area .comment-respond .comment-form-cookies-consent {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.comments-area .comment-respond .comment-form-author, .comments-area .comment-respond .comment-form-email {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
}

@media only screen and (max-width: 479px) {
    .comments-area .comment-respond .comment-form-author, .comments-area .comment-respond .comment-form-email {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.comments-area .comment-respond .comment-form-url {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.comments-area .comment-respond .comment-form-author {
    padding-right: 10px;
}

@media only screen and (max-width: 479px) {
    .comments-area .comment-respond .comment-form-author {
        padding-right: 0;
    }
}

.comments-area .comment-respond .comment-form-email {
    padding-left: 10px;
}

@media only screen and (max-width: 479px) {
    .comments-area .comment-respond .comment-form-email {
        padding-left: 0;
    }
}

.comments-area .comment-respond .comment-form-cookies-consent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .comments-area .comment-respond .comment-form-cookies-consent label {
        color: var(--eigency-body-color);
        font-family: var(--eigency-primary-font);
        font-size: 15px;
        font-weight: 400;
        line-height: 1.6;
        margin: 0 0 0 10px;
    }

.comments-area .comment-respond .form-submit {
    margin-top: 35px;
}

.comments-area .comment-list {
    margin: 0 0 70px;
    padding: 0 0 70px;
    list-style: none;
    border-bottom: 1px solid var(--eigency-border-color);
}

    .comments-area .comment-list li {
        padding: 0;
        margin: 0 0 50px;
    }

        .comments-area .comment-list li:last-child {
            margin-bottom: 0;
        }

    .comments-area .comment-list .comment-respond {
        margin-top: 50px;
    }

    .comments-area .comment-list .children {
        padding: 0 0 0 50px;
        margin: 50px 0 0 0;
        list-style: none;
    }

    .comments-area .comment-list .comment-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

@media only screen and (max-width: 767px) {
    .comments-area .comment-list .comment-body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.comments-area .comment-list .comment-body .comment-avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    margin-right: 25px;
}

@media only screen and (max-width: 767px) {
    .comments-area .comment-list .comment-body .comment-avatar {
        margin-right: 0;
        margin-bottom: 30px;
    }
}

.comments-area .comment-list .comment-body .comment-avatar img {
    border-radius: 50%;
}

.comments-area .comment-list .comment-body .comment-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    z-index: 1;
}

.comments-area .comment-list .comment-body .comment-text p:last-of-type {
    margin: 0;
}

.comments-area .comment-list .comment-body .comment-text img {
    margin: 15px 0;
}

.comments-area .comment-list .comment-body .comment-text li {
    margin-bottom: 10px;
    padding: 0;
}

.comments-area .comment-list .comment-body .name {
    font-family: var(--eigency-secondary-font);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
}

    .comments-area .comment-list .comment-body .name .date {
        display: block;
        color: #00c998;
        font-size: 14px;
        font-weight: 400;
        line-height: 1;
        margin-top: 15px;
    }

.comments-area .comment-list .comment-body .comment-reply-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    color: var(--eigency-white-color);
    font-size: 14px;
    font-weight: 500;
}

    .comments-area .comment-list .comment-body .comment-reply-link i {
        margin-top: 3px;
        margin-left: 8px;
    }

    .comments-area .comment-list .comment-body .comment-reply-link:hover {
        color: #00c998;
    }

.comments-area .no-comments {
    margin: 40px 0 0;
    font-weight: 700;
    color: var(--eigency-headline-color);
}

.widget {
    padding: 35px 30px;
    background-color: var(--eigency-secondary-color);
}

    .widget:not(:last-child) {
        margin-bottom: 30px;
    }

    .widget.widget_block ul, .widget.widget_block ol, .widget ul, .widget ol {
        padding: 0;
        list-style: none;
        margin: 0;
    }

        .widget.widget_block ul li, .widget.widget_block ol li, .widget ul li, .widget ol li {
            margin: 0;
        }

    .widget .widget-title {
        font-size: 22px;
        font-weight: 600;
        line-height: 1.2;
        text-transform: capitalize;
        position: relative;
        padding-left: 15px;
        margin: 0 0 35px;
    }

        .widget .widget-title::before {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
            width: 2px;
            height: 80%;
            background-color: #00c998;
        }

    .widget a {
        color: var(--eigency-body-color);
    }

        .widget a:hover {
            color: #00c998;
        }

    .widget.widget_search form {
        position: relative;
    }

    .widget.widget_search input {
        border-color: rgba(0,0,0,0);
        background-color: var(--eigency-dark-light-color);
        font-size: 14px;
    }

        .widget.widget_search input:focus {
            border-color: #00c998;
        }

        .widget.widget_search input[type=submit], .widget.widget_search button[type=submit] {
            padding: 0;
            color: var(--eigency-headline-color);
            background-color: rgba(0,0,0,0);
            position: absolute;
            right: 25px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            font-size: 15px;
            width: auto;
            height: auto;
        }

            .widget.widget_search input[type=submit]:hover, .widget.widget_search button[type=submit]:hover {
                color: #00c998;
            }

    .widget.widget_calendar caption {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.2;
        color: var(--eigency-dark-color);
        background-color: #00c998;
        text-align: center;
        margin: 0;
        padding: 10px;
    }

    .widget.widget_calendar table {
        margin: 0 0 15px;
        text-align: center;
    }

        .widget.widget_calendar table td#today {
            color: var(--eigency-dark-color);
            background-color: #00c998;
        }

    .widget.widget_calendar a {
        color: #00c998;
    }

    .widget.widget_calendar .wp-calendar-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 14px;
        font-weight: 500;
    }

        .widget.widget_calendar .wp-calendar-nav a {
            color: var(--eigency-headline-color);
        }

            .widget.widget_calendar .wp-calendar-nav a:hover {
                color: #00c998;
            }

    .widget.widget_block .wp-block-categories li, .widget.widget_block .wp-block-archives li, .widget.widget_categories li, .widget.widget_archive li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-family: var(--eigency-secondary-font);
        font-size: 15px;
        font-weight: 500;
        text-transform: capitalize;
        line-height: 1.4;
    }

        .widget.widget_block .wp-block-categories li:not(:last-child), .widget.widget_block .wp-block-archives li:not(:last-child), .widget.widget_categories li:not(:last-child), .widget.widget_archive li:not(:last-child) {
            margin-bottom: 18px;
        }

        .widget.widget_block .wp-block-categories li .children, .widget.widget_block .wp-block-archives li .children, .widget.widget_categories li .children, .widget.widget_archive li .children {
            margin-top: 18px;
            padding-left: 15px;
            width: 100%;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        }

        .widget.widget_block .wp-block-categories li a, .widget.widget_block .wp-block-archives li a, .widget.widget_categories li a, .widget.widget_archive li a {
            position: relative;
            max-width: calc(100% - 30px);
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s;
        }

            .widget.widget_block .wp-block-categories li a::before, .widget.widget_block .wp-block-archives li a::before, .widget.widget_categories li a::before, .widget.widget_archive li a::before {
                content: "";
                font-family: "Font Awesome 5 Pro";
                font-size: 14px;
                font-weight: 400;
                vertical-align: middle;
                margin-right: 8px;
            }

            .widget.widget_block .wp-block-categories li a:hover, .widget.widget_block .wp-block-archives li a:hover, .widget.widget_categories li a:hover, .widget.widget_archive li a:hover {
                padding-left: 5px;
            }

    .widget.widget_block .wp-block-latest-posts li:not(:last-child), .widget.widget_pages li:not(:last-child), .widget.widget_meta li:not(:last-child), .widget.widget_nav_menu li:not(:last-child), .widget.widget_recent_entries li:not(:last-child) {
        margin-bottom: 10px;
    }

    .widget.widget_block .wp-block-latest-posts li .children, .widget.widget_block .wp-block-latest-posts li .sub-menu, .widget.widget_pages li .children, .widget.widget_pages li .sub-menu, .widget.widget_meta li .children, .widget.widget_meta li .sub-menu, .widget.widget_nav_menu li .children, .widget.widget_nav_menu li .sub-menu, .widget.widget_recent_entries li .children, .widget.widget_recent_entries li .sub-menu {
        margin-top: 10px;
        padding-left: 15px;
    }

    .widget.widget_block .wp-block-latest-posts li a, .widget.widget_pages li a, .widget.widget_meta li a, .widget.widget_nav_menu li a, .widget.widget_recent_entries li a {
        font-family: var(--eigency-secondary-font);
        font-size: 15px;
        font-weight: 500;
        line-height: 1.4;
        position: relative;
    }

        .widget.widget_block .wp-block-latest-posts li a:hover, .widget.widget_pages li a:hover, .widget.widget_meta li a:hover, .widget.widget_nav_menu li a:hover, .widget.widget_recent_entries li a:hover {
            padding-left: 5px;
        }

    .widget.widget_recent_entries li a {
        color: var(--eigency-white-color);
        line-height: 1.8;
    }

    .widget.widget_block .wp-block-latest-comments li:not(:last-child), .widget.widget_recent_comments li:not(:last-child) {
        margin-bottom: 10px;
    }

    .widget.widget_block .wp-block-latest-comments li a, .widget.widget_recent_comments li a {
        color: var(--eigency-headline-color);
        font-family: var(--eigency-secondary-font);
        font-size: 15px;
        font-weight: 500;
        line-height: 1.8;
    }

        .widget.widget_block .wp-block-latest-comments li a:hover, .widget.widget_recent_comments li a:hover {
            color: #00c998;
        }

    .widget.widget_rss .rss-widget-title {
        color: var(--eigency-headline-color);
    }

    .widget.widget_rss li:not(:last-child) {
        margin-bottom: 25px;
    }

    .widget.widget_rss li a.rsswidget {
        font-family: var(--eigency-secondary-font);
        font-size: 15px;
        font-weight: 500;
        display: block;
        color: var(--eigency-headline-color);
        margin-bottom: 5px;
        line-height: 1.4;
    }

@media only screen and (max-width: 479px) {
    .widget.widget_rss li a.rsswidget {
        font-size: 16px;
    }
}

.widget.widget_rss li a.rsswidget:hover {
    color: #00c998;
}

.widget.widget_rss li span.rss-date, .widget.widget_rss li cite {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500;
}

.widget.widget_rss li cite {
    margin-top: 10px;
    margin-bottom: 0;
    display: block;
    color: #00c998;
    font-style: normal;
}

.widget.widget_rss li .rssSummary {
    font-size: 15px;
}

.widget .wp-block-rss__item:not(:last-child) {
    margin-bottom: 20px;
}

.widget .wp-block-rss__item .wp-block-rss__item-title a {
    font-size: 18px;
    font-weight: 500;
    display: block;
    color: var(--eigency-headline-color);
    margin-bottom: 5px;
    line-height: 1.4;
}

    .widget .wp-block-rss__item .wp-block-rss__item-title a:hover {
        color: #00c998;
    }

.widget .wp-block-rss__item .wp-block-rss__item-publish-date {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500;
}

.widget .wp-block-rss__item .wp-block-rss__item-author {
    margin-bottom: 15px;
    display: block;
    color: var(--eigency-white-color);
}

.widget.widget_text {
    font-size: 15px;
}

.widget.widget_tag_cloud .tagcloud {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
}

    .widget.widget_tag_cloud .tagcloud a {
        font-size: 14px !important;
        text-transform: capitalize;
        line-height: 1;
        padding: 10px 20px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        color: var(--eigency-body-color);
        background-color: var(--eigency-dark-light-color);
    }

        .widget.widget_tag_cloud .tagcloud a:hover {
            color: var(--eigency-dark-color);
            background-color: #00c998;
        }

.widget .blocks-gallery-grid .blocks-gallery-image, .widget .blocks-gallery-grid .blocks-gallery-item, .widget .wp-block-gallery .blocks-gallery-image, .widget .wp-block-gallery .blocks-gallery-item {
    margin: 0 1em 1em 0;
}

    .widget .blocks-gallery-grid .blocks-gallery-image:last-child, .widget .blocks-gallery-grid .blocks-gallery-item:last-child, .widget .wp-block-gallery .blocks-gallery-image:last-child, .widget .wp-block-gallery .blocks-gallery-item:last-child {
        margin-right: 0;
    }

.widget .gallery {
    margin-bottom: 0;
}

.widget.widget_block.widget_search .wp-block-search__label {
    font-size: 15px;
    font-weight: 500;
    color: var(--eigency-headline-color);
    display: block;
    margin-bottom: 15px;
}

.widget.widget_block.widget_search .wp-block-search__input {
    padding: 0 30px;
    height: 60px;
    border: 1px solid rgba(0,0,0,0);
    background-color: var(--eigency-dark-light-color);
}

    .widget.widget_block.widget_search .wp-block-search__input:focus {
        border-color: var(--eigency-border-color);
    }

.widget.widget_block.widget_search .wp-block-search__button {
    min-width: 90px;
    height: 60px;
    position: static;
    font-size: 14px;
    padding: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    color: var(--eigency-dark-color);
    background-color: #00c998;
    border: 1px solid #00c998;
}

    .widget.widget_block.widget_search .wp-block-search__button:hover {
        color: var(--eigency-white-color);
        background-color: var(--eigency-secondary-color);
        border-color: var(--eigency-white-color);
    }

.widget.widget_block.widget_search .wp-block-search__button-inside .wp-block-search__inside-wrapper {
    border-color: var(--eigency-border-color);
}

.widget.widget_block.widget_search .wp-block-search__button-inside .wp-block-search__button {
    margin: 0;
    min-width: 60px;
}

.widget.widget_block h1, .widget.widget_block h2, .widget.widget_block h3, .widget.widget_block h4, .widget.widget_block h5, .widget.widget_block h6 {
    font-size: 22px;
    margin: 0 0 25px;
}

.widget.widget_block.widget_recent_entries .wp-block-latest-posts__post-title {
    font-weight: 600;
    color: var(--eigency-headline-color);
}

.widget.widget_block.widget_recent_entries .wp-block-latest-comments__comment-date {
    font-weight: 500;
}

.eigency-wp-recent-posts ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1;
}

    .eigency-wp-recent-posts ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 25px;
    }

        .eigency-wp-recent-posts ul li:not(:last-child) {
            margin-bottom: 30px;
        }

@media only screen and (min-width: 1025px)and (max-width: 1200px) {
    .eigency-wp-recent-posts ul li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media only screen and (max-width: 479px) {
    .eigency-wp-recent-posts ul li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.eigency-wp-recent-posts ul li .post-thumbnail {
    width: 110px;
    height: 90px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

    .eigency-wp-recent-posts ul li .post-thumbnail img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }

.eigency-wp-recent-posts ul li .date {
    font-size: 15px;
    margin-bottom: 10px;
}

    .eigency-wp-recent-posts ul li .date i {
        color: #00c998;
        margin-right: 8px;
    }

.eigency-wp-recent-posts ul li .post-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
}

.eigency-wp-author-info {
    position: relative;
    text-align: center;
    line-height: 1;
    padding: 50px 30px;
}

    .eigency-wp-author-info img {
        width: 105px;
        height: 105px;
        border-radius: 50%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        margin-bottom: 20px;
    }

    .eigency-wp-author-info .widget-title {
        padding: 0;
        margin: 0 0 10px;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
    }

        .eigency-wp-author-info .widget-title::before {
            display: none;
        }

    .eigency-wp-author-info .job-title {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .eigency-wp-author-info p {
        font-size: 16px;
        line-height: 1.75;
        margin: 0;
    }

    .eigency-wp-author-info .social-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 10px;
        margin-top: 25px;
    }

        .eigency-wp-author-info .social-links a {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            border: 1px solid var(--eigency-border-color);
            color: var(--eigency-body-color);
        }

            .eigency-wp-author-info .social-links a:hover {
                background-color: #00c998;
                color: var(--eigency-dark-color);
                border-color: #00c998;
            }

.eigency-categories-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
    padding: 16px;
    border: 1px solid var(--eigency-border-color);
    background-color: var(--eigency-dark-light-color);
}

    .eigency-categories-list a:hover {
        color: var(--eigency-dark-color);
        background-color: #00c998;
        border-color: #00c998;
    }

    .eigency-categories-list a:not(:last-child) {
        margin-bottom: 20px;
    }

.site-preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--eigency-dark-color);
}

    .site-preloader .spinner {
        -webkit-animation: preloader-spinner 1.5s infinite linear;
        animation: preloader-spinner 1.5s infinite linear;
        border-radius: 50%;
        border: 2px solid #fff;
        border-top-color: #00c998;
        border-bottom-color: #00c998;
        height: 75px;
        width: 75px;
    }

.eigency-pagination, .woocommerce-pagination {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    clear: both;
    margin: 60px 0 0;
    padding: 0;
}

    .eigency-pagination li, .woocommerce-pagination li {
        margin: 0 !important;
    }

    .eigency-pagination .page-numbers, .woocommerce-pagination .page-numbers {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        padding: 0;
        color: var(--eigency-body-color);
        font-size: 14px;
        font-weight: 700;
        border: 1px solid var(--eigency-border-color);
        border-radius: 5px;
        background-color: var(--eigency-secondary-color);
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

@media only screen and (max-width: 479px) {
    .eigency-pagination .page-numbers, .woocommerce-pagination .page-numbers {
        width: 45px;
        height: 45px;
    }
}

.eigency-pagination .page-numbers.current, .eigency-pagination .page-numbers:not(.dots):hover, .woocommerce-pagination .page-numbers.current, .woocommerce-pagination .page-numbers:not(.dots):hover {
    color: var(--eigency-dark-color);
    background-color: #00c998;
    border-color: #00c998;
}

.woocommerce-pagination {
    margin: 20px 0 0;
}

.page-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px;
    line-height: 1;
    clear: both;
}

    .page-links .page-links-title {
        color: var(--eigency-body-color);
        font-weight: 700;
        margin-right: 5px;
    }

    .page-links .post-page-numbers {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border: 1px solid var(--eigency-border-color);
        border-radius: 5px;
        color: var(--eigency-body-color);
        font-size: 14px;
        font-weight: 700;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        background-color: var(--eigency-secondary-color);
    }

@media only screen and (max-width: 479px) {
    .page-links .post-page-numbers {
        width: 45px;
        height: 45px;
    }
}

.page-links .post-page-numbers:hover, .page-links .post-page-numbers.current {
    color: var(--eigency-dark-color);
    background-color: #00c998;
    border-color: #00c998;
}

.back-to-top {
    position: fixed;
    right: 0;
    bottom: 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    z-index: 22;
    color: var(--eigency-secondary-color);
    background-color: #00c998;
    border-radius: 5px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 20px;
    opacity: 0;
    visibility: hidden;
}

@media only screen and (max-width: 767px) {
    .back-to-top {
        bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .back-to-top:not(.show-on-mobile) {
        display: none;
    }
}

.back-to-top:hover {
    color: var(--eigency-secondary-color);
    background-color: #00c998;
}

.back-to-top.active {
    opacity: 1;
    visibility: visible;
    right: 30px;
}

@media only screen and (max-width: 767px) {
    .back-to-top.active {
        right: 20px;
    }
}

.page-title-wrapper {
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: var(--eigency-secondary-color);
    background-size: cover;
    text-align: center;
    line-height: 1;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .page-title-wrapper {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

.page-title-wrapper::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.page-title-wrapper .page-title {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
}

@media only screen and (max-width: 1200px) {
    .page-title-wrapper .page-title {
        font-size: 46px;
    }
}

@media only screen and (max-width: 1024px) {
    .page-title-wrapper .page-title {
        font-size: 38px;
    }
}

@media only screen and (max-width: 767px) {
    .page-title-wrapper .page-title {
        font-size: 32px;
    }
}

.page-title-wrapper .eigency-breadcrumb {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 22px;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.4;
    color: #00c998;
}

@media only screen and (max-width: 1024px) {
    .page-title-wrapper .eigency-breadcrumb {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .page-title-wrapper .eigency-breadcrumb {
        font-size: 15px;
    }
}

.page-title-wrapper .eigency-breadcrumb a {
    color: inherit;
}

    .page-title-wrapper .eigency-breadcrumb a:hover {
        color: var(--eigency-white-color);
    }

.page-title-wrapper .eigency-breadcrumb .separator {
    margin: 0 5px;
}

.error-content-area {
    padding: 100px 0;
    text-align: center;
    line-height: 1;
}

    .error-content-area .error-title {
        font-size: 320px;
        line-height: 1;
        margin: 0;
        letter-spacing: -0.03em;
    }

@media only screen and (max-width: 1200px) {
    .error-content-area .error-title {
        font-size: 280px;
    }
}

@media only screen and (max-width: 1024px) {
    .error-content-area .error-title {
        font-size: 220px;
    }
}

@media only screen and (max-width: 767px) {
    .error-content-area .error-title {
        font-size: 132px;
    }
}

@media only screen and (max-width: 479px) {
    .error-content-area .error-title {
        font-size: 100px;
    }
}

.error-content-area .error-subtitle {
    font-family: var(--eigency-secondary-font);
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
    margin: 25px 0 0;
    color: var(--eigency-headline-color);
}

@media only screen and (max-width: 1200px) {
    .error-content-area .error-subtitle {
        font-size: 45px;
    }
}

@media only screen and (max-width: 1024px) {
    .error-content-area .error-subtitle {
        font-size: 38px;
    }
}

@media only screen and (max-width: 767px) {
    .error-content-area .error-subtitle {
        font-size: 26px;
    }
}

.error-content-area .error-message {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    margin: 35px 0 50px;
}

@media only screen and (max-width: 1024px) {
    .error-content-area .error-message {
        font-size: 16px;
    }
}

@media only screen and (max-width: 479px) {
    .error-content-area .error-message {
        font-size: 15px;
    }
}

.not-found-wrapper .not-found-title {
    font-size: 36px;
    margin-bottom: 15px;
}

.not-found-wrapper .eigency-search-form {
    padding-top: 10px;
}

    .not-found-wrapper .eigency-search-form .search-field {
        border-radius: 10px 0 0 10px;
        border-right: 0;
        height: 60px;
    }

    .not-found-wrapper .eigency-search-form .search-submit {
        padding: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 70px;
        height: 60px;
        border-radius: 0 10px 10px 0;
    }

        .not-found-wrapper .eigency-search-form .search-submit:hover {
            background-color: #00c998;
            color: var(--eigency-dark-color);
        }

.eigency-carousel-active {
    overflow: hidden;
    --grid-gap: 30px;
}

    .eigency-carousel-active .slick-list {
        margin-left: calc(var(--grid-gap)/-2);
        margin-right: calc(var(--grid-gap)/-2);
    }

    .eigency-carousel-active .eigency-carousel-item {
        padding-left: calc(var(--grid-gap)/2);
        padding-right: calc(var(--grid-gap)/2);
    }

        .eigency-carousel-active .eigency-carousel-item:not(:first-child) {
            display: none;
        }

    .eigency-carousel-active .slick-list .eigency-carousel-item {
        display: block;
    }

    .eigency-carousel-active .slick-slide img {
        display: inline-block;
    }

.eigency-carousel-wrapper {
    position: relative;
    display: block !important;
}

    .eigency-carousel-wrapper .eigency-carousel-arrows {
        --arrow-h-p: 0;
        --arrow-v-p: 50%;
        --arrow-space: 10px;
        --transform-x: 0px;
        --transform-y: -50%;
    }

        .eigency-carousel-wrapper .eigency-carousel-arrows .fas {
            font-family: "Font Awesome 5 Pro";
        }

        .eigency-carousel-wrapper .eigency-carousel-arrows .slick-arrow {
            position: absolute;
            z-index: 8;
            top: var(--arrow-v-p);
            left: var(--arrow-h-p);
            -webkit-transform: translate(var(--transform-x), var(--transform-y));
            -ms-transform: translate(var(--transform-x), var(--transform-y));
            transform: translate(var(--transform-x), var(--transform-y));
            width: 50px;
            height: 50px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            color: var(--eigency-secondary-color);
            background-color: #00c998;
            font-size: 15px;
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s;
            gap: 10px;
        }

            .eigency-carousel-wrapper .eigency-carousel-arrows .slick-arrow i {
                font-weight: 400;
                font-size: 20px;
            }

        .eigency-carousel-wrapper .eigency-carousel-arrows .eigency-next-arrow {
            left: auto;
            right: var(--arrow-h-p);
            -webkit-transform: translate(calc(-1 * var(--transform-x)), var(--transform-y));
            -ms-transform: translate(calc(-1 * var(--transform-x)), var(--transform-y));
            transform: translate(calc(-1 * var(--transform-x)), var(--transform-y));
        }

        .eigency-carousel-wrapper .eigency-carousel-arrows.same-position-h, .eigency-carousel-wrapper .eigency-carousel-arrows.same-position-v {
            position: absolute;
            -webkit-transform: translate(var(--transform-x), var(--transform-y));
            -ms-transform: translate(var(--transform-x), var(--transform-y));
            transform: translate(var(--transform-x), var(--transform-y));
        }

            .eigency-carousel-wrapper .eigency-carousel-arrows.same-position-h .slick-arrow, .eigency-carousel-wrapper .eigency-carousel-arrows.same-position-v .slick-arrow {
                position: relative;
                top: 0;
                left: 0;
                right: 0;
                -webkit-transform: translate(0, 0);
                -ms-transform: translate(0, 0);
                transform: translate(0, 0);
            }

        .eigency-carousel-wrapper .eigency-carousel-arrows.same-position-h {
            --arrow-h-p: 50%;
            --arrow-v-p: 100%;
            --transform-x: -50%;
            --transform-y: -50%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            left: var(--arrow-h-p);
            top: var(--arrow-v-p);
        }

            .eigency-carousel-wrapper .eigency-carousel-arrows.same-position-h .eigency-prev-arrow {
                margin: 0 calc(var(--arrow-space)/2) 0 0;
            }

            .eigency-carousel-wrapper .eigency-carousel-arrows.same-position-h .eigency-next-arrow {
                margin: 0 0 0 calc(var(--arrow-space)/2);
            }

        .eigency-carousel-wrapper .eigency-carousel-arrows.same-position-v {
            --arrow-h-p: 100%;
            --arrow-v-p: 50%;
            --transform-x: -100%;
            --transform-y: -50%;
            left: var(--arrow-h-p);
            top: var(--arrow-v-p);
        }

            .eigency-carousel-wrapper .eigency-carousel-arrows.same-position-v .eigency-prev-arrow {
                margin: 0 0 calc(var(--arrow-space)/2) 0;
            }

            .eigency-carousel-wrapper .eigency-carousel-arrows.same-position-v .eigency-next-arrow {
                margin: calc(var(--arrow-space)/2) 0 0 0;
            }

    .eigency-carousel-wrapper .eigency-carousel-dots {
        --dots-h-p: 50%;
        --dots-v-p: 100%;
        --transform-x: -50%;
        --transform-y: 40px;
        position: absolute;
        left: var(--dots-h-p);
        top: var(--dots-v-p);
        -webkit-transform: translate(var(--transform-x), var(--transform-y));
        -ms-transform: translate(var(--transform-x), var(--transform-y));
        transform: translate(var(--transform-x), var(--transform-y));
        z-index: 9;
    }

        .eigency-carousel-wrapper .eigency-carousel-dots.sync-vertical {
            --dots-h-p: 100%;
            --dots-v-p: 50%;
            --transform-x: -50px;
            --transform-y: -50%;
        }

            .eigency-carousel-wrapper .eigency-carousel-dots.sync-vertical .slick-dots {
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
            }

        .eigency-carousel-wrapper .eigency-carousel-dots .slick-dots {
            margin: 0;
            padding: 0;
            list-style: none;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            position: relative;
            bottom: 0;
            gap: 7px;
        }

            .eigency-carousel-wrapper .eigency-carousel-dots .slick-dots li {
                width: 10px;
                height: 10px;
                border-radius: 50%;
                cursor: pointer;
                background-color: rgba(255,255,255,.5);
                -webkit-transition: .3s;
                -o-transition: .3s;
                transition: .3s;
                margin: 0;
            }

                .eigency-carousel-wrapper .eigency-carousel-dots .slick-dots li.slick-active {
                    background-color: #00c998;
                }

                .eigency-carousel-wrapper .eigency-carousel-dots .slick-dots li:first-child {
                    margin-left: 0;
                }

                .eigency-carousel-wrapper .eigency-carousel-dots .slick-dots li:last-child {
                    margin-right: 0;
                }

            .eigency-carousel-wrapper .eigency-carousel-dots .slick-dots button {
                display: none;
            }

        .eigency-carousel-wrapper .eigency-carousel-dots.dots-right {
            left: auto;
            right: 0;
            -webkit-transform: translate(0);
            -ms-transform: translate(0);
            transform: translate(0);
        }

        .eigency-carousel-wrapper .eigency-carousel-dots.dots-left {
            left: 0;
            -webkit-transform: translate(0);
            -ms-transform: translate(0);
            transform: translate(0);
        }

.eigency-site-logo {
    font-family: var(--eigency-secondary-font);
    font-size: 32px;
    font-weight: 600;
    line-height: 1.35;
    text-transform: capitalize;
}

    .eigency-site-logo a {
        color: var(--eigency-headline-color);
    }

        .eigency-site-logo a:hover {
            color: #00c998;
        }

        .eigency-site-logo a img {
            /*max-width: 175px;*/
            max-width: 325px;
        }

        /*--2 start--*/

        .eigency-site-logo-icon {
    font-family: var(--eigency-secondary-font);
    font-size: 32px;
    font-weight: 600;
    line-height: 1.35;
    text-transform: capitalize;
}

    .eigency-site-logo-icon a {
        color: var(--eigency-headline-color);
    }

        .eigency-site-logo-icon a:hover {
            color: #00c998;
        }

        .eigency-site-logo-icon a img {
              max-width: 100%;
    width: 80px;
        }

.eigency-nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .eigency-nav-menu .nav-menu-wrapper {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

        .eigency-nav-menu .nav-menu-wrapper ul {
            margin: 0;
            padding: 0;
            list-style: none;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .eigency-nav-menu .nav-menu-wrapper ul.primary-menu > li {
                height: 95px;
            }

                .eigency-nav-menu .nav-menu-wrapper ul.primary-menu > li > a {
                    height: 100%;
                }

        .eigency-nav-menu .nav-menu-wrapper a {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 8px;
            color: #fff;
            font-family: var(--eigency-secondary-font);
            font-size: 15px;
            font-weight:500; 
            letter-spacing:1px;
            text-transform:capitalize;
            line-height: 1.6;
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
        }

            .eigency-nav-menu .nav-menu-wrapper a:hover {
                color: #00c998;
            }

            .eigency-nav-menu .nav-menu-wrapper a .submenu-toggler {
                margin-left: 8px;
                font-size: 90%;
            }

        .eigency-nav-menu .nav-menu-wrapper li {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin: 0 15px;
            position: relative;
            height: 100%;
        }

@media only screen and (max-width: 1349px) {
    .eigency-nav-menu .nav-menu-wrapper li {
        margin: 0 10px;
    }
}

.eigency-nav-menu .nav-menu-wrapper .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: var(--eigency-secondary-color);
    -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,.05);
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.05);
    width: 260px;
    opacity: 0;
    pointer-events: none;
    will-change: opacity,transform;
    z-index: 10;
    -webkit-transform: translate3d(0, 18px, 0);
    transform: translate3d(0, 18px, 0);
    -webkit-transition: opacity .3s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-transform .4s cubic-bezier(0.1, 0.76, 0.37, 1.19);
    transition: opacity .3s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-transform .4s cubic-bezier(0.1, 0.76, 0.37, 1.19);
    -o-transition: opacity .3s cubic-bezier(0.165, 0.84, 0.44, 1),transform .4s cubic-bezier(0.1, 0.76, 0.37, 1.19);
    transition: opacity .3s cubic-bezier(0.165, 0.84, 0.44, 1),transform .4s cubic-bezier(0.1, 0.76, 0.37, 1.19);
    transition: opacity .3s cubic-bezier(0.165, 0.84, 0.44, 1),transform .4s cubic-bezier(0.1, 0.76, 0.37, 1.19),-webkit-transform .4s cubic-bezier(0.1, 0.76, 0.37, 1.19);
}

    .eigency-nav-menu .nav-menu-wrapper .sub-menu a {
        padding: 15px 20px;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-size: 14px;
    }

        .eigency-nav-menu .nav-menu-wrapper .sub-menu a .submenu-toggler i {
            -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
        }

    .eigency-nav-menu .nav-menu-wrapper .sub-menu li {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0 !important;
        padding: 0;
    }

        .eigency-nav-menu .nav-menu-wrapper .sub-menu li:not(:last-child) {
            border-bottom: 1px solid var(--eigency-border-color);
        }

        .eigency-nav-menu .nav-menu-wrapper .sub-menu li .sub-menu {
            left: 100%;
            top: 80%;
        }

        .eigency-nav-menu .nav-menu-wrapper .sub-menu li:hover > .sub-menu {
            top: 0;
        }

.eigency-nav-menu .nav-menu-wrapper li.current_page_item > a {
    color: #00c998;
}

.eigency-nav-menu .nav-menu-wrapper li:hover > .sub-menu {
    opacity: 1;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    pointer-events: all;
}

.eigency-nav-menu .nav-menu-wrapper.nav-right ul.primary-menu {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

    .eigency-nav-menu .nav-menu-wrapper.nav-right ul.primary-menu > li:last-child {
        margin-right: 0;
    }

        .eigency-nav-menu .nav-menu-wrapper.nav-right ul.primary-menu > li:last-child > a {
            padding-right: 0;
        }

.eigency-nav-menu .nav-menu-wrapper.nav-left ul.primary-menu {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .eigency-nav-menu .nav-menu-wrapper.nav-left ul.primary-menu > li:first-child {
        margin-left: 0;
    }

        .eigency-nav-menu .nav-menu-wrapper.nav-left ul.primary-menu > li:first-child > a {
            padding-left: 0;
        }

.eigency-nav-menu .navbar-toggler {
    width: 50px;
    height: 42px;
    border: 1px solid var(--eigency-headline-color);
    border-radius: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    display: none;
}

    .eigency-nav-menu .navbar-toggler .line {
        height: 2px;
        width: 30px;
        display: block;
        margin: 6px auto;
        background-color: var(--eigency-headline-color);
    }

.eigency-nav-menu .slide-panel-wrapper {
    display: none;
}

    .eigency-nav-menu .slide-panel-wrapper .slide-panel-overly {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        z-index: 9998;
        background-color: rgba(0,0,0,.15);
        visibility: hidden;
        opacity: 0;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        cursor: pointer;
    }

    .eigency-nav-menu .slide-panel-wrapper .slide-panel-content {
        position: fixed;
        z-index: 9999;
        background-color: var(--eigency-secondary-color);
        overflow: hidden;
        width: 340px;
        height: 100vh;
        left: 0;
        top: 0;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
        -webkit-transition: -webkit-transform .45s ease-in-out;
        transition: -webkit-transform .45s ease-in-out;
        -o-transition: transform .45s ease-in-out;
        transition: transform .45s ease-in-out;
        transition: transform .45s ease-in-out, -webkit-transform .45s ease-in-out;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        overflow-y: scroll;
        overflow-x: hidden;
        padding: 50px 30px 40px;
    }

        .eigency-nav-menu .slide-panel-wrapper .slide-panel-content::-webkit-scrollbar {
            width: 0;
        }

@media only screen and (max-width: 479px) {
    .eigency-nav-menu .slide-panel-wrapper .slide-panel-content {
        width: calc(100% - 40px);
    }
}

.eigency-nav-menu .slide-panel-wrapper .slide-panel-close {
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 2;
    font-size: 28px;
    line-height: 1;
    color: var(--eigency-headline-color);
    cursor: pointer;
}

.eigency-nav-menu .slide-panel-wrapper.show-panel .slide-panel-overly {
    opacity: 1;
    visibility: visible;
}

.eigency-nav-menu .slide-panel-wrapper.show-panel .slide-panel-content {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.eigency-nav-menu .slide-panel-wrapper .slide-panel-logo {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: var(--eigency-headline-color);
    margin-bottom: 40px;
    max-width: 150px;
}

.eigency-nav-menu .slide-panel-wrapper .slide-panel-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .eigency-nav-menu .slide-panel-wrapper .slide-panel-menu ul.primary-menu {
        border-top: 1px solid var(--eigency-border-color);
    }

.eigency-nav-menu .slide-panel-wrapper .slide-panel-menu a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 45px 15px 0;
    color: var(--eigency-headline-color);
    font-family: var(--eigency-secondary-font);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    text-transform: capitalize;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-bottom: 1px solid var(--eigency-border-color);
}

    .eigency-nav-menu .slide-panel-wrapper .slide-panel-menu a .submenu-toggler {
        margin-left: 10px;
        position: absolute;
        right: 0;
        top: 0;
        width: 45px;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-left: 1px solid var(--eigency-border-color);
    }

        .eigency-nav-menu .slide-panel-wrapper .slide-panel-menu a .submenu-toggler i {
            -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s;
        }

        .eigency-nav-menu .slide-panel-wrapper .slide-panel-menu a .submenu-toggler.submenu-active i {
            -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
        }

.eigency-nav-menu .slide-panel-wrapper .slide-panel-menu li {
    margin: 0;
}

    .eigency-nav-menu .slide-panel-wrapper .slide-panel-menu li.current_page_item > a {
        color: #00c998;
    }

.eigency-nav-menu .slide-panel-wrapper .slide-panel-menu .sub-menu {
    display: none;
}

    .eigency-nav-menu .slide-panel-wrapper .slide-panel-menu .sub-menu a {
        padding-left: 20px;
    }

.eigency-nav-menu .slide-panel-wrapper .eigency-button-wrapper {
    margin: 35px 0 0;
    padding: 0;
    display: block;
}

    .eigency-nav-menu .slide-panel-wrapper .eigency-button-wrapper .eigency-button {
        width: 100%;
        padding: 20px 40px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-radius: 0;
    }

@media only screen and (max-width: 1200px) {
    .eigency-nav-menu.mobile-expand-xl {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

        .eigency-nav-menu.mobile-expand-xl .nav-menu-wrapper {
            display: none;
        }

        .eigency-nav-menu.mobile-expand-xl .navbar-toggler {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
        }

        .eigency-nav-menu.mobile-expand-xl .slide-panel-wrapper {
            display: block;
        }
}

@media only screen and (max-width: 1024px) {
    .eigency-nav-menu.mobile-expand-lg {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

        .eigency-nav-menu.mobile-expand-lg .nav-menu-wrapper {
            display: none;
        }

        .eigency-nav-menu.mobile-expand-lg .navbar-toggler {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
        }

        .eigency-nav-menu.mobile-expand-lg .slide-panel-wrapper {
            display: block;
        }
}

@media only screen and (max-width: 767px) {
    .eigency-nav-menu.mobile-expand-md {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

        .eigency-nav-menu.mobile-expand-md .nav-menu-wrapper {
            display: none;
        }

        .eigency-nav-menu.mobile-expand-md .navbar-toggler {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
        }

        .eigency-nav-menu.mobile-expand-md .slide-panel-wrapper {
            display: block;
        }
}

.eigency-nav-menu.mobile-expand-all {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

    .eigency-nav-menu.mobile-expand-all .nav-menu-wrapper {
        display: none;
    }

    .eigency-nav-menu.mobile-expand-all .navbar-toggler {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

    .eigency-nav-menu.mobile-expand-all .slide-panel-wrapper {
        display: block;
    }

body.admin-bar .eigency-nav-menu .slide-panel-wrapper .slide-panel-overly, body.admin-bar .eigency-nav-menu .slide-panel-wrapper .slide-panel-content {
    top: 32px;
    height: calc(100vh - 32px);
}

@media screen and (max-width: 782px) {
    body.admin-bar .eigency-nav-menu .slide-panel-wrapper .slide-panel-overly, body.admin-bar .eigency-nav-menu .slide-panel-wrapper .slide-panel-content {
        top: 46px;
        height: calc(100vh - 46px);
    }
}

.eigency-search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .eigency-search-form .search-submit {
        padding: 0;
        width: 80px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
        height: 70px;
    }

        .eigency-search-form .search-submit i {
            margin: 0;
        }

.eigency-search-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .eigency-search-wrapper .search-icon {
        cursor: pointer;
        font-size: 18px;
        line-height: 1;
        color: var(--eigency-headline-color);
        padding: 8px;
    }

    .eigency-search-wrapper .eigency-search-canvas {
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        -webkit-transition: .65s ease;
        -o-transition: .65s ease;
        transition: .65s ease;
        z-index: 99999;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
    }

        .eigency-search-wrapper .eigency-search-canvas .search-canvas-inner {
            position: relative;
            padding: 30px;
            width: 65%;
        }

@media only screen and (max-width: 1024px) {
    .eigency-search-wrapper .eigency-search-canvas .search-canvas-inner {
        width: 80%;
    }
}

@media only screen and (max-width: 767px) {
    .eigency-search-wrapper .eigency-search-canvas .search-canvas-inner {
        width: 100%;
    }
}

.eigency-search-wrapper .eigency-search-canvas .search-close {
    position: absolute;
    color: var(--eigency-headline-color);
    right: 35px;
    top: 0;
    font-size: 25px;
    line-height: 1;
    padding: 5px;
    cursor: pointer;
}

@media only screen and (max-width: 479px) {
    .eigency-search-wrapper .eigency-search-canvas .search-close {
        font-size: 20px;
    }
}

.eigency-search-wrapper .eigency-search-canvas input {
    background-color: rgba(0,0,0,0);
    border: none;
    border-bottom: 1px solid var(--eigency-headline-color);
    border-radius: 0;
    padding: 0;
    color: var(--eigency-headline-color);
}

    .eigency-search-wrapper .eigency-search-canvas input:focus {
        border-color: rgba(0,0,0,0);
        border-bottom-color: var(--eigency-headline-color);
    }

.eigency-search-wrapper .eigency-search-overly {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    -webkit-transition: .55s ease;
    -o-transition: .55s ease;
    transition: .55s ease;
    background-color: #000;
    z-index: 99998;
    opacity: 0;
    visibility: hidden;
}

.eigency-search-wrapper.show-search-canvas .eigency-search-canvas {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.eigency-search-wrapper.show-search-canvas .eigency-search-overly {
    opacity: 1;
    visibility: visible;
}

.eigency-off-canvas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

    .eigency-off-canvas .off-canvas-toggle {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        cursor: pointer;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

        .eigency-off-canvas .off-canvas-toggle.line-icon {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background-color: rgba(0,0,0,0);
        }

            .eigency-off-canvas .off-canvas-toggle.line-icon .toggle-inner {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-align: end;
                -ms-flex-align: end;
                align-items: flex-end;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                width: 22px;
            }

                .eigency-off-canvas .off-canvas-toggle.line-icon .toggle-inner span {
                    width: calc(100% - 5px);
                    height: 2px;
                    background-color: var(--eigency-white-color);
                    -webkit-transition: .3s;
                    -o-transition: .3s;
                    transition: .3s;
                }

                    .eigency-off-canvas .off-canvas-toggle.line-icon .toggle-inner span:nth-child(2) {
                        width: 100%;
                        margin: 5px 0;
                    }

        .eigency-off-canvas .off-canvas-toggle.dots-icon {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            width: 30px;
            height: 30px;
            border-radius: 50%;
        }

            .eigency-off-canvas .off-canvas-toggle.dots-icon .toggle-inner {
                width: 30px;
                height: 30px;
                position: relative;
                -webkit-transition: .3s;
                -o-transition: .3s;
                transition: .3s;
            }

                .eigency-off-canvas .off-canvas-toggle.dots-icon .toggle-inner span {
                    display: inline-block;
                    position: absolute;
                    left: 0;
                    top: 0;
                    position: absolute;
                    width: 5px;
                    height: 5px;
                    background-color: #00c998;
                    border-radius: 50%;
                }

                    .eigency-off-canvas .off-canvas-toggle.dots-icon .toggle-inner span:nth-child(1) {
                        -webkit-transform: translate(0px, 0px);
                        -ms-transform: translate(0px, 0px);
                        transform: translate(0px, 0px);
                    }

                    .eigency-off-canvas .off-canvas-toggle.dots-icon .toggle-inner span:nth-child(2) {
                        left: 50%;
                        -webkit-transform: translate(-50%, 0px);
                        -ms-transform: translate(-50%, 0px);
                        transform: translate(-50%, 0px);
                    }

                    .eigency-off-canvas .off-canvas-toggle.dots-icon .toggle-inner span:nth-child(3) {
                        left: 100%;
                        -webkit-transform: translate(-100%, 0px);
                        -ms-transform: translate(-100%, 0px);
                        transform: translate(-100%, 0px);
                    }

                    .eigency-off-canvas .off-canvas-toggle.dots-icon .toggle-inner span:nth-child(4) {
                        top: 50%;
                        -webkit-transform: translate(0, -50%);
                        -ms-transform: translate(0, -50%);
                        transform: translate(0, -50%);
                    }

                    .eigency-off-canvas .off-canvas-toggle.dots-icon .toggle-inner span:nth-child(5) {
                        left: 50%;
                        top: 50%;
                        -webkit-transform: translate(-50%, -50%);
                        -ms-transform: translate(-50%, -50%);
                        transform: translate(-50%, -50%);
                    }

                    .eigency-off-canvas .off-canvas-toggle.dots-icon .toggle-inner span:nth-child(6) {
                        top: 50%;
                        left: 100%;
                        -webkit-transform: translate(-100%, -50%);
                        -ms-transform: translate(-100%, -50%);
                        transform: translate(-100%, -50%);
                    }

                    .eigency-off-canvas .off-canvas-toggle.dots-icon .toggle-inner span:nth-child(7) {
                        top: 100%;
                        -webkit-transform: translate(0, -100%);
                        -ms-transform: translate(0, -100%);
                        transform: translate(0, -100%);
                    }

                    .eigency-off-canvas .off-canvas-toggle.dots-icon .toggle-inner span:nth-child(8) {
                        left: 50%;
                        top: 100%;
                        -webkit-transform: translate(-50%, -100%);
                        -ms-transform: translate(-50%, -100%);
                        transform: translate(-50%, -100%);
                    }

                    .eigency-off-canvas .off-canvas-toggle.dots-icon .toggle-inner span:nth-child(9) {
                        left: 100%;
                        top: 100%;
                        -webkit-transform: translate(-100%, -100%);
                        -ms-transform: translate(-100%, -100%);
                        transform: translate(-100%, -100%);
                    }

            .eigency-off-canvas .off-canvas-toggle.dots-icon:hover .toggle-inner span {
                -webkit-transition: .3s ease-in-out;
                -o-transition: .3s ease-in-out;
                transition: .3s ease-in-out;
            }

                .eigency-off-canvas .off-canvas-toggle.dots-icon:hover .toggle-inner span:nth-child(1) {
                    left: 0;
                    top: 50%;
                    -webkit-transform: translate(0, -50%);
                    -ms-transform: translate(0, -50%);
                    transform: translate(0, -50%);
                }

                .eigency-off-canvas .off-canvas-toggle.dots-icon:hover .toggle-inner span:nth-child(2) {
                    left: 0;
                    top: 0;
                    -webkit-transform: translate(0px, 0px);
                    -ms-transform: translate(0px, 0px);
                    transform: translate(0px, 0px);
                }

                .eigency-off-canvas .off-canvas-toggle.dots-icon:hover .toggle-inner span:nth-child(3) {
                    left: 50%;
                    top: 0;
                    -webkit-transform: translate(-50%, 0px);
                    -ms-transform: translate(-50%, 0px);
                    transform: translate(-50%, 0px);
                }

                .eigency-off-canvas .off-canvas-toggle.dots-icon:hover .toggle-inner span:nth-child(4) {
                    left: 0;
                    top: 100%;
                    -webkit-transform: translate(0, -100%);
                    -ms-transform: translate(0, -100%);
                    transform: translate(0, -100%);
                }

                .eigency-off-canvas .off-canvas-toggle.dots-icon:hover .toggle-inner span:nth-child(6) {
                    left: 100%;
                    top: 0;
                    -webkit-transform: translate(-100%, 0px);
                    -ms-transform: translate(-100%, 0px);
                    transform: translate(-100%, 0px);
                }

                .eigency-off-canvas .off-canvas-toggle.dots-icon:hover .toggle-inner span:nth-child(7) {
                    left: 50%;
                    top: 100%;
                    -webkit-transform: translate(-50%, -100%);
                    -ms-transform: translate(-50%, -100%);
                    transform: translate(-50%, -100%);
                }

                .eigency-off-canvas .off-canvas-toggle.dots-icon:hover .toggle-inner span:nth-child(8) {
                    left: 100%;
                    top: 100%;
                    -webkit-transform: translate(-100%, -100%);
                    -ms-transform: translate(-100%, -100%);
                    transform: translate(-100%, -100%);
                }

                .eigency-off-canvas .off-canvas-toggle.dots-icon:hover .toggle-inner span:nth-child(9) {
                    left: 100%;
                    top: 50%;
                    -webkit-transform: translate(-100%, -50%);
                    -ms-transform: translate(-100%, -50%);
                    transform: translate(-100%, -50%);
                }

        .eigency-off-canvas .off-canvas-toggle.toggle-button {
            position: relative;
            z-index: 1;
            font-family: var(--eigency-primary-font);
            font-size: 15px;
            font-weight: 700;
            line-height: 1.25;
            text-transform: capitalize;
            text-decoration: none;
            border: none;
            border-radius: 0;
            color: var(--eigency-dark-color);
            background-color: #00c998;
            overflow: hidden;
            padding: 15px 30px;
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s;
            --icon-spacing: 10px;
        }

            .eigency-off-canvas .off-canvas-toggle.toggle-button .fas {
                font-family: "Font Awesome 5 Pro";
                font-weight: 400;
            }

            .eigency-off-canvas .off-canvas-toggle.toggle-button.icon-left {
                -webkit-box-orient: horizontal;
                -webkit-box-direction: reverse;
                -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
            }

                .eigency-off-canvas .off-canvas-toggle.toggle-button.icon-left .button-icon {
                    margin-right: var(--icon-spacing);
                }

            .eigency-off-canvas .off-canvas-toggle.toggle-button.icon-right .button-icon {
                margin-left: var(--icon-spacing);
            }

            .eigency-off-canvas .off-canvas-toggle.toggle-button:hover {
                color: var(--eigency-white-color);
                background-color: var(--eigency-dark-light-color);
            }

    .eigency-off-canvas .off-canvas-content-wrap {
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        z-index: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-transition: all .3s linear .15s;
        -o-transition: all .3s linear .15s;
        transition: all .3s linear .15s;
        visibility: hidden;
    }

        .eigency-off-canvas .off-canvas-content-wrap .off-canvas-overly {
            position: fixed;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
            background: rgba(0,0,0,.7);
            cursor: pointer;
            -webkit-transition: all .3s linear .15s;
            -o-transition: all .3s linear .15s;
            transition: all .3s linear .15s;
            visibility: hidden;
            opacity: 0;
        }

        .eigency-off-canvas .off-canvas-content-wrap .off-canvas-container {
            position: relative;
            z-index: 2;
            max-width: 100%;
            height: 100%;
            overflow: hidden;
            width: 420px;
            padding: 80px 40px 40px;
            background-color: var(--eigency-secondary-color);
            -webkit-transition: all .3s linear .15s;
            -o-transition: all .3s linear .15s;
            transition: all .3s linear .15s;
            overflow: hidden;
            overflow-y: scroll;
            -webkit-transform: translateX(100%);
            -ms-transform: translateX(100%);
            transform: translateX(100%);
            visibility: hidden;
            opacity: 0;
        }

            .eigency-off-canvas .off-canvas-content-wrap .off-canvas-container::-webkit-scrollbar {
                width: 0;
            }

            .eigency-off-canvas .off-canvas-content-wrap .off-canvas-container .off-canvas-close {
                position: absolute;
                left: 0;
                top: 0;
                display: -webkit-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                width: 45px;
                height: 45px;
                font-size: 18px;
                -webkit-transition: .3s;
                -o-transition: .3s;
                transition: .3s;
                cursor: pointer;
                color:#fff;
                background-color: #00c998;
                z-index: 2;
            }

            .eigency-off-canvas .off-canvas-content-wrap .off-canvas-container .single-content-item:not(:last-child) {
                margin-bottom: 45px;
            }

        .eigency-off-canvas .off-canvas-content-wrap.off-canvas-left {
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
        }

            .eigency-off-canvas .off-canvas-content-wrap.off-canvas-left .off-canvas-close {
                left: auto;
                right: 0;
            }

            .eigency-off-canvas .off-canvas-content-wrap.off-canvas-left .off-canvas-container {
                -webkit-transform: translateX(-100%);
                -ms-transform: translateX(-100%);
                transform: translateX(-100%);
            }

        .eigency-off-canvas .off-canvas-content-wrap.show-off-canvas {
            z-index: 9999;
            visibility: visible;
        }

            .eigency-off-canvas .off-canvas-content-wrap.show-off-canvas .off-canvas-container {
                -webkit-transform: translateX(0);
                -ms-transform: translateX(0);
                transform: translateX(0);
                visibility: visible;
                opacity: 1;
            }

            .eigency-off-canvas .off-canvas-content-wrap.show-off-canvas .off-canvas-overly {
                visibility: visible;
                opacity: 1;
            }

.admin-bar .off-canvas-content-wrap {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar .off-canvas-content-wrap {
        top: 46px;
    }
}

.eigency-button {
    position: relative;
    z-index: 1;
    font-family: var(--eigency-primary-font);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.334;
    letter-spacing: 1px;
    text-transform: capitalize;
    text-decoration: none;
    border: none;
    border-radius: 10px;
    background-color: #00c998;
    padding:12px 15px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    overflow: hidden;
    --icon-spacing: 8px;
}

@media only screen and (max-width: 767px) {
    .eigency-button {
        padding: 18px 35px;
    }
}

.eigency-button, .eigency-button .button-text, .eigency-button .button-icon {
    color: #fff;
}

    .eigency-button .button-text {
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

    .eigency-button .button-icon {
        position: relative;
        font-size: 16px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .eigency-button.icon-left {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

        .eigency-button.icon-left .button-icon {
            margin-right: var(--icon-spacing);
        }

    .eigency-button.icon-right .button-icon {
        margin-left: var(--icon-spacing);
    }

    .eigency-button.icon-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

        .eigency-button.icon-top .button-icon {
            margin-bottom: var(--icon-spacing);
        }

    .eigency-button .fas {
        font-family: "Font Awesome 5 Pro";
        font-weight: 400;
        vertical-align: middle;
    }

    .eigency-button:hover {
        background-color:#007c5e;
    }

        .eigency-button:hover, .eigency-button:hover .button-text, .eigency-button:hover .button-icon {
            color: var(--eigency-white-color);
        }

.eigency-section-title {
    position: relative;
    line-height: 1;
}

    .eigency-section-title .subtitle {
        position: relative;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #00c998;
        font-size: 15px;
        font-weight: 600;
        text-transform: capitalize;
        line-height: 1.2;
        letter-spacing: .06em;
        margin-bottom: 20px;
        padding-left: 12px;
    }

@media only screen and (max-width: 767px) {
    .eigency-section-title .subtitle {
        font-size: 14px;
    }
}

.eigency-section-title .subtitle::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 2px;
    height: 90%;
    background-color: #00c998;
}

.eigency-section-title .title {
    color: var(--eigency-headline-color);
    font-size:3rem;
    line-height: 1.2;
    text-transform:none;
    margin: 0;
}

@media only screen and (max-width: 1024px) {
    .eigency-section-title .title {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 767px) {
    .eigency-section-title .title {
        font-size: 2rem;
        line-height: 1.3;
    }

    .eigency-site-logo a img {
    max-width: 225px;
}

    .eigency-site-logo-icon a img {
    width: 55px;
}
    .text-center2
    {
        text-align:center;
    }

    body {
    font-size: 15px;
}

    .elementor-822 .elementor-element.elementor-element-be8e2a6 {
    text-align: center!important;
}
    .eigency-section-title {
    text-align: center;
    margin-bottom: 10px;
}

    .elementor-31 .elementor-element.elementor-element-bb89188 .eigency-section-title {
    margin: 0px 0px 15px 0px;
}

    .elementor-557 .elementor-element.elementor-element-c171841 .eigency-button-wrapper {
    text-align: center!important;
}

    .desktop
    {
    display:none!important;
    }

    .mobile
    {
    display:block!important;
    }




}

@media only screen and (max-width: 479px) {
    .eigency-section-title .title {
        font-size: 2rem;
    }
}

.eigency-section-title .title .focus-text {
    display: inline;
    font-family: var(--eigency-secondary-font);
    /*font-style: italic;*/
}

.eigency-awards-list-wrapper {
    position: relative;
    line-height: 1;
    --border-width: 1px;
    --border-color: #151313;
}

    .eigency-awards-list-wrapper .award-single-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-top: var(--border-width) solid var(--border-color);
    }

@media only screen and (max-width: 767px) {
    .eigency-awards-list-wrapper .award-single-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.eigency-awards-list-wrapper .award-single-item:last-child {
    border-bottom: var(--border-width) solid var(--border-color);
}

.eigency-awards-list-wrapper .award-single-item .year-provided-from {
    width: 26%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    padding: 40px 55px;
}

@media only screen and (max-width: 1200px) {
    .eigency-awards-list-wrapper .award-single-item .year-provided-from {
        padding: 40px;
    }
}

@media only screen and (max-width: 1024px) {
    .eigency-awards-list-wrapper .award-single-item .year-provided-from {
        padding: 40px 30px;
    }
}

@media only screen and (max-width: 767px) {
    .eigency-awards-list-wrapper .award-single-item .year-provided-from {
        width: 100%;
        border: var(--border-width) solid var(--border-color);
        border-top: none;
        padding: 30px;
    }
}

.eigency-awards-list-wrapper .award-single-item .receiving-year {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 180px;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--eigency-white-color);
    font-family: var(--eigency-secondary-font);
    font-size: 20px;
    font-weight: 600;
    padding: 10px;
    text-align: center;
    border-radius: 30px;
    border: 1px solid var(--eigency-dark-light-color);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    visibility: visible;
    opacity: 1;
}

@media only screen and (max-width: 1024px) {
    .eigency-awards-list-wrapper .award-single-item .receiving-year {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1024px) {
    .eigency-awards-list-wrapper .award-single-item .receiving-year {
        width: 140px;
    }
}

.eigency-awards-list-wrapper .award-single-item .provided-from {
    color: var(--eigency-white-color);
    font-family: var(--eigency-secondary-font);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.8;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    visibility: hidden;
    opacity: 0;
}

@media only screen and (max-width: 1024px) {
    .eigency-awards-list-wrapper .award-single-item .provided-from {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .eigency-awards-list-wrapper .award-single-item .provided-from {
        font-size: 16px;
    }
}

.eigency-awards-list-wrapper .award-single-item .icon {
    width: 16%;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--eigency-white-color);
    font-size: 55px;
    border-left: var(--border-width) solid var(--border-color);
}

@media only screen and (max-width: 1024px) {
    .eigency-awards-list-wrapper .award-single-item .icon {
        font-size: 35px;
    }
}

@media only screen and (max-width: 767px) {
    .eigency-awards-list-wrapper .award-single-item .icon {
        display: none;
    }
}

.eigency-awards-list-wrapper .award-single-item .content {
    width: 42%;
    padding: 30px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: var(--border-width) solid var(--border-color);
}

@media only screen and (max-width: 1024px) {
    .eigency-awards-list-wrapper .award-single-item .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .eigency-awards-list-wrapper .award-single-item .content {
        width: 70%;
    }
}

.eigency-awards-list-wrapper .award-single-item .award-title {
    margin: 0 15px 0 0;
    font-size: 20px;
    font-weight: 600;
}

@media only screen and (max-width: 1024px) {
    .eigency-awards-list-wrapper .award-single-item .award-title {
        margin: 20px 0 0;
    }
}

@media only screen and (max-width: 479px) {
    .eigency-awards-list-wrapper .award-single-item .award-title {
        font-size: 18px;
    }
}

.eigency-awards-list-wrapper .award-single-item .award-count {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid var(--eigency-border-color);
    font-family: var(--eigency-secondary-font);
    font-size: 14px;
    font-weight: 600;
    color: var(--eigency-white-color);
}

.eigency-awards-list-wrapper .award-single-item .award-btn {
    width: 16%;
    padding: 15px;
    min-height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-left: var(--border-width) solid var(--border-color);
}

@media only screen and (max-width: 767px) {
    .eigency-awards-list-wrapper .award-single-item .award-btn {
        border-right: var(--border-width) solid var(--border-color);
        width: 30%;
    }
}

.eigency-awards-list-wrapper .award-single-item .award-url {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    font-size: 35px;
    background-color: var(--eigency-dark-light-color);
    color: var(--eigency-white-color);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

@media only screen and (max-width: 1024px) {
    .eigency-awards-list-wrapper .award-single-item .award-url {
        width: 50px;
        height: 50px;
        font-size: 25px;
    }
}

.eigency-awards-list-wrapper .award-single-item .award-url i {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.eigency-awards-list-wrapper .award-single-item:hover .year-provided-from {
    background-color: var(--eigency-dark-light-color);
}

    .eigency-awards-list-wrapper .award-single-item:hover .year-provided-from .provided-from {
        visibility: visible;
        opacity: 1;
    }

    .eigency-awards-list-wrapper .award-single-item:hover .year-provided-from .receiving-year {
        visibility: hidden;
        opacity: 0;
    }

.eigency-awards-list-wrapper .award-single-item:hover .award-url {
    color: var(--eigency-dark-color);
    background-color: #00c998;
}

.eigency-pricing-table {
    position: relative;
    line-height: 1;
    background-color: var(--eigency-secondary-color);
    padding: 50px 40px;
}

@media only screen and (min-width: 1025px)and (max-width: 1200px) {
    .eigency-pricing-table {
        padding: 50px 30px;
    }
}

@media only screen and (max-width: 479px) {
    .eigency-pricing-table {
        padding: 50px 30px;
    }
}

.eigency-pricing-table .table-icon {
    font-size: 60px;
    color: var(--eigency-white-color);
    margin-bottom: 30px;
}

.eigency-pricing-table .table-title {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
}

.eigency-pricing-table .table-desc {
    display: block;
    font-family: var(--eigency-primary-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    margin: 15px 0 0 0;
}

.eigency-pricing-table .table-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 40px;
}

    .eigency-pricing-table .table-price .price-text {
        font-family: var(--eigency-secondary-font);
        font-size: 50px;
        font-weight: 600;
        color: var(--eigency-headline-color);
        letter-spacing: -0.03em;
        line-height: .8;
    }

    .eigency-pricing-table .table-price .currency {
        font-family: var(--eigency-secondary-font);
        font-size: 22px;
        font-weight: 600;
        color: var(--eigency-headline-color);
    }

    .eigency-pricing-table .table-price .period {
        margin-left: 5px;
        font-size: 15px;
        text-transform: capitalize;
    }

.eigency-pricing-table .features-list {
    margin: 60px 0 0;
    padding: 0;
    list-style: none;
}

    .eigency-pricing-table .features-list li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .eigency-pricing-table .features-list li:not(:last-child) {
            margin-bottom: 25px;
        }

    .eigency-pricing-table .features-list .feature-text {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.2;
        color: var(--eigency-white-color);
    }

    .eigency-pricing-table .features-list .feature-icon {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        font-size: 12px;
        color: var(--eigency-dark-color);
        background-color: #00c998;
        margin-right: 20px;
    }

    .eigency-pricing-table .features-list i {
        font-family: "Font Awesome 5 Pro";
        font-weight: 400;
    }

.eigency-pricing-table .table-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;
    font-family: var(--eigency-secondary-font);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    padding: 20px 25px;
    color: var(--eigency-headline-color);
    border: 1px solid var(--eigency-border-color);
    background-color: rgba(0,0,0,0);
}

@media only screen and (max-width: 767px) {
    .eigency-pricing-table .table-button {
        font-size: 15px;
        padding: 18px 20px;
    }
}

.eigency-pricing-table .table-button .button-icon {
    font-size: 14px;
    margin-left: 15px;
}

    .eigency-pricing-table .table-button .button-icon .fas {
        font-family: "Font Awesome 5 Pro";
        font-weight: 400;
    }

.eigency-pricing-table .table-badge {
    position: absolute;
    right: 0;
    top: 0;
    padding: 6px 10px;
    font-family: var(--eigency-secondary-font);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--eigency-dark-color);
    background-color: #00c998;
}

.eigency-pricing-table:hover .table-button {
    color: var(--eigency-dark-color);
    background-color: #00c998;
    border-color: #00c998;
}

.eigency-fancy-content-box {
    position: relative;
    z-index: 1;
    line-height: 1;
    width: 340px;
    height: 440px;
    background-color: var(--eigency-dark-light-color);
    overflow: hidden;
}

    .eigency-fancy-content-box, .eigency-fancy-content-box .box-thumbnail img, .eigency-fancy-content-box .box-icon, .eigency-fancy-content-box .box-url, .eigency-fancy-content-box .normal-content, .eigency-fancy-content-box .hover-content, .eigency-fancy-content-box .title, .eigency-fancy-content-box .description {
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
    }

        .eigency-fancy-content-box .box-thumbnail {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
        }

            .eigency-fancy-content-box .box-thumbnail img {
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                -o-object-position: center;
                object-position: center;
            }

        .eigency-fancy-content-box .title {
            font-size: 20px;
            text-transform: uppercase;
            letter-spacing: .09em;
            line-height: 1.6;
            margin: 0;
        }

@media only screen and (min-width: 1025px)and (max-width: 1200px) {
    .eigency-fancy-content-box .title {
        font-size: 18px;
    }
}

@media only screen and (max-width: 479px) {
    .eigency-fancy-content-box .title {
        font-size: 18px;
    }
}

.eigency-fancy-content-box .title a, .eigency-fancy-content-box .title a:hover {
    color: inherit;
}

.eigency-fancy-content-box .description {
    margin: 15px 0 0;
    font-size: 16px;
    font-weight: 500;
    color: var(--eigency-headline-color);
    line-height: 1.8;
}

@media only screen and (max-width: 479px) {
    .eigency-fancy-content-box .description {
        font-size: 15px;
    }
}

.eigency-fancy-content-box .box-url {
    position: absolute;
    right: 50px;
    top: 50px;
    z-index: 3;
    font-size: 55px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color: #00c998;
    opacity: 0;
    visibility: hidden;
}

.eigency-fancy-content-box .box-icon {
    position: absolute;
    right: 15px;
    top: -6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 30px;
    color: var(--eigency-dark-color);
    background-color: #00c998;
}

.eigency-fancy-content-box .normal-content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: rgba(0,0,0,.6);
    -webkit-backdrop-filter: blur(10.5px);
    backdrop-filter: blur(10.5px);
    padding: 15px;
    text-align: center;
    opacity: 1;
}

@media only screen and (min-width: 1025px)and (max-width: 1200px) {
    .eigency-fancy-content-box .normal-content {
        width: 200px;
        height: 200px;
    }
}

@media only screen and (max-width: 479px) {
    .eigency-fancy-content-box .normal-content {
        width: 200px;
        height: 200px;
    }
}

.eigency-fancy-content-box .hover-content {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 35px 35px 50px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 4, 4, 0)), color-stop(57.62%, rgba(0, 0, 0, 0.5)), to(#000000));
    background-image: -o-linear-gradient(top, rgba(4, 4, 4, 0) 0%, rgba(0, 0, 0, 0.5) 57.62%, #000000 100%);
    background-image: linear-gradient(180deg, rgba(4, 4, 4, 0) 0%, rgba(0, 0, 0, 0.5) 57.62%, #000000 100%);
    opacity: 0;
    visibility: hidden;
}

@media only screen and (min-width: 1025px)and (max-width: 1200px) {
    .eigency-fancy-content-box .hover-content {
        padding: 35px 25px 50px;
    }
}

@media only screen and (max-width: 479px) {
    .eigency-fancy-content-box .hover-content {
        padding: 35px 25px 50px;
    }
}

.eigency-fancy-content-box:hover .normal-content {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
}

.eigency-fancy-content-box:hover .hover-content {
    opacity: 1;
    visibility: visible;
}

.eigency-fancy-content-box:hover .box-thumbnail img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.eigency-fancy-content-box:hover .box-url {
    right: 25px;
    top: 25px;
    opacity: 1;
    visibility: visible;
}

.eigency-team-member {
    position: relative;
    line-height: 1;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    overflow: hidden;
}

    .eigency-team-member .member-photo {
        width: 100%;
        height: 440px;
        overflow: hidden;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
    }

        .eigency-team-member .member-photo img {
            width: 100%;
            height: 100%;
            -o-object-position: center top;
            object-position: center top;
            -o-object-fit: cover;
            object-fit: cover;
            -webkit-transition: .4s;
            -o-transition: .4s;
            transition: .4s;
        }

    .eigency-team-member .name {
        margin: 0;
    }

        .eigency-team-member .name a, .eigency-team-member .name a:hover {
            color: inherit;
        }

    .eigency-team-member .job-title {
        display: block;
        line-height: 1.2;
    }

    .eigency-team-member .social-profiles {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 22px;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
    }

        .eigency-team-member .social-profiles a {
            font-size: 15px;
            color: var(--eigency-body-color);
        }

            .eigency-team-member .social-profiles a:hover {
                color: #00c998;
            }

    .eigency-team-member.widget-style-one .member-info {
        position: absolute;
        left: 50%;
        bottom: 0;
        z-index: 2;
        -webkit-transform: translate(-50%, 30%) scale(1.2);
        -ms-transform: translate(-50%, 30%) scale(1.2);
        transform: translate(-50%, 30%) scale(1.2);
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 225px;
        height: 225px;
        border-radius: 50%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
        padding: 10px;
        text-align: center;
        background: rgba(0,0,0,0) !important;
        overflow: hidden;
    }

        .eigency-team-member.widget-style-one .member-info::after {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,.29);
            -webkit-backdrop-filter: blur(11.5px);
            backdrop-filter: blur(11.5px);
            -webkit-transition: .4s;
            -o-transition: .4s;
            transition: .4s;
            opacity: 0;
            visibility: hidden;
            z-index: -1;
        }

    .eigency-team-member.widget-style-one .name {
        font-size: 18px;
        letter-spacing: .05em;
        text-transform: uppercase;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
    }

    .eigency-team-member.widget-style-one .job-title {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: .03em;
        text-transform: uppercase;
        color: rgba(255,255,255,.65);
        margin-bottom: 12px;
        opacity: 0;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
    }

    .eigency-team-member.widget-style-one .social-profiles {
        margin-top: 15px;
        opacity: 0;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
        gap: 15px;
    }

        .eigency-team-member.widget-style-one .social-profiles a {
            color: rgba(255,255,255,.65);
            font-size: 14px;
        }

            .eigency-team-member.widget-style-one .social-profiles a:hover {
                color: #00c998;
            }

    .eigency-team-member.widget-style-one:hover .member-info {
        -webkit-transform: translate(-50%, 0) scale(1);
        -ms-transform: translate(-50%, 0) scale(1);
        transform: translate(-50%, 0) scale(1);
    }

        .eigency-team-member.widget-style-one:hover .member-info::after {
            opacity: 1;
            visibility: visible;
        }

        .eigency-team-member.widget-style-one:hover .member-info .social-profiles, .eigency-team-member.widget-style-one:hover .member-info .job-title {
            opacity: 1;
        }

    .eigency-team-member.widget-style-one:hover .member-photo img {
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
    }

    .eigency-team-member.widget-style-two .member-photo {
        width: 275px;
        height: 275px;
        border-radius: 50%;
        margin: auto;
    }

@media only screen and (min-width: 1025px)and (max-width: 1349px) {
    .eigency-team-member.widget-style-two .member-photo {
        height: 250px;
        width: 250px;
    }
}

.eigency-team-member.widget-style-two .member-photo img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.eigency-team-member.widget-style-two .member-info {
    text-align: center;
    margin-top: 30px;
}

.eigency-team-member.widget-style-two .name {
    font-size: 20px;
    font-weight: 600;
}

.eigency-team-member.widget-style-two .job-title {
    color: #5b5b5b;
    font-size: 16px;
    font-weight: 500;
    margin-top: 12px;
}

.eigency-team-member.widget-style-two .social-profiles {
    margin-top: 20px;
}

.eigency-team-member.widget-style-two:hover .member-photo img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.eigency-team-member.widget-style-three .member-photo img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.eigency-team-member.widget-style-three .member-info {
    margin-top: 25px;
}

.eigency-team-member.widget-style-three .name {
    font-size: 22px;
}

.eigency-team-member.widget-style-three .job-title {
    font-size: 16px;
    font-weight: 600;
    margin-top: 15px;
    opacity: 1;
    visibility: visible;
    position: relative;
}

.eigency-team-member.widget-style-three .social-profiles {
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    opacity: 0;
    visibility: hidden;
}

.eigency-team-member.widget-style-three:hover .member-photo img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.eigency-team-member.widget-style-three:hover .social-profiles {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
}

.eigency-team-member.widget-style-three:hover .job-title {
    opacity: 0;
    visibility: hidden;
}

.eigency-testimonial-carousel {
    position: relative;
    line-height: 1;
    z-index: 1;
}

    .eigency-testimonial-carousel .description {
        margin: 0;
        font-size: 24px;
        font-weight: 500;
        line-height: 1.8;
        color: var(--eigency-headline-color);
    }

@media only screen and (max-width: 1200px) {
    .eigency-testimonial-carousel .description {
        font-size: 22px;
    }
}

@media only screen and (max-width: 767px) {
    .eigency-testimonial-carousel .description {
        font-size: 18px;
    }
}

.eigency-testimonial-carousel .testimonial-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;
    margin-top: 35px;
}

    .eigency-testimonial-carousel .testimonial-author .author-photo img {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        -o-object-position: center top;
        object-position: center top;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .eigency-testimonial-carousel .testimonial-author .author-name {
        font-size: 18px;
        font-weight: 500;
        text-transform: capitalize;
        margin: 0;
    }

    .eigency-testimonial-carousel .testimonial-author .author-job-title {
        font-size: 15px;
        font-weight: 500;
        color: var(--eigency-body-color);
        margin-top: 12px;
    }

.eigency-testimonial-carousel .description-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;
    margin-bottom: 25px;
}

.eigency-testimonial-carousel .title {
    font-size: 20px;
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .eigency-testimonial-carousel .title {
        font-size: 18px;
    }
}

.eigency-testimonial-carousel .rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .eigency-testimonial-carousel .rating i {
        display: inline-block;
        position: relative;
        margin-right: 8px;
        font-family: "eicons";
        font-size: 15px;
        font-style: normal;
        color: var(--eigency-body-color);
    }

@media only screen and (max-width: 767px) {
    .eigency-testimonial-carousel .rating i {
        font-size: 14px;
    }
}

.eigency-testimonial-carousel .rating i:last-child {
    margin-right: 0;
}

.eigency-testimonial-carousel .rating i::before {
    content: "";
    display: block;
    font-size: inherit;
    font-family: inherit;
    position: absolute;
    overflow: hidden;
    color: #ff6107;
    top: 0;
    left: 0;
}

.eigency-testimonial-carousel .rating i.star-empty::before {
    display: none;
}

.eigency-testimonial-carousel .rating i.star-1::before {
    width: 10%;
}

.eigency-testimonial-carousel .rating i.star-2::before {
    width: 20%;
}

.eigency-testimonial-carousel .rating i.star-3::before {
    width: 30%;
}

.eigency-testimonial-carousel .rating i.star-4::before {
    width: 40%;
}

.eigency-testimonial-carousel .rating i.star-5::before {
    width: 50%;
}

.eigency-testimonial-carousel .rating i.star-6::before {
    width: 60%;
}

.eigency-testimonial-carousel .rating i.star-7::before {
    width: 70%;
}

.eigency-testimonial-carousel .rating i.star-8::before {
    width: 80%;
}

.eigency-testimonial-carousel .rating i.star-9::before {
    width: 90%;
}

.eigency-testimonial-carousel.author-info-top .testimonial-author {
    margin-bottom: 35px;
    margin-top: 0;
}

.eigency-step-flow {
    position: relative;
    line-height: 1;
    z-index: 1;
    text-align: center;
    --index-size: 35px;
}

    .eigency-step-flow, .eigency-step-flow .step-icon, .eigency-step-flow .step-title, .eigency-step-flow .step-desc, .eigency-step-flow .step-content, .eigency-step-flow .step-index, .eigency-step-flow .step-content::before, .eigency-step-flow .step-content::after {
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

        .eigency-step-flow::before {
            content: "";
            position: absolute;
            left: 50%;
            top: calc(var(--index-size)/2);
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            width: calc(100% + 30px);
            border-top: 1.5px dashed rgba(255,255,255,.17);
        }

        .eigency-step-flow .step-content {
            position: relative;
            z-index: 1;
            padding: 50px 40px;
            background-color: var(--eigency-secondary-color);
        }

@media only screen and (min-width: 1025px)and (max-width: 1349px) {
    .eigency-step-flow .step-content {
        padding: 40px 25px;
    }
}

@media only screen and (max-width: 479px) {
    .eigency-step-flow .step-content {
        padding: 40px 30px;
    }
}

.eigency-step-flow .step-content::before, .eigency-step-flow .step-content::after {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    content: "";
    width: 20px;
    height: 20px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    visibility: hidden;
}

.eigency-step-flow .step-content::before {
    background-color: #00c998;
}

.eigency-step-flow .step-content::after {
    background-color: var(--eigency-white-color);
    left: 20px;
    bottom: 20px;
}

.eigency-step-flow .step-index {
    font-size: 18px;
    font-weight: 500;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: var(--index-size);
    height: var(--index-size);
    border-radius: 50%;
    color: var(--eigency-headline-color);
    background-color: var(--eigency-secondary-color);
    margin-bottom: 35px;
    position: relative;
    z-index: 1;
}

.eigency-step-flow .step-title {
    font-size: 22px;
    line-height: 1.3;
    margin: 0;
}

@media only screen and (min-width: 1025px)and (max-width: 1349px) {
    .eigency-step-flow .step-title {
        font-size: 20px;
    }
}

@media only screen and (max-width: 479px) {
    .eigency-step-flow .step-title {
        font-size: 20px;
    }
}

.eigency-step-flow .step-desc {
    font-size: 16px;
    line-height: 1.75;
    margin: 20px 0 0;
}

.eigency-step-flow .step-icon {
    font-size: 75px;
    margin-bottom: 35px;
    color: #00c998;
}

@media only screen and (min-width: 1025px)and (max-width: 1349px) {
    .eigency-step-flow .step-icon {
        font-size: 55px;
    }
}

@media only screen and (max-width: 479px) {
    .eigency-step-flow .step-icon {
        font-size: 55px;
    }
}

.eigency-step-flow .step-icon img {
    width: 75px;
    height: 75px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.eigency-step-flow:hover .step-content {
    background-color: var(--eigency-dark-color);
}

    .eigency-step-flow:hover .step-content::before, .eigency-step-flow:hover .step-content::after {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

.eigency-step-flow:hover .step-index {
    color: #00c998;
}

.eigency-step-flow:hover .step-icon {
    color: var(--eigency-headline-color);
}

.elementor-widget-counter .elementor-counter .elementor-counter-number-wrapper {
    font-family: var(--eigency-secondary-font);
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    color: var(--eigency-headline-color);
}

.elementor-widget-counter .elementor-counter .elementor-counter-title {
    font-family: var(--eigency-primary-font);
    font-size: 16px;
    font-weight: 500;
    color: var(--eigency-headline-color);
    line-height: 1.4;
    margin: 20px 0 0;
}

.eigency-skill-bar {
    position: relative;
    line-height: 1;
    --title-gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .eigency-skill-bar .skill-bar-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .eigency-skill-bar .skill-title {
        color: var(--eigency-headline-color);
        font-family: var(--eigency-secondary-font);
        font-size: 16px;
        font-weight: 500;
        text-transform: uppercase;
        line-height: 1.3;
    }

    .eigency-skill-bar .skill-bar-counter {
        position: relative;
        z-index: 2;
        color: var(--eigency-headline-color);
        font-family: var(--eigency-secondary-font);
        font-size: 16px;
        font-weight: 500;
    }

        .eigency-skill-bar .skill-bar-counter::after {
            content: "%";
        }

    .eigency-skill-bar .skill-bar-wrapper {
        width: 100%;
        height: 5px;
        position: relative;
        z-index: 1;
        overflow: hidden;
        background-color: var(--eigency-dark-light-color);
        border-radius: 5px;
    }

        .eigency-skill-bar .skill-bar-wrapper .skill-bar-inner {
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: 0;
            height: auto;
            -webkit-transition: width 2s;
            -o-transition: width 2s;
            transition: width 2s;
            background-color: #00c998;
        }

    .eigency-skill-bar.title-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .eigency-skill-bar.title-top .skill-bar-header {
            margin-bottom: var(--title-gap);
        }

    .eigency-skill-bar.title-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

        .eigency-skill-bar.title-bottom .skill-bar-header {
            margin-top: var(--title-gap);
        }

.eigency-scroll-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    margin: 0;
    padding: 30px 0;
    white-space: nowrap;
    font-weight: 600;
    line-height: 1.2;
    color: var(--eigency-headline-color);
    background-color: var(--eigency-secondary-color);
    text-transform:capitalize;
}

    .eigency-scroll-text .scroll-text-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .eigency-scroll-text .scroll-text-inner .divider {
            position: relative;
            line-height: 1;
            margin: 0 30px;
            font-size: 18px;
            color: #00c998;
        }

    .eigency-scroll-text.scroll-left .scroll-text-inner {
        -webkit-animation: scroll_to_left 45s linear infinite;
        animation: scroll_to_left 45s linear infinite;
    }

    .eigency-scroll-text.scroll-right .scroll-text-inner {
        -webkit-animation: scroll_to_right 45s linear infinite;
        animation: scroll_to_right 45s linear infinite;
    }

    .eigency-scroll-text.pause-on-hover:hover .scroll-text-inner {
        -webkit-animation-play-state: paused !important;
        animation-play-state: paused !important;
    }

.eigency-feature-card {
    position: relative;
    z-index: 1;
    line-height: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

    .eigency-feature-card .title {
        margin: 0;
        line-height: 1.3;
    }

        .eigency-feature-card .title a, .eigency-feature-card .title a:hover {
            color: inherit;
        }

    .eigency-feature-card .description {
        margin: 0;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.8;
    }

    .eigency-feature-card .title-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 30px;
    }

    .eigency-feature-card .feature-index {
        font-family: var(--eigency-secondary-font);
        font-size: 18px;
        font-weight: 700;
        color: var(--eigency-headline-color);
    }

    .eigency-feature-card .feature-thumb {
        margin-bottom: 30px;
        overflow: hidden;
    }

        .eigency-feature-card .feature-thumb img {
            width: 100%;
            height: 285px;
            -o-object-position: center;
            object-position: center;
            -o-object-fit: cover;
            object-fit: cover;
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s;
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
        }

@media only screen and (max-width: 1200px) {
    .eigency-feature-card .feature-thumb img {
        height: 240px;
    }
}

.eigency-feature-card:hover .feature-thumb img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.eigency-feature-card.widget-style-one {
    background-color: var(--eigency-dark-color);
    padding: 40px 50px;
    border: 1px solid var(--eigency-dark-light-color);
}

@media only screen and (max-width: 1200px) {
    .eigency-feature-card.widget-style-one {
        padding: 40px;
    }
}

@media only screen and (max-width: 479px) {
    .eigency-feature-card.widget-style-one {
        padding: 40px 30px;
    }
}

.eigency-feature-card.widget-style-one::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 10px;
    height: 10px;
    background-color: #00c998;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    visibility: hidden;
    opacity: 0;
}

.eigency-feature-card.widget-style-one .title-wrapper {
    margin-bottom: 25px;
}

@media only screen and (max-width: 479px) {
    .eigency-feature-card.widget-style-one .title-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.eigency-feature-card.widget-style-one .title {
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: .03em;
}

@media only screen and (max-width: 767px) {
    .eigency-feature-card.widget-style-one .title {
        font-size: 20px;
    }
}

.eigency-feature-card.widget-style-one .read-more-url {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px;
    margin-top: 30px;
    color: var(--eigency-headline-color);
    font-family: var(--eigency-secondary-font);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .03em;
}

    .eigency-feature-card.widget-style-one .read-more-url svg {
        width: 30px;
        height: auto;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        position: relative;
        left: 0;
    }

        .eigency-feature-card.widget-style-one .read-more-url svg circle {
            fill: none;
            stroke: var(--eigency-headline-color);
            stroke-width: 1px;
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s;
        }

        .eigency-feature-card.widget-style-one .read-more-url svg path {
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s;
            fill: #00c998;
        }

.eigency-feature-card.widget-style-one:hover {
    border-color: var(--eigency-secondary-color);
    background-color: var(--eigency-secondary-color);
}

    .eigency-feature-card.widget-style-one:hover::before {
        top: 0;
        visibility: visible;
        opacity: 1;
    }

    .eigency-feature-card.widget-style-one:hover .read-more-url svg {
        left: 10px;
    }

        .eigency-feature-card.widget-style-one:hover .read-more-url svg circle {
            stroke: #00c998;
        }

.eigency-feature-card.widget-style-two {
    padding: 0px 12px 35px;
    border-bottom: 2px solid var(--eigency-dark-light-color);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    --arrow-size: 50px;
}

    .eigency-feature-card.widget-style-two .feature-thumb {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .eigency-feature-card.widget-style-two .title {
        font-size: 22px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: .09em;
        margin-bottom: 20px;
    }

@media only screen and (max-width: 767px) {
    .eigency-feature-card.widget-style-two .title {
        font-size: 20px;
    }
}

.eigency-feature-card.widget-style-two .description {
    font-weight: 500;
}

.eigency-feature-card.widget-style-two .content-wrap {
    position: relative;
    z-index: 1;
    padding-right: calc(var(--arrow-size) + 20px);
}

.eigency-feature-card.widget-style-two .read-more-url {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: rgba(0,0,0,0);
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}

    .eigency-feature-card.widget-style-two .read-more-url svg {
        width: calc(var(--arrow-size));
        height: auto;
        fill: currentColor;
        stroke: var(--eigency-headline-color);
        stroke-width: 1px;
    }

.eigency-feature-card.widget-style-two:hover .read-more-url {
    -webkit-transform: translateY(-50%) rotate(0);
    -ms-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    color: #00c998;
}

    .eigency-feature-card.widget-style-two:hover .read-more-url svg {
        stroke: #00c998;
    }

.eigency-feature-card.widget-style-three .title {
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
}

@media only screen and (max-width: 1200px) {
    .eigency-feature-card.widget-style-three .title {
        font-size: 22px;
    }
}

.eigency-feature-card.widget-style-three .read-more-url {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    background-color: rgba(255,255,255,.1);
    font-size: 30px;
}

@media only screen and (max-width: 1024px) {
    .eigency-feature-card.widget-style-three .read-more-url {
        width: 45px;
        height: 45px;
        font-size: 25px;
    }
}

.eigency-feature-card.widget-style-three .read-more-url svg {
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    fill: #00c998;
}

.eigency-feature-card.widget-style-three .description {
    margin-top: 25px;
}

.eigency-feature-card.widget-style-three:hover .read-more-url {
    background-color: #00c998;
}

    .eigency-feature-card.widget-style-three:hover .read-more-url svg {
        fill: var(--eigency-dark-color);
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

.eigency-showcase {
    position: relative;
    line-height: 1;
    z-index: 1;
}

    .eigency-showcase .showcase-item {
        position: relative;
        padding: 40px 70px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 30px;
        border-style: dashed;
        border-top-width: 0;
        border-left-width: 0;
        border-right-width: 0;
        border-bottom-width: 1px;
        border-color: rgba(253,253,253,.16);
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

@media only screen and (max-width: 1200px) {
    .eigency-showcase .showcase-item {
        padding: 40px 50px;
    }
}

@media only screen and (max-width: 1024px) {
    .eigency-showcase .showcase-item {
        padding: 40px 30px;
    }
}

@media only screen and (max-width: 767px) {
    .eigency-showcase .showcase-item {
        padding: 40px 20px;
    }
}

@media only screen and (max-width: 767px) {
    .eigency-showcase .showcase-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.eigency-showcase .showcase-item:first-child {
    border-top-width: 1px;
}

.eigency-showcase .thumbnail {
    position: absolute;
    right: 280px;
    max-width: 25%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

@media only screen and (max-width: 1200px) {
    .eigency-showcase .thumbnail {
        right: 200px;
    }
}

@media only screen and (max-width: 1024px) {
    .eigency-showcase .thumbnail {
        right: 150px;
    }
}

@media only screen and (max-width: 767px) {
    .eigency-showcase .thumbnail {
        top: 40px;
        right: 0;
        max-width: 30%;
    }
}

.eigency-showcase .subtitle {
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-bottom: 20px;
}

.eigency-showcase .title {
    margin: 0;
    font-size: 32px;
    font-weight: 600;
    text-transform: capitalize;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

@media only screen and (max-width: 1200px) {
    .eigency-showcase .title {
        font-size: 28px;
    }
}

@media only screen and (max-width: 1024px) {
    .eigency-showcase .title {
        font-size: 26px;
    }
}

@media only screen and (max-width: 767px) {
    .eigency-showcase .title {
        font-size: 22px;
        line-height: 1.4;
    }
}

.eigency-showcase .title a, .eigency-showcase .title a:hover {
    color: inherit;
}

.eigency-showcase .link-arrow {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: var(--eigency-dark-light-color);
    color: var(--eigency-white-color);
    font-size: 32px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

@media only screen and (max-width: 1024px) {
    .eigency-showcase .link-arrow {
        width: 55px;
        height: 55px;
        font-size: 24px;
    }
}

.eigency-showcase .showcase-item:hover .subtitle {
    color: var(--eigency-headline-color);
}

.eigency-showcase .showcase-item:hover .link-arrow {
    background-color: #00c998;
    color: var(--eigency-dark-color);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.eigency-showcase .showcase-item:hover .thumbnail {
    opacity: 1;
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.eigency-image-gallery {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 30px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

@media only screen and (max-width: 1024px) {
    .eigency-image-gallery {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 767px) {
    .eigency-image-gallery {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
}

.eigency-image-gallery .gallery-image {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    overflow: hidden;
}

    .eigency-image-gallery .gallery-image a {
        display: block;
        position: relative;
    }

    .eigency-image-gallery .gallery-image img {
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

    .eigency-image-gallery .gallery-image:hover .hover-content {
        opacity: 1;
        visibility: visible;
    }

        .eigency-image-gallery .gallery-image:hover .hover-content .hover-icon, .eigency-image-gallery .gallery-image:hover .hover-content .gallery-title {
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
        }

.eigency-image-gallery .hover-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 2;
    text-align: center;
    line-height: 1;
    background-color: rgba(0,0,0,.65);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
}

    .eigency-image-gallery .hover-content .hover-icon {
        font-size: 20px;
        color: var(--eigency-headline-color);
    }

        .eigency-image-gallery .hover-content .hover-icon .fas {
            font-family: "Font Awesome 5 Pro";
            font-weight: 400;
        }

    .eigency-image-gallery .hover-content .gallery-title {
        font-size: 18px;
        font-weight: 500;
        color: var(--eigency-headline-color);
        margin: 15px 0 0;
    }

    .eigency-image-gallery .hover-content .gallery-title, .eigency-image-gallery .hover-content .hover-icon {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

.eigency-custom-shape {
    width: 280px;
    height: 280px;
    background-color: #00c998;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin: auto;
}

    .eigency-custom-shape.shape-circle {
        border-radius: 50%;
    }

    .eigency-custom-shape.shape-triangle {
        -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
        clip-path: polygon(0 0, 0% 100%, 100% 100%);
    }

    .eigency-custom-shape.shape-left {
        margin-right: auto;
    }

    .eigency-custom-shape.shape-center {
        margin: auto;
    }

    .eigency-custom-shape.shape-right {
        margin-left: auto;
    }

.eigency-info-box {
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    line-height: 1;
    z-index: 1;
    padding: 35px;
    background-color: var(--eigency-secondary-color);
    overflow: hidden;
    --badge-h-offset: 0px;
    --badge-v-offset: 0px;
    --badge-rotate: 0deg;
    --icon-space: 35px;
}

    .eigency-info-box::before {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        width: 100%;
        height: 100%;
        z-index: -1;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        opacity: 0;
        visibility: hidden;
    }

    .eigency-info-box.text-center {
        text-align: center;
    }

        .eigency-info-box.text-center .box-title {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

    .eigency-info-box.text-right {
        text-align: right;
    }

        .eigency-info-box.text-right .box-title {
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
        }

    .eigency-info-box.text-left {
        text-align: left;
    }

    .eigency-info-box.icon-top .box-icon {
        margin-bottom: var(--icon-space);
    }

    .eigency-info-box.icon-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

        .eigency-info-box.icon-left .box-icon {
            margin-right: var(--icon-space);
        }

@media only screen and (max-width: 479px) {
    .eigency-info-box.icon-left.icon-back-top {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

        .eigency-info-box.icon-left.icon-back-top .box-icon {
            margin-right: 0;
            margin-bottom: var(--icon-space);
        }
}

.eigency-info-box.icon-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

    .eigency-info-box.icon-right .box-icon {
        margin-left: var(--icon-space);
    }

    .eigency-info-box.icon-right .box-title {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .eigency-info-box.icon-right.text-left .box-title {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .eigency-info-box.icon-right.text-right .box-title {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

@media only screen and (max-width: 479px) {
    .eigency-info-box.icon-right.icon-back-top .box-icon {
        margin-left: 0;
        margin-bottom: var(--icon-space);
    }
}

@media only screen and (max-width: 479px) {
    .eigency-info-box.icon-left.icon-back-top, .eigency-info-box.icon-right.icon-back-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .eigency-info-box.icon-left.icon-back-top .box-title, .eigency-info-box.icon-right.icon-back-top .box-title {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        .eigency-info-box.icon-left.icon-back-top.text-right, .eigency-info-box.icon-right.icon-back-top.text-right {
            -webkit-box-align: end !important;
            -ms-flex-align: end !important;
            align-items: flex-end !important;
        }

            .eigency-info-box.icon-left.icon-back-top.text-right .box-title, .eigency-info-box.icon-right.icon-back-top.text-right .box-title {
                -webkit-box-align: end !important;
                -ms-flex-align: end !important;
                align-items: flex-end !important;
            }

        .eigency-info-box.icon-left.icon-back-top.text-center, .eigency-info-box.icon-right.icon-back-top.text-center {
            -webkit-box-align: center !important;
            -ms-flex-align: center !important;
            align-items: center !important;
        }

            .eigency-info-box.icon-left.icon-back-top.text-center .box-title, .eigency-info-box.icon-right.icon-back-top.text-center .box-title {
                -webkit-box-align: center !important;
                -ms-flex-align: center !important;
                align-items: center !important;
            }

        .eigency-info-box.icon-left.icon-back-top.text-left, .eigency-info-box.icon-right.icon-back-top.text-left {
            -webkit-box-align: start !important;
            -ms-flex-align: start !important;
            align-items: flex-start !important;
        }

            .eigency-info-box.icon-left.icon-back-top.text-left .box-title, .eigency-info-box.icon-right.icon-back-top.text-left .box-title {
                -webkit-box-align: start !important;
                -ms-flex-align: start !important;
                align-items: flex-start !important;
            }
}

.eigency-info-box .box-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.eigency-info-box .box-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 45px;
    color: #00c998;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    z-index: 1;
}

    .eigency-info-box .box-icon img {
        width: 60px;
        height: 60px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }

.eigency-info-box .box-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    line-height: 1.4;
    margin: 0 0 15px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

    .eigency-info-box .box-title a {
        display: block;
        color: inherit;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }

        .eigency-info-box .box-title a:hover {
            color: inherit;
        }

.eigency-info-box .title-divider {
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--eigency-border-color);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin: 0 0 15px;
}

.eigency-info-box .description {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.85;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.eigency-info-box .read-more-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
    font-size: 15px;
    font-weight: 500;
    color: var(--eigency-headline-color);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

    .eigency-info-box .read-more-btn .fas {
        font-family: "Font Awesome 5 Pro";
        font-weight: 400;
    }

    .eigency-info-box .read-more-btn .btn-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        color: var(--eigency-headline-color);
    }

    .eigency-info-box .read-more-btn.icon-left {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

        .eigency-info-box .read-more-btn.icon-left .btn-icon {
            margin-left: 0;
            margin-right: 10px;
        }

    .eigency-info-box .read-more-btn.icon-right .btn-icon {
        margin-left: 10px;
    }

.eigency-info-box .box-badge {
    position: absolute;
    right: var(--badge-h-offset);
    top: var(--badge-v-offset);
    padding: 5px 10px;
    border-radius: 0;
    vertical-align: middle;
    color: var(--eigency-dark-color);
    background-color: #00c998;
    font-size: 12px;
    font-weight: 500;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    -webkit-transform: rotate(var(--badge-rotate));
    -ms-transform: rotate(var(--badge-rotate));
    transform: rotate(var(--badge-rotate));
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

    .eigency-info-box .box-badge.badge-top-left {
        left: var(--badge-h-offset);
        right: auto;
    }

    .eigency-info-box .box-badge.badge-bottom-left {
        top: auto;
        bottom: var(--badge-v-offset);
        left: var(--badge-h-offset);
        right: auto;
    }

    .eigency-info-box .box-badge.badge-bottom-right {
        top: auto;
        bottom: var(--badge-v-offset);
    }

.eigency-info-box .box-wrapper-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.eigency-info-box:hover::before {
    opacity: 1;
    visibility: visible;
}

.eigency-recent-posts.layout-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 50px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media only screen and (max-width: 1024px) {
    .eigency-recent-posts.layout-grid {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 767px) {
    .eigency-recent-posts.layout-grid {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }
}

.eigency-recent-posts .eigency-post-box {
    position: relative;
    min-width: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    line-height: 1;
}

    .eigency-recent-posts .eigency-post-box .post-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

    .eigency-recent-posts .eigency-post-box .post-thumbnail {
        margin-bottom: 35px;
        overflow: hidden;
        position: relative;
        max-width: 100%;
    }

        .eigency-recent-posts .eigency-post-box .post-thumbnail img {
            width: 100%;
            height: 380px;
            -o-object-fit: cover;
            object-fit: cover;
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s;
        }

@media only screen and (max-width: 1024px) {
    .eigency-recent-posts .eigency-post-box .post-thumbnail img {
        height: 320px;
    }
}

.eigency-recent-posts .eigency-post-box:hover .post-thumbnail img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.eigency-recent-posts .eigency-post-box .post-title {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
}

@media only screen and (max-width: 1024px) {
    .eigency-recent-posts .eigency-post-box .post-title {
        font-size: 24px;
    }
}

@media only screen and (max-width: 479px) {
    .eigency-recent-posts .eigency-post-box .post-title {
        font-size: 22px;
    }
}

.eigency-recent-posts .eigency-post-box .post-title a {
    display: block;
}

    .eigency-recent-posts .eigency-post-box .post-title a:hover {
        color: #00c998;
    }

.eigency-recent-posts .eigency-post-box p {
    font-size: 16px;
    line-height: 1.85;
    margin: 20px 0 0;
}

@media only screen and (max-width: 767px) {
    .eigency-recent-posts .eigency-post-box p {
        font-size: 15px;
    }
}

.eigency-recent-posts .eigency-post-box .post-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

    .eigency-recent-posts .eigency-post-box .post-meta a {
        position: relative;
        color: var(--eigency-body-color);
        font-size: 16px;
        font-weight: 500;
        font-size: 16px;
    }

@media only screen and (max-width: 767px) {
    .eigency-recent-posts .eigency-post-box .post-meta a {
        font-size: 15px;
    }
}

.eigency-recent-posts .eigency-post-box .post-meta a:hover {
    color: #00c998;
}

.eigency-recent-posts .eigency-post-box .post-meta a i {
    color: #00c998;
    margin-right: 6px;
}

.eigency-recent-posts .eigency-post-box .read-more {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: .15em;
    color: var(--eigency-white-color);
    gap: 15px;
}

    .eigency-recent-posts .eigency-post-box .read-more .read-more-icon {
        position: relative;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

        .eigency-recent-posts .eigency-post-box .read-more .read-more-icon .fas {
            font-family: "Font Awesome 5 Pro";
            font-weight: 400;
        }

    .eigency-recent-posts .eigency-post-box .read-more:hover {
        color: #00c998;
    }

.eigency-recent-posts .eigency-post-box.meta-before .post-meta {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
    margin-bottom: 20px;
}

.eigency-recent-posts .eigency-post-box.meta-after .post-meta {
    margin-top: 25px;
}

.eigency-recent-posts.layout-list .eigency-post-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
}

@media only screen and (max-width: 767px) {
    .eigency-recent-posts.layout-list .eigency-post-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.eigency-recent-posts.layout-list .eigency-post-box:not(:last-child) {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px dashed rgba(253,253,253,.16);
}

.eigency-recent-posts.layout-list .eigency-post-box .post-thumbnail {
    position: absolute;
    top: 50px;
    right: 280px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    margin: 0;
}

@media only screen and (max-width: 1200px) {
    .eigency-recent-posts.layout-list .eigency-post-box .post-thumbnail {
        right: 150px;
    }
}

@media only screen and (max-width: 1024px) {
    .eigency-recent-posts.layout-list .eigency-post-box .post-thumbnail {
        right: 120px;
    }
}

@media only screen and (max-width: 767px) {
    .eigency-recent-posts.layout-list .eigency-post-box .post-thumbnail {
        right: 0;
    }
}

.eigency-recent-posts.layout-list .eigency-post-box .post-thumbnail img {
    width: 270px;
    height: 350px;
}

@media only screen and (max-width: 1024px) {
    .eigency-recent-posts.layout-list .eigency-post-box .post-thumbnail img {
        width: 220px;
        height: 280px;
    }
}

@media only screen and (max-width: 767px) {
    .eigency-recent-posts.layout-list .eigency-post-box .post-thumbnail img {
        width: 160px;
        height: 220px;
    }
}

.eigency-recent-posts.layout-list .eigency-post-box:hover .post-thumbnail {
    visibility: visible;
    opacity: 1;
    top: 0;
}

    .eigency-recent-posts.layout-list .eigency-post-box:hover .post-thumbnail img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

.eigency-recent-posts.layout-list .eigency-post-box .post-title {
    font-size: 28px;
}

@media only screen and (max-width: 1200px) {
    .eigency-recent-posts.layout-list .eigency-post-box .post-title {
        font-size: 24px;
    }
}

@media only screen and (max-width: 479px) {
    .eigency-recent-posts.layout-list .eigency-post-box .post-title {
        font-size: 22px;
    }
}

.eigency-recent-posts.layout-list .eigency-post-box .read-more {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    gap: 10px;
    margin: 0;
}

    .eigency-recent-posts.layout-list .eigency-post-box .read-more .read-more-icon {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin: 0;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        top: -1px;
    }

.eigency-portfolio-items .portfolio-item {
    position: relative;
    line-height: 1;
}

    .eigency-portfolio-items .portfolio-item .thumbnail {
        position: relative;
        z-index: 1;
        overflow: hidden;
    }

        .eigency-portfolio-items .portfolio-item .thumbnail img {
            width: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center;
            -webkit-transition: .4s;
            -o-transition: .4s;
            transition: .4s;
            -webkit-filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
            filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
        }

    .eigency-portfolio-items .portfolio-item .title {
        margin: 0;
    }

        .eigency-portfolio-items .portfolio-item .title a, .eigency-portfolio-items .portfolio-item .title a:hover {
            color: inherit;
        }

    .eigency-portfolio-items .portfolio-item .read-more {
        font-size: 16px;
        font-weight: 500;
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 3;
        -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(0.5);
        -ms-transform: translate(-50%, -50%) rotate(0deg) scale(0.5);
        transform: translate(-50%, -50%) rotate(0deg) scale(0.5);
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 130px;
        height: 130px;
        border-radius: 50%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        color: var(--eigency-dark-color);
        background-color: #00c998;
        gap: 10px;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }

@media only screen and (max-width: 767px) {
    .eigency-portfolio-items .portfolio-item .read-more {
        width: 110px;
        height: 110px;
        font-size: 15px;
    }
}

.eigency-portfolio-items .portfolio-item .read-more .fas {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
}

.eigency-portfolio-items .portfolio-item:hover .thumbnail img {
    -webkit-filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
    filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}

.eigency-portfolio-items .portfolio-item:hover .read-more {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotate(25deg) scale(1);
    -ms-transform: translate(-50%, -50%) rotate(25deg) scale(1);
    transform: translate(-50%, -50%) rotate(25deg) scale(1);
}

.eigency-portfolio-items.design-one.layout-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 90px 1fr;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 50px;
    -webkit-column-gap: 90px;
    -moz-column-gap: 90px;
    column-gap: 90px;
}

@media only screen and (max-width: 1200px) {
    .eigency-portfolio-items.design-one.layout-grid {
        -webkit-column-gap: 50px;
        -moz-column-gap: 50px;
        column-gap: 50px;
    }
}

@media only screen and (max-width: 1024px) {
    .eigency-portfolio-items.design-one.layout-grid {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .eigency-portfolio-items.design-one.layout-grid {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }
}

.eigency-portfolio-items.design-one .thumbnail {
    margin-bottom: 40px;
}

    .eigency-portfolio-items.design-one .thumbnail img {
        height: 610px;
    }

@media only screen and (max-width: 1200px) {
    .eigency-portfolio-items.design-one .thumbnail img {
        height: 480px;
    }
}

@media only screen and (max-width: 1024px) {
    .eigency-portfolio-items.design-one .thumbnail img {
        height: 420px;
    }
}

@media only screen and (max-width: 767px) {
    .eigency-portfolio-items.design-one .thumbnail img {
        height: 365px;
    }
}

.eigency-portfolio-items.design-one .title {
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
}

@media only screen and (max-width: 1024px) {
    .eigency-portfolio-items.design-one .title {
        font-size: 20px;
    }
}

.eigency-portfolio-items.design-one .categories {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: capitalize;
    gap: 20px;
}

    .eigency-portfolio-items.design-one .categories a {
        position: relative;
        color: var(--eigency-headline-color);
    }

        .eigency-portfolio-items.design-one .categories a:hover {
            color: #00c998;
        }

        .eigency-portfolio-items.design-one .categories a:not(:first-child)::before {
            content: "·";
            position: absolute;
            left: -10px;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

.eigency-portfolio-items.design-two.layout-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 30px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

@media only screen and (max-width: 1200px) {
    .eigency-portfolio-items.design-two.layout-grid {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 767px) {
    .eigency-portfolio-items.design-two.layout-grid {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }
}

.eigency-portfolio-items.design-two .thumbnail img {
    height: 435px;
}

@media only screen and (max-width: 767px) {
    .eigency-portfolio-items.design-two .thumbnail img {
        height: 380px;
    }
}

.eigency-portfolio-items.design-two .content {
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 2;
}

@media only screen and (max-width: 479px) {
    .eigency-portfolio-items.design-two .content {
        left: 20px;
        bottom: 20px;
    }
}

.eigency-portfolio-items.design-two .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    padding: 10px 15px;
    color: var(--eigency-dark-color);
    background-color: #00c998;
    position: relative;
    -webkit-transform: translateX(35px);
    -ms-transform: translateX(35px);
    transform: translateX(35px);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    visibility: hidden;
    opacity: 0;
}

@media only screen and (max-width: 479px) {
    .eigency-portfolio-items.design-two .title {
        font-size: 16px;
    }
}

.eigency-portfolio-items.design-two .categories {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    padding: 12px 15px;
    background-color: var(--eigency-dark-light-color);
    -webkit-transform: translateX(35px);
    -ms-transform: translateX(35px);
    transform: translateX(35px);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    visibility: hidden;
    opacity: 0;
}

@media only screen and (max-width: 479px) {
    .eigency-portfolio-items.design-two .categories {
        font-size: 14px;
    }
}

.eigency-portfolio-items.design-two .categories a {
    position: relative;
    color: var(--eigency-body-color);
}

    .eigency-portfolio-items.design-two .categories a:hover {
        color: #00c998;
    }

    .eigency-portfolio-items.design-two .categories a:not(:last-child)::after {
        content: ",";
    }

.eigency-portfolio-items.design-two .read-more {
    top: 40%;
}

.eigency-portfolio-items.design-two .portfolio-item:hover .title, .eigency-portfolio-items.design-two .portfolio-item:hover .categories {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
}

.eigency-portfolio-items.design-three.layout-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

@media only screen and (max-width: 767px) {
    .eigency-portfolio-items.design-three.layout-grid {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }
}

.eigency-portfolio-items.design-three .thumbnail::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.98)));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.98) 100%);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.98) 100%);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    visibility: hidden;
    opacity: 0;
}

.eigency-portfolio-items.design-three .thumbnail img {
    height: 520px;
}

@media only screen and (max-width: 1024px) {
    .eigency-portfolio-items.design-three .thumbnail img {
        height: 480px;
    }
}

@media only screen and (max-width: 767px) {
    .eigency-portfolio-items.design-three .thumbnail img {
        height: 420px;
    }
}

.eigency-portfolio-items.design-three .content {
    position: absolute;
    left: 35px;
    bottom: 35px;
    z-index: 2;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    -webkit-transform: translateX(25px);
    -ms-transform: translateX(25px);
    transform: translateX(25px);
    visibility: hidden;
    opacity: 0;
}

@media only screen and (max-width: 1024px) {
    .eigency-portfolio-items.design-three .content {
        left: 30px;
        bottom: 30px;
    }
}

.eigency-portfolio-items.design-three .title {
    font-size: 28px;
    line-height: 1.2;
}

@media only screen and (max-width: 1024px) {
    .eigency-portfolio-items.design-three .title {
        font-size: 22px;
    }
}

.eigency-portfolio-items.design-three .categories {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
}

    .eigency-portfolio-items.design-three .categories a {
        position: relative;
        color: rgba(255,255,255,.65);
    }

        .eigency-portfolio-items.design-three .categories a:hover {
            color: #00c998;
        }

        .eigency-portfolio-items.design-three .categories a:not(:last-child)::after {
            content: ",";
        }

.eigency-portfolio-items.design-three .read-more {
    top: 45%;
}

.eigency-portfolio-items.design-three .portfolio-item:hover .thumbnail::before {
    visibility: visible;
    opacity: 1;
}

.eigency-portfolio-items.design-three .portfolio-item:hover .content {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.eigency-portfolio-items.design-three .portfolio-item:hover .title, .eigency-portfolio-items.design-three .portfolio-item:hover .categories {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
}

.eigency-portfolio-items.design-four.layout-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 90px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

@media only screen and (max-width: 767px) {
    .eigency-portfolio-items.design-four.layout-grid {
        row-gap: 60px;
    }
}

.eigency-portfolio-items.design-four .portfolio-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 1024px) {
    .eigency-portfolio-items.design-four .portfolio-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.eigency-portfolio-items.design-four .portfolio-item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media only screen and (max-width: 1024px) {
    .eigency-portfolio-items.design-four .portfolio-item:nth-child(even) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.eigency-portfolio-items.design-four .thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
}

@media only screen and (max-width: 1024px) {
    .eigency-portfolio-items.design-four .thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
}

.eigency-portfolio-items.design-four .thumbnail img {
    height: 500px;
}

@media only screen and (max-width: 1200px) {
    .eigency-portfolio-items.design-four .thumbnail img {
        height: 460px;
    }
}

@media only screen and (max-width: 767px) {
    .eigency-portfolio-items.design-four .thumbnail img {
        height: 420px;
    }
}

.eigency-portfolio-items.design-four .content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    padding: 0 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (max-width: 1349px) {
    .eigency-portfolio-items.design-four .content {
        padding: 0 45px;
    }
}

@media only screen and (max-width: 1024px) {
    .eigency-portfolio-items.design-four .content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
        padding: 50px 50px 0;
    }
}

@media only screen and (max-width: 767px) {
    .eigency-portfolio-items.design-four .content {
        padding: 50px 35px 0;
    }
}

.eigency-portfolio-items.design-four .categories {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
    .eigency-portfolio-items.design-four .categories {
        font-size: 15px;
    }
}

.eigency-portfolio-items.design-four .categories a {
    color: #00c998;
}

    .eigency-portfolio-items.design-four .categories a:hover {
        color: var(--eigency-headline-color);
    }

    .eigency-portfolio-items.design-four .categories a:not(:last-child)::after {
        content: ",";
    }

.eigency-portfolio-items.design-four .title {
    font-size: 56px;
    font-weight: 500;
    line-height: 1.12;
}

@media only screen and (max-width: 1200px) {
    .eigency-portfolio-items.design-four .title {
        font-size: 42px;
    }
}

@media only screen and (max-width: 1200px) {
    .eigency-portfolio-items.design-four .title {
        font-size: 36px;
    }
}

@media only screen and (max-width: 767px) {
    .eigency-portfolio-items.design-four .title {
        font-size: 28px;
    }
}

.eigency-portfolio-items.design-four .excerpt {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    margin: 35px 0 0;
}

@media only screen and (max-width: 767px) {
    .eigency-portfolio-items.design-four .excerpt {
        margin: 30px 0 0;
    }
}

.eigency-portfolio-items.design-four .read-more {
    position: relative;
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0) rotate(0) scale(1) !important;
    -ms-transform: translate(0, 0) rotate(0) scale(1) !important;
    transform: translate(0, 0) rotate(0) scale(1) !important;
    margin-top: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    color: var(--eigency-headline-color);
    background-color: var(--eigency-dark-light-color);
    font-size: 20px;
}

@media only screen and (max-width: 1200px) {
    .eigency-portfolio-items.design-four .read-more {
        width: 55px;
        height: 55px;
        font-size: 18px;
    }
}

.eigency-portfolio-items.design-four .read-more i {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.eigency-portfolio-items.design-four .read-more:hover {
    color: var(--eigency-dark-color);
    background-color: #00c998;
}

.eigency-portfolio-items.layout-masonry {
    --thumb-height: 400px;
    --grid-gap: 20px;
}

@media only screen and (max-width: 1200px) {
    .eigency-portfolio-items.layout-masonry {
        --thumb-height: 380px;
    }
}

.eigency-portfolio-items.layout-masonry .masonry-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto var(--grid-gap) 43% var(--grid-gap) auto;
    grid-template-columns: auto 43% auto;
    gap: var(--grid-gap);
}

    .eigency-portfolio-items.layout-masonry .masonry-wrapper:not(:last-child) {
        margin-bottom: var(--grid-gap);
    }

@media only screen and (max-width: 1200px) {
    .eigency-portfolio-items.layout-masonry .masonry-wrapper {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (max-width: 767px) {
    .eigency-portfolio-items.layout-masonry .masonry-wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.eigency-portfolio-items.layout-masonry .long-posts .thumbnail img {
    height: calc(var(--thumb-height)*2 + var(--grid-gap));
}

@media only screen and (max-width: 1200px) {
    .eigency-portfolio-items.layout-masonry .long-posts .thumbnail img {
        height: var(--thumb-height);
    }
}

@media only screen and (max-width: 1200px) {
    .eigency-portfolio-items.layout-masonry .wide-posts {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        grid-column: 1/-1;
    }
}

.eigency-portfolio-items.layout-masonry .wide-posts .thumbnail img {
    height: var(--thumb-height);
}

.eigency-portfolio-items.layout-masonry .wide-posts .portfolio-item:not(:last-child) {
    margin-bottom: var(--grid-gap);
}

.eigency-video-popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .eigency-video-popup.has-video-image {
        width: 100%;
        height: 550px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        overflow: hidden;
        background-size: cover;
        background-position: center;
    }

        .eigency-video-popup.has-video-image::after {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
            background-color: rgba(0,0,0,.5);
        }

    .eigency-video-popup .popup-video {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 130px;
        height: 130px;
        border-radius: 50%;
        background-color: #00c998;
        color: var(--eigency-dark-color);
        position: relative;
        z-index: 2;
        font-size: 30px;
        overflow: hidden;
    }

        .eigency-video-popup .popup-video img {
            width: 110px;
            height: 110px;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center;
        }

.woocommerce-loop-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 50px;
    border: 1px solid var(--eigency-border-color);
    padding: 15px 30px;
}

@media only screen and (max-width: 479px) {
    .woocommerce-loop-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.woocommerce-loop-top .woocommerce-result-count {
    color: var(--eigency-body-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
    float: none;
}

.woocommerce-loop-top .woocommerce-ordering {
    margin: 0 0 0 auto;
    float: none;
}

    .woocommerce-loop-top .woocommerce-ordering select {
        width: auto;
        height: auto;
        padding: 0;
        border-radius: 0;
        color: var(--eigency-body-color);
        border: none;
        background-color: rgba(0,0,0,0);
        background-position: right 0 top 50% !important;
    }

        .woocommerce-loop-top .woocommerce-ordering select option {
            border-radius: 0;
            background-color: var(--eigency-dark-color);
        }

            .woocommerce-loop-top .woocommerce-ordering select option:hover {
                background-color: var(--eigency-secondary-color);
            }

body.woocommerce span.onsale, body.woocommerce-page span.onsale {
    position: absolute;
    right: 20px;
    top: 20px;
    left: auto;
    min-width: auto;
    min-height: auto;
    padding: 8px 20px;
    border-radius: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    color: var(--eigency-secondary-color);
    background-color: #00c998;
}

body.woocommerce .woocommerce-input-wrapper, body.woocommerce-page .woocommerce-input-wrapper {
    display: block;
}

body.woocommerce .select2-container, body.woocommerce-page .select2-container {
    height: 60px;
}

    body.woocommerce .select2-container .select2-selection--single, body.woocommerce-page .select2-container .select2-selection--single {
        height: 60px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid var(--eigency-border-color);
        background-color: var(--eigency-secondary-color);
    }

        body.woocommerce .select2-container .select2-selection--single .select2-selection__rendered, body.woocommerce-page .select2-container .select2-selection--single .select2-selection__rendered {
            padding: 0 30px;
            color: var(--eigency-body-color);
        }

        body.woocommerce .select2-container .select2-selection--single .select2-selection__arrow, body.woocommerce-page .select2-container .select2-selection--single .select2-selection__arrow {
            top: 14px;
            right: 10px;
        }

    body.woocommerce .select2-container span.selection, body.woocommerce-page .select2-container span.selection {
        display: block;
    }

body.woocommerce form .form-row, body.woocommerce-page form .form-row {
    padding: 0;
    margin: 0 0 20px;
}

body.woocommerce .select2-dropdown, body.woocommerce-page .select2-dropdown {
    background-color: var(--eigency-dark-color);
}

    body.woocommerce .select2-dropdown .select2-search--dropdown .select2-search__field, body.woocommerce-page .select2-dropdown .select2-search--dropdown .select2-search__field {
        border-color: var(--eigency-border-color);
        height: 45px;
    }

        body.woocommerce .select2-dropdown .select2-search--dropdown .select2-search__field:focus, body.woocommerce-page .select2-dropdown .select2-search--dropdown .select2-search__field:focus {
            border-color: #00c998;
        }

    body.woocommerce .select2-dropdown .select2-results__option, body.woocommerce-page .select2-dropdown .select2-results__option {
        font-size: 15px;
        font-weight: 500;
        padding: 5px 15px;
    }

        body.woocommerce .select2-dropdown .select2-results__option.select2-results__option--highlighted[data-selected], body.woocommerce .select2-dropdown .select2-results__option[data-selected=true], body.woocommerce-page .select2-dropdown .select2-results__option.select2-results__option--highlighted[data-selected], body.woocommerce-page .select2-dropdown .select2-results__option[data-selected=true] {
            color: var(--eigency-dark-color);
            background-color: #00c998;
        }

body.woocommerce .button, body.woocommerce .single_add_to_cart_button, body.woocommerce .single_add_to_cart_button.alt, body.woocommerce .single_add_to_cart_button.alt.disabled, body.woocommerce-page .button, body.woocommerce-page .single_add_to_cart_button, body.woocommerce-page .single_add_to_cart_button.alt, body.woocommerce-page .single_add_to_cart_button.alt.disabled {
    color: var(--eigency-dark-color);
    background-color: #00c998;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    padding: 18px 35px;
    border-radius: 0;
    border: 1px solid #00c998;
}

    body.woocommerce .button:hover, body.woocommerce .single_add_to_cart_button:hover, body.woocommerce .single_add_to_cart_button.alt:hover, body.woocommerce .single_add_to_cart_button.alt.disabled:hover, body.woocommerce-page .button:hover, body.woocommerce-page .single_add_to_cart_button:hover, body.woocommerce-page .single_add_to_cart_button.alt:hover, body.woocommerce-page .single_add_to_cart_button.alt.disabled:hover {
        color: var(--eigency-white-color);
        background-color: var(--eigency-secondary-color);
        border-color: var(--eigency-border-color);
    }

body.woocommerce table.shop_table, body.woocommerce-page table.shop_table {
    border-color: var(--eigency-border-color);
    border-radius: 0;
    margin: 0;
}

body.woocommerce .woocommerce-message, body.woocommerce .woocommerce-info, body.woocommerce-page .woocommerce-message, body.woocommerce-page .woocommerce-info {
    color: var(--eigency-white-color);
    background-color: var(--eigency-secondary-color);
    border-color: #00c998;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    body.woocommerce .woocommerce-message::before, body.woocommerce .woocommerce-info::before, body.woocommerce-page .woocommerce-message::before, body.woocommerce-page .woocommerce-info::before {
        color: #00c998;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    body.woocommerce .woocommerce-message::after, body.woocommerce .woocommerce-info::after, body.woocommerce-page .woocommerce-message::after, body.woocommerce-page .woocommerce-info::after {
        display: none;
    }

    body.woocommerce .woocommerce-message .button, body.woocommerce .woocommerce-info .button, body.woocommerce-page .woocommerce-message .button, body.woocommerce-page .woocommerce-info .button {
        font-size: 14px;
        padding: 12px 25px;
        -webkit-box-ordinal-group: 23;
        -ms-flex-order: 22;
        order: 22;
    }

body.woocommerce .wc-block-components-notice-banner, body.woocommerce-page .wc-block-components-notice-banner {
    font-size: 16px;
    font-weight: 700;
    color: var(--eigency-headline-color);
    background-color: var(--eigency-secondary-color);
    border: 1px solid var(--eigency-border-color);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0 35px;
    padding: 18px 20px !important;
}

    body.woocommerce .wc-block-components-notice-banner a.button, body.woocommerce-page .wc-block-components-notice-banner a.button {
        font-size: 14px;
        color: #00c998 !important;
        opacity: 1;
        text-decoration: underline;
    }

.woocommerce ul.products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px -15px !important;
}

    .woocommerce ul.products li.product {
        padding: 0 15px;
        margin: 0 0 30px;
        width: 100% !important;
    }

@media only screen and (min-width: 576px)and (max-width: 1024px) {
    .woocommerce ul.products li.product {
        width: 50% !important;
    }
}

@media only screen and (min-width: 1025px) {
    .woocommerce ul.products li.product {
        width: 33.333333% !important;
    }
}

.woocommerce ul.products.columns-1 li.product {
    width: 100% !important;
}

@media only screen and (min-width: 1025px) {
    .woocommerce ul.products.columns-2 li.product {
        width: 50% !important;
    }
}

@media only screen and (min-width: 1025px) {
    .woocommerce ul.products.columns-3 li.product {
        width: 33.333333% !important;
    }
}

@media only screen and (min-width: 1201px) {
    .woocommerce ul.products.columns-4 li.product {
        width: 25% !important;
    }
}

@media only screen and (min-width: 1350px) {
    .woocommerce ul.products.columns-5 li.product {
        width: 20% !important;
    }
}

@media only screen and (min-width: 1350px) {
    .woocommerce ul.products.columns-6 li.product {
        width: 16.666666% !important;
    }
}

.woocommerce ul.products .product .woocommerce-product-inner {
    position: relative;
}

    .woocommerce ul.products .product .woocommerce-product-inner .product-thumbnail {
        overflow: hidden;
        position: relative;
        margin-bottom: 25px;
    }

        .woocommerce ul.products .product .woocommerce-product-inner .product-thumbnail img {
            width: 100%;
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s;
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
        }

        .woocommerce ul.products .product .woocommerce-product-inner .product-thumbnail::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
            background-color: var(--eigency-secondary-color);
            visibility: hidden;
            opacity: 0;
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s;
        }

        .woocommerce ul.products .product .woocommerce-product-inner .product-thumbnail .cart-button {
            position: absolute;
            left: 0;
            bottom: 0;
            z-index: 2;
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            visibility: hidden;
            opacity: 0;
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s;
        }

            .woocommerce ul.products .product .woocommerce-product-inner .product-thumbnail .cart-button a.button, .woocommerce ul.products .product .woocommerce-product-inner .product-thumbnail .cart-button .wc-forward {
                position: relative;
                padding: 15px 30px;
                color: var(--eigency-dark-color);
                background-color: #00c998;
                font-size: 14px;
                line-height: 1;
                border: none;
                margin: 0;
                border-radius: 0;
            }

                .woocommerce ul.products .product .woocommerce-product-inner .product-thumbnail .cart-button a.button:hover, .woocommerce ul.products .product .woocommerce-product-inner .product-thumbnail .cart-button .wc-forward:hover {
                    color: var(--eigency-white-color);
                    background-color: var(--eigency-secondary-color);
                }

                .woocommerce ul.products .product .woocommerce-product-inner .product-thumbnail .cart-button a.button.loading, .woocommerce ul.products .product .woocommerce-product-inner .product-thumbnail .cart-button .wc-forward.loading {
                    opacity: 1;
                }

                    .woocommerce ul.products .product .woocommerce-product-inner .product-thumbnail .cart-button a.button.loading::before, .woocommerce ul.products .product .woocommerce-product-inner .product-thumbnail .cart-button a.button.loading::after, .woocommerce ul.products .product .woocommerce-product-inner .product-thumbnail .cart-button .wc-forward.loading::before, .woocommerce ul.products .product .woocommerce-product-inner .product-thumbnail .cart-button .wc-forward.loading::after {
                        content: "";
                        position: absolute;
                        left: 0;
                        top: 0;
                        width: 100%;
                        height: 100%;
                        z-index: 1;
                        background-color: #00c998;
                    }

                    .woocommerce ul.products .product .woocommerce-product-inner .product-thumbnail .cart-button a.button.loading::after, .woocommerce ul.products .product .woocommerce-product-inner .product-thumbnail .cart-button .wc-forward.loading::after {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        -webkit-box-pack: center;
                        -ms-flex-pack: center;
                        justify-content: center;
                        content: "" !important;
                        z-index: 2;
                        color: var(--eigency-dark-color);
                        background-color: rgba(0,0,0,0);
                    }

                .woocommerce ul.products .product .woocommerce-product-inner .product-thumbnail .cart-button a.button.added {
                    display: none;
                }

        .woocommerce ul.products .product .woocommerce-product-inner .product-thumbnail .onsale {
            top: 20px;
            right: 20px;
        }

    .woocommerce ul.products .product .woocommerce-product-inner:hover .product-thumbnail img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .woocommerce ul.products .product .woocommerce-product-inner:hover .product-thumbnail::before {
        visibility: visible;
        opacity: .5;
    }

    .woocommerce ul.products .product .woocommerce-product-inner:hover .product-thumbnail .cart-button {
        visibility: visible;
        opacity: 1;
        bottom: 30px;
    }

    .woocommerce ul.products .product .woocommerce-product-inner .product-content {
        position: relative;
        text-align: center;
        line-height: 1;
    }

    .woocommerce ul.products .product .woocommerce-product-inner .product-title {
        font-size: 18px;
        font-weight: 500;
        line-height: 1.2;
        margin-bottom: 12px;
    }

    .woocommerce ul.products .product .woocommerce-product-inner .star-rating {
        position: relative;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin: 0 0 10px;
        font-size: 12px;
    }

        .woocommerce ul.products .product .woocommerce-product-inner .star-rating, .woocommerce ul.products .product .woocommerce-product-inner .star-rating::before {
            color: #00c998;
        }

    .woocommerce ul.products .product .woocommerce-product-inner .price {
        color: var(--eigency-body-color);
        font-family: var(--eigency-secondary-font);
        font-size: 15px;
        font-weight: 500;
        margin: 0;
    }

        .woocommerce ul.products .product .woocommerce-product-inner .price del {
            text-decoration: line-through;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
        }

        .woocommerce ul.products .product .woocommerce-product-inner .price ins {
            color: var(--eigency-body-color);
            font-weight: inherit;
        }

.woocommerce.single-product div.product .woocommerce-summary-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

@media only screen and (max-width: 1024px) {
    .woocommerce.single-product div.product .woocommerce-summary-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.woocommerce.single-product div.product .woocommerce-summary-wrap span.onsale {
    left: 20px !important;
    right: auto !important;
}

.woocommerce.single-product div.product .woocommerce-product-gallery {
    width: 50% !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin: 0;
    padding-right: 15px;
}

@media only screen and (max-width: 1200px) {
    .woocommerce.single-product div.product .woocommerce-product-gallery {
        width: 50% !important;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

@media only screen and (max-width: 1024px) {
    .woocommerce.single-product div.product .woocommerce-product-gallery {
        width: 100% !important;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 0;
    }
}

.woocommerce.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    border-radius: 3px;
    overflow: hidden;
    width: 100%;
}

.woocommerce.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a {
    position: relative;
    display: block;
    pointer-events: none;
}

.woocommerce.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    margin-top: 30px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}

@media only screen and (max-width: 479px) {
    .woocommerce.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
        grid-gap: 20px;
    }
}

.woocommerce.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
    float: none;
    width: 100%;
}

.woocommerce.single-product div.product .woocommerce-product-gallery .flex-control-thumbs img {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 1;
    border: 3px solid rgba(0,0,0,0);
}

    .woocommerce.single-product div.product .woocommerce-product-gallery .flex-control-thumbs img.flex-active {
        border-color: #00c998;
    }

.woocommerce.single-product div.product .entry-summary {
    width: 50% !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    float: none;
    padding-left: 50px;
    margin: 0;
}

@media only screen and (max-width: 1200px) {
    .woocommerce.single-product div.product .entry-summary {
        padding-left: 50px;
    }
}

@media only screen and (max-width: 1024px) {
    .woocommerce.single-product div.product .entry-summary {
        width: 100% !important;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-left: 0;
        padding-top: 60px;
    }
}

.woocommerce.single-product div.product .entry-summary .price {
    width: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 26px;
    font-weight: 700;
    color: var(--eigency-headline-color);
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 25px;
}

    .woocommerce.single-product div.product .entry-summary .price del, .woocommerce.single-product div.product .entry-summary .price del > span {
        color: var(--eigency-body-color) !important;
        margin-right: 5px;
        text-decoration: line-through;
        opacity: 1;
    }

.woocommerce.single-product div.product .entry-summary .woocommerce-product-rating {
    margin: 0 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
}

    .woocommerce.single-product div.product .entry-summary .woocommerce-product-rating a.woocommerce-review-link {
        color: var(--eigency-body-color);
        line-height: 1;
        margin-left: 10px;
        font-size: 14px;
        font-weight: 500;
    }

        .woocommerce.single-product div.product .entry-summary .woocommerce-product-rating a.woocommerce-review-link:hover {
            color: #00c998;
        }

    .woocommerce.single-product div.product .entry-summary .woocommerce-product-rating .star-rating {
        font-size: 15px;
        line-height: 1;
        margin: 0;
        top: -1px;
    }

        .woocommerce.single-product div.product .entry-summary .woocommerce-product-rating .star-rating, .woocommerce.single-product div.product .entry-summary .woocommerce-product-rating .star-rating::before {
            color: #00c998;
        }

.woocommerce.single-product div.product .entry-summary .woocommerce-product-details__short-description p:last-child {
    margin: 0;
}

.woocommerce.single-product div.product .entry-summary p.stock.in-stock {
    font-size: 18px;
    font-weight: 700;
    margin: 20px 0 0;
    color: var(--eigency-headline-color);
}

.woocommerce.single-product div.product .entry-summary .product_meta {
    padding: 40px 0 0;
    margin: 40px 0 0;
    border-top: 1px solid var(--eigency-border-color);
}

    .woocommerce.single-product div.product .entry-summary .product_meta .sku_wrapper, .woocommerce.single-product div.product .entry-summary .product_meta .posted_in, .woocommerce.single-product div.product .entry-summary .product_meta .tagged_as {
        display: block;
        font-size: 16px;
        font-weight: 600;
        text-transform: capitalize;
        color: var(--eigency-headline-color);
        margin-bottom: 12px;
        line-height: 1.4;
    }

        .woocommerce.single-product div.product .entry-summary .product_meta .sku_wrapper span, .woocommerce.single-product div.product .entry-summary .product_meta .sku_wrapper a, .woocommerce.single-product div.product .entry-summary .product_meta .posted_in span, .woocommerce.single-product div.product .entry-summary .product_meta .posted_in a, .woocommerce.single-product div.product .entry-summary .product_meta .tagged_as span, .woocommerce.single-product div.product .entry-summary .product_meta .tagged_as a {
            color: var(--eigency-body-color);
            margin-left: 7px;
            text-transform: capitalize;
            font-size: 15px;
            font-weight: 400;
        }

            .woocommerce.single-product div.product .entry-summary .product_meta .sku_wrapper a:hover, .woocommerce.single-product div.product .entry-summary .product_meta .posted_in a:hover, .woocommerce.single-product div.product .entry-summary .product_meta .tagged_as a:hover {
                color: #00c998;
            }

.woocommerce.single-product div.product .entry-summary form.cart {
    padding: 35px 0 0;
    margin: 35px 0 0;
    border-top: 1px solid var(--eigency-border-color);
}

    .woocommerce.single-product div.product .entry-summary form.cart label {
        font-size: 15px;
        letter-spacing: .03em;
        margin-bottom: 0;
        margin-right: 8px;
        color: var(--eigency-headline-color);
        font-weight: 500;
        text-transform: capitalize;
    }

        .woocommerce.single-product div.product .entry-summary form.cart label a {
            color: inherit;
        }

            .woocommerce.single-product div.product .entry-summary form.cart label a:hover {
                color: #00c998;
            }

    .woocommerce.single-product div.product .entry-summary form.cart .reset_variations {
        display: none !important;
    }

    .woocommerce.single-product div.product .entry-summary form.cart .woocommerce-grouped-product-list {
        border: none;
        margin-bottom: 28px;
    }

        .woocommerce.single-product div.product .entry-summary form.cart .woocommerce-grouped-product-list td {
            vertical-align: middle;
        }

        .woocommerce.single-product div.product .entry-summary form.cart .woocommerce-grouped-product-list .woocommerce-Price-amount {
            font-weight: 600;
            color: #00c998;
        }

        .woocommerce.single-product div.product .entry-summary form.cart .woocommerce-grouped-product-list del .woocommerce-Price-amount {
            color: inherit;
            opacity: .5;
            text-decoration: line-through;
        }

        .woocommerce.single-product div.product .entry-summary form.cart .woocommerce-grouped-product-list ins {
            background: rgba(0,0,0,0);
        }

    .woocommerce.single-product div.product .entry-summary form.cart .variations {
        margin-bottom: 10px;
    }

        .woocommerce.single-product div.product .entry-summary form.cart .variations td {
            padding: 0 0 20px 0;
            vertical-align: middle;
        }

    .woocommerce.single-product div.product .entry-summary form.cart .button-variable-wrapper .button-variable-item {
        border: none;
        line-height: 40px;
        color: var(--eigency-headline-color);
        background-color: var(--eigency-secondary-color);
        text-transform: capitalize;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        margin: 0 5px 5px 0;
        width: 40px;
        height: 40px;
    }

        .woocommerce.single-product div.product .entry-summary form.cart .button-variable-wrapper .button-variable-item span {
            font-size: 14px;
        }

        .woocommerce.single-product div.product .entry-summary form.cart .button-variable-wrapper .button-variable-item.selected, .woocommerce.single-product div.product .entry-summary form.cart .button-variable-wrapper .button-variable-item:hover {
            color: var(--eigency-white-color);
            background-color: var(--eigency-secondary-color);
        }

    .woocommerce.single-product div.product .entry-summary form.cart .color-variable-wrapper .color-variable-item {
        padding: 0;
        border: none;
        margin: 0 5px 5px 0;
        opacity: .5;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .woocommerce.single-product div.product .entry-summary form.cart .color-variable-wrapper .color-variable-item span {
            border: 2px solid rgba(0,0,0,.2);
        }

        .woocommerce.single-product div.product .entry-summary form.cart .color-variable-wrapper .color-variable-item.selected {
            opacity: 1;
        }

    .woocommerce.single-product div.product .entry-summary form.cart .woocommerce-variation-add-to-cart {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .woocommerce.single-product div.product .entry-summary form.cart button {
        height: 55px;
        width: auto;
        text-transform: uppercase;
        padding: 0 35px;
        border-radius: 0;
    }

@media only screen and (max-width: 767px) {
    .woocommerce.single-product div.product .entry-summary form.cart button {
        height: 45px;
        padding: 0 25px;
        font-size: 14px;
    }
}

.woocommerce.single-product div.product .entry-summary form.cart:not(.grouped_form) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.woocommerce.single-product div.product .entry-summary .quantity {
    margin: 0 20px 0 0 !important;
}

    .woocommerce.single-product div.product .entry-summary .quantity .qty {
        font-size: 15px !important;
        color: var(--eigency-body-color);
        background-color: rgba(0,0,0,0);
        height: 55px !important;
        width: 80px;
        padding: 0 3px !important;
        border-radius: 0;
    }

@media only screen and (max-width: 767px) {
    .woocommerce.single-product div.product .entry-summary .quantity .qty {
        height: 45px !important;
    }
}

.woocommerce.single-product div.product .entry-summary .quantity .qty:focus {
    border-color: #00c998;
    background-color: rgba(0,0,0,0);
}

.woocommerce.single-product div.product .woocommerce-tabs {
    padding-top: 100px;
}

@media only screen and (max-width: 1024px) {
    .woocommerce.single-product div.product .woocommerce-tabs {
        padding-top: 80px;
    }
}

.woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs {
    margin: 0 0 50px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: visible;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 767px) {
    .woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs {
        margin-bottom: 35px;
    }
}

.woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs:before, .woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs:after {
    display: none !important;
}

.woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs li {
    margin: 0 8px 15px 8px;
    padding: 0;
    border: none;
    background-color: rgba(0,0,0,0);
}

    .woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs li a {
        font-size: 15px;
        font-weight: 700;
        line-height: 1.25;
        text-transform: capitalize;
        border-radius: 0;
        padding: 18px 45px;
        border: 1px solid var(--eigency-border-color);
        color: var(--eigency-headline-color);
        background-color: rgba(0,0,0,0);
    }

@media only screen and (max-width: 1200px) {
    .woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs li a {
        padding: 18px 30px;
    }
}

@media only screen and (max-width: 1024px) {
    .woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs li a {
        font-size: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs li a {
        padding: 16px 25px;
    }
}

@media only screen and (max-width: 479px) {
    .woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs li a {
        font-size: 14px;
        padding: 14px 20px;
    }
}

.woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs li a:hover {
    color: var(--eigency-dark-color);
    background-color: #00c998;
    border-color: #00c998;
}

.woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs li.active a {
    color: var(--eigency-dark-color);
    background-color: #00c998;
    border-color: #00c998;
}

.woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs li:before, .woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs li:after {
    display: none !important;
}

.woocommerce.single-product div.product .woocommerce-Tabs-panel {
    margin-bottom: 0;
}

    .woocommerce.single-product div.product .woocommerce-Tabs-panel > h2 {
        display: none;
    }

    .woocommerce.single-product div.product .woocommerce-Tabs-panel p:last-child {
        margin-bottom: 0;
    }

    .woocommerce.single-product div.product .woocommerce-Tabs-panel .shop_attributes {
        border: 1px solid var(--eigency-border-color);
    }

        .woocommerce.single-product div.product .woocommerce-Tabs-panel .shop_attributes th, .woocommerce.single-product div.product .woocommerce-Tabs-panel .shop_attributes td {
            font-family: inherit;
            font-weight: normal;
            font-style: normal;
            padding: 12px 20px;
            color: var(--eigency-headline-color);
            background-color: rgba(0,0,0,0);
            vertical-align: middle;
            border-color: var(--eigency-border-color);
        }

        .woocommerce.single-product div.product .woocommerce-Tabs-panel .shop_attributes th {
            background-color: var(--eigency-dark-light-color);
            width: 200px;
            font-weight: 600;
        }

@media only screen and (max-width: 479px) {
    .woocommerce.single-product div.product .woocommerce-Tabs-panel .shop_attributes th {
        width: auto;
    }
}

.woocommerce.single-product div.product .woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title {
    font-size: 24px !important;
    margin-bottom: 30px;
}

.woocommerce.single-product div.product .woocommerce-Tabs-panel--reviews .woocommerce-noreviews {
    margin-bottom: 15px !important;
}

.woocommerce.single-product div.product .comment-reply-title, .woocommerce.single-product div.product .nice-select {
    display: none;
}

.woocommerce.single-product div.product #review_form #respond {
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .woocommerce.single-product div.product #review_form #respond .comment-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 50px 60px;
        background-color: var(--eigency-secondary-color);
    }

@media only screen and (max-width: 1200px) {
    .woocommerce.single-product div.product #review_form #respond .comment-form {
        padding: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .woocommerce.single-product div.product #review_form #respond .comment-form {
        padding: 40px;
    }
}

@media only screen and (max-width: 479px) {
    .woocommerce.single-product div.product #review_form #respond .comment-form {
        padding: 40px 30px;
    }
}

.woocommerce.single-product div.product #review_form #respond .comment-form .comment-notes {
    display: none;
}

.woocommerce.single-product div.product #review_form #respond .comment-form p {
    margin: 0 0 30px;
}

.woocommerce.single-product div.product #review_form #respond .comment-form .comment-form-rating, .woocommerce.single-product div.product #review_form #respond .comment-form .comment-form-comment, .woocommerce.single-product div.product #review_form #respond .comment-form .comment-form-cookies-consent, .woocommerce.single-product div.product #review_form #respond .comment-form .form-submit {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.woocommerce.single-product div.product #review_form #respond .comment-form .comment-form-author, .woocommerce.single-product div.product #review_form #respond .comment-form .comment-form-email {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

@media only screen and (max-width: 479px) {
    .woocommerce.single-product div.product #review_form #respond .comment-form .comment-form-author, .woocommerce.single-product div.product #review_form #respond .comment-form .comment-form-email {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.woocommerce.single-product div.product #review_form #respond .comment-form .comment-form-author {
    padding-right: 15px;
}

@media only screen and (max-width: 479px) {
    .woocommerce.single-product div.product #review_form #respond .comment-form .comment-form-author {
        padding-right: 0;
    }
}

.woocommerce.single-product div.product #review_form #respond .comment-form .comment-form-email {
    padding-left: 15px;
}

@media only screen and (max-width: 479px) {
    .woocommerce.single-product div.product #review_form #respond .comment-form .comment-form-email {
        padding-left: 0;
    }
}

.woocommerce.single-product div.product #review_form #respond .comment-form label {
    margin-bottom: 20px;
    display: block;
    line-height: 1;
    color: var(--eigency-headline-color);
}

@media only screen and (max-width: 767px) {
    .woocommerce.single-product div.product #review_form #respond .comment-form label {
        font-size: 14px;
    }
}

.woocommerce.single-product div.product #review_form #respond .comment-form .stars {
    margin-bottom: 10px;
}

    .woocommerce.single-product div.product #review_form #respond .comment-form .stars a {
        color: #ff7425;
    }

.woocommerce.single-product div.product #review_form #respond .comment-form input:not([type=submit]), .woocommerce.single-product div.product #review_form #respond .comment-form textarea {
    border: 1px solid var(--eigency-dark-color);
    background-color: var(--eigency-dark-color);
}

    .woocommerce.single-product div.product #review_form #respond .comment-form input:not([type=submit]):focus, .woocommerce.single-product div.product #review_form #respond .comment-form textarea:focus {
        color: var(--eigency-headline-color);
        background-color: var(--eigency-dark-color);
        border-color: #00c998;
    }

.woocommerce.single-product div.product #review_form #respond .comment-form #comment {
    padding: 20px 30px;
    height: 140px;
}

.woocommerce.single-product div.product #review_form #respond .comment-form .comment-form-cookies-consent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

    .woocommerce.single-product div.product #review_form #respond .comment-form .comment-form-cookies-consent label {
        margin: 0 0 0 10px;
        line-height: 1.4;
        display: inline-block;
    }

@media only screen and (max-width: 767px) {
    .woocommerce.single-product div.product #review_form #respond .comment-form .comment-form-cookies-consent label {
        font-size: 14px;
    }
}

.woocommerce.single-product div.product #review_form #respond .comment-form .comment-form-cookies-consent input[type=checkbox] {
    top: 5px;
    position: relative;
    height: auto;
}

.woocommerce.single-product div.product #review_form #respond .comment-form .form-submit {
    margin: 10px 0 0;
}

.woocommerce.single-product div.product #review_form #respond .comment-form input.submit {
    color: var(--eigency-secondary-color);
    background-color: #00c998;
    border-radius: 0;
    padding: 18px 40px;
}

.woocommerce.single-product div.product #review_form #respond .comment-form .comment-form-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 30px;
}

    .woocommerce.single-product div.product #review_form #respond .comment-form .comment-form-rating label, .woocommerce.single-product div.product #review_form #respond .comment-form .comment-form-rating .stars {
        margin: 0;
        line-height: 1;
    }

    .woocommerce.single-product div.product #review_form #respond .comment-form .comment-form-rating .stars {
        margin-left: 20px;
        font-size: 16px;
    }

.woocommerce.single-product div.product #reviews #comments ol.commentlist {
    padding: 0;
    margin: 0 0 50px;
    border-bottom: 1px solid var(--eigency-border-color);
}

    .woocommerce.single-product div.product #reviews #comments ol.commentlist li.review {
        position: relative;
        margin: 0 0 50px;
    }

        .woocommerce.single-product div.product #reviews #comments ol.commentlist li.review .star-rating {
            position: absolute;
            right: 10px;
            top: 0;
            font-size: 15px;
        }

            .woocommerce.single-product div.product #reviews #comments ol.commentlist li.review .star-rating, .woocommerce.single-product div.product #reviews #comments ol.commentlist li.review .star-rating::before {
                color: #00c998;
            }

                .woocommerce.single-product div.product #reviews #comments ol.commentlist li.review .star-rating .count-rating {
                    display: none;
                }

@media only screen and (max-width: 767px) {
    .woocommerce.single-product div.product #reviews #comments ol.commentlist li.review .star-rating {
        font-size: 14px;
    }
}

@media only screen and (max-width: 479px) {
    .woocommerce.single-product div.product #reviews #comments ol.commentlist li.review .star-rating {
        position: relative;
        display: block;
        right: auto;
        float: none;
        margin-bottom: 15px;
    }
}

.woocommerce.single-product div.product #reviews #comments ol.commentlist li.review .comment_container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.woocommerce.single-product div.product #reviews #comments ol.commentlist li.review img.avatar {
    position: relative;
    padding: 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-right: 30px;
    border: none;
}

@media only screen and (max-width: 479px) {
    .woocommerce.single-product div.product #reviews #comments ol.commentlist li.review img.avatar {
        width: 60px;
        height: 60px;
        margin-right: 15px;
    }
}

.woocommerce.single-product div.product #reviews #comments ol.commentlist li.review .comment-text {
    border: none;
    margin: 0;
    padding: 0;
}

.woocommerce.single-product div.product #reviews #comments ol.commentlist li.review .meta {
    margin: 0 0 10px;
    line-height: 1;
    color: var(--eigency-body-color);
}

    .woocommerce.single-product div.product #reviews #comments ol.commentlist li.review .meta time {
        display: inline-block;
        margin: 10px 0;
    }

    .woocommerce.single-product div.product #reviews #comments ol.commentlist li.review .meta .woocommerce-review__author {
        font-size: 18px;
        color: var(--eigency-headline-color);
    }

@media only screen and (max-width: 767px) {
    .woocommerce.single-product div.product #reviews #comments ol.commentlist li.review .meta .woocommerce-review__author {
        font-size: 18px;
    }
}

.woocommerce.single-product div.product #reviews #comments ol.commentlist li.review .description p {
    margin: 0;
}

.woocommerce.single-product div.product #reviews #comments ol.commentlist ul.children {
    margin: 35px 0 0 50px;
}

@media only screen and (max-width: 479px) {
    .woocommerce.single-product div.product #reviews #comments ol.commentlist ul.children {
        margin: 35px 0 0 30px;
    }
}

.woocommerce.single-product section.related {
    padding-top: 125px;
    margin-bottom: -30px;
}

@media only screen and (max-width: 1024px) {
    .woocommerce.single-product section.related {
        padding-top: 90px;
    }
}

.woocommerce.single-product section.related h2 {
    font-size: 35px;
    margin-bottom: 60px;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    .woocommerce.single-product section.related h2 {
        font-size: 28px;
    }
}

body.woocommerce-cart .woocommerce-cart-form .actions {
    text-align: right !important;
}

    body.woocommerce-cart .woocommerce-cart-form .actions .button {
        padding: 0 35px;
        height: 55px;
    }

body.woocommerce-cart .woocommerce-cart-form .shop_table {
    border-width: 0 0 0 1px;
    border-radius: 0;
}

@media only screen and (max-width: 768px) {
    body.woocommerce-cart .woocommerce-cart-form .shop_table {
        border-top-width: 1px;
    }
}

body.woocommerce-cart .woocommerce-cart-form .shop_table thead th {
    font-family: var(--eigency-secondary-font);
    font-size: 16px;
    font-weight: 700;
    padding: 15px;
    border-left-color: rgba(0,0,0,0);
    text-align: center;
}

body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td {
    text-align: center;
    padding: 18px 15px;
    border-left-color: rgba(0,0,0,0);
}

    body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.actions {
        padding: 25px;
    }

@media only screen and (max-width: 768px) {
    body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.actions .coupon {
        padding-bottom: 20px;
    }
}

body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.actions .input-text {
    width: 200px !important;
    height: 55px;
    padding: 0 25px;
    margin-right: 20px !important;
    border: 1px solid var(--eigency-border-color);
}

    body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.actions .input-text:focus {
        border-color: #00c998;
    }

@media only screen and (max-width: 768px) {
    body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.actions .input-text {
        width: 100% !important;
        margin: 0 0 10px !important;
    }
}

@media only screen and (max-width: 768px) {
    body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.actions .button {
        width: 100%;
        float: none;
    }
}

body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td .quantity .qty {
    width: 80px;
    height: 50px;
    border-radius: 0;
    font-size: 15px !important;
    color: var(--eigency-headline-color);
    padding: 0;
    margin: auto;
}

@media only screen and (max-width: 768px) {
    body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td .quantity .qty {
        margin: 0 0 0 auto;
    }
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-name {
    font-family: var(--eigency-secondary-font);
    font-size: 16px;
    font-weight: 700;
}

    body.woocommerce-cart .woocommerce-cart-form tbody .product-name a {
        color: var(--eigency-headline-color);
    }

        body.woocommerce-cart .woocommerce-cart-form tbody .product-name a:hover {
            color: #00c998;
        }

    body.woocommerce-cart .woocommerce-cart-form tbody .product-name dl.variation {
        display: none;
    }

body.woocommerce-cart .woocommerce-cart-form tbody .product-price, body.woocommerce-cart .woocommerce-cart-form tbody .product-subtotal {
    color: var(--eigency-headline-color);
    font-size: 15px;
    font-weight: 500;
}

    body.woocommerce-cart .woocommerce-cart-form tbody .product-price ins, body.woocommerce-cart .woocommerce-cart-form tbody .product-subtotal ins {
        color: var(--eigency-body-color);
        background-color: rgba(0,0,0,0);
    }

body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail {
    text-align: center !important;
    min-width: 120px;
}

    body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail a {
        display: block;
    }

        body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail a img {
            width: 100%;
            max-width: 80px;
        }

body.woocommerce-cart .woocommerce-cart-form tbody .product-remove a.remove {
    font-size: 18px;
    padding: 5px !important;
    font-weight: 500;
    color: var(--eigency-headline-color) !important;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin: auto;
    width: auto;
    height: auto;
    display: inline-block;
}

    body.woocommerce-cart .woocommerce-cart-form tbody .product-remove a.remove:hover {
        color: #00c998 !important;
        background-color: rgba(0,0,0,0);
    }

body.woocommerce-cart .cart-collaterals {
    margin-top: 80px;
}

    body.woocommerce-cart .cart-collaterals .cart_totals {
        padding: 40px;
        background-color: var(--eigency-secondary-color);
        border: 1px solid var(--eigency-border-color);
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 40%;
    }

@media only screen and (max-width: 1024px) {
    body.woocommerce-cart .cart-collaterals .cart_totals {
        width: 60%;
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media only screen and (max-width: 767px) {
    body.woocommerce-cart .cart-collaterals .cart_totals {
        padding: 30px;
        width: 100%;
    }
}

body.woocommerce-cart .cart-collaterals .cart_totals > h2 {
    font-size: 24px;
    margin-bottom: 30px;
    text-transform: capitalize;
}

body.woocommerce-cart .cart-collaterals .cart_totals table {
    border: 1px solid var(--eigency-border-color);
    border-bottom: 0;
    margin: 0;
}

body.woocommerce-cart .cart-collaterals .cart_totals th {
    vertical-align: middle !important;
    color: var(--eigency-headline-color);
    border: none;
    border-right: 1px solid var(--eigency-border-color);
    border-bottom: 1px solid var(--eigency-border-color);
    padding: 15px;
}

body.woocommerce-cart .cart-collaterals .cart_totals td {
    color: var(--eigency-headline-color);
    padding: 15px;
    border: none;
    border-bottom: 1px solid var(--eigency-border-color);
}

body.woocommerce-cart .cart-collaterals .cart_totals .order-total th, body.woocommerce-cart .cart-collaterals .cart_totals .order-total td {
    color: var(--eigency-headline-color);
    font-weight: 600;
}

body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator p {
    margin-bottom: 0;
}

body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator input, body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .select2-container .select2-selection--single {
    background-color: var(--eigency-dark-color);
    height: 55px;
    font-size: 15px;
}

body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .button {
    background-color: var(--eigency-dark-color);
    border: none;
    height: 55px;
}

    body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .button:hover {
        color: var(--eigency-white-color);
    }

body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button {
    color: #00c998;
}

    body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:hover {
        color: var(--eigency-white-color);
    }

body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form {
    padding-top: 10px;
}

body.woocommerce-cart .cart-collaterals .cart_totals .form-row-wide > span {
    display: block;
}

body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    padding: 30px 0 0;
}

    body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
        margin-bottom: 0;
        width: 100%;
        padding: 15px 30px;
        font-size: 15px;
        font-weight: 700;
        color: var(--eigency-dark-color);
        background-color: #00c998;
    }

.wp-block-woocommerce-cart .wc-block-cart.wp-block-woocommerce-filled-cart-block .wc-block-components-product-badge {
    border-color: var(--eigency-border-color);
    padding: 2px 10px;
    font-size: 12px;
    margin: 0;
}

.wp-block-woocommerce-cart .wc-block-cart.wp-block-woocommerce-filled-cart-block .wc-block-cart-items {
    border-bottom: 1px solid var(--eigency-border-color);
    margin: 0;
}

    .wp-block-woocommerce-cart .wc-block-cart.wp-block-woocommerce-filled-cart-block .wc-block-cart-items th {
        padding: 0 0 15px 0;
        margin: 0;
        border: 0;
        font-size: 16px;
    }

    .wp-block-woocommerce-cart .wc-block-cart.wp-block-woocommerce-filled-cart-block .wc-block-cart-items td {
        border-top: 1px solid var(--eigency-border-color);
        padding: 25px 0 25px;
    }

        .wp-block-woocommerce-cart .wc-block-cart.wp-block-woocommerce-filled-cart-block .wc-block-cart-items td.wc-block-cart-item__image {
            padding-right: 0;
        }

        .wp-block-woocommerce-cart .wc-block-cart.wp-block-woocommerce-filled-cart-block .wc-block-cart-items td:last-child {
            padding-right: 0;
        }

        .wp-block-woocommerce-cart .wc-block-cart.wp-block-woocommerce-filled-cart-block .wc-block-cart-items td.wc-block-cart-item__product {
            padding: 25px 30px;
        }

            .wp-block-woocommerce-cart .wc-block-cart.wp-block-woocommerce-filled-cart-block .wc-block-cart-items td.wc-block-cart-item__product .wc-block-components-product-price {
                margin: 15px 0 12px;
            }

                .wp-block-woocommerce-cart .wc-block-cart.wp-block-woocommerce-filled-cart-block .wc-block-cart-items td.wc-block-cart-item__product .wc-block-components-product-price, .wp-block-woocommerce-cart .wc-block-cart.wp-block-woocommerce-filled-cart-block .wc-block-cart-items td.wc-block-cart-item__product .wc-block-components-product-price ins {
                    color: var(--eigency-body-color);
                }

    .wp-block-woocommerce-cart .wc-block-cart.wp-block-woocommerce-filled-cart-block .wc-block-cart-items .wc-block-components-product-price, .wp-block-woocommerce-cart .wc-block-cart.wp-block-woocommerce-filled-cart-block .wc-block-cart-items .wc-block-components-product-price ins {
        color: var(--eigency-headline-color);
    }

        .wp-block-woocommerce-cart .wc-block-cart.wp-block-woocommerce-filled-cart-block .wc-block-cart-items .wc-block-components-product-price del {
            opacity: .5;
        }

    .wp-block-woocommerce-cart .wc-block-cart.wp-block-woocommerce-filled-cart-block .wc-block-cart-items .wc-block-components-product-name {
        font-size: 18px;
        font-weight: 700;
        color: var(--eigency-headline-color);
        line-height: 1.2;
    }

    .wp-block-woocommerce-cart .wc-block-cart.wp-block-woocommerce-filled-cart-block .wc-block-cart-items .wc-block-components-product-metadata {
        margin: 15px 0 15px;
    }

        .wp-block-woocommerce-cart .wc-block-cart.wp-block-woocommerce-filled-cart-block .wc-block-cart-items .wc-block-components-product-metadata .wc-block-components-product-metadata__description > p {
            font-size: 14px;
            margin: 0;
        }

.wp-block-woocommerce-cart .wc-block-cart.wp-block-woocommerce-filled-cart-block .wc-block-components-quantity-selector {
    margin: 0 0 14px;
    border-radius: 0;
    border: 1px solid var(--eigency-border-color);
    width: 120px;
}

    .wp-block-woocommerce-cart .wc-block-cart.wp-block-woocommerce-filled-cart-block .wc-block-components-quantity-selector input {
        color: var(--eigency-body-color);
        padding: 0;
        height: 45px;
        font-size: 14px;
        font-weight: 500;
        border-left: 1px solid var(--eigency-border-color);
        border-right: 1px solid var(--eigency-border-color);
    }

        .wp-block-woocommerce-cart .wc-block-cart.wp-block-woocommerce-filled-cart-block .wc-block-components-quantity-selector input:focus {
            -webkit-box-shadow: none;
            box-shadow: none;
            color: var(--eigency-headline-color);
        }

    .wp-block-woocommerce-cart .wc-block-cart.wp-block-woocommerce-filled-cart-block .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
        color: var(--eigency-body-color);
        height: 45px;
        font-size: 16px;
        font-weight: 500;
        opacity: 1;
    }

        .wp-block-woocommerce-cart .wc-block-cart.wp-block-woocommerce-filled-cart-block .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus {
            -webkit-box-shadow: none;
            box-shadow: none;
            color: var(--eigency-headline-color);
        }

        .wp-block-woocommerce-cart .wc-block-cart.wp-block-woocommerce-filled-cart-block .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
            color: var(--eigency-headline-color);
        }

.wp-block-woocommerce-cart .wc-block-cart.wp-block-woocommerce-filled-cart-block .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    width: auto;
    height: auto;
    padding: 0;
    color: #00c998;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    opacity: .8;
}

    .wp-block-woocommerce-cart .wc-block-cart.wp-block-woocommerce-filled-cart-block .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover {
        color: #00c998;
        opacity: 1;
    }

.wp-block-woocommerce-cart .wc-block-cart.wp-block-woocommerce-filled-cart-block .wp-block-woocommerce-cart-totals-block .wc-block-cart__totals-title {
    color: var(--eigency-headline-color);
    font-size: 16px;
    font-weight: 700;
    padding: 0 0 15px 0;
    border-bottom: 1px solid var(--eigency-border-color);
}

.wp-block-woocommerce-cart .wc-block-cart.wp-block-woocommerce-filled-cart-block .wp-block-woocommerce-cart-totals-block .wc-block-components-totals-wrapper {
    border-color: var(--eigency-border-color);
}

.wp-block-woocommerce-cart .wc-block-cart.wp-block-woocommerce-filled-cart-block .wp-block-woocommerce-cart-totals-block .wc-block-components-totals-item__label, .wp-block-woocommerce-cart .wc-block-cart.wp-block-woocommerce-filled-cart-block .wp-block-woocommerce-cart-totals-block .wc-block-components-formatted-money-amount {
    font-size: 16px;
    color: var(--eigency-headline-color);
}

.wp-block-woocommerce-cart .wc-block-cart.wp-block-woocommerce-filled-cart-block .wp-block-woocommerce-cart-totals-block .wc-block-components-button {
    font-size: 15px;
    font-weight: 700;
    color: var(--eigency-dark-color);
    background-color: #00c998;
}

    .wp-block-woocommerce-cart .wc-block-cart.wp-block-woocommerce-filled-cart-block .wp-block-woocommerce-cart-totals-block .wc-block-components-button:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

@media(max-width: 782px) {
    .wp-block-woocommerce-cart .wc-block-cart .wc-block-cart__submit-container--sticky:before {
        -webkit-box-shadow: 0 -10px 20px 10px rgba(0,0,0,.5) !important;
        box-shadow: 0 -10px 20px 10px rgba(0,0,0,.5) !important;
    }
}

.woocommerce-checkout .wp-block-group {
    padding: 0;
}

.woocommerce-checkout .woocommerce-form-login-toggle {
    margin-top: 0;
}

.woocommerce-checkout .woocommerce-form-login {
    border: none !important;
    background-color: var(--eigency-secondary-color);
    border-radius: 0;
    margin: 0 0 30px !important;
}

    .woocommerce-checkout .woocommerce-form-login input {
        background-color: var(--eigency-dark-color);
    }

    .woocommerce-checkout .woocommerce-form-login .button {
        margin-right: 15px;
        height: auto;
        padding: 15px 35px;
    }

        .woocommerce-checkout .woocommerce-form-login .button:hover {
            color: var(--eigency-white-color);
            background-color: var(--eigency-dark-color);
        }

    .woocommerce-checkout .woocommerce-form-login .woocommerce-form-login__rememberme {
        margin: 0;
        line-height: 45px;
    }

.woocommerce-checkout .woocommerce-form-coupon-toggle .wc-block-components-notice-banner {
    margin: 0;
}

.woocommerce-checkout form.checkout_coupon {
    border: none;
    border-radius: 0;
    background-color: var(--eigency-secondary-color);
    margin: 0;
    padding: 20px;
}

    .woocommerce-checkout form.checkout_coupon .form-row-first {
        width: 50%;
        padding-right: 30px;
    }

@media only screen and (max-width: 479px) {
    .woocommerce-checkout form.checkout_coupon .form-row-first {
        padding-right: 0;
        width: 100%;
    }
}

.woocommerce-checkout form.checkout_coupon .form-row-last {
    width: 50%;
}

@media only screen and (max-width: 479px) {
    .woocommerce-checkout form.checkout_coupon .form-row-last {
        width: 100%;
    }
}

.woocommerce-checkout form.checkout_coupon input.input-text {
    height: 55px;
    background-color: var(--eigency-dark-color);
}

.woocommerce-checkout form.checkout_coupon .button {
    height: 55px;
    width: auto;
}

.woocommerce-checkout #add_payment_method #payment, .woocommerce-checkout #payment {
    border-radius: 0;
}

.woocommerce-checkout #customer_details {
    margin: 0 -15px;
    width: inherit;
}

    .woocommerce-checkout #customer_details .col-1, .woocommerce-checkout #customer_details .col-2 {
        width: 50%;
        -webkit-box-flex: inherit;
        -ms-flex: inherit;
        flex: inherit;
        max-width: 100%;
        padding: 0 15px;
    }

@media only screen and (max-width: 767px) {
    .woocommerce-checkout #customer_details {
        margin: 0;
    }

        .woocommerce-checkout #customer_details .col-1, .woocommerce-checkout #customer_details .col-2 {
            width: 100%;
            padding: 0;
        }
}

.woocommerce-checkout #customer_details span.woocommerce-input-wrapper {
    width: 100%;
    display: block;
}

.woocommerce-checkout #customer_details .woocommerce-billing-fields, .woocommerce-checkout #customer_details .woocommerce-additional-fields {
    margin-bottom: 36px;
}

    .woocommerce-checkout #customer_details .woocommerce-billing-fields > h3, .woocommerce-checkout #customer_details .woocommerce-additional-fields > h3 {
        font-size: 24px;
        margin-bottom: 25px;
        text-transform: capitalize;
    }

.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address {
    font-size: 24px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

    .woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address label {
        font-size: inherit;
        font-weight: inherit;
        font-family: inherit;
    }

    .woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address:hover {
        color: #00c998;
    }

    .woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address #ship-to-different-address-checkbox {
        position: absolute;
        opacity: 0;
    }

.woocommerce-checkout #customer_details .form-row {
    margin-bottom: 20px;
}

    .woocommerce-checkout #customer_details .form-row textarea {
        height: 160px;
    }

.woocommerce-checkout form.woocommerce-checkout {
    padding-top: 30px;
}

    .woocommerce-checkout form.woocommerce-checkout #order_review_heading {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 18px;
        text-transform: capitalize;
    }

    .woocommerce-checkout form.woocommerce-checkout #order_review th {
        font-weight: 500;
        vertical-align: middle !important;
    }

        .woocommerce-checkout form.woocommerce-checkout #order_review th + td {
            border-left: 1px solid var(--eigency-border-color);
        }

    .woocommerce-checkout form.woocommerce-checkout #order_review .product-total {
        border-left: 1px solid var(--eigency-border-color);
    }

    .woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table {
        margin-bottom: 50px;
        border-right: none;
        border-top: none;
        border-bottom: none;
    }

        .woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table th {
            font-weight: 500;
        }

        .woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table th, .woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table td {
            border-left: none;
            padding: 15px;
        }

            .woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table td.product-total, .woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .cart-subtotal td, .woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .order-total td {
                font-size: 15px;
                font-weight: 600;
                color: var(--eigency-headline-color);
                padding: 10px 15px;
            }

    .woocommerce-checkout form.woocommerce-checkout #order_review #payment {
        background-color: var(--eigency-secondary-color);
    }

        .woocommerce-checkout form.woocommerce-checkout #order_review #payment .about_paypal {
            margin-left: 10px;
        }

        .woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods {
            padding: 30px;
            border-bottom: 1px solid var(--eigency-border-color);
        }

        .woocommerce-checkout form.woocommerce-checkout #order_review #payment .place-order {
            padding: 30px;
            margin: 0;
        }

        .woocommerce-checkout form.woocommerce-checkout #order_review #payment #place_order {
            float: none;
            margin-top: 20px;
            border-radius: 0;
            background-color: #00c998;
            color: var(--eigency-dark-color);
            font-size: 15px;
            font-weight: 700;
            line-height: 1;
            text-transform: uppercase;
            padding: 18px 35px;
        }

            .woocommerce-checkout form.woocommerce-checkout #order_review #payment #place_order:hover {
                color: var(--eigency-white-color);
                background-color: var(--eigency-dark-color);
            }

.woocommerce-checkout #payment .woocommerce-notice {
    background-color: var(--eigency-dark-color);
}

.woocommerce-checkout #payment input[type=radio] {
    width: 15px;
    height: 15px;
    position: relative;
    top: 2px;
}

.woocommerce-checkout #payment label {
    color: var(--eigency-headline-color);
    display: inline-block;
    margin: 0 0 8px;
    font-weight: 500;
}

.woocommerce-checkout #payment div.payment_box {
    color: var(--eigency-body-color);
    background-color: var(--eigency-dark-color);
}

    .woocommerce-checkout #payment div.payment_box::before {
        border-color: var(--eigency-dark-color);
        border-right-color: rgba(0,0,0,0);
        border-left-color: rgba(0,0,0,0);
        border-top-color: rgba(0,0,0,0);
    }

.woocommerce-account .content-area .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    display: block;
    width: 100%;
}

.woocommerce-account .content-area .woocommerce-MyAccount-navigation {
    margin-bottom: 30px;
    width: 30%;
    float: left;
    padding: 0 15px;
}

@media only screen and (max-width: 767px) {
    .woocommerce-account .content-area .woocommerce-MyAccount-navigation {
        width: 100%;
        margin-bottom: 60px;
    }
}

.woocommerce-account .content-area .woocommerce-MyAccount-navigation ul {
    margin: 0;
    list-style: none;
}

    .woocommerce-account .content-area .woocommerce-MyAccount-navigation ul li {
        border-bottom: 1px solid var(--eigency-border-color);
    }

        .woocommerce-account .content-area .woocommerce-MyAccount-navigation ul li a {
            font-size: 16px;
            padding: 10px 0;
            color: var(--eigency-headline-color);
            position: relative;
            display: block;
        }

            .woocommerce-account .content-area .woocommerce-MyAccount-navigation ul li a:hover {
                color: #00c998;
            }

            .woocommerce-account .content-area .woocommerce-MyAccount-navigation ul li a:before {
                content: "";
                position: absolute;
                left: 0;
                top: 50%;
                -webkit-transform: translate(0, -50%);
                -ms-transform: translate(0, -50%);
                transform: translate(0, -50%);
                display: block;
                font-family: "Font Awesome 5 Pro";
                font-weight: 400;
                color: #00c998;
                margin-left: -16px;
                opacity: 0;
                -webkit-transition: .3s;
                -o-transition: .3s;
                transition: .3s;
            }

            .woocommerce-account .content-area .woocommerce-MyAccount-navigation ul li.is-active > a, .woocommerce-account .content-area .woocommerce-MyAccount-navigation ul li a:hover {
                color: #00c998;
                padding-left: 26px;
            }

                .woocommerce-account .content-area .woocommerce-MyAccount-navigation ul li.is-active > a:before, .woocommerce-account .content-area .woocommerce-MyAccount-navigation ul li a:hover:before {
                    margin-left: 0;
                    opacity: 1;
                }

.woocommerce-account .content-area .woocommerce-MyAccount-content {
    margin-bottom: 30px;
    padding: 0 15px;
    width: 70%;
    float: left;
}

@media only screen and (max-width: 767px) {
    .woocommerce-account .content-area .woocommerce-MyAccount-content {
        width: 100%;
        margin-bottom: 0;
    }
}

.woocommerce-account .content-area .woocommerce-MyAccount-content .col-1, .woocommerce-account .content-area .woocommerce-MyAccount-content .col-2 {
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    max-width: inherit;
}

.woocommerce-account .content-area .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
    padding: 0;
}

@media only screen and (max-width: 767px) {
    .woocommerce-account .content-area .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address.col-2 {
        padding-top: 30px;
    }
}

.woocommerce-account .content-area .woocommerce-MyAccount-content .form-row label {
    width: 100%;
}

.woocommerce-account .content-area .woocommerce-MyAccount-content .form-row .woocommerce-input-wrapper {
    width: 100%;
}

.woocommerce-account .content-area .woocommerce-MyAccount-content fieldset {
    padding: 15px;
    border: 1px solid var(--eigency-border-color);
    margin-bottom: 15px;
}

.woocommerce-account .content-area .woocommerce-MyAccount-content .woocommerce-order-details__title, .woocommerce-account .content-area .woocommerce-MyAccount-content .woocommerce-column__title, .woocommerce-account .content-area .woocommerce-MyAccount-content h3 {
    font-size: 28px;
}

@media only screen and (max-width: 1024px) {
    .woocommerce-account .content-area .woocommerce-MyAccount-content .woocommerce-order-details__title, .woocommerce-account .content-area .woocommerce-MyAccount-content .woocommerce-column__title, .woocommerce-account .content-area .woocommerce-MyAccount-content h3 {
        font-size: 24px;
        margin-bottom: 15px;
    }
}

.woocommerce-account .content-area .woocommerce-MyAccount-content table.shop_table {
    border: none;
    margin: 0;
}

.woocommerce-account .content-area .woocommerce-ResetPassword, .woocommerce-account .content-area .woocommerce-form {
    background-color: var(--eigency-secondary-color);
    border: 1px solid var(--eigency-border-color);
    padding: 30px;
    border-radius: 0;
    max-width: 670px;
    margin: 30px auto 0;
}

    .woocommerce-account .content-area .woocommerce-ResetPassword .form-row, .woocommerce-account .content-area .woocommerce-form .form-row {
        width: 100%;
    }

    .woocommerce-account .content-area .woocommerce-ResetPassword input, .woocommerce-account .content-area .woocommerce-form input {
        background-color: var(--eigency-dark-color);
    }

    .woocommerce-account .content-area .woocommerce-ResetPassword label, .woocommerce-account .content-area .woocommerce-form label {
        margin-bottom: 5px;
    }

    .woocommerce-account .content-area .woocommerce-ResetPassword .woocommerce-Button.button, .woocommerce-account .content-area .woocommerce-ResetPassword .woocommerce-button.button, .woocommerce-account .content-area .woocommerce-form .woocommerce-Button.button, .woocommerce-account .content-area .woocommerce-form .woocommerce-button.button {
        margin-right: 15px;
        height: auto;
        padding: 15px 35px;
    }

    .woocommerce-account .content-area .woocommerce-ResetPassword .woocommerce-LostPassword, .woocommerce-account .content-area .woocommerce-form .woocommerce-LostPassword {
        margin-bottom: 0;
    }

        .woocommerce-account .content-area .woocommerce-ResetPassword .woocommerce-LostPassword a, .woocommerce-account .content-area .woocommerce-form .woocommerce-LostPassword a {
            color: #00c998;
        }

    .woocommerce-account .content-area .woocommerce-ResetPassword .woocommerce-form__label-for-checkbox, .woocommerce-account .content-area .woocommerce-form .woocommerce-form__label-for-checkbox {
        padding: 0;
        line-height: 50px;
    }

        .woocommerce-account .content-area .woocommerce-ResetPassword .woocommerce-form__label-for-checkbox span, .woocommerce-account .content-area .woocommerce-form .woocommerce-form__label-for-checkbox span {
            font-size: 15px;
        }

        .woocommerce-account .content-area .woocommerce-ResetPassword .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox, .woocommerce-account .content-area .woocommerce-form .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
            position: relative;
            top: -1px;
        }

    .woocommerce-account .content-area .woocommerce-ResetPassword .woocommerce-Button, .woocommerce-account .content-area .woocommerce-form .woocommerce-Button {
        height: 42px;
    }

.woocommerce-account .content-area .woocommerce-notices-wrapper + h2 {
    text-align: center;
    font-size: 24px;
}

.woocommerce-account .content-area #customer_login {
    margin: 0 -15px;
    width: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .woocommerce-account .content-area #customer_login h2 {
        font-size: 24px;
    }

    .woocommerce-account .content-area #customer_login .u-column1.col-1, .woocommerce-account .content-area #customer_login .u-column2.col-2 {
        width: 50%;
        -webkit-box-flex: inherit;
        -ms-flex: inherit;
        flex: inherit;
        max-width: 100%;
        padding: 0 15px;
    }

@media only screen and (max-width: 767px) {
    .woocommerce-account .content-area #customer_login {
        margin: 0;
    }

        .woocommerce-account .content-area #customer_login .u-column1.col-1, .woocommerce-account .content-area #customer_login .u-column2.col-2 {
            width: 100%;
            padding: 0;
        }
}

.woocommerce-account .content-area .woocommerce-password-strength.bad {
    background-color: rgba(0,0,0,0);
    padding: 8px 0;
}

.woocommerce-account .content-area .woocommerce-table--order-details {
    margin-bottom: 50px;
    border-right: none;
    border-top: none;
    border-bottom: none;
}

    .woocommerce-account .content-area .woocommerce-table--order-details th {
        font-weight: 500;
        border-right: 0;
    }

    .woocommerce-account .content-area .woocommerce-table--order-details th, .woocommerce-account .content-area .woocommerce-table--order-details td {
        padding: 15px;
    }

        .woocommerce-account .content-area .woocommerce-table--order-details td.product-total, .woocommerce-account .content-area .woocommerce-table--order-details .cart-subtotal td, .woocommerce-account .content-area .woocommerce-table--order-details .order-total td {
            font-size: 15px;
            font-weight: 600;
            color: var(--eigency-headline-color);
            padding: 10px 15px;
        }

.woocommerce .woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .woocommerce .woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme input {
        height: auto;
        margin-right: 10px;
    }

.woocommerce-order table.shop_table {
    border: none;
}

    .woocommerce-order table.shop_table td {
        padding: 12px 15px;
    }

.woocommerce-order .woocommerce-order-details {
    margin: 0;
}

.woocommerce-order .woocommerce-order-overview li {
    color: var(--eigency-headline-color);
}

    .woocommerce-order .woocommerce-order-overview li strong {
        margin-top: 10px;
    }

.woocommerce-order .woocommerce-customer-details {
    margin: 0;
    padding-top: 50px;
}

    .woocommerce-order .woocommerce-customer-details address {
        padding: 20px;
        border-radius: 0;
        border-color: var(--eigency-border-color);
    }

.woocommerce-order .woocommerce-order-details__title, .woocommerce-order .woocommerce-column__title {
    font-size: 26px;
}
