img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -.1em !important;
    background: 0 0 !important;
    padding: 0 !important
}

.wp-block-audio figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-audio audio {
    width: 100%;
    min-width: 300px
}

.wp-block-button {
    color: #fff
}

.wp-block-button.aligncenter {
    text-align: center
}

.wp-block-button.alignright {
    text-align: right
}

.wp-block-button__link {
    background-color: #32373c;
    border: none;
    border-radius: 28px;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    margin: 0;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word
}

.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:visited {
    color: inherit
}

.is-style-squared .wp-block-button__link {
    border-radius: 0
}

.no-border-radius.wp-block-button__link {
    border-radius: 0!important
}

.is-style-outline {
    color: #32373c
}

.is-style-outline .wp-block-button__link {
    background-color: transparent;
    border: 2px solid
}

.wp-block-calendar {
    text-align: center
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
    padding: 4px;
    border: 1px solid #e2e4e7
}

.wp-block-calendar tfoot td {
    border: none
}

.wp-block-calendar table {
    width: 100%;
    border-collapse: collapse;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif
}

.wp-block-calendar table th {
    font-weight: 400;
    background: #edeff0
}

.wp-block-calendar a {
    text-decoration: underline
}

.wp-block-calendar tfoot a {
    color: #00739c
}

.wp-block-calendar table caption,
.wp-block-calendar table tbody {
    color: #40464d
}

.wp-block-categories.alignleft {
    margin-right: 2em
}

.wp-block-categories.alignright {
    margin-left: 2em
}

.wp-block-columns {
    display: flex;
    margin-bottom: 28px;
    flex-wrap: wrap
}

@media (min-width:782px) {
    .wp-block-columns {
        flex-wrap: nowrap
    }
}

.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word
}

@media (max-width:599px) {
    .wp-block-column {
        flex-basis: 100%!important
    }
}

@media (min-width:600px) {
    .wp-block-column {
        flex-basis: calc(50% - 16px);
        flex-grow: 0
    }
    .wp-block-column:nth-child(2n) {
        margin-left: 32px
    }
}

@media (min-width:782px) {
    .wp-block-column:not(: first-child) {
        margin-left: 32px
    }
}

.wp-block-columns.are-vertically-aligned-top {
    align-items: flex-start
}

.wp-block-columns.are-vertically-aligned-center {
    align-items: center
}

.wp-block-columns.are-vertically-aligned-bottom {
    align-items: flex-end
}

.wp-block-column.is-vertically-aligned-top {
    align-self: flex-start
}

.wp-block-column.is-vertically-aligned-center {
    -ms-grid-row-align: center;
    align-self: center
}

.wp-block-column.is-vertically-aligned-bottom {
    align-self: flex-end
}

.wp-block-cover,
.wp-block-cover-image {
    position: relative;
    background-color: #000;
    background-size: cover;
    background-position: 50%;
    min-height: 430px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
    background-attachment: fixed
}

@supports (-webkit-overflow-scrolling:touch) {
    .wp-block-cover-image.has-parallax,
    .wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

@media (prefers-reduced-motion:reduce) {
    .wp-block-cover-image.has-parallax,
    .wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: inherit;
    opacity: .5;
    z-index: 1
}

.wp-block-cover-image.has-background-dim.has-background-dim-10:before,
.wp-block-cover.has-background-dim.has-background-dim-10:before {
    opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20:before,
.wp-block-cover.has-background-dim.has-background-dim-20:before {
    opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30:before,
.wp-block-cover.has-background-dim.has-background-dim-30:before {
    opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40:before,
.wp-block-cover.has-background-dim.has-background-dim-40:before {
    opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50:before,
.wp-block-cover.has-background-dim.has-background-dim-50:before {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60:before,
.wp-block-cover.has-background-dim.has-background-dim-60:before {
    opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70:before,
.wp-block-cover.has-background-dim.has-background-dim-70:before {
    opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80:before,
.wp-block-cover.has-background-dim.has-background-dim-80:before {
    opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90:before,
.wp-block-cover.has-background-dim.has-background-dim-90:before {
    opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100:before,
.wp-block-cover.has-background-dim.has-background-dim-100:before {
    opacity: 1
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    max-width: 305px;
    width: 100%
}

.wp-block-cover-image:after,
.wp-block-cover:after {
    display: block;
    content: "";
    font-size: 0;
    min-height: inherit
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-cover-image:after,
    .wp-block-cover:after {
        content: none
    }
}

.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    display: flex
}

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
    width: calc(100% - 70px);
    z-index: 1;
    color: #f8f9f9
}

.wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover .wp-block-subhead:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
    color: inherit
}

.wp-block-cover__video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    z-index: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.wp-block-cover-image-text,
.wp-block-cover-text,
section.wp-block-cover-image h2 {
    color: #fff
}

.wp-block-cover-image-text a,
.wp-block-cover-image-text a:active,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:hover,
.wp-block-cover-text a,
.wp-block-cover-text a:active,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:hover,
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:active,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:hover {
    color: #fff
}

.wp-block-cover-image .wp-block-cover.has-left-content {
    justify-content: flex-start
}

.wp-block-cover-image .wp-block-cover.has-right-content {
    justify-content: flex-end
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
section.wp-block-cover-image.has-left-content>h2 {
    margin-left: 0;
    text-align: left
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
section.wp-block-cover-image.has-right-content>h2 {
    margin-right: 0;
    text-align: right
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
section.wp-block-cover-image>h2 {
    font-size: 2em;
    line-height: 1.25;
    z-index: 1;
    margin-bottom: 0;
    max-width: 610px;
    padding: 14px;
    text-align: center
}

.block-editor-block-list__block[data-type="core/embed"][data-align=left] .block-editor-block-list__block-edit,
.block-editor-block-list__block[data-type="core/embed"][data-align=right] .block-editor-block-list__block-edit,
.wp-block-embed.alignleft,
.wp-block-embed.alignright {
    max-width: 360px;
    width: 100%
}

.wp-block-embed {
    margin-bottom: 1em
}

.wp-block-embed figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper {
    position: relative
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    padding-top: 42.85%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
    padding-top: 50%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 56.25%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
    padding-top: 75%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
    padding-top: 100%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
    padding-top: 177.78%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
    padding-top: 200%
}

.wp-block-file {
    margin-bottom: 1.5em
}

.wp-block-file.aligncenter {
    text-align: center
}

.wp-block-file.alignright {
    text-align: right
}

.wp-block-file .wp-block-file__button {
    background: #32373c;
    border-radius: 2em;
    color: #fff;
    font-size: 13px;
    padding: .5em 1em
}

.wp-block-file a.wp-block-file__button {
    text-decoration: none
}

.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:visited {
    box-shadow: none;
    color: #fff;
    opacity: .85;
    text-decoration: none
}

.wp-block-file *+.wp-block-file__button {
    margin-left: .75em
}

.blocks-gallery-grid,
.wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    margin: 0 16px 16px 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure,
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
    margin: 0;
    height: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .blocks-gallery-grid .blocks-gallery-image figure,
    .blocks-gallery-grid .blocks-gallery-item figure,
    .wp-block-gallery .blocks-gallery-image figure,
    .wp-block-gallery .blocks-gallery-item figure {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start
    }
}

.blocks-gallery-grid .blocks-gallery-image img,
.blocks-gallery-grid .blocks-gallery-item img,
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .blocks-gallery-grid .blocks-gallery-image img,
    .blocks-gallery-grid .blocks-gallery-item img,
    .wp-block-gallery .blocks-gallery-image img,
    .wp-block-gallery .blocks-gallery-item img {
        width: auto
    }
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 40px 10px 9px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent)
}

.blocks-gallery-grid .blocks-gallery-image figcaption img,
.blocks-gallery-grid .blocks-gallery-item figcaption img,
.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
    display: inline
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.blocks-gallery-grid.is-cropped .blocks-gallery-item img,
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
    width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .blocks-gallery-grid.is-cropped .blocks-gallery-image a,
    .blocks-gallery-grid.is-cropped .blocks-gallery-image img,
    .blocks-gallery-grid.is-cropped .blocks-gallery-item a,
    .blocks-gallery-grid.is-cropped .blocks-gallery-item img,
    .wp-block-gallery.is-cropped .blocks-gallery-image a,
    .wp-block-gallery.is-cropped .blocks-gallery-image img,
    .wp-block-gallery.is-cropped .blocks-gallery-item a,
    .wp-block-gallery.is-cropped .blocks-gallery-item img {
        height: 100%;
        flex: 1;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    width: calc((100% - 16px)/2)
}

.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0
}

.blocks-gallery-grid.columns-1 .blocks-gallery-image,
.blocks-gallery-grid.columns-1 .blocks-gallery-item,
.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
    width: 100%;
    margin-right: 0
}

@media (min-width:600px) {
    .blocks-gallery-grid.columns-3 .blocks-gallery-image,
    .blocks-gallery-grid.columns-3 .blocks-gallery-item,
    .wp-block-gallery.columns-3 .blocks-gallery-image,
    .wp-block-gallery.columns-3 .blocks-gallery-item {
        width: calc((100% - 32px)/3);
        margin-right: 16px
    }
    @supports (-ms-ime-align:auto) {
        .blocks-gallery-grid.columns-3 .blocks-gallery-image,
        .blocks-gallery-grid.columns-3 .blocks-gallery-item,
        .wp-block-gallery.columns-3 .blocks-gallery-image,
        .wp-block-gallery.columns-3 .blocks-gallery-item {
            width: calc((100% - 32px)/3 - 1px)
        }
    }
    .blocks-gallery-grid.columns-4 .blocks-gallery-image,
    .blocks-gallery-grid.columns-4 .blocks-gallery-item,
    .wp-block-gallery.columns-4 .blocks-gallery-image,
    .wp-block-gallery.columns-4 .blocks-gallery-item {
        width: calc((100% - 48px)/4);
        margin-right: 16px
    }
    @supports (-ms-ime-align:auto) {
        .blocks-gallery-grid.columns-4 .blocks-gallery-image,
        .blocks-gallery-grid.columns-4 .blocks-gallery-item,
        .wp-block-gallery.columns-4 .blocks-gallery-image,
        .wp-block-gallery.columns-4 .blocks-gallery-item {
            width: calc((100% - 48px)/4 - 1px)
        }
    }
    .blocks-gallery-grid.columns-5 .blocks-gallery-image,
    .blocks-gallery-grid.columns-5 .blocks-gallery-item,
    .wp-block-gallery.columns-5 .blocks-gallery-image,
    .wp-block-gallery.columns-5 .blocks-gallery-item {
        width: calc((100% - 64px)/5);
        margin-right: 16px
    }
    @supports (-ms-ime-align:auto) {
        .blocks-gallery-grid.columns-5 .blocks-gallery-image,
        .blocks-gallery-grid.columns-5 .blocks-gallery-item,
        .wp-block-gallery.columns-5 .blocks-gallery-image,
        .wp-block-gallery.columns-5 .blocks-gallery-item {
            width: calc((100% - 64px)/5 - 1px)
        }
    }
    .blocks-gallery-grid.columns-6 .blocks-gallery-image,
    .blocks-gallery-grid.columns-6 .blocks-gallery-item,
    .wp-block-gallery.columns-6 .blocks-gallery-image,
    .wp-block-gallery.columns-6 .blocks-gallery-item {
        width: calc((100% - 80px)/6);
        margin-right: 16px
    }
    @supports (-ms-ime-align:auto) {
        .blocks-gallery-grid.columns-6 .blocks-gallery-image,
        .blocks-gallery-grid.columns-6 .blocks-gallery-item,
        .wp-block-gallery.columns-6 .blocks-gallery-image,
        .wp-block-gallery.columns-6 .blocks-gallery-item {
            width: calc((100% - 80px)/6 - 1px)
        }
    }
    .blocks-gallery-grid.columns-7 .blocks-gallery-image,
    .blocks-gallery-grid.columns-7 .blocks-gallery-item,
    .wp-block-gallery.columns-7 .blocks-gallery-image,
    .wp-block-gallery.columns-7 .blocks-gallery-item {
        width: calc((100% - 96px)/7);
        margin-right: 16px
    }
    @supports (-ms-ime-align:auto) {
        .blocks-gallery-grid.columns-7 .blocks-gallery-image,
        .blocks-gallery-grid.columns-7 .blocks-gallery-item,
        .wp-block-gallery.columns-7 .blocks-gallery-image,
        .wp-block-gallery.columns-7 .blocks-gallery-item {
            width: calc((100% - 96px)/7 - 1px)
        }
    }
    .blocks-gallery-grid.columns-8 .blocks-gallery-image,
    .blocks-gallery-grid.columns-8 .blocks-gallery-item,
    .wp-block-gallery.columns-8 .blocks-gallery-image,
    .wp-block-gallery.columns-8 .blocks-gallery-item {
        width: calc((100% - 112px)/8);
        margin-right: 16px
    }
    @supports (-ms-ime-align:auto) {
        .blocks-gallery-grid.columns-8 .blocks-gallery-image,
        .blocks-gallery-grid.columns-8 .blocks-gallery-item,
        .wp-block-gallery.columns-8 .blocks-gallery-image,
        .wp-block-gallery.columns-8 .blocks-gallery-item {
            width: calc((100% - 112px)/8 - 1px)
        }
    }
    .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),
    .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
        margin-right: 0
    }
    .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),
    .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
        margin-right: 0
    }
    .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),
    .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
        margin-right: 0
    }
    .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),
    .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) {
        margin-right: 0
    }
    .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),
    .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
        margin-right: 0
    }
    .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),
    .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) {
        margin-right: 0
    }
    .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),
    .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n) {
        margin-right: 0
    }
    .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),
    .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),
    .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
    .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-right: 0
    }
}

.blocks-gallery-grid .blocks-gallery-image:last-child,
.blocks-gallery-grid .blocks-gallery-item:last-child,
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
    margin-right: 0
}

.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
    max-width: 305px;
    width: 100%
}

.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,
.wp-block-gallery.aligncenter .blocks-gallery-item figure {
    justify-content: center
}

.wp-block-image {
    max-width: 100%;
    margin-bottom: 1em
}

.wp-block-image img {
    max-width: 100%
}

.wp-block-image.aligncenter {
    text-align: center
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
    width: 100%
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.is-resized {
    display: table;
    margin-left: 0;
    margin-right: 0
}

.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption,
.wp-block-image.is-resized>figcaption {
    display: table-caption;
    caption-side: bottom
}

.wp-block-image .alignleft {
    float: left;
    margin-right: 1em
}

.wp-block-image .alignright {
    float: right;
    margin-left: 1em
}

.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto
}

.wp-block-image figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.is-style-circle-mask img {
    border-radius: 9999px
}

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
    .is-style-circle-mask img {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-mode: alpha;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-position: center;
        mask-position: center;
        border-radius: none
    }
}

.wp-block-latest-comments__comment {
    font-size: 15px;
    line-height: 1.1;
    list-style: none;
    margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
    min-height: 36px;
    list-style: none
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 52px
}

.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
    line-height: 1.5
}

.wp-block-latest-comments__comment-excerpt p {
    font-size: 14px;
    line-height: 1.8;
    margin: 5px 0 20px
}

.wp-block-latest-comments__comment-date {
    color: #8f98a1;
    display: block;
    font-size: 12px
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
    border-radius: 24px;
    display: block;
    float: left;
    height: 40px;
    margin-right: 12px;
    width: 40px
}

.wp-block-latest-posts.alignleft {
    margin-right: 2em
}

.wp-block-latest-posts.alignright {
    margin-left: 2em
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: none
}

.wp-block-latest-posts.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0
}

.wp-block-latest-posts.is-grid li {
    margin: 0 16px 16px 0;
    width: 100%
}

@media (min-width:600px) {
    .wp-block-latest-posts.columns-2 li {
        width: calc(50% - 16px)
    }
    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - 16px)
    }
    .wp-block-latest-posts.columns-4 li {
        width: calc(25% - 16px)
    }
    .wp-block-latest-posts.columns-5 li {
        width: calc(20% - 16px)
    }
    .wp-block-latest-posts.columns-6 li {
        width: calc(16.66667% - 16px)
    }
}

.wp-block-latest-posts__post-date {
    display: block;
    color: #6c7781;
    font-size: 13px
}

.wp-block-latest-posts__post-excerpt {
    margin-top: 8px;
    margin-bottom: 16px
}

.wp-block-media-text {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: 50% 1fr;
    grid-template-columns: 50% 1fr
}

.wp-block-media-text .has-media-on-the-right {
    -ms-grid-columns: 1fr 50%;
    grid-template-columns: 1fr 50%
}

.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
    -ms-grid-row-align: start;
    align-self: start
}

.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,
.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media {
    -ms-grid-row-align: center;
    align-self: center
}

.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
    -ms-grid-row-align: end;
    align-self: end
}

.wp-block-media-text .wp-block-media-text__media {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
    word-break: break-word;
    padding: 0 8%
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media,
.wp-block-media-text .wp-block-media-text__content {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1
}

.wp-block-media-text>figure>img,
.wp-block-media-text>figure>video {
    max-width: unset;
    width: 100%;
    vertical-align: middle
}

.wp-block-media-text.is-image-fill figure {
    height: 100%;
    min-height: 250px;
    background-size: cover
}

.wp-block-media-text.is-image-fill figure>img {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

@media (max-width:600px) {
    .wp-block-media-text.is-stacked-on-mobile {
        -ms-grid-columns: 100%!important;
        grid-template-columns: 100%!important
    }
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1
    }
    .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media,
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 2;
        grid-row: 2
    }
    .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1
    }
}

.is-small-text {
    font-size: 14px
}

.is-regular-text {
    font-size: 16px
}

.is-large-text {
    font-size: 36px
}

.is-larger-text {
    font-size: 48px
}

.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    line-height: .68;
    font-weight: 100;
    margin: .05em .1em 0 0;
    text-transform: uppercase;
    font-style: normal
}

.has-drop-cap:not(:focus):after {
    content: "";
    display: table;
    clear: both;
    padding-top: 14px
}

p.has-background {
    padding: 20px 30px
}

p.has-text-color a {
    color: inherit
}

.wp-block-pullquote {
    padding: 3em 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
    max-width: 305px
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
    font-size: 20px
}

.wp-block-pullquote p {
    font-size: 28px;
    line-height: 1.6
}

.wp-block-pullquote cite,
.wp-block-pullquote footer {
    position: relative
}

.wp-block-pullquote .has-text-color a {
    color: inherit
}

.wp-block-pullquote:not(.is-style-solid-color) {
    background: none
}

.wp-block-pullquote.is-style-solid-color {
    border: none
}

.wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    max-width: 60%
}

.wp-block-pullquote.is-style-solid-color blockquote p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
    text-transform: none;
    font-style: normal
}

.wp-block-pullquote cite {
    color: inherit
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    margin: 0 0 16px;
    padding: 0 1em
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
    font-size: 24px;
    font-style: italic;
    line-height: 1.6
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
    font-size: 18px;
    text-align: right
}

.wp-block-rss.alignleft {
    margin-right: 2em
}

.wp-block-rss.alignright {
    margin-left: 2em
}

.wp-block-rss.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none
}

.wp-block-rss.is-grid li {
    margin: 0 16px 16px 0;
    width: 100%
}

@media (min-width:600px) {
    .wp-block-rss.columns-2 li {
        width: calc(50% - 16px)
    }
    .wp-block-rss.columns-3 li {
        width: calc(33.33333% - 16px)
    }
    .wp-block-rss.columns-4 li {
        width: calc(25% - 16px)
    }
    .wp-block-rss.columns-5 li {
        width: calc(20% - 16px)
    }
    .wp-block-rss.columns-6 li {
        width: calc(16.66667% - 16px)
    }
}

.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
    display: block;
    color: #6c7781;
    font-size: 13px
}

.wp-block-search {
    display: flex;
    flex-wrap: wrap
}

.wp-block-search .wp-block-search__label {
    width: 100%
}

.wp-block-search .wp-block-search__input {
    flex-grow: 1
}

.wp-block-search .wp-block-search__button {
    margin-left: 10px
}

.wp-block-separator.is-style-wide {
    border-bottom-width: 1px
}

.wp-block-separator.is-style-dots {
    background: none!important;
    border: none;
    text-align: center;
    max-width: none;
    line-height: 1;
    height: auto
}

.wp-block-separator.is-style-dots:before {
    content: "\00b7 \00b7 \00b7";
    color: currentColor;
    font-size: 20px;
    letter-spacing: 2em;
    padding-left: 2em;
    font-family: serif
}

.wp-block-social-links {
    display: flex;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0
}

.wp-social-link {
    width: 36px;
    height: 36px;
    border-radius: 36px;
    margin-right: 8px
}

.wp-social-link,
.wp-social-link a {
    display: block;
    transition: transform .1s ease
}

.wp-social-link a {
    padding: 6px;
    line-height: 0
}

.wp-social-link a,
.wp-social-link a:active,
.wp-social-link a:hover,
.wp-social-link a:visited,
.wp-social-link svg {
    color: currentColor;
    fill: currentColor
}

.wp-social-link:hover {
    transform: scale(1.1)
}

.wp-block-social-links.aligncenter {
    justify-content: center;
    display: flex
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
    background-color: #f0f0f0;
    color: #444
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
    background-color: #f90;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
    background-color: #1ea0c3;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
    background-color: #0757fe;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
    background-color: #1e1f26;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
    background-color: #02e49b;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
    background-color: #e94c89;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
    background-color: #4280ff;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
    background-color: #f45800;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
    background-color: #1977f2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
    background-color: #000;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
    background-color: #0461dd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
    background-color: #e65678;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
    background-color: #24292d;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
    background-color: #eceadd;
    color: #382110
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
    background-color: #ea4434;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
    background-color: #f00075;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
    background-color: #e21b24;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
    background-color: #0577b5;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
    background-color: #3288d4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
    background-color: #02ab6c;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
    background-color: #f6405f;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
    background-color: #e60122;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
    background-color: #ef4155;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
    background-color: #fe4500;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
    background-color: #0478d7;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
    background-color: #fefc00;
    color: #fff;
    stroke: #000
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
    background-color: #ff5600;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
    background-color: #1bd760;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
    background-color: #011835;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
    background-color: #6440a4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
    background-color: #21a1f3;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
    background-color: #1eb7ea;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
    background-color: #4680c2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
    background-color: #3499cd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
    background-color: #ff0100;
    color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
    background: none;
    padding: 4px
}

.wp-block-social-links.is-style-logos-only .wp-social-link svg {
    width: 28px;
    height: 28px
}

.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
    color: #f90
}

.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
    color: #1ea0c3
}

.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
    color: #0757fe
}

.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
    color: #1e1f26
}

.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
    color: #02e49b
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
    color: #e94c89
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
    color: #4280ff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
    color: #f45800
}

.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
    color: #1977f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
    color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
    color: #0461dd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
    color: #e65678
}

.wp-block-social-links.is-style-logos-only .wp-social-link-github {
    color: #24292d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
    color: #382110
}

.wp-block-social-links.is-style-logos-only .wp-social-link-google {
    color: #ea4434
}

.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
    color: #f00075
}

.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
    color: #e21b24
}

.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
    color: #0577b5
}

.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
    color: #3288d4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
    color: #02ab6c
}

.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
    color: #f6405f
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
    color: #e60122
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
    color: #ef4155
}

.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
    color: #fe4500
}

.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
    color: #0478d7
}

.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
    color: #fff;
    stroke: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
    color: #ff5600
}

.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
    color: #1bd760
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
    color: #011835
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
    color: #6440a4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
    color: #21a1f3
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
    color: #1eb7ea
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
    color: #4680c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
    color: #3499cd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
    color: #ff0100
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
    width: auto
}

.wp-block-social-links.is-style-pill-shape .wp-social-link a {
    padding-left: 16px;
    padding-right: 16px
}

.wp-block-spacer {
    clear: both
}

p.wp-block-subhead {
    font-size: 1.1em;
    font-style: italic;
    opacity: .75
}

.wp-block-table {
    overflow-x: auto
}

.wp-block-table table {
    width: 100%
}

.wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%
}

.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
    word-break: break-word
}

.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
    display: table;
    width: auto
}

.wp-block-table.aligncenter td,
.wp-block-table.aligncenter th,
.wp-block-table.alignleft td,
.wp-block-table.alignleft th,
.wp-block-table.alignright td,
.wp-block-table.alignright th {
    word-break: break-word
}

.wp-block-table .has-subtle-light-gray-background-color {
    background-color: #f3f4f5
}

.wp-block-table .has-subtle-pale-green-background-color {
    background-color: #e9fbe5
}

.wp-block-table .has-subtle-pale-blue-background-color {
    background-color: #e7f5fe
}

.wp-block-table .has-subtle-pale-pink-background-color {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes {
    border-spacing: 0;
    border-collapse: inherit;
    background-color: transparent;
    border-bottom: 1px solid #f3f4f5
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
    background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
    background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
    background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
    border-color: transparent
}

.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
    display: flex
}

.wp-block-text-columns .wp-block-column {
    margin: 0 16px;
    padding: 0
}

.wp-block-text-columns .wp-block-column:first-child {
    margin-left: 0
}

.wp-block-text-columns .wp-block-column:last-child {
    margin-right: 0
}

.wp-block-text-columns.columns-2 .wp-block-column {
    width: 50%
}

.wp-block-text-columns.columns-3 .wp-block-column {
    width: 33.33333%
}

.wp-block-text-columns.columns-4 .wp-block-column {
    width: 25%
}

pre.wp-block-verse {
    white-space: nowrap;
    overflow: auto
}

.wp-block-video {
    margin-left: 0;
    margin-right: 0
}

.wp-block-video video {
    max-width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-video [poster] {
        -o-object-fit: cover;
        object-fit: cover
    }
}

.wp-block-video.aligncenter {
    text-align: center
}

.wp-block-video figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

:root .has-pale-pink-background-color {
    background-color: #f78da7
}

:root .has-vivid-red-background-color {
    background-color: #cf2e2e
}

:root .has-luminous-vivid-orange-background-color {
    background-color: #ff6900
}

:root .has-luminous-vivid-amber-background-color {
    background-color: #fcb900
}

:root .has-light-green-cyan-background-color {
    background-color: #7bdcb5
}

:root .has-vivid-green-cyan-background-color {
    background-color: #00d084
}

:root .has-pale-cyan-blue-background-color {
    background-color: #8ed1fc
}

:root .has-vivid-cyan-blue-background-color {
    background-color: #0693e3
}

:root .has-vivid-purple-background-color {
    background-color: #9b51e0
}

:root .has-very-light-gray-background-color {
    background-color: #eee
}

:root .has-cyan-bluish-gray-background-color {
    background-color: #abb8c3
}

:root .has-very-dark-gray-background-color {
    background-color: #313131
}

:root .has-pale-pink-color {
    color: #f78da7
}

:root .has-vivid-red-color {
    color: #cf2e2e
}

:root .has-luminous-vivid-orange-color {
    color: #ff6900
}

:root .has-luminous-vivid-amber-color {
    color: #fcb900
}

:root .has-light-green-cyan-color {
    color: #7bdcb5
}

:root .has-vivid-green-cyan-color {
    color: #00d084
}

:root .has-pale-cyan-blue-color {
    color: #8ed1fc
}

:root .has-vivid-cyan-blue-color {
    color: #0693e3
}

:root .has-vivid-purple-color {
    color: #9b51e0
}

:root .has-very-light-gray-color {
    color: #eee
}

:root .has-cyan-bluish-gray-color {
    color: #abb8c3
}

:root .has-very-dark-gray-color {
    color: #313131
}

.has-small-font-size {
    font-size: 13px
}

.has-normal-font-size,
.has-regular-font-size {
    font-size: 16px
}

.has-medium-font-size {
    font-size: 20px
}

.has-large-font-size {
    font-size: 36px
}

.has-huge-font-size,
.has-larger-font-size {
    font-size: 42px
}

.has-text-align-center {
    text-align: center
}

.has-text-align-left {
    text-align: left
}

.has-text-align-right {
    text-align: right
}

.wc-block-featured-category {
    position: relative;
    background-color: #24292d;
    background-size: cover;
    background-position: 50%;
    width: 100%;
    margin: 0 0 1.5em
}

.wc-block-featured-category,
.wc-block-featured-category .wc-block-featured-category__wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center
}

.wc-block-featured-category .wc-block-featured-category__wrapper {
    overflow: hidden;
    height: 100%
}

.wc-block-featured-category.has-left-content {
    -webkit-box-pack: start;
    justify-content: flex-start
}

.wc-block-featured-category.has-left-content .wc-block-featured-category__description,
.wc-block-featured-category.has-left-content .wc-block-featured-category__price,
.wc-block-featured-category.has-left-content .wc-block-featured-category__title {
    margin-left: 0;
    text-align: left
}

.wc-block-featured-category.has-right-content {
    -webkit-box-pack: end;
    justify-content: flex-end
}

.wc-block-featured-category.has-right-content .wc-block-featured-category__description,
.wc-block-featured-category.has-right-content .wc-block-featured-category__price,
.wc-block-featured-category.has-right-content .wc-block-featured-category__title {
    margin-right: 0;
    text-align: right
}

.wc-block-featured-category .wc-block-featured-category__description,
.wc-block-featured-category .wc-block-featured-category__price,
.wc-block-featured-category .wc-block-featured-category__title {
    color: #fff;
    line-height: 1.25;
    margin-bottom: 0;
    text-align: center
}

.wc-block-featured-category .wc-block-featured-category__description a,
.wc-block-featured-category .wc-block-featured-category__description a:active,
.wc-block-featured-category .wc-block-featured-category__description a:focus,
.wc-block-featured-category .wc-block-featured-category__description a:hover,
.wc-block-featured-category .wc-block-featured-category__price a,
.wc-block-featured-category .wc-block-featured-category__price a:active,
.wc-block-featured-category .wc-block-featured-category__price a:focus,
.wc-block-featured-category .wc-block-featured-category__price a:hover,
.wc-block-featured-category .wc-block-featured-category__title a,
.wc-block-featured-category .wc-block-featured-category__title a:active,
.wc-block-featured-category .wc-block-featured-category__title a:focus,
.wc-block-featured-category .wc-block-featured-category__title a:hover {
    color: #fff
}

.wc-block-featured-category .wc-block-featured-category__description,
.wc-block-featured-category .wc-block-featured-category__link,
.wc-block-featured-category .wc-block-featured-category__price,
.wc-block-featured-category .wc-block-featured-category__title {
    width: 100%;
    padding: 0 48px 16px;
    z-index: 1
}

.wc-block-featured-category .wc-block-featured-category__title {
    margin-top: 0
}

.wc-block-featured-category .wc-block-featured-category__title:before {
    display: none
}

.wc-block-featured-category .wc-block-featured-category__description p {
    margin: 0
}

.wc-block-featured-category.has-background-dim:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: inherit;
    opacity: .5;
    z-index: 1
}

.wc-block-featured-category.has-background-dim.has-background-dim-10:before {
    opacity: .1
}

.wc-block-featured-category.has-background-dim.has-background-dim-20:before {
    opacity: .2
}

.wc-block-featured-category.has-background-dim.has-background-dim-30:before {
    opacity: .3
}

.wc-block-featured-category.has-background-dim.has-background-dim-40:before {
    opacity: .4
}

.wc-block-featured-category.has-background-dim.has-background-dim-50:before {
    opacity: .5
}

.wc-block-featured-category.has-background-dim.has-background-dim-60:before {
    opacity: .6
}

.wc-block-featured-category.has-background-dim.has-background-dim-70:before {
    opacity: .7
}

.wc-block-featured-category.has-background-dim.has-background-dim-80:before {
    opacity: .8
}

.wc-block-featured-category.has-background-dim.has-background-dim-90:before {
    opacity: .9
}

.wc-block-featured-category.has-background-dim.has-background-dim-100:before {
    opacity: 1
}

.wc-block-featured-category.alignleft,
.wc-block-featured-category.alignright {
    max-width: 305px;
    width: 100%
}

.wc-block-featured-category:after {
    display: block;
    content: "";
    font-size: 0;
    min-height: inherit
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .wc-block-featured-category:after {
        content: none
    }
}

.wc-block-featured-category.aligncenter,
.wc-block-featured-category.alignleft,
.wc-block-featured-category.alignright {
    display: -webkit-box;
    display: flex
}

.wc-block-product-categories {
    margin-bottom: 1em
}

.wc-block-product-categories.is-dropdown {
    display: -webkit-box;
    display: flex
}

.wc-block-product-categories select {
    margin-right: .5em
}

.wc-block-product-categories-list-item-count:before {
    content: " ("
}

.wc-block-product-categories-list-item-count:after {
    content: ")"
}

.wp-block-woocommerce-product-categories.is-loading .wc-block-product-categories__placeholder {
    display: inline-block;
    height: 1em;
    width: 50%;
    min-width: 200px;
    background: currentColor;
    opacity: .2
}

.wc-block-product-categories__button {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-decoration: none;
    font-size: 13px;
    margin: 0;
    border: none;
    cursor: pointer;
    background: 0 0;
    padding: 8px;
    color: #555d66;
    position: relative;
    overflow: hidden;
    border-radius: 4px
}

.wc-block-product-categories__button svg {
    fill: currentColor;
    outline: none
}

.rtl .wc-block-product-categories__button svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.wc-block-product-categories__button:active {
    color: currentColor
}

.wc-block-product-categories__button:disabled,
.wc-block-product-categories__button[aria-disabled=true] {
    cursor: default;
    opacity: .3
}

.wc-block-product-categories__button:focus:enabled {
    background-color: #fff;
    color: #191e23;
    box-shadow: inset 0 0 0 1px #6c7781, inset 0 0 0 2px #fff;
    outline: 2px solid transparent;
    outline-offset: -2px
}

.wc-block-product-categories__button:not(:disabled):not([aria-disabled=true]):hover {
    background-color: #fff;
    color: #191e23;
    box-shadow: inset 0 0 0 1px #e2e4e7, inset 0 0 0 2px #fff, 0 1px 1px rgba(25, 30, 35, .2)
}

.wc-block-product-categories__button:not(:disabled):not([aria-disabled=true]):active {
    outline: none;
    background-color: #fff;
    color: #191e23;
    box-shadow: inset 0 0 0 1px #ccd0d4, inset 0 0 0 2px #fff
}

.wc-block-product-categories__button:disabled:focus,
.wc-block-product-categories__button[aria-disabled=true]:focus {
    box-shadow: none
}

.woocommerce-product-attributes__operator .components-base-control__help {
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    overflow-wrap: normal!important;
    word-wrap: normal!important
}

.components-panel .woocommerce-product-attributes__operator.components-base-control {
    margin-top: 16px
}

.components-panel .woocommerce-product-attributes__operator.components-base-control .components-select-control__input {
    margin-left: 0;
    min-width: 100%
}

.woocommerce-search-list__item.woocommerce-product-attributes__item.is-searching .woocommerce-search-list__item-prefix:after,
.woocommerce-search-list__item.woocommerce-product-attributes__item.is-skip-level .woocommerce-search-list__item-prefix:after {
    content: ":"
}

.woocommerce-search-list__item.woocommerce-product-attributes__item.is-not-active:active,
.woocommerce-search-list__item.woocommerce-product-attributes__item.is-not-active:focus,
.woocommerce-search-list__item.woocommerce-product-attributes__item.is-not-active:hover {
    background: #fff
}

.woocommerce-search-list__item.woocommerce-product-attributes__item.is-loading {
    -webkit-box-pack: center;
    justify-content: center
}

.woocommerce-search-list__item.woocommerce-product-attributes__item.is-loading .components-spinner {
    margin-bottom: 12px
}

.woocommerce-search-list__item.woocommerce-product-attributes__item.depth-0:after {
    margin-left: 8px;
    content: "";
    height: 24px;
    width: 24px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z" fill="{$core-grey-dark-300}" /></svg>');
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: contain
}

.woocommerce-search-list__item.woocommerce-product-attributes__item.depth-0[aria-expanded=true]:after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z" fill="{$core-grey-dark-300}" /></svg>')
}

.woocommerce-search-list__item.woocommerce-product-attributes__item[disabled].depth-0:after {
    margin-left: 0;
    width: auto;
    background: 0 0
}

.wc-block-featured-product {
    position: relative;
    background-color: #24292d;
    background-size: cover;
    background-position: 50%;
    width: 100%;
    margin: 0 0 1.5em
}

.wc-block-featured-product,
.wc-block-featured-product .wc-block-featured-product__wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center
}

.wc-block-featured-product .wc-block-featured-product__wrapper {
    overflow: hidden;
    height: 100%
}

.wc-block-featured-product.has-left-content {
    -webkit-box-pack: start;
    justify-content: flex-start
}

.wc-block-featured-product.has-left-content .wc-block-featured-product__description,
.wc-block-featured-product.has-left-content .wc-block-featured-product__price,
.wc-block-featured-product.has-left-content .wc-block-featured-product__title,
.wc-block-featured-product.has-left-content .wc-block-featured-product__variation {
    margin-left: 0;
    text-align: left
}

.wc-block-featured-product.has-right-content {
    -webkit-box-pack: end;
    justify-content: flex-end
}

.wc-block-featured-product.has-right-content .wc-block-featured-product__description,
.wc-block-featured-product.has-right-content .wc-block-featured-product__price,
.wc-block-featured-product.has-right-content .wc-block-featured-product__title,
.wc-block-featured-product.has-right-content .wc-block-featured-product__variation {
    margin-right: 0;
    text-align: right
}

.wc-block-featured-product .wc-block-featured-product__description,
.wc-block-featured-product .wc-block-featured-product__price,
.wc-block-featured-product .wc-block-featured-product__title,
.wc-block-featured-product .wc-block-featured-product__variation {
    color: #fff;
    line-height: 1.25;
    margin-bottom: 0;
    text-align: center
}

.wc-block-featured-product .wc-block-featured-product__description a,
.wc-block-featured-product .wc-block-featured-product__description a:active,
.wc-block-featured-product .wc-block-featured-product__description a:focus,
.wc-block-featured-product .wc-block-featured-product__description a:hover,
.wc-block-featured-product .wc-block-featured-product__price a,
.wc-block-featured-product .wc-block-featured-product__price a:active,
.wc-block-featured-product .wc-block-featured-product__price a:focus,
.wc-block-featured-product .wc-block-featured-product__price a:hover,
.wc-block-featured-product .wc-block-featured-product__title a,
.wc-block-featured-product .wc-block-featured-product__title a:active,
.wc-block-featured-product .wc-block-featured-product__title a:focus,
.wc-block-featured-product .wc-block-featured-product__title a:hover,
.wc-block-featured-product .wc-block-featured-product__variation a,
.wc-block-featured-product .wc-block-featured-product__variation a:active,
.wc-block-featured-product .wc-block-featured-product__variation a:focus,
.wc-block-featured-product .wc-block-featured-product__variation a:hover {
    color: #fff
}

.wc-block-featured-product .wc-block-featured-product__description,
.wc-block-featured-product .wc-block-featured-product__link,
.wc-block-featured-product .wc-block-featured-product__price,
.wc-block-featured-product .wc-block-featured-product__title,
.wc-block-featured-product .wc-block-featured-product__variation {
    width: 100%;
    padding: 16px 48px 0;
    z-index: 1
}

.wc-block-featured-product .wc-block-featured-product__title,
.wc-block-featured-product .wc-block-featured-product__variation {
    margin-top: 0;
    border: 0
}

.wc-block-featured-product .wc-block-featured-product__title:before,
.wc-block-featured-product .wc-block-featured-product__variation:before {
    display: none
}

.wc-block-featured-product .wc-block-featured-product__variation {
    font-style: italic;
    padding-top: 0
}

.wc-block-featured-product .wc-block-featured-product__description p {
    margin: 0;
    line-height: 1.5em
}

.wc-block-featured-product.has-background-dim:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: inherit;
    opacity: .5;
    z-index: 1
}

.wc-block-featured-product.has-background-dim.has-background-dim-10:before {
    opacity: .1
}

.wc-block-featured-product.has-background-dim.has-background-dim-20:before {
    opacity: .2
}

.wc-block-featured-product.has-background-dim.has-background-dim-30:before {
    opacity: .3
}

.wc-block-featured-product.has-background-dim.has-background-dim-40:before {
    opacity: .4
}

.wc-block-featured-product.has-background-dim.has-background-dim-50:before {
    opacity: .5
}

.wc-block-featured-product.has-background-dim.has-background-dim-60:before {
    opacity: .6
}

.wc-block-featured-product.has-background-dim.has-background-dim-70:before {
    opacity: .7
}

.wc-block-featured-product.has-background-dim.has-background-dim-80:before {
    opacity: .8
}

.wc-block-featured-product.has-background-dim.has-background-dim-90:before {
    opacity: .9
}

.wc-block-featured-product.has-background-dim.has-background-dim-100:before {
    opacity: 1
}

.wc-block-featured-product.alignleft,
.wc-block-featured-product.alignright {
    max-width: 305px;
    width: 100%
}

.wc-block-featured-product:after {
    display: block;
    content: "";
    font-size: 0;
    min-height: inherit
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .wc-block-featured-product:after {
        content: none
    }
}

.wc-block-featured-product.aligncenter,
.wc-block-featured-product.alignleft,
.wc-block-featured-product.alignright,
.wc-block-product-search .wc-block-product-search__fields {
    display: -webkit-box;
    display: flex
}

.wc-block-product-search .wc-block-product-search__field {
    padding: 6px 8px;
    line-height: 1.8;
    -webkit-box-flex: 1;
    flex-grow: 1
}

.wc-block-product-search .wc-block-product-search__button {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-decoration: none;
    font-size: 13px;
    margin: 0 0 0 6px;
    border: none;
    cursor: pointer;
    background: 0 0;
    padding: 8px;
    color: #555d66;
    position: relative;
    overflow: hidden;
    border-radius: 4px
}

.wc-block-product-search .wc-block-product-search__button svg {
    fill: currentColor;
    outline: none
}

.rtl .wc-block-product-search .wc-block-product-search__button svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.wc-block-product-search .wc-block-product-search__button:active {
    color: currentColor
}

.wc-block-product-search .wc-block-product-search__button:disabled,
.wc-block-product-search .wc-block-product-search__button[aria-disabled=true] {
    cursor: default;
    opacity: .3
}

.wc-block-product-search .wc-block-product-search__button:focus:enabled {
    background-color: #fff;
    color: #191e23;
    box-shadow: inset 0 0 0 1px #6c7781, inset 0 0 0 2px #fff;
    outline: 2px solid transparent;
    outline-offset: -2px
}

.wc-block-product-search .wc-block-product-search__button:not(:disabled):not([aria-disabled=true]):hover {
    background-color: #fff;
    color: #191e23;
    box-shadow: inset 0 0 0 1px #e2e4e7, inset 0 0 0 2px #fff, 0 1px 1px rgba(25, 30, 35, .2)
}

.wc-block-product-search .wc-block-product-search__button:not(:disabled):not([aria-disabled=true]):active {
    outline: none;
    background-color: #fff;
    color: #191e23;
    box-shadow: inset 0 0 0 1px #ccd0d4, inset 0 0 0 2px #fff
}

.wc-block-product-search .wc-block-product-search__button:disabled:focus,
.wc-block-product-search .wc-block-product-search__button[aria-disabled=true]:focus {
    box-shadow: none
}

.woocommerce-product-tags__operator .components-base-control__help {
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    overflow-wrap: normal!important;
    word-wrap: normal!important
}

.components-panel .woocommerce-product-tags__operator.components-base-control {
    margin-top: 16px
}

.components-panel .woocommerce-product-tags__operator.components-base-control .components-select-control__input {
    margin-left: 0;
    min-width: 100%
}

.wc-block-error {
    display: -webkit-box;
    display: flex;
    background-color: #f3f3f4;
    border-left: 4px solid #6d6d6d;
    padding: 36px 16px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.wc-block-error__header {
    font-size: 2em;
    font-weight: 700;
    margin: 0
}

.wc-block-error__message,
.wc-block-error__text {
    margin: 0
}

@media (min-width:481px) {
    .wc-block-error {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }
    .wc-block-error__image+.wc-block-error__content {
        margin-left: 16px
    }
}

.woocommerce-product-categories__operator .components-base-control__help {
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    overflow-wrap: normal!important;
    word-wrap: normal!important
}

.components-panel .woocommerce-product-categories__operator.components-base-control {
    margin-top: 16px
}

.components-panel .woocommerce-product-categories__operator.components-base-control .components-select-control__input {
    margin-left: 0;
    min-width: 100%
}

.components-toggle-button-control .components-base-control__field {
    flex-wrap: wrap
}

.components-toggle-button-control .components-toggle-button-control__label {
    width: 100%;
    margin-bottom: 8px;
    display: block
}

.components-toggle-button-control .components-base-control__help {
    margin-top: 0
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.wc-block-grid {
    text-align: center
}

.wc-block-grid__no-products {
    padding: 40px;
    text-align: center;
    width: 100%
}

.wc-block-grid__no-products .wc-block-grid__no-products-image {
    max-width: 150px;
    margin: 0 auto 1em;
    display: block
}

.wc-block-grid__no-products .wc-block-grid__no-products-title {
    display: block;
    margin: 0;
    font-weight: 700
}

.wc-block-grid__no-products .wc-block-grid__no-products-description {
    display: block;
    margin: .25em 0 1em
}

.wc-block-grid__products {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 -8px 16px;
    background-clip: padding-box
}

.wc-block-grid__product {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    float: none;
    width: auto;
    position: relative;
    text-align: center;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 16px solid transparent
}

.entry-content .wc-block-grid__product-image,
.wc-block-grid__product-image {
    text-decoration: none;
    display: block;
    position: relative
}

.entry-content .wc-block-grid__product-image a,
.wc-block-grid__product-image a {
    text-decoration: none;
    border: 0;
    outline: 0;
    box-shadow: none
}

.entry-content .wc-block-grid__product-image .wc-block-grid__product-image__image,
.wc-block-grid__product-image .wc-block-grid__product-image__image {
    vertical-align: middle;
    width: 100%
}

.entry-content .wc-block-grid__product-image .wc-block-grid__product-image__image[hidden],
.wc-block-grid__product-image .wc-block-grid__product-image__image[hidden] {
    display: none
}

.is-loading .entry-content .wc-block-grid__product-image .wc-block-grid__product-image__image,
.is-loading .wc-block-grid__product-image .wc-block-grid__product-image__image {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: #e2e4e7!important;
    color: transparent;
    border: 0;
    box-shadow: none;
    height: 0;
    padding-bottom: 100%
}

.is-loading .entry-content .wc-block-grid__product-image .wc-block-grid__product-image__image:after,
.is-loading .wc-block-grid__product-image .wc-block-grid__product-image__image:after {
    content: "\00a0"
}

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .entry-content .wc-block-grid__product-image .wc-block-grid__product-image__image,
    .is-loading .wc-block-grid__product-image .wc-block-grid__product-image__image {
        -webkit-animation: none;
        animation: none
    }
}

.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title,
.editor-styles-wrapper .wc-block-grid__product-title,
.wc-block-grid__product-title {
    line-height: 1.2em;
    font-weight: 700;
    padding: 0;
    color: inherit;
    font-size: inherit;
    display: block
}

.is-loading .edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title:before,
.is-loading .editor-styles-wrapper .wc-block-grid__product-title:before,
.is-loading .wc-block-grid__product-title:before {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: #e2e4e7!important;
    color: transparent;
    border: 0;
    box-shadow: none;
    content: ".";
    display: inline-block;
    width: 6em
}

.is-loading .edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title:before:after,
.is-loading .editor-styles-wrapper .wc-block-grid__product-title:before:after,
.is-loading .wc-block-grid__product-title:before:after {
    content: "\00a0"
}

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title:before,
    .is-loading .editor-styles-wrapper .wc-block-grid__product-title:before,
    .is-loading .wc-block-grid__product-title:before {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-grid__product-price {
    display: block
}

.wc-block-grid__product-price .wc-block-grid__product-price__regular {
    font-size: .8em;
    line-height: 1;
    color: #aaa;
    margin-top: -.25em;
    display: block
}

.wc-block-grid__product-price .wc-block-grid__product-price__value {
    letter-spacing: -1px;
    font-weight: 600;
    display: block;
    font-size: 1.25em;
    line-height: 1.25;
    color: #000
}

.wc-block-grid__product-price .wc-block-grid__product-price__value span {
    white-space: nowrap
}

.is-loading .wc-block-grid__product-price .wc-block-grid__product-price__value:before {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: #e2e4e7!important;
    color: transparent;
    border: 0;
    box-shadow: none;
    content: ".";
    display: inline-block;
    width: 3em
}

.is-loading .wc-block-grid__product-price .wc-block-grid__product-price__value:before:after {
    content: "\00a0"
}

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-grid__product-price .wc-block-grid__product-price__value:before {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-grid__product-add-to-cart {
    word-break: break-word;
    white-space: normal
}

.wc-block-grid__product-add-to-cart a,
.wc-block-grid__product-add-to-cart button {
    word-break: break-word;
    white-space: normal;
    margin: 0 auto!important;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center
}

.wc-block-grid__product-add-to-cart a.loading,
.wc-block-grid__product-add-to-cart button.loading {
    opacity: .25
}

.wc-block-grid__product-add-to-cart a:after,
.wc-block-grid__product-add-to-cart button:after {
    margin-left: .5em;
    display: inline-block
}

.wc-block-grid__product-add-to-cart a.added:after,
.wc-block-grid__product-add-to-cart button.added:after {
    font-family: WooCommerce;
    content: "\e017"
}

.wc-block-grid__product-add-to-cart a.loading:after,
.wc-block-grid__product-add-to-cart button.loading:after {
    font-family: WooCommerce;
    content: "\e031";
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

.is-loading .wc-block-grid__product-add-to-cart a,
.is-loading .wc-block-grid__product-add-to-cart button {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: #e2e4e7!important;
    color: transparent;
    border: 0;
    box-shadow: none;
    min-width: 7em
}

.is-loading .wc-block-grid__product-add-to-cart a:after,
.is-loading .wc-block-grid__product-add-to-cart button:after {
    content: "\00a0"
}

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-grid__product-add-to-cart a,
    .is-loading .wc-block-grid__product-add-to-cart button {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-grid__product-rating {
    display: block
}

.wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
    overflow: hidden;
    position: relative;
    width: 5.3em;
    height: 1.618em;
    line-height: 1.618;
    font-size: 1em;
    font-family: star;
    font-weight: 400;
    display: -block;
    margin: 0 auto;
    text-align: left
}

.wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before {
    content: "\53\53\53\53\53";
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    opacity: .5;
    color: #aaa
}

.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span {
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    padding-top: 1.5em
}

.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before {
    content: "\53\53\53\53\53";
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    color: #000
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-onsale,
.wc-block-grid__product-onsale {
    border: 1px solid #43454b;
    color: #43454b;
    background: #fff;
    padding: .202em .6180469716em;
    font-size: .875rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    width: auto;
    border-radius: 3px;
    z-index: 9;
    position: relative;
    margin: 8px auto
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-image .wc-block-grid__product-onsale.wc-block-grid__product-onsale--alignleft,
.wc-block-grid__product-image .wc-block-grid__product-onsale.wc-block-grid__product-onsale--alignleft {
    position: absolute;
    left: 4px;
    top: 4px;
    right: auto;
    margin: 0
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-image .wc-block-grid__product-onsale.wc-block-grid__product-onsale--aligncenter,
.wc-block-grid__product-image .wc-block-grid__product-onsale.wc-block-grid__product-onsale--aligncenter {
    position: absolute;
    top: 4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-image .wc-block-grid__product-onsale.wc-block-grid__product-onsale--alignright,
.wc-block-grid__product-image .wc-block-grid__product-onsale.wc-block-grid__product-onsale--alignright {
    position: absolute;
    right: 4px;
    top: 4px;
    left: auto;
    margin: 0
}

.wc-block-grid__product .wc-block-grid__product-image,
.wc-block-grid__product .wc-block-grid__product-price,
.wc-block-grid__product .wc-block-grid__product-rating,
.wc-block-grid__product .wc-block-grid__product-title {
    margin-top: 0;
    margin-bottom: 12px
}

.wc-block-grid.has-aligned-buttons .wc-block-grid__product {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.wc-block-grid.has-aligned-buttons .wc-block-grid__product-add-to-cart {
    margin-top: auto!important
}

.wc-block-grid.has-1-columns .wc-block-grid__product {
    -webkit-box-flex: 1;
    flex: 1 0 100%;
    max-width: 100%
}

.wc-block-grid.has-2-columns .wc-block-grid__product {
    -webkit-box-flex: 1;
    flex: 1 0 50%;
    max-width: 50%
}

.wc-block-grid.has-3-columns .wc-block-grid__product {
    -webkit-box-flex: 1;
    flex: 1 0 33.33333%;
    max-width: 33.33333%
}

.wc-block-grid.has-4-columns .wc-block-grid__product {
    -webkit-box-flex: 1;
    flex: 1 0 25%;
    max-width: 25%
}

.wc-block-grid.has-5-columns .wc-block-grid__product {
    -webkit-box-flex: 1;
    flex: 1 0 20%;
    max-width: 20%
}

.wc-block-grid.has-6-columns .wc-block-grid__product {
    -webkit-box-flex: 1;
    flex: 1 0 16.66667%;
    max-width: 16.66667%
}

.wc-block-grid.has-7-columns .wc-block-grid__product {
    -webkit-box-flex: 1;
    flex: 1 0 14.28571%;
    max-width: 14.28571%
}

.wc-block-grid.has-8-columns .wc-block-grid__product {
    -webkit-box-flex: 1;
    flex: 1 0 12.5%;
    max-width: 12.5%
}

.wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product,
.wc-block-grid.has-5-columns:not(.alignfull) .wc-block-grid__product,
.wc-block-grid.has-6-columns:not(.alignfull) .wc-block-grid__product,
.wc-block-grid.has-7-columns .wc-block-grid__product,
.wc-block-grid.has-8-columns .wc-block-grid__product {
    font-size: .8em
}

@media (max-width:480px) {
    .wc-block-grid.has-2-columns .wc-block-grid__products {
        display: block
    }
    .wc-block-grid.has-2-columns .wc-block-grid__product {
        margin-left: auto;
        margin-right: auto;
        -webkit-box-flex: 1;
        flex: 1 0 100%;
        max-width: 100%;
        padding: 0
    }
    .wc-block-grid.has-3-columns .wc-block-grid__products {
        display: block
    }
    .wc-block-grid.has-3-columns .wc-block-grid__product {
        margin-left: auto;
        margin-right: auto;
        -webkit-box-flex: 1;
        flex: 1 0 100%;
        max-width: 100%;
        padding: 0
    }
    .wc-block-grid.has-4-columns .wc-block-grid__products {
        display: block
    }
    .wc-block-grid.has-4-columns .wc-block-grid__product {
        margin-left: auto;
        margin-right: auto;
        -webkit-box-flex: 1;
        flex: 1 0 100%;
        max-width: 100%;
        padding: 0
    }
    .wc-block-grid.has-5-columns .wc-block-grid__products {
        display: block
    }
    .wc-block-grid.has-5-columns .wc-block-grid__product {
        margin-left: auto;
        margin-right: auto;
        -webkit-box-flex: 1;
        flex: 1 0 100%;
        max-width: 100%;
        padding: 0
    }
    .wc-block-grid.has-6-columns .wc-block-grid__products {
        display: block
    }
    .wc-block-grid.has-6-columns .wc-block-grid__product {
        margin-left: auto;
        margin-right: auto;
        -webkit-box-flex: 1;
        flex: 1 0 100%;
        max-width: 100%;
        padding: 0
    }
    .wc-block-grid.has-7-columns .wc-block-grid__products {
        display: block
    }
    .wc-block-grid.has-7-columns .wc-block-grid__product {
        margin-left: auto;
        margin-right: auto;
        -webkit-box-flex: 1;
        flex: 1 0 100%;
        max-width: 100%;
        padding: 0
    }
    .wc-block-grid.has-8-columns .wc-block-grid__products {
        display: block
    }
    .wc-block-grid.has-8-columns .wc-block-grid__product {
        margin-left: auto;
        margin-right: auto;
        -webkit-box-flex: 1;
        flex: 1 0 100%;
        max-width: 100%;
        padding: 0
    }
    .wc-block-grid .wc-block-grid__product-image img {
        width: 100%
    }
}

@media (min-width:481px) and (max-width:600px) {
    .wc-block-grid.has-2-columns .wc-block-grid__product {
        -webkit-box-flex: 1;
        flex: 1 0 50%;
        max-width: 50%;
        padding: 0;
        margin: 0 0 24px
    }
    .wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(odd) {
        padding-right: 8px
    }
    .wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(2n) {
        padding-left: 8px
    }
    .wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
        left: 8px
    }
    .wc-block-grid.has-3-columns .wc-block-grid__product {
        -webkit-box-flex: 1;
        flex: 1 0 50%;
        max-width: 50%;
        padding: 0;
        margin: 0 0 24px
    }
    .wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(odd) {
        padding-right: 8px
    }
    .wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(2n) {
        padding-left: 8px
    }
    .wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
        left: 8px
    }
    .wc-block-grid.has-4-columns .wc-block-grid__product {
        -webkit-box-flex: 1;
        flex: 1 0 50%;
        max-width: 50%;
        padding: 0;
        margin: 0 0 24px
    }
    .wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(odd) {
        padding-right: 8px
    }
    .wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(2n) {
        padding-left: 8px
    }
    .wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
        left: 8px
    }
    .wc-block-grid.has-5-columns .wc-block-grid__product {
        -webkit-box-flex: 1;
        flex: 1 0 50%;
        max-width: 50%;
        padding: 0;
        margin: 0 0 24px
    }
    .wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(odd) {
        padding-right: 8px
    }
    .wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(2n) {
        padding-left: 8px
    }
    .wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
        left: 8px
    }
    .wc-block-grid.has-6-columns .wc-block-grid__product {
        -webkit-box-flex: 1;
        flex: 1 0 50%;
        max-width: 50%;
        padding: 0;
        margin: 0 0 24px
    }
    .wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(odd) {
        padding-right: 8px
    }
    .wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(2n) {
        padding-left: 8px
    }
    .wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
        left: 8px
    }
    .wc-block-grid.has-7-columns .wc-block-grid__product {
        -webkit-box-flex: 1;
        flex: 1 0 50%;
        max-width: 50%;
        padding: 0;
        margin: 0 0 24px
    }
    .wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(odd) {
        padding-right: 8px
    }
    .wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(2n) {
        padding-left: 8px
    }
    .wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
        left: 8px
    }
    .wc-block-grid.has-8-columns .wc-block-grid__product {
        -webkit-box-flex: 1;
        flex: 1 0 50%;
        max-width: 50%;
        padding: 0;
        margin: 0 0 24px
    }
    .wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(odd) {
        padding-right: 8px
    }
    .wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(2n) {
        padding-left: 8px
    }
    .wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
        left: 8px
    }
    .wc-block-grid .wc-block-grid__product-image img {
        width: 100%
    }
}

.theme-twentysixteen .wc-block-grid .price ins {
    color: #77a464
}

.theme-twentynineteen .wc-block-grid__product {
    font-size: .88889em
}

.theme-twentynineteen .wc-block-grid__product-onsale,
.theme-twentynineteen .wc-block-grid__product-title {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

.theme-twentynineteen .wc-block-grid__product-title:before {
    display: none
}

.theme-twentynineteen .wc-block-grid__product-onsale {
    line-height: 1
}

.wc-block-product-sort-select {
    margin-bottom: 24px;
    text-align: left
}

.wc-block-price-filter .wc-block-price-filter__range-input-wrapper {
    padding: 0;
    border: 0;
    outline: none;
    background: 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 9px;
    clear: both;
    position: relative;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
    background: #e1e1e1;
    margin: 15px 0
}

.wc-block-price-filter .wc-block-price-filter__range-input-wrapper .wc-block-price-filter__range-input-progress {
    height: 9px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    --track-background: linear-gradient(90deg, transparent var(--low), var(--range-color) 0, var(--range-color) var(--high), transparent 0) no-repeat 0 100%/100% 100%;
    --range-color: #a8739d;
    background: var(--track-background)
}

.wc-block-price-filter .wc-block-price-filter__controls {
    display: -webkit-box;
    display: flex;
    margin: 0 0 20px
}

.wc-block-price-filter .wc-block-price-filter__controls .wc-block-price-filter__amount {
    margin: 0;
    border-radius: 4px;
    width: auto;
    max-width: 100px;
    min-width: 0
}

.wc-block-price-filter .wc-block-price-filter__controls .wc-block-price-filter__amount.wc-block-price-filter__amount--min {
    margin-right: 10px
}

.wc-block-price-filter .wc-block-price-filter__controls .wc-block-price-filter__amount.wc-block-price-filter__amount--max {
    margin-left: auto
}

.wc-block-price-filter.wc-block-price-filter--has-filter-button .wc-block-price-filter__controls {
    -webkit-box-pack: end;
    justify-content: flex-end
}

.wc-block-price-filter.wc-block-price-filter--has-filter-button .wc-block-price-filter__controls .wc-block-price-filter__amount.wc-block-price-filter__amount--max {
    margin-left: 0;
    margin-right: 10px
}

.wc-block-price-filter.wc-block-price-filter--has-filter-button .wc-block-price-filter__controls .wc-block-price-filter__button {
    margin-left: auto;
    white-space: nowrap
}

.wc-block-price-filter .wc-block-price-filter__range-input {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    background: 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 0;
    display: block;
    position: relative;
    pointer-events: none;
    outline: none!important
}

.wc-block-price-filter .wc-block-price-filter__range-input::-webkit-slider-runnable-track {
    cursor: default;
    height: 1px;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.wc-block-price-filter .wc-block-price-filter__range-input::-webkit-slider-thumb {
    background-color: transparent;
    background-position: 0 0;
    width: 26px;
    height: 21px;
    border: 0;
    padding: 0;
    vertical-align: top;
    cursor: pointer;
    z-index: 20;
    pointer-events: auto;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='52' height='42'%3E%3Cdefs%3E%3Cpath id='a' d='M23.3176 7.9423l-8.4163-6.1432C13.1953.5706 11.2618-.0997 9.2146.0121h-.1137C4.2103.347.1159 4.368.0022 9.2827-.1115 14.644 4.2102 19 9.6696 19h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3Cpath id='b' d='M23.3176 7.9423l-8.4163-6.1432C13.1953.5706 11.2618-.0997 9.2146.0121h-.1137C4.2103.347.1159 4.368.0022 9.2827-.1115 14.644 4.2102 19 9.6696 19h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FFF' fill-rule='nonzero' stroke='%2395588A' d='M24.3176 8.9423l-8.4163-6.1432c-1.706-1.2285-3.6395-1.8988-5.6867-1.787h-.1137c-4.8906.335-8.985 4.356-9.0987 9.2706C.8885 15.644 5.2102 20 10.6696 20h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3Cpath stroke='%23B8B8B8' d='M9 6v9m3-9v9'/%3E%3Cg fill-rule='nonzero' transform='translate(1 22)'%3E%3Cuse fill='%23F8F3F7' stroke='%23FFF' stroke-opacity='.75' stroke-width='3' xlink:href='%23a'/%3E%3Cuse stroke='%2395588A' xlink:href='%23a'/%3E%3C/g%3E%3Cpath stroke='%2395588A' d='M9 27v9m3-9v9'/%3E%3Cg%3E%3Cpath fill='%23FFF' fill-rule='nonzero' stroke='%2395588A' d='M27.6824 8.9423l8.4163-6.1432c1.706-1.2285 3.6395-1.8988 5.6867-1.787h.1137c4.8906.335 8.985 4.356 9.0987 9.2706C51.1115 15.644 46.7898 20 41.3304 20h-.1137c-1.8197 0-3.6395-.6702-5.118-1.787l-8.4163-6.255c-.9099-.8935-.9099-2.2338 0-3.0157z'/%3E%3Cpath stroke='%23B8B8B8' d='M43 6v9m-3-9v9'/%3E%3C/g%3E%3Cg%3E%3Cg fill-rule='nonzero' transform='matrix(-1 0 0 1 51 22)'%3E%3Cuse fill='%23F8F3F7' stroke='%23FFF' stroke-opacity='.75' stroke-width='3' xlink:href='%23b'/%3E%3Cuse stroke='%2395588A' xlink:href='%23b'/%3E%3C/g%3E%3Cpath stroke='%2395588A' d='M43 27v9m-3-9v9'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: -6px 0 0
}

.wc-block-price-filter .wc-block-price-filter__range-input::-webkit-slider-thumb:hover {
    background-position-y: -21px;
    -webkit-filter: drop-shadow(3px 0 0 hsla(0, 0%, 100%, .75)) drop-shadow(-3px 0 0 hsla(0, 0%, 100%, .75));
    filter: drop-shadow(3px 0 0 rgba(255, 255, 255, .75)) drop-shadow(-3px 0 0 rgba(255, 255, 255, .75));
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.wc-block-price-filter .wc-block-price-filter__range-input::-webkit-slider-progress {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    background: 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.wc-block-price-filter .wc-block-price-filter__range-input::-moz-focus-outer {
    border: 0
}

.wc-block-price-filter .wc-block-price-filter__range-input::-moz-range-track {
    cursor: default;
    height: 1px;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.wc-block-price-filter .wc-block-price-filter__range-input::-moz-range-progress {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    background: 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.wc-block-price-filter .wc-block-price-filter__range-input::-moz-range-thumb {
    background-color: transparent;
    background-position: 0 0;
    width: 26px;
    height: 21px;
    border: 0;
    padding: 0;
    margin: 0;
    vertical-align: top;
    cursor: pointer;
    z-index: 20;
    pointer-events: auto;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='52' height='42'%3E%3Cdefs%3E%3Cpath id='a' d='M23.3176 7.9423l-8.4163-6.1432C13.1953.5706 11.2618-.0997 9.2146.0121h-.1137C4.2103.347.1159 4.368.0022 9.2827-.1115 14.644 4.2102 19 9.6696 19h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3Cpath id='b' d='M23.3176 7.9423l-8.4163-6.1432C13.1953.5706 11.2618-.0997 9.2146.0121h-.1137C4.2103.347.1159 4.368.0022 9.2827-.1115 14.644 4.2102 19 9.6696 19h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FFF' fill-rule='nonzero' stroke='%2395588A' d='M24.3176 8.9423l-8.4163-6.1432c-1.706-1.2285-3.6395-1.8988-5.6867-1.787h-.1137c-4.8906.335-8.985 4.356-9.0987 9.2706C.8885 15.644 5.2102 20 10.6696 20h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3Cpath stroke='%23B8B8B8' d='M9 6v9m3-9v9'/%3E%3Cg fill-rule='nonzero' transform='translate(1 22)'%3E%3Cuse fill='%23F8F3F7' stroke='%23FFF' stroke-opacity='.75' stroke-width='3' xlink:href='%23a'/%3E%3Cuse stroke='%2395588A' xlink:href='%23a'/%3E%3C/g%3E%3Cpath stroke='%2395588A' d='M9 27v9m3-9v9'/%3E%3Cg%3E%3Cpath fill='%23FFF' fill-rule='nonzero' stroke='%2395588A' d='M27.6824 8.9423l8.4163-6.1432c1.706-1.2285 3.6395-1.8988 5.6867-1.787h.1137c4.8906.335 8.985 4.356 9.0987 9.2706C51.1115 15.644 46.7898 20 41.3304 20h-.1137c-1.8197 0-3.6395-.6702-5.118-1.787l-8.4163-6.255c-.9099-.8935-.9099-2.2338 0-3.0157z'/%3E%3Cpath stroke='%23B8B8B8' d='M43 6v9m-3-9v9'/%3E%3C/g%3E%3Cg%3E%3Cg fill-rule='nonzero' transform='matrix(-1 0 0 1 51 22)'%3E%3Cuse fill='%23F8F3F7' stroke='%23FFF' stroke-opacity='.75' stroke-width='3' xlink:href='%23b'/%3E%3Cuse stroke='%2395588A' xlink:href='%23b'/%3E%3C/g%3E%3Cpath stroke='%2395588A' d='M43 27v9m-3-9v9'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    -moz-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.wc-block-price-filter .wc-block-price-filter__range-input::-moz-range-thumb:hover {
    background-position-y: -21px;
    filter: drop-shadow(3px 0 0 rgba(255, 255, 255, .75)) drop-shadow(-3px 0 0 rgba(255, 255, 255, .75));
    transform: scale(1.1)
}

.wc-block-price-filter .wc-block-price-filter__range-input::-ms-thumb {
    background-color: transparent;
    background-position: 0 0;
    width: 26px;
    height: 21px;
    border: 0;
    padding: 0;
    margin: 0;
    vertical-align: top;
    cursor: pointer;
    z-index: 20;
    pointer-events: auto;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='52' height='42'%3E%3Cdefs%3E%3Cpath id='a' d='M23.3176 7.9423l-8.4163-6.1432C13.1953.5706 11.2618-.0997 9.2146.0121h-.1137C4.2103.347.1159 4.368.0022 9.2827-.1115 14.644 4.2102 19 9.6696 19h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3Cpath id='b' d='M23.3176 7.9423l-8.4163-6.1432C13.1953.5706 11.2618-.0997 9.2146.0121h-.1137C4.2103.347.1159 4.368.0022 9.2827-.1115 14.644 4.2102 19 9.6696 19h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FFF' fill-rule='nonzero' stroke='%2395588A' d='M24.3176 8.9423l-8.4163-6.1432c-1.706-1.2285-3.6395-1.8988-5.6867-1.787h-.1137c-4.8906.335-8.985 4.356-9.0987 9.2706C.8885 15.644 5.2102 20 10.6696 20h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3Cpath stroke='%23B8B8B8' d='M9 6v9m3-9v9'/%3E%3Cg fill-rule='nonzero' transform='translate(1 22)'%3E%3Cuse fill='%23F8F3F7' stroke='%23FFF' stroke-opacity='.75' stroke-width='3' xlink:href='%23a'/%3E%3Cuse stroke='%2395588A' xlink:href='%23a'/%3E%3C/g%3E%3Cpath stroke='%2395588A' d='M9 27v9m3-9v9'/%3E%3Cg%3E%3Cpath fill='%23FFF' fill-rule='nonzero' stroke='%2395588A' d='M27.6824 8.9423l8.4163-6.1432c1.706-1.2285 3.6395-1.8988 5.6867-1.787h.1137c4.8906.335 8.985 4.356 9.0987 9.2706C51.1115 15.644 46.7898 20 41.3304 20h-.1137c-1.8197 0-3.6395-.6702-5.118-1.787l-8.4163-6.255c-.9099-.8935-.9099-2.2338 0-3.0157z'/%3E%3Cpath stroke='%23B8B8B8' d='M43 6v9m-3-9v9'/%3E%3C/g%3E%3Cg%3E%3Cg fill-rule='nonzero' transform='matrix(-1 0 0 1 51 22)'%3E%3Cuse fill='%23F8F3F7' stroke='%23FFF' stroke-opacity='.75' stroke-width='3' xlink:href='%23b'/%3E%3Cuse stroke='%2395588A' xlink:href='%23b'/%3E%3C/g%3E%3Cpath stroke='%2395588A' d='M43 27v9m-3-9v9'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    -ms-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.wc-block-price-filter .wc-block-price-filter__range-input::-ms-thumb:hover {
    background-position-y: -21px;
    filter: drop-shadow(3px 0 0 rgba(255, 255, 255, .75)) drop-shadow(-3px 0 0 rgba(255, 255, 255, .75));
    transform: scale(1.1)
}

.wc-block-price-filter .wc-block-price-filter__range-input:focus::-webkit-slider-thumb {
    background-position-y: -21px;
    -webkit-filter: drop-shadow(3px 0 0 hsla(0, 0%, 100%, .75)) drop-shadow(-3px 0 0 hsla(0, 0%, 100%, .75));
    filter: drop-shadow(3px 0 0 rgba(255, 255, 255, .75)) drop-shadow(-3px 0 0 rgba(255, 255, 255, .75))
}

.wc-block-price-filter .wc-block-price-filter__range-input:focus::-moz-range-thumb {
    background-position-y: -21px;
    filter: drop-shadow(3px 0 0 rgba(255, 255, 255, .75)) drop-shadow(-3px 0 0 rgba(255, 255, 255, .75))
}

.wc-block-price-filter .wc-block-price-filter__range-input:focus::-ms-thumb {
    background-position-y: -21px;
    filter: drop-shadow(3px 0 0 rgba(255, 255, 255, .75)) drop-shadow(-3px 0 0 rgba(255, 255, 255, .75))
}

.wc-block-price-filter .wc-block-price-filter__range-input.wc-block-price-filter__range-input--min {
    z-index: 21
}

.wc-block-price-filter .wc-block-price-filter__range-input.wc-block-price-filter__range-input--min::-webkit-slider-thumb {
    margin-left: -2px
}

.wc-block-price-filter .wc-block-price-filter__range-input.wc-block-price-filter__range-input--min::-moz-range-thumb {
    transform: translate(-2px, 4px)
}

.wc-block-price-filter .wc-block-price-filter__range-input.wc-block-price-filter__range-input--max {
    z-index: 20
}

.wc-block-price-filter .wc-block-price-filter__range-input.wc-block-price-filter__range-input--max::-webkit-slider-thumb {
    background-position-x: 26px;
    margin-left: 2px
}

.wc-block-price-filter .wc-block-price-filter__range-input.wc-block-price-filter__range-input--max::-moz-range-thumb {
    background-position-x: 26px;
    transform: translate(2px, 4px)
}

.wc-block-price-filter .wc-block-price-filter__range-input.wc-block-price-filter__range-input--max::-ms-thumb {
    background-position-x: 26px
}

.wc-block-price-filter.is-disabled .wc-block-price-filter__amount,
.wc-block-price-filter.is-disabled .wc-block-price-filter__button,
.wc-block-price-filter.is-disabled .wc-block-price-filter__range-input-wrapper,
.wc-block-price-filter.is-loading .wc-block-price-filter__amount,
.wc-block-price-filter.is-loading .wc-block-price-filter__button,
.wc-block-price-filter.is-loading .wc-block-price-filter__range-input-wrapper {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: #e2e4e7!important;
    color: transparent;
    border: 0;
    box-shadow: none
}

.wc-block-price-filter.is-disabled .wc-block-price-filter__amount:after,
.wc-block-price-filter.is-disabled .wc-block-price-filter__button:after,
.wc-block-price-filter.is-disabled .wc-block-price-filter__range-input-wrapper:after,
.wc-block-price-filter.is-loading .wc-block-price-filter__amount:after,
.wc-block-price-filter.is-loading .wc-block-price-filter__button:after,
.wc-block-price-filter.is-loading .wc-block-price-filter__range-input-wrapper:after {
    content: "\00a0"
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-price-filter.is-disabled .wc-block-price-filter__amount,
    .wc-block-price-filter.is-disabled .wc-block-price-filter__button,
    .wc-block-price-filter.is-disabled .wc-block-price-filter__range-input-wrapper,
    .wc-block-price-filter.is-loading .wc-block-price-filter__amount,
    .wc-block-price-filter.is-loading .wc-block-price-filter__button,
    .wc-block-price-filter.is-loading .wc-block-price-filter__range-input-wrapper {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-price-filter.is-disabled:not(.is-loading) .wc-block-price-filter__amount,
.wc-block-price-filter.is-disabled:not(.is-loading) .wc-block-price-filter__button,
.wc-block-price-filter.is-disabled:not(.is-loading) .wc-block-price-filter__range-input-wrapper {
    -webkit-animation: none;
    animation: none
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .wc-block-price-filter .wc-block-price-filter__range-input-wrapper {
        background: 0 0;
        box-shadow: none;
        height: 24px
    }
    .wc-block-price-filter .wc-block-price-filter__range-input-wrapper .wc-block-price-filter__range-input-progress {
        background: #a8739d;
        box-shadow: inset 0 0 0 1px #95588a;
        width: 100%;
        top: 7px
    }
    .wc-block-price-filter .wc-block-price-filter__range-input {
        height: 24px;
        pointer-events: auto;
        position: absolute;
        left: 0;
        top: 0
    }
    .wc-block-price-filter .wc-block-price-filter__range-input::-ms-track {
        background: 0 0;
        border-color: transparent;
        border-width: 7px 0;
        color: transparent
    }
    .wc-block-price-filter .wc-block-price-filter__range-input::-ms-fill-lower {
        background: #e1e1e1;
        box-shadow: inset 0 0 0 1px #b8b8b8
    }
    .wc-block-price-filter .wc-block-price-filter__range-input::-ms-fill-upper {
        background: 0 0
    }
    .wc-block-price-filter .wc-block-price-filter__range-input::-ms-tooltip {
        display: none
    }
    .wc-block-price-filter .wc-block-price-filter__range-input::-ms-thumb {
        transform: translate(1px);
        pointer-events: auto
    }
    .wc-block-price-filter .wc-block-price-filter__range-input--max::-ms-fill-upper {
        background: #e1e1e1;
        box-shadow: inset 0 0 0 1px #b8b8b8
    }
    .wc-block-price-filter .wc-block-price-filter__range-input--max::-ms-fill-lower {
        background: 0 0
    }
    .wc-block-price-filter.is-disabled .wc-block-price-filter__range-input-wrapper,
    .wc-block-price-filter.is-loading .wc-block-price-filter__range-input-wrapper {
        -webkit-animation: loading-fade 1.2s ease-in-out infinite;
        animation: loading-fade 1.2s ease-in-out infinite;
        background-color: #e2e4e7!important;
        color: transparent;
        border: 0;
        box-shadow: none
    }
    .wc-block-price-filter.is-disabled .wc-block-price-filter__range-input-wrapper:after,
    .wc-block-price-filter.is-loading .wc-block-price-filter__range-input-wrapper:after {
        content: "\00a0"
    }
}

@media screen and (-ms-high-contrast:active) and (prefers-reduced-motion:reduce) {
    .wc-block-price-filter.is-disabled .wc-block-price-filter__range-input-wrapper,
    .wc-block-price-filter.is-loading .wc-block-price-filter__range-input-wrapper {
        -webkit-animation: none;
        animation: none
    }
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .wc-block-price-filter.is-disabled:not(.is-loading) .wc-block-price-filter__range-input-wrapper {
        -webkit-animation: none;
        animation: none
    }
}

@supports (-ms-ime-align:auto) {
    .wc-block-price-filter .wc-block-price-filter__range-input-wrapper {
        background: 0 0;
        box-shadow: none;
        height: 24px
    }
    .wc-block-price-filter .wc-block-price-filter__range-input-wrapper .wc-block-price-filter__range-input-progress {
        background: #a8739d;
        box-shadow: inset 0 0 0 1px #95588a;
        width: 100%;
        top: 7px
    }
    .wc-block-price-filter .wc-block-price-filter__range-input {
        height: 24px;
        pointer-events: auto;
        position: absolute;
        left: 0;
        top: 0
    }
    .wc-block-price-filter .wc-block-price-filter__range-input::-ms-track {
        background: 0 0;
        border-color: transparent;
        border-width: 7px 0;
        color: transparent
    }
    .wc-block-price-filter .wc-block-price-filter__range-input::-ms-fill-lower {
        background: #e1e1e1;
        box-shadow: inset 0 0 0 1px #b8b8b8
    }
    .wc-block-price-filter .wc-block-price-filter__range-input::-ms-fill-upper {
        background: 0 0
    }
    .wc-block-price-filter .wc-block-price-filter__range-input::-ms-tooltip {
        display: none
    }
    .wc-block-price-filter .wc-block-price-filter__range-input::-ms-thumb {
        transform: translate(1px);
        pointer-events: auto
    }
    .wc-block-price-filter .wc-block-price-filter__range-input--max::-ms-fill-upper {
        background: #e1e1e1;
        box-shadow: inset 0 0 0 1px #b8b8b8
    }
    .wc-block-price-filter .wc-block-price-filter__range-input--max::-ms-fill-lower {
        background: 0 0
    }
    .wc-block-price-filter.is-disabled .wc-block-price-filter__range-input-wrapper,
    .wc-block-price-filter.is-loading .wc-block-price-filter__range-input-wrapper {
        -webkit-animation: loading-fade 1.2s ease-in-out infinite;
        animation: loading-fade 1.2s ease-in-out infinite;
        background-color: #e2e4e7!important;
        color: transparent;
        border: 0;
        box-shadow: none
    }
    .wc-block-price-filter.is-disabled .wc-block-price-filter__range-input-wrapper:after,
    .wc-block-price-filter.is-loading .wc-block-price-filter__range-input-wrapper:after {
        content: "\00a0"
    }
    @media screen and (prefers-reduced-motion:reduce) {
        .wc-block-price-filter.is-disabled .wc-block-price-filter__range-input-wrapper,
        .wc-block-price-filter.is-loading .wc-block-price-filter__range-input-wrapper {
            -webkit-animation: none;
            animation: none
        }
    }
    .wc-block-price-filter.is-disabled:not(.is-loading) .wc-block-price-filter__range-input-wrapper {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-attribute-filter .wc-block-attribute-filter-list {
    margin: 0 0 16px
}

.wc-block-attribute-filter .wc-block-attribute-filter-list li {
    text-decoration: underline
}

.wc-block-attribute-filter .wc-block-attribute-filter-list li input,
.wc-block-attribute-filter .wc-block-attribute-filter-list li label {
    cursor: pointer
}

.wc-block-attribute-filter .wc-block-attribute-filter-list .wc-block-attribute-filter-list-count {
    float: right
}

.wc-block-attribute-filter .wc-block-attribute-filter-list .wc-block-attribute-filter-list-count:before {
    content: " ("
}

.wc-block-attribute-filter .wc-block-attribute-filter-list .wc-block-attribute-filter-list-count:after {
    content: ")"
}

.editor-styles-wrapper .wc-block-checkbox-list,
.wc-block-checkbox-list {
    margin: 0;
    padding: 0;
    list-style: none outside
}

.editor-styles-wrapper .wc-block-checkbox-list li,
.wc-block-checkbox-list li {
    margin: 0 0 4px;
    padding: 0;
    list-style: none outside
}

.editor-styles-wrapper .wc-block-checkbox-list li.show-less button,
.editor-styles-wrapper .wc-block-checkbox-list li.show-more button,
.wc-block-checkbox-list li.show-less button,
.wc-block-checkbox-list li.show-more button {
    background: 0 0;
    border: none;
    padding: 0;
    text-decoration: underline;
    cursor: pointer
}

.editor-styles-wrapper .wc-block-checkbox-list.is-loading li,
.wc-block-checkbox-list.is-loading li {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: #e2e4e7!important;
    color: transparent;
    border: 0;
    box-shadow: none
}

.editor-styles-wrapper .wc-block-checkbox-list.is-loading li:after,
.wc-block-checkbox-list.is-loading li:after {
    content: "\00a0"
}

@media screen and (prefers-reduced-motion:reduce) {
    .editor-styles-wrapper .wc-block-checkbox-list.is-loading li,
    .wc-block-checkbox-list.is-loading li {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-active-filters {
    margin: 0 0 16px;
    overflow: hidden
}

.wc-block-active-filters .wc-block-active-filters__clear-all {
    float: right;
    background: transparent none;
    border: none;
    padding: 0;
    text-decoration: underline;
    cursor: pointer;
    font-size: 1em
}

.wc-block-active-filters .wc-block-active-filters__clear-all:hover {
    background: transparent none
}

.wc-block-active-filters .wc-block-active-filters-list {
    margin: 0 0 4px;
    list-style: none outside;
    clear: both
}

.wc-block-active-filters .wc-block-active-filters-list li {
    margin: 0 0 4px;
    padding: 0 16px 0 0;
    list-style: none outside;
    clear: both;
    position: relative
}

.wc-block-active-filters .wc-block-active-filters-list button {
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 0;
    padding: 16px 0 0;
    width: 16px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 50%;
    margin: -8px 0 0
}

.wc-block-active-filters .wc-block-active-filters-list button:before {
    width: 16px;
    height: 16px;
    background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='9' fill='%2324292d'/%3E%3Cpath fill='%23fff' d='M4.5 6.887L6.887 4.5l7.033 7.034-2.386 2.386z'/%3E%3Cpath fill='%23fff' d='M11.533 4.5l2.387 2.386-7.034 7.034L4.5 11.533z'/%3E%3C/svg%3E") 50% no-repeat;
    display: block;
    content: "";
    position: absolute;
    top: 0
}

.wc-block-active-filters .wc-block-active-filters-list.wc-block-active-filters-list--chips li {
    display: inline-block;
    background: #c4c4c4;
    border-radius: 4px;
    padding: 4px 8px;
    margin: 0 6px 6px 0;
    color: #24292d
}

.wc-block-active-filters .wc-block-active-filters-list.wc-block-active-filters-list--chips li .wc-block-active-filters-list-item__type {
    display: none
}

.wc-block-active-filters .wc-block-active-filters-list.wc-block-active-filters-list--chips button {
    float: none;
    vertical-align: middle;
    margin: -2px 0 0 9px;
    height: 0;
    padding: 12px 0 0;
    width: 12px;
    overflow: hidden;
    position: relative
}

.wc-block-active-filters .wc-block-active-filters-list.wc-block-active-filters-list--chips button:before {
    width: 12px;
    height: 12px;
    background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%2324292d' d='M7.033 0l1.414 1.414-7.033 7.034-1.415-1.415z'/%3E%3Cpath fill='%2324292d' d='M8.447 7.071L7.033 8.486 0 1.452 1.414.038z'/%3E%3C/svg%3E") 50% no-repeat;
    display: block;
    content: "";
    position: absolute;
    top: 0
}

.wc-block-error-message {
    margin-bottom: 16px;
    margin-top: 8px
}

.wc-block-api-error .components-placeholder__fieldset {
    display: block
}

.wc-block-api-error .wc-block-error-message {
    margin-top: 0
}

.wc-block-api-error .components-spinner {
    float: none
}

.woocommerce-search-product__item .woocommerce-search-list__item-name .description {
    display: block
}

.woocommerce-search-product__item.is-searching .woocommerce-search-list__item-prefix:after,
.woocommerce-search-product__item.is-skip-level .woocommerce-search-list__item-prefix:after {
    content: ":"
}

.woocommerce-search-product__item.is-not-active:active,
.woocommerce-search-product__item.is-not-active:focus,
.woocommerce-search-product__item.is-not-active:hover {
    background: #fff
}

.woocommerce-search-product__item.is-loading {
    -webkit-box-pack: center;
    justify-content: center
}

.woocommerce-search-product__item.is-loading .components-spinner {
    margin-bottom: 12px
}

.woocommerce-search-product__item.depth-0.is-variable:after {
    margin-left: 8px;
    content: "";
    height: 24px;
    width: 24px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z" fill="{$core-grey-dark-300}" /></svg>');
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: contain
}

.woocommerce-search-product__item.depth-0.is-variable[aria-expanded=true]:after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z" fill="{$core-grey-dark-300}" /></svg>')
}

.wc-block-review-sort-select {
    text-align: right
}

.wc-block-sort-select {
    margin-bottom: 12px
}

.wc-block-sort-select__label {
    margin-right: 12px;
    display: inline-block;
    font-weight: 400
}

.editor-styles .wc-block-review-list,
.wc-block-review-list {
    margin: 0
}

.is-loading .wc-block-review-list-item__text {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: #e2e4e7!important;
    color: transparent;
    border: 0;
    box-shadow: none;
    display: block;
    width: 60%
}

.is-loading .wc-block-review-list-item__text:after {
    content: "\00a0"
}

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-review-list-item__text {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-review-list-item__info .wc-block-review-list-item__image {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: #e2e4e7!important;
    color: transparent;
    border: 0;
    box-shadow: none
}

.is-loading .wc-block-review-list-item__info .wc-block-review-list-item__image:after {
    content: "\00a0"
}

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-review-list-item__info .wc-block-review-list-item__image {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-review-list-item__info .wc-block-review-list-item__meta .wc-block-review-list-item__author {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: #e2e4e7!important;
    color: transparent;
    border: 0;
    box-shadow: none;
    font-size: 1em;
    width: 80px
}

.is-loading .wc-block-review-list-item__info .wc-block-review-list-item__meta .wc-block-review-list-item__author:after {
    content: "\00a0"
}

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-review-list-item__info .wc-block-review-list-item__meta .wc-block-review-list-item__author {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-review-list-item__info .wc-block-review-list-item__meta .wc-block-review-list-item__product,
.is-loading .wc-block-review-list-item__info .wc-block-review-list-item__meta .wc-block-review-list-item__rating .wc-block-review-list-item__rating__stars>span {
    display: none
}

.is-loading .wc-block-review-list-item__info .wc-block-review-list-item__published-date {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: #e2e4e7!important;
    color: transparent;
    border: 0;
    box-shadow: none;
    height: 1em;
    width: 120px
}

.is-loading .wc-block-review-list-item__info .wc-block-review-list-item__published-date:after {
    content: "\00a0"
}

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-review-list-item__info .wc-block-review-list-item__published-date {
        -webkit-animation: none;
        animation: none
    }
}

.editor-styles-wrapper .wc-block-review-list-item__item,
.wc-block-review-list-item__item {
    margin: 0 0 48px;
    list-style: none
}

.wc-block-review-list-item__info {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-bottom: 24px
}

.wc-block-review-list-item__meta {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1
}

.has-image .wc-block-review-list-item__info {
    -ms-grid-columns: 64px 1fr;
    grid-template-columns: 64px 1fr
}

.has-image .wc-block-review-list-item__meta {
    -ms-grid-column: 2;
    grid-column: 2
}

.wc-block-review-list-item__image {
    height: 48px;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    width: 48px;
    position: relative
}

.wc-block-review-list-item__image img {
    width: 100%;
    height: 100%;
    display: block
}

.wc-block-review-list-item__verified {
    width: 21px;
    height: 21px;
    text-indent: 21px;
    margin: 0;
    line-height: 21px;
    overflow: hidden;
    position: absolute;
    right: -7px;
    bottom: -7px
}

.wc-block-review-list-item__verified:before {
    width: 21px;
    height: 21px;
    background: transparent url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="21" height="21" fill="none"%3E%3Ccircle cx="10.5" cy="10.5" r="10.5" fill="%23fff"/%3E%3Cpath fill="%23008A21" fill-rule="evenodd" d="M2.1667 10.5003c0-4.6 3.7333-8.3333 8.3333-8.3333s8.3334 3.7333 8.3334 8.3333S15.1 18.8337 10.5 18.8337s-8.3333-3.7334-8.3333-8.3334zm2.5 0l4.1666 4.1667 7.5001-7.5-1.175-1.1833-6.325 6.325-2.9917-2.9834-1.175 1.175z" clip-rule="evenodd"/%3E%3Cmask id="a" width="17" height="17" x="2" y="2" maskUnits="userSpaceOnUse"%3E%3Cpath fill="%23fff" fill-rule="evenodd" d="M2.1667 10.5003c0-4.6 3.7333-8.3333 8.3333-8.3333s8.3334 3.7333 8.3334 8.3333S15.1 18.8337 10.5 18.8337s-8.3333-3.7334-8.3333-8.3334zm2.5 0l4.1666 4.1667 7.5001-7.5-1.175-1.1833-6.325 6.325-2.9917-2.9834-1.175 1.175z" clip-rule="evenodd"/%3E%3C/mask%3E%3Cg mask="url(%23a)"%3E%3Cpath fill="%23008A21" d="M.5.5h20v20H.5z"/%3E%3C/g%3E%3C/svg%3E') 50% no-repeat;
    display: block;
    content: ""
}

.wc-block-review-list-item__meta {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap
}

.wc-block-review-list-item__meta:after {
    -webkit-box-ordinal-group: 4;
    order: 3;
    content: "";
    flex-basis: 100%
}

.wc-block-review-list-item__author,
.wc-block-review-list-item__product {
    display: block;
    font-weight: 700;
    -webkit-box-ordinal-group: 2;
    order: 1;
    margin-right: 8px
}

.wc-block-review-list-item__product+.wc-block-review-list-item__author {
    font-weight: 400;
    color: grey;
    -webkit-box-ordinal-group: 5;
    order: 4
}

.wc-block-review-list-item__published-date {
    color: grey;
    -webkit-box-ordinal-group: 6;
    order: 5
}

.wc-block-review-list-item__author+.wc-block-review-list-item__published-date:before {
    content: "";
    display: inline-block;
    margin-right: 8px;
    border-right: 1px solid #ddd;
    height: 1em;
    vertical-align: middle
}

.wc-block-review-list-item__author:first-child+.wc-block-review-list-item__published-date:before,
.wc-block-review-list-item__rating+.wc-block-review-list-item__author+.wc-block-review-list-item__published-date:before {
    display: none
}

.wc-block-review-list-item__rating {
    -webkit-box-ordinal-group: 3;
    order: 2
}

.wc-block-review-list-item__rating>.wc-block-review-list-item__rating__stars {
    display: inline-block;
    top: 0;
    overflow: hidden;
    position: relative;
    height: 1.618em;
    line-height: 1.618;
    font-size: 1em;
    width: 5.3em;
    font-family: star;
    font-weight: 400;
    vertical-align: top
}

.wc-block-review-list-item__rating>.wc-block-review-list-item__rating__stars:before {
    content: "\53\53\53\53\53";
    opacity: .25;
    float: left;
    top: 0;
    left: 0;
    position: absolute
}

.wc-block-review-list-item__rating>.wc-block-review-list-item__rating__stars span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em
}

.wc-block-review-list-item__rating>.wc-block-review-list-item__rating__stars span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
    color: #e6a237
}

.wc-block-load-more {
    text-align: center;
    width: 100%
}

.wc-block-pagination {
    margin: 0 auto 16px
}

.wc-block-pagination-ellipsis,
.wc-block-pagination-page {
    color: #333;
    display: inline-block;
    font-size: 1em;
    font-weight: 400
}

.wc-block-pagination-page {
    border-color: transparent;
    padding: .3em .6em;
    min-width: 2.2em
}

@media (max-width:782px) {
    .wc-block-pagination-page {
        padding: .1em .2em;
        min-width: 1.6em
    }
}

.wc-block-pagination-page:not(.toggle) {
    background-color: transparent
}

.wc-block-pagination-ellipsis {
    padding: .3em
}

@media (max-width:782px) {
    .wc-block-pagination-ellipsis {
        padding: .1em
    }
}

.wc-block-pagination-page--active[disabled] {
    color: #333;
    font-weight: 700;
    opacity: 1!important
}

.wc-block-pagination-page--active[disabled]:focus,
.wc-block-pagination-page--active[disabled]:hover {
    background-color: inherit;
    color: #333;
    opacity: 1!important
}

@-webkit-keyframes loading-fade {
    0% {
        opacity: .7
    }
    50% {
        opacity: 1
    }
    to {
        opacity: .7
    }
}

@keyframes loading-fade {
    0% {
        opacity: .7
    }
    50% {
        opacity: 1
    }
    to {
        opacity: .7
    }
}

.with-scroll-to-top__scroll-point {
    position: relative;
    top: -36px
}

.selectBox-dropdown {
    min-width: 150px;
    position: relative;
    border: solid 1px #bbb;
    line-height: 1.5;
    text-decoration: none;
    text-align: left;
    color: #000;
    outline: none;
    vertical-align: middle;
    background: #f2f2f2;
    background: -moz-linear-gradient(top, #f8f8f8 1%, #e1e1e1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #f8f8f8), color-stop(100%, #e1e1e1));
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#F8F8F8', endColorstr='#E1E1E1', GradientType=0);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    cursor: default
}

.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
    border-color: #666
}

.selectBox-dropdown.selectBox-menuShowing {
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.selectBox-dropdown .selectBox-label {
    padding: 2px 8px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden
}

.selectBox-dropdown .selectBox-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 23px;
    height: 100%;
    background: url(../images/jquery.selectBox-arrow.gif) 50% center no-repeat;
    border-left: solid 1px #bbb
}

.selectBox-dropdown-menu {
    position: absolute;
    z-index: 99999;
    max-height: 200px;
    min-height: 1em;
    border: solid 1px #bbb;
    background: #fff;
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.selectBox-inline {
    min-width: 150px;
    outline: none;
    border: solid 1px #bbb;
    background: #fff;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: auto
}

.selectBox-inline:focus {
    border-color: #666
}

.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
    list-style: none;
    display: block;
    cursor: default;
    padding: 0;
    margin: 0
}

.selectBox-options LI A {
    line-height: 1.5;
    padding: 0 .5em;
    white-space: nowrap;
    overflow: hidden;
    background: 6px center no-repeat
}

.selectBox-options LI.selectBox-hover A {
    background-color: #eee
}

.selectBox-options LI.selectBox-disabled A {
    color: #888;
    background-color: transparent
}

.selectBox-options LI.selectBox-selected A {
    background-color: #c8def4
}

.selectBox-options .selectBox-optgroup {
    color: #666;
    background: #eee;
    font-weight: 700;
    line-height: 1.5;
    padding: 0 .3em;
    white-space: nowrap
}

.selectBox.selectBox-disabled {
    color: #888 !important
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
    opacity: .5;
    filter: alpha(opacity=50);
    border-color: #666
}

.selectBox-inline.selectBox-disabled {
    color: #888 !important
}

.selectBox-inline.selectBox-disabled .selectBox-options A {
    background-color: transparent !important
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.woocommerce a.selectBox {
    background: #fff;
    min-width: 100px;
    margin-right: 10px;
    color: inherit
}

.woocommerce a.selectBox,
.woocommerce a.selectBox:hover {
    border-bottom: 1px solid #bbb!important
}

.woocommerce a.selectBox:hover {
    color: inherit
}

.woocommerce a.selectBox:focus {
    border: 1px solid #ccc
}

.selectBox-dropdown .selectBox-label {
    vertical-align: middle;
    padding: 3px 8px
}

.selectBox-dropdown .selectBox-arrow {
    border: none;
    background: url(../images/jquery.selectBox-arrow.png) center right no-repeat
}

.selectBox-dropdown.selectBox-menuShowing .selectBox-arrow {
    background: url(/../images/jquery.selectBox-arrow.png) center left no-repeat
}

.selectBox-dropdown-menu {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 5px;
    font-size: 80%
}

.selectBox-dropdown-menu li a {
    color: inherit;
    padding: 5px 8px;
    border-radius: 3px
}

.selectBox-dropdown-menu a:hover {
    color: inherit;
    text-decoration: none
}

select.selectBox.change-wishlist {
    max-width: 100px
}

.selectBox.change-wishlist {
    width: auto!important
}

.change-wishlist-selectBox-dropdown-menu {
    width: auto!important
}

.yith-wcwl-with-pretty-photo {
    overflow: hidden
}

.woocommerce .wishlist-fragment .blockUI.blockOverlay:before,
.woocommerce .yith-wcwl-popup-form .blockUI.blockOverlay:before {
    display: none
}

.yith-wcwl-popup {
    display: none
}

.yith-wcwl-popup-content h3 {
    text-align: center;
    font-size: 1.5em
}

.yith-wcwl-popup-content .heading-icon,
.yith-wcwl-popup-feedback .heading-icon {
    text-align: center;
    display: block;
    font-size: 70px;
    color: #333;
    margin-bottom: 15px
}

.yith-wcwl-popup-content .popup-description {
    text-align: center;
    font-weight: 600;
    margin-bottom: 15px
}

.yith-wcwl-popup-content .popup-description a.show-tab.active {
    cursor: inherit;
    color: inherit;
    pointer-events: none
}

.yith-wcwl-popup-feedback p.feedback {
    margin-top: 1.5em;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600
}

.yith-wcwl-popup-content label {
    display: block
}

.yith-wcwl-popup-content input[type=text],
.yith-wcwl-popup-content select {
    padding: 10px 7px
}

.yith-wcwl-popup-content .create {
    display: none
}

.yith-wcwl-popup-content .yith-wcwl-second-row {
    display: none
}

.yith-wcwl-popup-footer {
    margin-top: 15px
}

.yith-wcwl-popup-footer .button.wishlist-submit {
    display: block;
    width: 100%;
    text-align: center
}

.pp_pic_holder.pp_woocommerce.feedback {
    max-width: 450px!important
}

.pp_pic_holder.pp_woocommerce.feedback .pp_content {
    width: auto!important
}

.yith-wcwl-popup-feedback {
    margin-top: 2em;
    margin-bottom: 2em
}

.yith-wcwl-add-button.with-dropdown {
    position: relative;
    padding: 15px 0
}

.yes-js .yith-wcwl-add-button ul.yith-wcwl-dropdown {
    display: none;
    list-style: none;
    margin-bottom: 0;
    padding: 5px 25px;
    border: 1px solid #cdcdcd;
    background: #fff;
    position: absolute;
    z-index: 15;
    top: calc(100% - 5px);
    min-width: 200px
}

.yith-wcwl-add-button.show-dropdown ul.yith-wcwl-dropdown {
    display: block
}

.yith-wcwl-add-button ul.yith-wcwl-dropdown li {
    padding: 15px;
    padding-left: 0;
    text-transform: uppercase;
    font-size: .8em
}

.yith-wcwl-add-button ul.yith-wcwl-dropdown li a {
    font-size: 1em!important;
    color: inherit;
    box-shadow: none
}

.yith-wcwl-add-button ul.yith-wcwl-dropdown li a:hover {
    color: initial
}

.yith-wcwl-add-button ul.yith-wcwl-dropdown li:before {
    font-family: FontAwesome;
    content: '\f067';
    margin-right: 15px
}

.yith-wcwl-add-button ul.yith-wcwl-dropdown li:not(:last-child) {
    border-bottom: 1px solid #cdcdcd
}

.yith-wcwl-add-to-wishlist .separator+[data-title] {
    display: inline-block
}

.yith-wcwl-add-to-wishlist .with-tooltip {
    position: relative
}

.yith-wcwl-tooltip {
    z-index: 10;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
    top: calc(100% + 5px);
    pointer-events: none;
    cursor: initial;
    font-size: .6875rem;
    line-height: normal;
    display: none
}

.with-dropdown .yith-wcwl-tooltip {
    top: auto;
    bottom: calc(100% + 10px)
}

.with-tooltip .yith-wcwl-tooltip {
    position: absolute
}

.with-tooltip .yith-wcwl-tooltip:before {
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    left: calc(50% - 2px);
    width: 0;
    height: 0;
    background: 0 0!important;
    border-left: 5px solid transparent!important;
    border-right: 5px solid transparent!important;
    border-bottom: 5px solid
}

.with-dropdown .with-tooltip .yith-wcwl-tooltip:before {
    bottom: -5px;
    top: auto;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid;
    border-bottom: none
}

#yith-wcwl-popup-message {
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 7px 40px;
    z-index: 10000
}

.wishlist-title {
    display: inline-block
}

.wishlist-title h2 {
    display: inline-block;
    padding: 5px
}

.wishlist-title.wishlist-title-with-form h2:hover {
    background: #efefef
}

.wishlist-title a.show-title-form {
    cursor: pointer;
    visibility: hidden
}

.wishlist-title:hover a.show-title-form {
    visibility: visible
}

.yes-js #yith-wcwl-form .hidden-title-form {
    display: none;
    margin: 25px 0 39px
}

table.wishlist_table {
    font-size: 80%
}

table.wishlist_table tr {
    position: relative
}

table.wishlist_table thead th {
    border-top: 1px solid;
    padding: 16px 12px
}

table.wishlist_table tbody td {
    padding: 16px 12px
}

table.wishlist_table tbody td,
table.wishlist_table thead th {
    border-color: #e7e7e7
}

.wishlist_table tr td,
.wishlist_table tr th.product-checkbox,
.wishlist_table tr th.wishlist-delete {
    text-align: center;
    background: #fff
}

.wishlist_table tr th.product-checkbox {
    vertical-align: middle;
    width: 40px
}

.wishlist_table tr th.product-remove {
    vertical-align: middle;
    width: 40px
}

.wishlist_table tr th.product-thumbnail {
    width: 80px
}

.wishlist_table tfoot td,
.wishlist_table tr td.product-name,
.wishlist_table tr td.product-thumbnail,
.wishlist_table tr td.wishlist-name,
.wishlist_table tr td.wishlist-privacy {
    text-align: left
}

.wishlist_table tr td.product-remove {
    padding: 16px 0
}

.wishlist_table tr td.product-thumbnail a {
    display: block;
    border: none;
    max-width: 80px
}

.wishlist_table tr td.product-thumbnail a img {
    width: 100%
}

.wishlist_table tr td.product-arrange {
    cursor: grab
}

.wishlist_table tr td.product-arrange:active {
    cursor: grabbing
}

.wishlist_table .product-stock-status span.wishlist-in-stock {
    color: #297e29
}

.wishlist_table .product-stock-status span.wishlist-out-of-stock {
    color: red
}

.wishlist_table .product-add-to-cart span.dateadded {
    display: block
}

.wishlist_table .product-add-to-cart a {
    display: table!important;
    margin: 0 auto 5px!important;
    text-align: center
}

.wishlist_table .product-add-to-cart a.button {
    padding: 6px 25px!important
}

.wishlist_table .product-add-to-cart a>img {
    display: inline;
    max-width: 2em
}

.wishlist_table .price-variation {
    display: block
}

.wishlist_table .price-variation.decrease .variation-rate {
    color: red
}

.wishlist_table .price-variation .old-price {
    display: block
}

.wishlist_table a.button {
    white-space: normal;
    margin-bottom: 5px!important
}

.wishlist_table.modern_grid {
    list-style: none;
    margin: 0 -7px 35px;
    font-size: 0
}

.wishlist_table.modern_grid li {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    padding: 0 7px;
    margin-bottom: 15px
}

.wishlist_table.images_grid li.wishlist-empty,
.wishlist_table.modern_grid li.wishlist-empty {
    width: 100%;
    font-size: 1rem
}

.wishlist_table.images_grid li.show {
    z-index: 10
}

.wishlist_table.modern_grid li .item-wrapper {
    display: table;
    margin: 0 -7px
}

.wishlist_table.modern_grid li .item-details,
.wishlist_table.modern_grid li .product-thumbnail {
    display: table-cell;
    vertical-align: top;
    box-sizing: border-box;
    width: 50%;
    padding: 0 7px;
    font-size: 1rem
}

.wishlist_table.images_grid li .product-thumbnail,
.wishlist_table.modern_grid li .product-thumbnail {
    position: relative
}

.wishlist_table.images_grid li .product-thumbnail .product-checkbox,
.wishlist_table.modern_grid li .product-thumbnail .product-checkbox {
    position: absolute;
    top: 7px;
    left: 15px;
    z-index: 2
}

.wishlist_table.modern_grid li .product-thumbnail>a {
    display: block
}

.wishlist_table.modern_grid li .product-thumbnail>a img {
    display: block
}

.wishlist_table.images_grid li.show .product-thumbnail>a img,
.wishlist_table.images_grid li:hover .product-thumbnail>a img {
    filter: brightness(1.1)
}

.wishlist_table.modern_grid.wishlist_view li .item-details {
    position: relative
}

.wishlist_table.modern_grid.wishlist_view li .item-details:before {
    content: '';
    display: block;
    top: 0;
    bottom: 0;
    left: 7px;
    background: #fff;
    position: absolute;
    right: 7px;
    z-index: 0;
    border: 1px solid #cdcdcd
}

.wishlist_table.images_grid li .item-details {
    display: none;
    position: absolute;
    z-index: 2;
    bottom: 15px;
    left: calc(50% - 150px);
    width: 300px;
    background: #fff;
    padding: 10px 20px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    box-shadow: 0 0 15px rgba(0, 0, 0, .3)
}

.wishlist_table.images_grid li.show .item-details {
    display: block
}

.wishlist_table.modern_grid li .item-details .item-details-wrapper {
    padding: 15px 20px;
    line-height: normal;
    position: relative
}

.wishlist_table.images_grid li .item-details a.close {
    position: absolute;
    top: 10px;
    right: 20px
}

.wishlist_table.images_grid li .item-details h3,
.wishlist_table.mobile li .item-details h3,
.wishlist_table.modern_grid li .item-details h3 {
    margin-bottom: 7px
}

.wishlist_table.images_grid li .item-details table.item-details-table,
.wishlist_table.mobile li .item-details table.item-details-table,
.wishlist_table.mobile li table.additional-info,
.wishlist_table.modern_grid li .item-details table.item-details-table {
    border: none;
    margin-bottom: 7px
}

.wishlist_table.images_grid li .item-details table.item-details-table td,
.wishlist_table.mobile li .item-details table.item-details-table td,
.wishlist_table.mobile li table.additional-info td,
.wishlist_table.modern_grid li .item-details table.item-details-table td {
    border: none;
    font-size: .7em;
    padding: 3px;
    vertical-align: top
}

.wishlist_table.images_grid li .item-details table.item-details-table td.label,
.wishlist_table.mobile li .item-details table.item-details-table td.label,
.wishlist_table.mobile li table.additional-info td.label,
.wishlist_table.modern_grid li .item-details table.item-details-table td.label {
    text-align: left;
    font-weight: 700;
    width: 40%
}

.wishlist_table.images_grid li .item-details table.item-details-table td.value,
.wishlist_table.mobile li .item-details table.item-details-table td.value,
.wishlist_table.mobile li table.additional-info td.value,
.wishlist_table.modern_grid li .item-details table.item-details-table td.value {
    text-align: right
}

.wishlist_table.modern_grid li .item-details table.item-details-table td.value a.selectBox {
    margin-right: 0
}

.wishlist_table.images_grid li .item-details table.item-details-table td.value input,
.wishlist_table.mobile li table.additional-info td.value input,
.wishlist_table.modern_grid li .item-details table.item-details-table td.value input {
    width: auto
}

.wishlist_table.images_grid li .item-details .product-add-to-cart,
.wishlist_table.modern_grid li .item-details .product-add-to-cart {
    text-align: center;
    margin-bottom: 7px
}

.wishlist_table.images_grid li .item-details .move-to-another-wishlist,
.wishlist_table.modern_grid li .item-details .move-to-another-wishlist {
    text-align: center;
    margin-bottom: 7px
}

.wishlist_table.images_grid li .item-details .product-remove,
.wishlist_table.modern_grid li .item-details .product-remove {
    text-align: right
}

.wishlist_table.images_grid li .item-details .product-remove a,
.wishlist_table.modern_grid li .item-details .product-remove a {
    border: none;
    border-radius: 0;
    display: inline-block
}

.wishlist_table.mobile {
    list-style: none;
    margin-left: 0
}

.wishlist_table.mobile li {
    margin-bottom: 7px
}

.wishlist_table.mobile li .product-checkbox {
    display: inline-block;
    width: 20px;
    vertical-align: top
}

.wishlist_table.mobile li .item-wrapper {
    display: inline-block;
    width: calc(100% - 25px);
    vertical-align: top;
    margin-bottom: 7px
}

.wishlist_table.wishlist_manage_table.mobile li .item-wrapper {
    width: 100%
}

.wishlist_table.mobile li .item-wrapper .product-thumbnail {
    display: inline-block;
    max-width: 60px;
    margin-right: 10px
}

.wishlist_table.mobile li .item-wrapper .item-details {
    display: inline-block;
    width: calc(100% - 80px);
    vertical-align: top
}

.wishlist_table.mobile.with-checkbox li .additional-info-wrapper {
    padding-left: 20px
}

.wishlist_table.mobile li .additional-info-wrapper .move-to-another-wishlist,
.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart {
    text-align: center;
    margin-bottom: 7px
}

.wishlist_table.mobile li .additional-info-wrapper .product-remove {
    text-align: right
}

a.add_to_wishlist {
    cursor: pointer
}

.yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon {
    margin-right: 5px
}

.yith-wcwl-add-to-wishlist a.add_to_wishlist>img,
.yith-wcwl-add-to-wishlist a.delete_item>img,
.yith-wcwl-add-to-wishlist a.move_to_another_wishlist>img {
    max-width: 32px;
    display: inline-block;
    margin-right: 10px
}

a.add_to_wishlist+a.view-wishlist,
a.delete_item+a.view-wishlist {
    margin-left: 15px
}

.summary .single_add_to_wishlist.button,
div.product .woocommerce-price-and-add .single_add_to_wishlist.button {
    margin: 0
}

.wishlist_table .add_to_cart.button {
    padding: 7px 12px;
    line-height: normal
}

.yith-wcwl-add-to-wishlist {
    margin-top: 10px
}

.hidden-title-form a.hide-title-form i,
.hidden-title-form button i,
.wishlist-title a.show-title-form i,
.wishlist_manage_table tfoot a.create-new-wishlist i,
.wishlist_manage_table tfoot button.submit-wishlist-changes i,
.wishlist_table .add_to_cart.button i,
.wishlist_table .ask-an-estimate-button i,
.yith-wcwl-add-button>a i,
.yith-wcwl-wishlist-new button i,
.yith-wcwl-wishlist-search-form button.wishlist-search-button i {
    margin-right: 10px
}

.hidden-title-form a.hide-title-form,
.wishlist-title a.show-title-form,
.wishlist_manage_table a.create-new-wishlist,
.wishlist_manage_table button.submit-wishlist-changes,
.wishlist_table .add_to_cart.button,
.wishlist_table a.ask-an-estimate-button,
.woocommerce .yith-wcwl-wishlist-new button,
.yith-wcwl-add-button a.add_to_wishlist,
.yith-wcwl-popup-button a.add_to_wishlist,
.yith-wcwl-wishlist-search-form button.wishlist-search-button {
    margin: 0;
    box-shadow: none;
    text-shadow: none
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
    position: absolute;
    z-index: 10;
    margin: 0;
    top: 10px;
    left: 10px
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .with-dropdown {
    padding: 0
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .add_to_wishlist,
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .disabled_item,
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .open-pretty-photo {
    font-size: 0;
    background: 0 0
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .delete_item,
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .move_to_another_wishlist {
    font-size: 0
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .feedback {
    display: none
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .feedback+a {
    font-size: 0;
    background: 0 0
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist i {
    font-size: 1.6rem;
    margin: 0
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist img {
    margin: 0
}

.woocommerce .wishlist-title {
    margin-bottom: 30px
}

.woocommerce .wishlist-title h2 {
    vertical-align: middle;
    margin-bottom: 0
}

.woocommerce .hidden-title-form button {
    padding: 7px 24px;
    vertical-align: middle;
    border: none;
    position: relative
}

.woocommerce .hidden-title-form button:active {
    top: 1px
}

.woocommerce .hidden-title-form a.hide-title-form {
    vertical-align: middle;
    line-height: normal
}

.woocommerce .back-to-all-wishlists {
    margin-bottom: 20px
}

.woocommerce #content table.wishlist_table.cart a.remove {
    color: #c3c3c3;
    margin: 0 auto
}

.woocommerce #content table.wishlist_table.cart a.remove:hover {
    background-color: #c3c3c3;
    color: #fff
}

.yith-wcwl-share {
    margin-bottom: 35px
}

.yith-wcwl-share h4.yith-wcwl-share-title {
    margin: 10px 0
}

.yith-wcwl-share ul {
    margin: 5px 0;
    padding: 0
}

.entry-content .yith-wcwl-share ul li,
.yith-wcwl-share ul li {
    display: inline-block;
    margin-left: 0;
    margin-right: 0
}

.yith-wcwl-share li a {
    color: #fff;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    padding: 5px;
    display: block;
    border: none;
    min-width: 26px;
    min-height: 26px
}

.yith-wcwl-share li a:hover {
    color: #fff
}

.yith-wcwl-share li a>img {
    max-width: 1em
}

.copy-trigger {
    cursor: pointer
}

.woocommerce .ask-an-estimate-button>img {
    max-width: 1em;
    display: inline;
    margin-right: 5px
}

#ask_an_estimate_popup {
    display: none
}

.wishlist-ask-an-estimate-popup .ask-an-estimate-button-popup {
    width: 100%
}

.wishlist-ask-an-estimate-popup .woocommerce-error {
    margin-bottom: 0
}

.wishlist-ask-an-estimate-popup #additional_notes {
    min-height: 150px
}

.ask-an-estimate-confirmation {
    padding: 0 30px;
    text-align: center
}

.yith_wcwl_wishlist_footer>div {
    margin-bottom: 15px
}

.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action {
    float: left
}

.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action #bulk_actions {
    min-width: 250px
}

.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_update {
    float: right
}

.yith_wcwl_wishlist_footer .yith-wcwl-share {
    float: left;
    clear: both
}

.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action {
    float: right
}

.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action>* {
    vertical-align: middle
}

.yith_wcwl_wishlist_update+.yith_wcwl_footer_additional_action {
    clear: both
}

.wishlist-page-links {
    clear: both
}

#move_to_another_wishlist {
    display: none
}

.yith-wcwl-wishlist-new {
    padding: 20px 0
}

.yith-wcwl-popup-content .yith-wcwl-wishlist-new {
    padding: 0
}

.yith-wcwl-wishlist-new .wishlist-name {
    display: inline-block
}

.yith-wcwl-wishlist-new .wishlist-privacy-radio label {
    display: block
}

.yith-wcwl-popup-content .create-wishlist-button {
    margin-top: 15px;
    width: 100%
}

#create_new_wishlist {
    display: none
}

.wishlist_manage_table select {
    vertical-align: middle;
    margin-right: 10px
}

.wishlist_manage_table td.wishlist-name .wishlist-title {
    margin-bottom: 0
}

.wishlist_manage_table td.wishlist-name .hidden-title-form {
    margin: 0!important
}

.wishlist_manage_table td.wishlist-name .hidden-title-form input[type=text] {
    width: 100%;
    min-width: 0
}

table.wishlist_manage_table tfoot td {
    text-align: right;
    padding: 24px 12px
}

.wishlist_manage_table tfoot button.submit-wishlist-changes {
    padding: 7px 24px;
    vertical-align: middle;
    border: 1px solid;
    border-radius: 3px;
    position: relative;
    line-height: normal
}

.wishlist_manage_table tfoot button.submit-wishlist-changes:active {
    top: 1px
}

.wishlist_manage_table tfoot a.create-new-wishlist {
    vertical-align: middle;
    line-height: normal;
    padding: 7px 24px
}

.wishlist_manage_table.modern_grid li .item-wrapper {
    display: block;
    margin: 0;
    padding: 40px 50px;
    background: #fff;
    border: 1px solid #cdcdcd
}

.wishlist_manage_table.modern_grid li .item-details,
.wishlist_manage_table.modern_grid li .product-thumbnail {
    display: block;
    width: 100%;
    padding: 0
}

.wishlist_manage_table.modern_grid li .product-thumbnail img:first-child {
    width: 100%;
    margin-bottom: 15px
}

.wishlist_manage_table.modern_grid li .product-thumbnail img {
    width: calc(50% - 8px)
}

.wishlist_manage_table.modern_grid li .product-thumbnail img:nth-child(3) {
    margin-left: 15px
}

.wishlist_manage_table.modern_grid li .wishlist-title-with-form {
    display: block
}

.wishlist_manage_table.modern_grid li .wishlist-title-with-form h3 {
    display: inline-block
}

.wishlist_manage_table.modern_grid li .wishlist-title-with-form .show-title-form,
.wishlist_manage_table.modern_grid li .wishlist-title-with-form .show-title-form:hover {
    visibility: visible;
    float: right;
    margin: 0;
    background: 0 0;
    color: inherit
}

.wishlist_manage_table.modern_grid li .wishlist-title-with-form .show-title-form i {
    margin: 0
}

.wishlist_manage_table.modern_grid li .hidden-title-form {
    margin-top: 0!important
}

.wishlist_manage_table.modern_grid li .hidden-title-form input[type=text] {
    width: 100%;
    min-width: 0
}

.wishlist_manage_table.mobile li {
    margin-bottom: 30px
}

.wishlist_manage_table.mobile li .item-wrapper .item-details {
    width: 100%
}

.wishlist_manage_table.mobile li .item-wrapper .item-details .wishlist-title-with-form {
    display: block;
    border-bottom: 1px solid #cdcdcd;
    position: relative
}

.wishlist_manage_table.mobile li .item-wrapper .item-details .wishlist-title-with-form a.show-title-form {
    position: absolute;
    right: 0;
    top: 0;
    visibility: visible
}

.wishlist_manage_table.mobile li .item-wrapper .item-details .wishlist-title-with-form a.show-title-form i {
    margin-right: 0
}

.wishlist_manage_table.mobile li .item-details table.item-details-table td.value a.selectBox {
    margin-right: 0
}

.wishlist_manage_table.mobile li .item-details table.item-details-table td.value a.wishlist-download {
    float: left
}

.yith-wcwl-wishlist-search-form {
    text-align: center;
    padding: 20px 0
}

.yith-wcwl-wishlist-search-form #wishlist_search {
    display: inline-block;
    max-width: 300px;
    vertical-align: middle
}

.yith-wcwl-wishlist-search-form button.wishlist-search-button {
    display: inline-block;
    padding: 7px 24px;
    vertical-align: middle;
    border: 1px solid;
    border-radius: 3px;
    position: relative;
    line-height: normal
}

.yith-wcwl-wishlist-search-form button.wishlist-search-button i {
    margin: 0
}

.yith-wcwl-wishlist-search-form button.wishlist-search-button:active {
    top: 1px
}

.yith-wcwl-search-results .wishlist-owner {
    text-align: left
}

.yith-wcwl-search-results .wishlist-owner .thumb {
    display: inline-block;
    margin-right: 15px
}

.yith-wcwl-add-to-wishlist .ajax-loading {
    box-shadow: none!important;
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    display: inline!important;
    margin-left: 5px;
    vertical-align: middle;
    visibility: hidden;
    width: 16px!important;
    height: 16px!important
}

.widget_yith-wcwl-lists ul.dropdown li {
    padding: 0
}

.widget_yith-wcwl-lists ul.dropdown ul.lists>li a,
.widget_yith-wcwl-lists ul.dropdown>li a {
    display: block;
    padding: 5px 15px
}

.widget_yith-wcwl-lists ul.dropdown ul.lists>li a {
    padding: 5px 25px
}

.widget_yith-wcwl-lists ul.dropdown>li.lists-section {
    border-bottom: 1px solid #e7e7e7
}

.widget_yith-wcwl-lists ul.dropdown ul.lists {
    margin: 0
}

.widget_yith-wcwl-items .mini {
    position: relative
}

.widget_yith-wcwl-items .heading {
    text-align: center;
    cursor: pointer
}

.widget_yith-wcwl-items .mini .heading {
    display: inline-block
}

.widget_yith-wcwl-items .heading a {
    color: inherit
}

.widget_yith-wcwl-items .extended .heading .items-counter {
    position: relative
}

.widget_yith-wcwl-items .extended .heading .items-counter i {
    font-size: 70px;
    position: relative;
    margin-bottom: 10px
}

.widget_yith-wcwl-items .mini .heading .items-counter i {
    font-size: 30px
}

.widget_yith-wcwl-items .extended .heading .items-counter .items-count {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: calc(50% - 20px);
    font-size: 1rem
}

.widget_yith-wcwl-items .mini .heading .items-counter .items-count {
    font-size: 1rem
}

.widget_yith-wcwl-items .extended .heading h3:after {
    content: '';
    display: block;
    max-width: 80px;
    border-bottom: 1px solid #cdcdcd;
    margin: 10px auto
}

.widget_yith-wcwl-items .mini .list {
    position: absolute;
    z-index: 1;
    left: 0;
    background: #fff;
    padding: 25px 40px;
    display: none;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    box-shadow: 0 0 15px rgba(0, 0, 0, .3)
}

.widget_yith-wcwl-items .mini:hover .list {
    display: block
}

.widget_yith-wcwl-items ul.product_list_widget {
    margin-bottom: 40px!important
}

.widget_yith-wcwl-items p.empty-wishlist {
    margin-bottom: 0!important
}

.widget_yith-wcwl-items .mini ul.product_list_widget {
    margin-left: -20px
}

.widget_yith-wcwl-items ul.product_list_widget li {
    display: table
}

.widget_yith-wcwl-items ul.product_list_widget li:not(:last-child) {
    margin-bottom: 10px
}

.widget_yith-wcwl-items ul.product_list_widget li .image-thumb,
.widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info,
.widget_yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists {
    display: table-cell;
    vertical-align: middle
}

.widget_yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists {
    font-size: 1.2rem
}

.widget_yith-wcwl-items ul.product_list_widget li .image-thumb img {
    margin-left: 10px;
    max-width: 40px
}

.widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px
}

.widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info a {
    display: inline-block
}

.widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info>* {
    display: block
}

.widget_yith-wcwl-items .show-wishlist,
.widget_yith-wcwl-items a.add_all_to_cart {
    display: block!important
}

.widget_yith-wcwl-items .show-wishlist {
    margin-bottom: 10px
}

.widget_yith-wcwl-items a.add_all_to_cart {
    text-align: center
}

@media(max-width:768px) {
    .yith_wcwl_wishlist_bulk_action select {
        width: 100%;
        margin-bottom: 15px
    }
    .yith_wcwl_wishlist_bulk_action input {
        float: right
    }
    .yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action {
        float: none
    }
    .yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action .ask-an-estimate-button {
        width: 100%;
        text-align: center
    }
}

.yith-wcwl-share li a {
    color: #fff
}

.yith-wcwl-share li a:hover {
    color: #fff
}

.yith-wcwl-share a.facebook {
    background: #39599e;
    background-color: #39599e
}

.yith-wcwl-share a.facebook:hover {
    background: #595a5a;
    background-color: #595a5a
}

.yith-wcwl-share a.twitter {
    background: #45afe2;
    background-color: #45afe2
}

.yith-wcwl-share a.twitter:hover {
    background: #595a5a;
    background-color: #595a5a
}

.yith-wcwl-share a.pinterest {
    background: #ab2e31;
    background-color: #ab2e31
}

.yith-wcwl-share a.pinterest:hover {
    background: #595a5a;
    background-color: #595a5a
}

.yith-wcwl-share a.email {
    background: #fbb102;
    background-color: #fbb102
}

.yith-wcwl-share a.email:hover {
    background: #595a5a;
    background-color: #595a5a
}

.yith-wcwl-share a.whatsapp {
    background: #00a901;
    background-color: #00a901
}

.yith-wcwl-share a.whatsapp:hover {
    background: #595a5a;
    background-color: #595a5a
}

div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0
}

div.wpcf7-response-output {
    margin: 2em .5em 1em;
    padding: .2em 1em;
    border: 2px solid red
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
    border: 2px solid red
}

div.wpcf7-spam-blocked {
    border: 2px solid orange
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700
}

.wpcf7-form-control-wrap {
    position: relative
}

span.wpcf7-not-valid-tip {
    color: red;
    font-size: 1em;
    font-weight: 400;
    display: block
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    border: 1px solid red;
    background: #fff;
    padding: .2em .8em
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em
}

span.wpcf7-list-item-label:before,
span.wpcf7-list-item-label:after {
    content: " "
}

.wpcf7-display-none {
    display: none
}

div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url(../images/ajax-loader.gif);
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle
}

div.wpcf7 .ajax-loader.is-active {
    visibility: visible
}

div.wpcf7 div.ajax-error {
    display: none
}

div.wpcf7 .placeheld {
    color: #888
}

div.wpcf7 input[type=file] {
    cursor: pointer
}

div.wpcf7 input[type=file]:disabled {
    cursor: default
}

div.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed
}

.rs-p-wp-fix {
    display: none !important;
    margin: 0 !important;
    height: 0 !important
}

#debungcontrolls {
    z-index: 100000;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, .6);
    padding: 10px;
    box-sizing: border-box
}

rs-debug {
    z-index: 100000;
    position: fixed;
    top: 0;
    width: 300px;
    height: 300px;
    background: rgba(0, 0, 0, .6);
    padding: 10px;
    box-sizing: border-box;
    color: #fff;
    font-size: 10px;
    line-height: 13px;
    overflow: scroll
}

rs-modal {
    position: fixed !important;
    z-index: 9999999 !important;
    pointer-events: none !important
}

rs-modal.rs-modal-auto {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto
}

rs-modal.rs-modal-fullwidth,
rs-modal.rs-modal-fullscreen {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

rs-modal rs-fullwidth-wrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
}

rs-module-wrap.rs-modal {
    display: none;
    max-height: 100% !important;
    overflow: auto !important;
    pointer-events: auto !important
}

rs-modal-cover {
    width: 100%;
    height: 100%;
    z-index: 0;
    background: 0 0;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    pointer-events: auto
}

body>rs-modal-cover {
    position: fixed;
    z-index: 9999995 !important
}

rs-sbg-px {
    pointer-events: none
}

.rs-forcehidden * {
    visibility: hidden !important
}

.rs_splitted_lines {
    display: block;
    white-space: nowrap !important
}

.debugtimeline {
    width: 100%;
    height: 10px;
    position: relative;
    display: block;
    margin-bottom: 3px;
    display: none;
    white-space: nowrap;
    box-sizing: border-box
}

.debugtimeline:hover {
    height: 15px
}

.the_timeline_tester {
    background: #e74c3c;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0
}

.rs-go-fullscreen {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 9999999 !important;
    background: #fff
}

.debugtimeline.tl_slide .the_timeline_tester {
    background: #f39c12
}

.debugtimeline.tl_frame .the_timeline_tester {
    background: #3498db
}

.debugtimline_txt {
    color: #fff;
    font-weight: 400;
    font-size: 7px;
    position: absolute;
    left: 10px;
    top: 0;
    white-space: nowrap;
    line-height: 10px
}

.rtl {
    direction: rtl
}

@font-face {
    font-family: 'revicons';
    src: url(../fonts/revicons/revicons.eot?5510888);
    src: url(../fonts/revicons/revicons.eot?5510888#iefix) format('embedded-opentype'), 
    url(../fonts/revicons/revicons.woff?5510888) format('woff'), 
    url(../fonts/revicons/revicons.ttf?5510888) format('truetype'), 
    url(../fonts/revicons/revicons.svg?5510888#revicons) format('svg');
    font-weight: 400;
    font-style: normal
}

[class^=revicon-]:before,
[class*=" revicon-"]:before {
    font-family: "revicons";
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em
}

rs-module i[class^=fa-],
rs-module i[class*=" fa-"],
.rb-modal-wrapper i[class^=fa-],
.rb-modal-wrapper i[class*=" fa-"],
#waitaminute i[class^=fa-],
#waitaminute i[class*=" fa-"],
#objectlibrary i[class^=fa-],
#objectlibrary i[class*=" fa-"],
#rs_overview i[class^=fa-],
#rs_overview i[class*=" fa-"],
#rs_overview_menu i[class^=fa-],
#rs_overview_menu i[class*=" fa-"],
#builderView i[class^=fa-],
#builderView i[class*=" fa-"] {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

rs-module [class^=fa-]:before,
rs-module [class*=" fa-"]:before,
.rb-modal-wrapper [class^=fa-]:before,
.rb-modal-wrapper [class*=" fa-"]:before,
#rs_overview [class^=fa-]:before,
#rs_overview [class*=" fa-"]:before,
#objectlibrary [class^=fa-]:before,
#objectlibrary [class*=" fa-"]:before,
#waitaminute [class^=fa-]:before,
#waitaminute [class*=" fa-"]:before,
#rs_overview_menu [class^=fa-]:before,
#rs_overview_menu [class*=" fa-"]:before,
#builderView [class^=fa-]:before,
#builderView [class*=" fa-"]:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: auto;
    margin-right: 0;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    margin-left: 0
}

rs-module .sr-only,
#objectlibrary .sr-only,
#waitaminute .sr-only,
#rs_overview .sr-only,
#rs_overview_menu .sr-only,
.rb-modal-wrapper .sr-only,
#builderView .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

rs-module .sr-only-focusable:active,
rs-module .sr-only-focusable:focus,
#waitaminute .sr-only-focusable:active,
#waitaminute .sr-only-focusable:focus,
#objectlibrary .sr-only-focusable:active,
#objectlibrary .sr-only-focusable:focus,
#rs_overview .sr-only-focusable:active,
#rs_overview .sr-only-focusable:focus,
#rs_overview_menu .sr-only-focusable:active,
#rs_overview_menu .sr-only-focusable:focus,
.rb-modal-wrapper .sr-only-focusable:active,
.rb-modal-wrapper .sr-only-focusable:focus,
#builderView .sr-only-focusable:active,
#builderView .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.revicon-search-1:before {
    content: '\e802'
}

.revicon-pencil-1:before {
    content: '\e831'
}

.revicon-picture-1:before {
    content: '\e803'
}

.revicon-cancel:before {
    content: '\e80a'
}

.revicon-info-circled:before {
    content: '\e80f'
}

.revicon-trash:before {
    content: '\e801'
}

.revicon-left-dir:before {
    content: '\e817'
}

.revicon-right-dir:before {
    content: '\e818'
}

.revicon-down-open:before {
    content: '\e83b'
}

.revicon-left-open:before {
    content: '\e819'
}

.revicon-right-open:before {
    content: '\e81a'
}

.revicon-angle-left:before {
    content: '\e820'
}

.revicon-angle-right:before {
    content: '\e81d'
}

.revicon-left-big:before {
    content: '\e81f'
}

.revicon-right-big:before {
    content: '\e81e'
}

.revicon-magic:before {
    content: '\e807'
}

.revicon-picture:before {
    content: '\e800'
}

.revicon-export:before {
    content: '\e80b'
}

.revicon-cog:before {
    content: '\e832'
}

.revicon-login:before {
    content: '\e833'
}

.revicon-logout:before {
    content: '\e834'
}

.revicon-video:before {
    content: '\e805'
}

.revicon-arrow-combo:before {
    content: '\e827'
}

.revicon-left-open-1:before {
    content: '\e82a'
}

.revicon-right-open-1:before {
    content: '\e82b'
}

.revicon-left-open-mini:before {
    content: '\e822'
}

.revicon-right-open-mini:before {
    content: '\e823'
}

.revicon-left-open-big:before {
    content: '\e824'
}

.revicon-right-open-big:before {
    content: '\e825'
}

.revicon-left:before {
    content: '\e836'
}

.revicon-right:before {
    content: '\e826'
}

.revicon-ccw:before {
    content: '\e808'
}

.revicon-arrows-ccw:before {
    content: '\e806'
}

.revicon-palette:before {
    content: '\e829'
}

.revicon-list-add:before {
    content: '\e80c'
}

.revicon-doc:before {
    content: '\e809'
}

.revicon-left-open-outline:before {
    content: '\e82e'
}

.revicon-left-open-2:before {
    content: '\e82c'
}

.revicon-right-open-outline:before {
    content: '\e82f'
}

.revicon-right-open-2:before {
    content: '\e82d'
}

.revicon-equalizer:before {
    content: '\e83a'
}

.revicon-layers-alt:before {
    content: '\e804'
}

.revicon-popup:before {
    content: '\e828'
}

.tp-fullwidth-forcer {
    z-index: 0;
    pointer-events: none
}

rs-module-wrap,
rs-module-wrap * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

rs-module-wrap {
    position: relative;
    z-index: 1;
    width: 100%;
    display: block
}

.rs-fixedscrollon rs-module-wrap {
    position: fixed !important;
    top: 0 !important;
    z-index: 1000
}

rs-fw-forcer {
    display: block;
    width: 100%;
    pointer-events: none
}

rs-module {
    position: relative;
    overflow: hidden;
    display: block
}

rs-pzimg-wrap,
rs-sbg-effectwrap,
rs-sbg {
    display: block;
    pointer-events: none
}

rs-sbg-effectwrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

rs-sbg-px,
rs-sbg-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block
}

a.rs-layer,
a.rs-layer:-webkit-any-link {
    text-decoration: none
}

a[x-apple-data-detectors] {
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important
}

.entry-content rs-module a,
rs-module a {
    box-shadow: none
}

.rs-ov-hidden {
    overflow: hidden !important
}

.rs-forceoverflow,
.rs-forceoverflow rs-module-wrap,
.rs-forceoverflow rs-module,
.rs-forceoverflow rs-slides,
.rs-forceoverflow rs-slide {
    overflow: visible !important
}

.tp-simpleresponsive img,
rs-module img {
    max-width: none !important;
    transition: none;
    margin: 0;
    padding: 0;
    border: none
}

rs-module .no-slides-text {
    font-weight: 700;
    text-align: center;
    padding-top: 80px
}

rs-slides,
rs-slide,
rs-slide:before {
    position: absolute;
    text-indent: 0em;
    top: 0;
    left: 0
}

rs-slide,
rs-slide:before {
    display: block;
    visibility: hidden
}

.rs-layer .rs-untoggled-content {
    display: block
}

.rs-layer .rs-toggled-content {
    display: none
}

.rs-tc-active.rs-layer .rs-toggled-content {
    display: block
}

.rs-tc-active.rs-layer .rs-untoggled-content {
    display: none
}

.rs-layer-video {
    overflow: hidden
}

rs-module rs-layer,
rs-module .rs-layer {
    opacity: 0;
    position: relative;
    visibility: hidden;
    white-space: nowrap;
    display: block;
    -webkit-font-smoothing: antialiased !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-osx-font-smoothing: grayscale;
    z-index: 1
}

rs-layer-wrap,
rs-mask,
rs-module-wrap,
rs-module .rs-layer,
rs-module img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none
}

rs-module rs-mask-wrap .rs-layer,
rs-module rs-mask-wrap *:last-child,
.wpb_text_column rs-module rs-mask-wrap .rs-layer,
.wpb_text_column rs-module rs-mask-wrap *:last-child {
    margin-bottom: 0
}

.rs-svg svg {
    width: 100%;
    height: 100%;
    position: relative;
    vertical-align: top
}

rs-layer,
.rs-layer,
rs-alyer *,
.rs-layer * {
    outline: none !important
}

rs-carousel-wrap {
    cursor: url(openhand.cur), move
}

rs-carousel-wrap.dragged {
    cursor: url(closedhand.cur), move
}

rs-carousel-wrap {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

rs-carousel-space {
    clear: both;
    display: block;
    width: 100%;
    height: 1px;
    position: relative;
    margin-bottom: -1px
}

.tp_inner_padding {
    box-sizing: border-box;
    max-height: none !important
}

.rs-layer.rs-selectable {
    -moz-user-select: all;
    -khtml-user-select: all;
    -webkit-user-select: all;
    -o-user-select: all
}

rs-px-mask {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    position: relative
}

rs-module embed,
rs-module iframe,
rs-module object,
rs-module audio,
rs-module video {
    max-width: none !important;
    border: none
}

rs-bg-elem {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: block;
    pointer-events: none
}

.tp-blockmask,
.tp-blockmask_in,
.tp-blockmask_out {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1000;
    transform: scaleX(0) scaleY(0)
}

rs-zone {
    position: absolute;
    width: 100%;
    left: 0;
    box-sizing: border-box;
    min-height: 50px;
    font-size: 0px
}

rs-layer-wrap,
rs-row-wrap,
rs-column,
rs-parallax-wrap,
rs-mask-wrap,
rs-cbg-mask-wrap,
rs-loop-wrap {
    display: block;
    visibility: hidden
}

rs-column-wrap>rs-loop-wrap {
    z-index: 1
}

rs-layer-wrap,
rs-mask-wrap,
rs-cbg-mask-wrap {
    transform-style: flat;
    perspective: 10000px
}

rs-mask-wrap {
    overflow: hidden
}

rs-fullwidth-wrap {
    position: relative;
    width: 100%;
    height: auto;
    display: block
}

.rev_row_zone_top {
    top: 0
}

.rev_row_zone_bottom {
    bottom: 0
}

rs-column-wrap .rs-parallax-wrap {
    vertical-align: top
}

.rs-layer img,
rs-layer img {
    vertical-align: top
}

rs-row,
rs-row.rs-layer {
    display: table;
    position: relative;
    width: 100% !important;
    table-layout: fixed;
    box-sizing: border-box;
    vertical-align: top;
    height: auto;
    font-size: 0px
}

rs-column-wrap {
    display: table-cell;
    position: relative;
    vertical-align: top;
    height: auto;
    box-sizing: border-box;
    font-size: 0px
}

rs-column {
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 100% !important;
    height: auto !important;
    white-space: normal !important
}

rs-cbg-mask-wrap {
    position: absolute;
    z-index: 0;
    box-sizing: border-box
}

rs-column-bg {
    position: absolute;
    z-index: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%
}

.rs-pelock * {
    pointer-events: none !important
}

rs-column .rs-parallax-wrap,
rs-column rs-loop-wrap,
rs-column rs-mask-wrap {
    text-align: inherit
}

rs-column rs-mask-wrap {
    display: inline-block
}

rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    line-height: 0
}

rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap,
rs-column .rev_layer_in_column {
    vertical-align: top
}

.rev_break_columns {
    display: block !important
}

.rev_break_columns rs-column-wrap.rs-parallax-wrap {
    display: block !important;
    width: 100% !important
}

.rev_break_columns rs-column-wrap.rs-parallax-wrap.rs-layer-hidden,
.tp-forcenotvisible,
.tp-hide-revslider,
rs-row-wrap.rs-layer-hidden,
rs-column-wrap.rs-layer-hidden,
.rs-layer.rs-layer-hidden,
.rs-layer-audio.rs-layer-hidden,
.rs-parallax-wrap.rs-layer-hidden {
    visibility: hidden !important;
    display: none !important
}

rs-layer.rs-nointeraction,
.rs-layer.rs-nointeraction {
    pointer-events: none !important
}

rs-static-layers {
    position: absolute;
    z-index: 101;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none
}

rs-static-layers.rs-stl-back {
    z-index: 0
}

.rs-layer rs-fcr {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0 solid transparent;
    border-top: 40px solid #00a8ff;
    position: absolute;
    right: 100%;
    top: 0
}

.rs-layer rs-fcrt {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 40px solid #00a8ff;
    position: absolute;
    right: 100%;
    top: 0
}

.rs-layer rs-bcr {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 40px solid #00a8ff;
    position: absolute;
    left: 100%;
    top: 0
}

.rs-layer rs-bcrt {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #00a8ff;
    position: absolute;
    left: 100%;
    top: 0
}

.tp-layer-inner-rotation {
    position: relative !important
}

img.tp-slider-alternative-image {
    width: 100%;
    height: auto
}

.noFilterClass {
    filter: none !important
}

rs-bgvideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    z-index: 0;
    display: block
}

.rs-layer.coverscreenvideo {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute
}

.rs-layer.rs-fsv {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%
}

.rs-layer.rs-fsv audio,
.rs-layer.rs-fsv video,
.rs-layer.rs-fsv iframe,
.rs-layer.rs-fsv iframe audio,
.rs-layer.rs-fsv iframe video {
    width: 100% !important;
    height: 100% !important;
    display: none
}

.fullcoveredvideo audio,
.rs-fsv audio .fullcoveredvideo video,
.rs-fsv video {
    background: #000
}

.fullcoveredvideo rs-poster {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.videoisplaying .html5vid rs-poster {
    display: none
}

.tp-video-play-button {
    background: #000;
    background: rgba(0, 0, 0, .3);
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    z-index: 3;
    margin-top: -25px;
    margin-left: -25px;
    line-height: 50px !important;
    text-align: center;
    cursor: pointer;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    z-index: 4;
    opacity: 0;
    transition: opacity .3s ease-out !important
}

.rs-audio .tp-video-play-button {
    display: none !important
}

.rs-layer .html5vid {
    width: 100% !important;
    height: 100% !important
}

.tp-video-play-button i {
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center !important;
    vertical-align: top;
    line-height: 50px !important;
    font-size: 30px !important
}

.rs-layer:hover .tp-video-play-button {
    opacity: 1;
    display: block
}

.rs-layer .tp-revstop {
    display: none;
    width: 15px;
    border-right: 5px solid #fff !important;
    border-left: 5px solid #fff !important;
    transform: translateX(50%) translateY(50%);
    height: 20px;
    margin-left: 11px !important;
    margin-top: 5px !important
}

.videoisplaying .revicon-right-dir {
    display: none
}

.videoisplaying .tp-revstop {
    display: block
}

.videoisplaying .tp-video-play-button {
    display: none
}

.fullcoveredvideo .tp-video-play-button {
    display: none !important
}

.rs-fsv .rs-fsv audio {
    object-fit: contain !important
}

.rs-fsv .rs-fsv video {
    object-fit: contain !important
}

.rs-fsv .fullcoveredvideo audio {
    object-fit: cover !important
}

.rs-fsv .fullcoveredvideo video {
    object-fit: cover !important
}

.rs-fullvideo-cover {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: 0 0;
    z-index: 5
}

.rs-nolc .tp-video-play-button,
rs-bgvideo video::-webkit-media-controls-start-playback-button,
rs-bgvideo video::-webkit-media-controls,
rs-bgvideo audio::-webkit-media-controls {
    display: none !important
}

.rs-audio .tp-video-controls {
    opacity: 1 !important;
    visibility: visible !important
}

rs-module h1.rs-layer,
rs-module h2.rs-layer,
rs-module h3.rs-layer,
rs-module h4.rs-layer,
rs-module h5.rs-layer,
rs-module h6.rs-layer,
rs-module div.rs-layer,
rs-module span.rs-layer,
rs-module p.rs-layer {
    margin: 0;
    padding: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0
}

rs-module h1.rs-layer:before,
rs-module h2.rs-layer:before,
rs-module h3.rs-layer:before,
rs-module h4.rs-layer:before,
rs-module h5.rs-layer:before,
rs-module h6.rs-layer:before {
    content: none
}

rs-dotted {
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: block;
    pointer-events: none
}

rs-sbg-wrap rs-dotted {
    z-index: 31
}

rs-dotted.twoxtwo {
    background: url(../images/gridtile.png)
}

rs-dotted.twoxtwowhite {
    background: url(../images//gridtile_white.png)
}

rs-dotted.threexthree {
    background: url(../image/gridtile_3x3.png)
}

rs-dotted.threexthreewhite {
    background: url(../images/gridtile_3x3_white.png)
}

.tp-shadowcover {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    position: absolute;
    z-index: -1
}

.tp-shadow1 {
    box-shadow: 0 10px 6px -6px rgba(0, 0, 0, .8)
}

.tp-shadow2:before,
.tp-shadow2:after,
.tp-shadow3:before,
.tp-shadow4:after {
    z-index: -2;
    position: absolute;
    content: "";
    bottom: 10px;
    left: 10px;
    width: 50%;
    top: 85%;
    max-width: 300px;
    background: 0 0;
    box-shadow: 0 15px 10px rgba(0, 0, 0, .8);
    transform: rotate(-3deg)
}

.tp-shadow2:after,
.tp-shadow4:after {
    transform: rotate(3deg);
    right: 10px;
    left: auto
}

.tp-shadow5 {
    position: relative;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset
}

.tp-shadow5:before,
.tp-shadow5:after {
    content: "";
    position: absolute;
    z-index: -2;
    box-shadow: 0 0 25px 0px rgba(0, 0, 0, .6);
    top: 30%;
    bottom: 0;
    left: 20px;
    right: 20px;
    border-radius: 100px/20px
}

.rev-btn,
.rev-btn:visited {
    outline: none !important;
    box-shadow: none;
    text-decoration: none !important;
    box-sizing: border-box;
    cursor: pointer
}

.rev-btn.rev-uppercase,
.rev-btn.rev-uppercase:visited {
    text-transform: uppercase
}

.rev-btn i {
    font-size: inherit;
    font-weight: 400;
    position: relative;
    top: 0;
    transition: opacity .2s ease-out, margin .2s ease-out;
    margin-left: 0;
    line-height: inherit
}

.rev-btn.rev-hiddenicon i {
    font-size: inherit;
    font-weight: 400;
    position: relative;
    top: 0;
    transition: opacity .2s ease-out, margin .2s ease-out;
    opacity: 0;
    margin-left: 0 !important;
    width: 0 !important
}

.rev-btn.rev-hiddenicon:hover i {
    opacity: 1 !important;
    margin-left: 10px !important;
    width: auto !important
}

.rev-burger {
    position: relative;
    box-sizing: border-box;
    padding: 22px 14px;
    border-radius: 50%;
    border: 1px solid rgba(51, 51, 51, .25);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    cursor: pointer
}

.rev-burger span {
    display: block;
    width: 30px;
    height: 3px;
    background: #333;
    transition: .7s;
    pointer-events: none;
    transform-style: flat !important
}

.rev-burger span:nth-child(2) {
    margin: 3px 0
}

.quick_style_example_wrap .rev-burger:hover:first-child,
#dialog_addbutton .rev-burger:hover:first-child,
.open .rev-burger:first-child,
.open.rev-burger:first-child {
    transform: translateY(6px) rotate(-45deg)
}

.quick_style_example_wrap .rev-burger:hover:nth-child(2),
#dialog_addbutton .rev-burger:hover:nth-child(2),
.open .rev-burger:nth-child(2),
.open.rev-burger:nth-child(2) {
    transform: rotate(-45deg);
    opacity: 0
}

.quick_style_example_wrap .rev-burger:hover:last-child,
#dialog_addbutton .rev-burger:hover:last-child,
.open .rev-burger:last-child,
.open.rev-burger:last-child {
    transform: translateY(-6px) rotate(-135deg)
}

.rev-burger.revb-white {
    border: 2px solid rgba(255, 255, 255, .2)
}

.rev-b-span-light span,
.rev-burger.revb-white span {
    background: #fff
}

.rev-burger.revb-whitenoborder {
    border: 0
}

.rev-burger.revb-whitenoborder span {
    background: #fff
}

.rev-burger.revb-darknoborder {
    border: 0
}

.rev-b-span-dark span,
.rev-burger.revb-darknoborder span {
    background: #333
}

.rev-burger.revb-whitefull {
    background: #fff;
    border: none
}

.rev-burger.revb-whitefull span {
    background: #333
}

.rev-burger.revb-darkfull {
    background: #333;
    border: none
}

.rev-burger.revb-darkfull span {
    background: #fff
}

@keyframes rev-ani-mouse {
    0% {
        opacity: 1;
        top: 29%
    }
    15% {
        opacity: 1;
        top: 70%
    }
    50% {
        opacity: 0;
        top: 70%
    }
    100% {
        opacity: 0;
        top: 29%
    }
}

.rev-scroll-btn {
    display: inline-block;
    position: relative;
    left: 0;
    right: 0;
    text-align: center;
    cursor: pointer;
    width: 35px;
    height: 55px;
    box-sizing: border-box;
    border: 3px solid #fff;
    border-radius: 23px
}

.rev-scroll-btn>* {
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    font-weight: 400;
    color: #7f8c8d;
    color: #fff;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 2px
}

.rev-scroll-btn>*:hover,
.rev-scroll-btn>*:focus,
.rev-scroll-btn>*.active {
    color: #fff
}

.rev-scroll-btn>*:hover,
.rev-scroll-btn>*:focus,
.rev-scroll-btn>*:active,
.rev-scroll-btn>*.active {
    opacity: .8
}

.rev-scroll-btn.revs-fullwhite {
    background: #fff
}

.rev-scroll-btn.revs-fullwhite span {
    background: #333
}

.rev-scroll-btn.revs-fulldark,
{
    background: #333;
    border: none
}

.rev-scroll-btn.revs-fulldark span {
    background: #fff
}

.rev-scroll-btn span {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    border-radius: 50%;
    animation: rev-ani-mouse 2.5s linear infinite;
    background: #fff
}

.rev-scroll-btn.rev-b-span-dark {
    border-color: #333
}

.rev-scroll-btn.rev-b-span-dark span,
.rev-scroll-btn.revs-dark span {
    background: #333
}

.rev-control-btn {
    position: relative;
    display: inline-block;
    z-index: 5;
    color: #fff;
    font-size: 20px;
    line-height: 60px;
    font-weight: 400;
    font-style: normal;
    font-family: Raleway;
    text-decoration: none;
    text-align: center;
    background-color: #000;
    border-radius: 50px;
    text-shadow: none;
    background-color: rgba(0, 0, 0, .5);
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    cursor: pointer
}

.rev-cbutton-dark-sr {
    border-radius: 3px
}

.rev-cbutton-light {
    color: #333;
    background-color: rgba(255, 255, 255, .75)
}

.rev-cbutton-light-sr {
    color: #333;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, .75)
}

.rev-sbutton {
    line-height: 37px;
    width: 37px;
    height: 37px
}

.rev-sbutton-blue {
    background-color: #3b5998
}

.rev-sbutton-lightblue {
    background-color: #00a0d1
}

.rev-sbutton-red {
    background-color: #dd4b39
}

rs-progress {
    visibility: hidden;
    width: 100%;
    height: 5px;
    background: #000;
    background: rgba(0, 0, 0, .15);
    position: absolute;
    z-index: 200;
    top: 0
}

rs-progress.rs-bottom {
    top: auto;
    bottom: 0 !important;
    height: 5px
}

.rs-layer img {
    background: 0 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
    zoom: 1
}

.rs-layer.slidelink {
    cursor: pointer;
    width: 100%;
    height: 100%
}

.rs-layer.slidelink a {
    width: 100%;
    height: 100%;
    display: block
}

.rs-layer.slidelink a div {
    width: 3000px;
    height: 1500px;
    background: url(../images/coloredbg.png) repeat
}

.rs-layer.slidelink a span {
    background: url(../images/coloredbg.png) repeat;
    width: 100%;
    height: 100%;
    display: block
}

.rs-layer .rs-starring {
    display: inline-block
}

.rs-layer .rs-starring .star-rating {
    float: none;
    display: inline-block;
    vertical-align: top;
    color: #ffc321 !important
}

.rs-layer .rs-starring .star-rating,
.rs-layer .rs-starring-page .star-rating {
    position: relative;
    height: 1em;
    width: 5.4em;
    font-family: star;
    font-size: 1em !important
}

.rs-layer .rs-starring .star-rating:before,
.rs-layer .rs-starring-page .star-rating:before {
    content: "\73\73\73\73\73";
    color: #e0dadf;
    float: left;
    top: 0;
    left: 0;
    position: absolute
}

.rs-layer .rs-starring .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
    font-size: 1em !important
}

.rs-layer .rs-starring .star-rating span:before,
.rs-layer .rs-starring .star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0
}

rs-loader {
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute
}

rs-loader.off {
    display: none !important
}

rs-loader.spinner0 {
    width: 40px;
    height: 40px;
    background-color: #fff;
    background-image: url(../images/loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .15);
    margin-top: -20px;
    margin-left: -20px;
    animation: tp-rotateplane 1.2s infinite ease-in-out;
    border-radius: 3px
}

rs-loader.spinner1 {
    width: 40px;
    height: 40px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .15);
    margin-top: -20px;
    margin-left: -20px;
    animation: tp-rotateplane 1.2s infinite ease-in-out;
    border-radius: 3px
}

rs-loader.spinner5 {
    background-image: url(../images/loader.gif);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    background-color: #fff;
    margin: -22px;
    width: 44px;
    height: 44px;
    border-radius: 3px
}

@keyframes tp-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

rs-loader.spinner2 {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    background-color: red;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .15);
    border-radius: 100%;
    animation: tp-scaleout 1s infinite ease-in-out
}

@keyframes tp-scaleout {
    0% {
        transform: scale(0)
    }
    100% {
        transform: scale(1);
        opacity: 0
    }
}

rs-loader.spinner3 {
    margin: -9px 0 0 -35px;
    width: 70px;
    text-align: center
}

rs-loader.spinner3 .bounce1,
rs-loader.spinner3 .bounce2,
rs-loader.spinner3 .bounce3 {
    width: 18px;
    height: 18px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .15);
    border-radius: 100%;
    display: inline-block;
    animation: tp-bouncedelay 1.4s infinite ease-in-out;
    animation-fill-mode: both
}

rs-loader.spinner3 .bounce1 {
    animation-delay: -.32s
}

rs-loader.spinner3 .bounce2 {
    animation-delay: -.16s
}

@keyframes tp-bouncedelay {
    0%,
    80%,
    100% {
        transform: scale(0)
    }
    40% {
        transform: scale(1)
    }
}

rs-loader.spinner4 {
    margin: -20px 0 0 -20px;
    width: 40px;
    height: 40px;
    text-align: center;
    animation: tp-rotate 2s infinite linear
}

rs-loader.spinner4 .dot1,
rs-loader.spinner4 .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #fff;
    border-radius: 100%;
    animation: tp-bounce 2s infinite ease-in-out;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .15)
}

rs-loader.spinner4 .dot2 {
    top: auto;
    bottom: 0;
    animation-delay: -1s
}

@keyframes tp-rotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes tp-bounce {
    0%,
    100% {
        transform: scale(0)
    }
    50% {
        transform: scale(1)
    }
}

rs-layer iframe {
    visibility: hidden
}

rs-layer.rs-ii-o iframe {
    visibility: visible
}

rs-layer input[type=text],
rs-layer input[type=email],
rs-layer input[type=url],
rs-layer input[type=password],
rs-layer input[type=search],
rs-layer input[type=number],
rs-layer input[type=tel],
rs-layer input[type=range],
rs-layer input[type=date],
rs-layer input[type=month],
rs-layer input[type=week],
rs-layer input[type=time],
rs-layer input[type=datetime],
rs-layer input[type=datetime-local] {
    display: inline-block
}

rs-thumbs-wrap,
rs-tabs-wrap,
rs-thumbs,
rs-thumb,
rs-tab,
rs-bullet,
rs-bullets,
rs-navmask,
rs-tabs,
rs-arrow {
    display: block
}

.tp-thumbs.navbar,
.tp-bullets.navbar,
.tp-tabs.navbar {
    border: none;
    min-height: 0;
    margin: 0;
    border-radius: 0
}

.tp-tabs,
.tp-thumbs,
.tp-bullets {
    position: absolute;
    display: block;
    z-index: 1000;
    top: 0;
    left: 0
}

.tp-tab,
.tp-thumb {
    cursor: pointer;
    position: absolute;
    opacity: .5;
    box-sizing: border-box
}

.tp-arr-imgholder,
rs-poster,
.tp-thumb-image,
.tp-tab-image {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

rs-poster {
    cursor: pointer;
    z-index: 3
}

.tp-tab:hover,
.tp-tab.selected,
.tp-thumb:hover,
.tp-thumb.selected {
    opacity: 1
}

.tp-tab-mask,
.tp-thumb-mask {
    box-sizing: border-box !important
}

.tp-tabs,
.tp-thumbs {
    box-sizing: content-box !important
}

.tp-bullet {
    width: 15px;
    height: 15px;
    position: absolute;
    background: #fff;
    background: rgba(255, 255, 255, .3);
    cursor: pointer
}

.tp-bullet.selected,
.tp-bullet:hover {
    background: #fff
}

.tparrows {
    cursor: pointer;
    background: #000;
    background: rgba(0, 0, 0, .5);
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000
}

.tparrows:hover {
    background: #000
}

.tparrows:before {
    font-family: "revicons";
    font-size: 15px;
    color: #fff;
    display: block;
    line-height: 40px;
    text-align: center
}

.tparrows.tp-leftarrow:before {
    content: '\e824'
}

.tparrows.tp-rightarrow:before {
    content: '\e825'
}

.rs-layer [class^=pe-7s-]:before,
.rs-layer [class*=" pe-7s-"]:before {
    width: auto;
    margin: 0;
    line-height: inherit;
    box-sizing: inherit
}

rs-pzimg-wrap {
    display: block
}

body.rtl .rs-pzimg {
    left: 0 !important
}

.dddwrappershadow {
    box-shadow: 0 45px 100px rgba(0, 0, 0, .4)
}

.dddwrapper {
    transform-style: flat;
    perspective: 10000px
}

.rs_error_message_box {
    background: #111;
    width: 800px;
    margin: 40px auto;
    padding: 40px 20px;
    text-align: center;
    font-family: "Open Sans", sans-serif
}

.rs_error_message_oops {
    margin: 0 0 20px;
    line-height: 60px;
    font-size: 34px;
    color: #fff
}

.rs_error_message_content {
    margin: 0 0 20px;
    line-height: 25px;
    font-size: 17px;
    color: #fff
}

.rs_error_message_button {
    color: #fff !important;
    background: #333;
    display: inline-block;
    padding: 10px 15px;
    text-align: right;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none !important
}

.rs_error_message_button:hover {
    background: #5e35b1
}

.hglayerinfo {
    position: fixed;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    background: rgba(0, 0, 0, .75);
    padding: 5px 10px;
    z-index: 2000;
    white-space: normal
}

.hginfo {
    position: absolute;
    top: -2px;
    left: -2px;
    color: #e74c3c;
    font-size: 12px;
    font-weight: 600;
    background: #000;
    padding: 2px 5px
}

.indebugmode .rs-layer:hover {
    border: 1px dashed #c0392b !important
}

.helpgrid {
    border: 2px dashed #c0392b;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}

#revsliderlogloglog {
    padding: 15px;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 200px;
    height: 150px;
    background: rgba(0, 0, 0, .7);
    z-index: 100000;
    font-size: 10px;
    overflow: scroll
}

.aden {
    filter: hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)
}

.aden:after {
    background: linear-gradient(to right, rgba(66, 10, 14, .2), transparent);
    mix-blend-mode: darken
}

.perpetua:after,
.reyes:after {
    mix-blend-mode: soft-light;
    opacity: .5
}

.inkwell {
    filter: sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)
}

.perpetua:after {
    background: linear-gradient(to bottom, #005b9a, #e6c13d)
}

.reyes {
    filter: sepia(.22) brightness(1.1) contrast(.85) saturate(.75)
}

.reyes:after {
    background: #efcdad
}

.gingham {
    filter: brightness(1.05) hue-rotate(-10deg)
}

.gingham:after {
    background: linear-gradient(to right, rgba(66, 10, 14, .2), transparent);
    mix-blend-mode: darken
}

.toaster {
    filter: contrast(1.5) brightness(.9)
}

.toaster:after {
    background: radial-gradient(circle, #804e0f, #3b003b);
    mix-blend-mode: screen
}

.walden {
    filter: brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)
}

.walden:after {
    background: #04c;
    mix-blend-mode: screen;
    opacity: .3
}

.hudson {
    filter: brightness(1.2) contrast(.9) saturate(1.1)
}

.hudson:after {
    background: radial-gradient(circle, #a6b1ff 50%, #342134);
    mix-blend-mode: multiply;
    opacity: .5
}

.earlybird {
    filter: contrast(.9) sepia(.2)
}

.earlybird:after {
    background: radial-gradient(circle, #d0ba8e 20%, #360309 85%, #1d0210 100%);
    mix-blend-mode: overlay
}

.mayfair {
    filter: contrast(1.1) saturate(1.1)
}

.mayfair:after {
    background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, .8), rgba(255, 200, 200, .6), #111 60%);
    mix-blend-mode: overlay;
    opacity: .4
}

.lofi {
    filter: saturate(1.1) contrast(1.5)
}

.lofi:after {
    background: radial-gradient(circle, transparent 70%, #222 150%);
    mix-blend-mode: multiply
}

._1977 {
    filter: contrast(1.1) brightness(1.1) saturate(1.3)
}

._1977:after {
    background: rgba(243, 106, 188, .3);
    mix-blend-mode: screen
}

.brooklyn {
    filter: contrast(.9) brightness(1.1)
}

.brooklyn:after {
    background: radial-gradient(circle, rgba(168, 223, 193, .4) 70%, #c4b7c8);
    mix-blend-mode: overlay
}

.xpro2 {
    filter: sepia(.3)
}

.xpro2:after {
    background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, .6) 110%);
    mix-blend-mode: color-burn
}

.nashville {
    filter: sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)
}

.nashville:after {
    background: rgba(0, 70, 150, .4);
    mix-blend-mode: lighten
}

.nashville:before {
    background: rgba(247, 176, 153, .56);
    mix-blend-mode: darken
}

.lark {
    filter: contrast(.9)
}

.lark:after {
    background: rgba(242, 242, 242, .8);
    mix-blend-mode: darken
}

.lark:before {
    background: #22253f;
    mix-blend-mode: color-dodge
}

.moon {
    filter: grayscale(1) contrast(1.1) brightness(1.1)
}

.moon:before {
    background: #a0a0a0;
    mix-blend-mode: soft-light
}

.moon:after {
    background: #383838;
    mix-blend-mode: lighten
}

.clarendon {
    filter: contrast(1.2) saturate(1.35)
}

.clarendon:before {
    background: rgba(127, 187, 227, .2);
    mix-blend-mode: overlay
}

.willow {
    filter: grayscale(.5) contrast(.95) brightness(.9)
}

.willow:before {
    background-color: radial-gradient(40%, circle, #d4a9af 55%, #000 150%);
    mix-blend-mode: overlay
}

.willow:after {
    background-color: #d8cdcb;
    mix-blend-mode: color
}

.rise {
    filter: brightness(1.05) sepia(.2) contrast(.9) saturate(.9)
}

.rise:after {
    background: radial-gradient(circle, rgba(232, 197, 152, .8), transparent 90%);
    mix-blend-mode: overlay;
    opacity: .6
}

.rise:before {
    background: radial-gradient(circle, rgba(236, 205, 169, .15) 55%, rgba(50, 30, 7, .4));
    mix-blend-mode: multiply
}

._1977:after,
._1977:before,
.aden:after,
.aden:before,
.brooklyn:after,
.brooklyn:before,
.clarendon:after,
.clarendon:before,
.earlybird:after,
.earlybird:before,
.gingham:after,
.gingham:before,
.hudson:after,
.hudson:before,
.inkwell:after,
.inkwell:before,
.lark:after,
.lark:before,
.lofi:after,
.lofi:before,
.mayfair:after,
.mayfair:before,
.moon:after,
.moon:before,
.nashville:after,
.nashville:before,
.perpetua:after,
.perpetua:before,
.reyes:after,
.reyes:before,
.rise:after,
.rise:before,
.slumber:after,
.slumber:before,
.toaster:after,
.toaster:before,
.walden:after,
.walden:before,
.willow:after,
.willow:before,
.xpro2:after,
.xpro2:before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none
}

._1977,
.aden,
.brooklyn,
.clarendon,
.earlybird,
.gingham,
.hudson,
.inkwell,
.lark,
.lofi,
.mayfair,
.moon,
.nashville,
.perpetua,
.reyes,
.rise,
.slumber,
.toaster,
.walden,
.willow,
.xpro2 {
    position: relative
}

._1977 img,
.aden img,
.brooklyn img,
.clarendon img,
.earlybird img,
.gingham img,
.hudson img,
.inkwell img,
.lark img,
.lofi img,
.mayfair img,
.moon img,
.nashville img,
.perpetua img,
.reyes img,
.rise img,
.slumber img,
.toaster img,
.walden img,
.willow img,
.xpro2 img {
    width: 100%;
    z-index: 1
}

._1977:before,
.aden:before,
.brooklyn:before,
.clarendon:before,
.earlybird:before,
.gingham:before,
.hudson:before,
.inkwell:before,
.lark:before,
.lofi:before,
.mayfair:before,
.moon:before,
.nashville:before,
.perpetua:before,
.reyes:before,
.rise:before,
.slumber:before,
.toaster:before,
.walden:before,
.willow:before,
.xpro2:before {
    z-index: 2
}

._1977:after,
.aden:after,
.brooklyn:after,
.clarendon:after,
.earlybird:after,
.gingham:after,
.hudson:after,
.inkwell:after,
.lark:after,
.lofi:after,
.mayfair:after,
.moon:after,
.nashville:after,
.perpetua:after,
.reyes:after,
.rise:after,
.slumber:after,
.toaster:after,
.walden:after,
.willow:after,
.xpro2:after {
    z-index: 3
}

.slumber {
    filter: saturate(.66) brightness(1.05)
}

.slumber:after {
    background: rgba(125, 105, 24, .5);
    mix-blend-mode: soft-light
}

.slumber:before {
    background: rgba(69, 41, 12, .4);
    mix-blend-mode: lighten
}

rs-pzimg-wrap.xpro2:before,
rs-pzimg-wrap.xpro2:after,
rs-pzimg-wrap:before,
rs-pzimg-wrap:after {
    height: 500%;
    width: 500%
}

rs-loader.spinner6 {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner6 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    display: inline-block;
    -webkit-animation: rs-revealer-6 1.4s linear infinite;
    animation: rs-revealer-6 1.4s linear infinite
}

rs-loader.spinner6 .rs-spinner-inner span {
    position: absolute;
    vertical-align: top;
    border-radius: 100%;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 16px;
    transform-origin: center 20px;
    -webkit-transform-origin: center 20px
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(2) {
    transform: rotate(36deg);
    -webkit-transform: rotate(36deg);
    opacity: .1
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(3) {
    transform: rotate(72deg);
    -webkit-transform: rotate(72deg);
    opacity: .2
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(4) {
    transform: rotate(108deg);
    -webkit-transform: rotate(108deg);
    opacity: .3
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(5) {
    transform: rotate(144deg);
    -webkit-transform: rotate(144deg);
    opacity: .4
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(6) {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    opacity: .5
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(7) {
    transform: rotate(216deg);
    -webkit-transform: rotate(216deg);
    opacity: .6
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(8) {
    transform: rotate(252deg);
    -webkit-transform: rotate(252deg);
    opacity: .7
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(9) {
    transform: rotate(288deg);
    -webkit-transform: rotate(288deg);
    opacity: .8
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(10) {
    transform: rotate(324deg);
    -webkit-transform: rotate(324deg);
    opacity: .9
}

@keyframes rs-revealer-6 {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rs-revealer-6 {
    from {
        -webkit-transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

rs-loader.spinner7 {
    width: 35px;
    height: 35px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner7 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 0;
    border-radius: 100%;
    border: 2px solid;
    -webkit-animation: rs-revealer-7 .8s linear infinite;
    animation: rs-revealer-7 .8s linear infinite
}

@keyframes rs-revealer-7 {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rs-revealer-7 {
    from {
        -webkit-transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

rs-loader.spinner8 {
    width: 50px;
    height: 50px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner8 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 0;
    text-align: left
}

rs-loader.spinner8 .rs-spinner-inner span {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    -webkit-animation: rs-revealer-8 1.6s linear infinite;
    animation: rs-revealer-8 1.6s linear infinite
}

rs-loader.spinner8 .rs-spinner-inner span:last-child {
    animation-delay: -.8s;
    -webkit-animation-delay: -.8s
}

@keyframes rs-revealer-8 {
    0% {
        transform: scale(0, 0);
        opacity: .5
    }
    100% {
        transform: scale(1, 1);
        opacity: 0
    }
}

@-webkit-keyframes rs-revealer-8 {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: .5
    }
    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0
    }
}

rs-loader.spinner9 {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner9 .rs-spinner-inner span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: rs-revealer-9 2s infinite ease-in-out;
    animation: rs-revealer-9 2s infinite ease-in-out
}

rs-loader.spinner9 .rs-spinner-inner span:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes rs-revealer-9 {
    0%,
    100% {
        -webkit-transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes rs-revealer-9 {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

rs-loader.spinner10 {
    width: 54px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner10 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 10px
}

rs-loader.spinner10 .rs-spinner-inner span {
    display: block;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: rs-revealer-10 1.2s infinite ease-in-out;
    animation: rs-revealer-10 1.2s infinite ease-in-out
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(2) {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(3) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(4) {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(5) {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

@-webkit-keyframes rs-revealer-10 {
    0%,
    100%,
    40% {
        -webkit-transform: scaleY(.4)
    }
    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes rs-revealer-10 {
    0%,
    100%,
    40% {
        transform: scaleY(.4);
        -webkit-transform: scaleY(.4)
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

rs-loader.spinner11 {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner11 .rs-spinner-inner {
    width: 100%;
    height: 100%
}

rs-loader.spinner11 .rs-spinner-inner span {
    display: block;
    width: 33%;
    height: 33%;
    background-color: #333;
    float: left;
    -webkit-animation: rs-revealer-11 1.3s infinite ease-in-out;
    animation: rs-revealer-11 1.3s infinite ease-in-out
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(1) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(2) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(3) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(4) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(5) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(6) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(7) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(8) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(9) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

@-webkit-keyframes rs-revealer-11 {
    0%,
    100%,
    70% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1)
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1)
    }
}

@keyframes rs-revealer-11 {
    0%,
    100%,
    70% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1)
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1)
    }
}

rs-loader.spinner12 {
    width: 35px;
    height: 35px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner12 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    -webkit-animation: rs-revealer-12 1s infinite linear;
    animation: rs-revealer-12 1s infinite linear
}

@-webkit-keyframes rs-revealer-12 {
    0% {
        -webkit-transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rs-revealer-12 {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

rs-loader.spinner13 {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner13 .rs-spinner-inner {
    width: 100%;
    height: 100%
}

rs-loader.spinner13 .rs-spinner-inner span {
    display: block;
    width: 40%;
    height: 40%;
    position: absolute;
    border-radius: 50%;
    -webkit-animation: rs-revealer-13 2s ease infinite;
    animation: rs-revealer-13 2s ease infinite
}

rs-loader.spinner13 .rs-spinner-inner span:nth-child(1) {
    animation-delay: -1.5s;
    -webkit-animation-delay: -1.5s
}

rs-loader.spinner13 .rs-spinner-inner span:nth-child(2) {
    animation-delay: -1s;
    -webkit-animation-delay: -1s
}

rs-loader.spinner13 .rs-spinner-inner span:nth-child(3) {
    animation-delay: -.5s;
    -webkit-animation-delay: -.5s
}

@keyframes rs-revealer-13 {
    0%,
    100% {
        transform: translate(0)
    }
    25% {
        transform: translate(160%)
    }
    50% {
        transform: translate(160%, 160%)
    }
    75% {
        transform: translate(0, 160%)
    }
}

@-webkit-keyframes rs-revealer-13 {
    0%,
    100% {
        -webkit-transform: translate(0)
    }
    25% {
        -webkit-transform: translate(160%)
    }
    50% {
        -webkit-transform: translate(160%, 160%)
    }
    75% {
        -webkit-transform: translate(0, 160%)
    }
}

rs-loader.spinner14 {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner14 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    animation: rs-revealer-14 1s infinite linear
}

rs-loader.spinner14 .rs-spinner-inner span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin: -8px
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(1) {
    -webkit-animation: rs-revealer-14-1 2s infinite;
    animation: rs-revealer-14-1 2s infinite
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(2) {
    -webkit-animation: rs-revealer-14-2 2s infinite;
    animation: rs-revealer-14-2 2s infinite
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(3) {
    -webkit-animation: rs-revealer-14-3 2s infinite;
    animation: rs-revealer-14-3 2s infinite
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(4) {
    -webkit-animation: rs-revealer-14-4 2s infinite;
    animation: rs-revealer-14-4 2s infinite
}

@-webkit-keyframes rs-revealer-14-1 {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
    }
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, 80%, 0)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, 80%, 0)
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
    }
}

@-webkit-keyframes rs-revealer-14-2 {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
    }
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, -80%, 0)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, -80%, 0)
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
    }
}

@-webkit-keyframes rs-revealer-14-3 {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
    }
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, -80%, 0)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, -80%, 0)
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
    }
}

@-webkit-keyframes rs-revealer-14-4 {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
    }
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, 80%, 0)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, 80%, 0)
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
    }
}

@keyframes rs-revealer-14-1 {
    0% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
    }
    20% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, 80%, 0)
    }
    80% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, 80%, 0)
    }
    100% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
    }
}

@keyframes rs-revealer-14-2 {
    0% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
    }
    20% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, -80%, 0)
    }
    80% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, -80%, 0)
    }
    100% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
    }
}

@keyframes rs-revealer-14-3 {
    0% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
    }
    20% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, -80%, 0)
    }
    80% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, -80%, 0)
    }
    100% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
    }
}

@keyframes rs-revealer-14-4 {
    0% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
    }
    20% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, 80%, 0)
    }
    80% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, 80%, 0)
    }
    100% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
    }
}

rs-loader.spinner15 {
    width: 40px;
    height: 40px;
    margin-top: -4px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner15 .rs-spinner-inner {
    width: 100%;
    height: 100%
}

rs-loader.spinner15 .rs-spinner-inner span {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: rs-revealer-15 1.8s infinite ease-in-out;
    animation: rs-revealer-15 1.8s infinite ease-in-out
}

rs-loader.spinner15 .rs-spinner-inner:last-child {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

@-webkit-keyframes rs-revealer-15 {
    25% {
        -webkit-transform: translateX(30px) rotate(-90deg) scale(.5)
    }
    50% {
        -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg)
    }
    75% {
        -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5)
    }
    100% {
        -webkit-transform: rotate(-360deg)
    }
}

@keyframes rs-revealer-15 {
    25% {
        transform: translateX(30px) rotate(-90deg) scale(.5);
        -webkit-transform: translateX(30px) rotate(-90deg) scale(.5)
    }
    50% {
        transform: translateX(30px) translateY(30px) rotate(-179deg);
        -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg)
    }
    50.1% {
        transform: translateX(30px) translateY(30px) rotate(-180deg);
        -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg)
    }
    75% {
        transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5);
        -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5)
    }
    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg)
    }
}

#rs-demo-id {}

@charset "UTF-8";
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
    float: right
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
    width: 100%
}

.woocommerce .col2-set:after,
.woocommerce .col2-set:before,
.woocommerce-page .col2-set:after,
.woocommerce-page .col2-set:before {
    content: ' ';
    display: table
}

.woocommerce .col2-set:after,
.woocommerce-page .col2-set:after {
    clear: both
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    float: left;
    width: 48%
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    float: right;
    width: 48%
}

.woocommerce img,
.woocommerce-page img {
    height: auto;
    max-width: 100%
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    float: left;
    width: 48%
}

.woocommerce #content div.product div.thumbnails:after,
.woocommerce #content div.product div.thumbnails:before,
.woocommerce div.product div.thumbnails:after,
.woocommerce div.product div.thumbnails:before,
.woocommerce-page #content div.product div.thumbnails:after,
.woocommerce-page #content div.product div.thumbnails:before,
.woocommerce-page div.product div.thumbnails:after,
.woocommerce-page div.product div.thumbnails:before {
    content: ' ';
    display: table
}

.woocommerce #content div.product div.thumbnails:after,
.woocommerce div.product div.thumbnails:after,
.woocommerce-page #content div.product div.thumbnails:after,
.woocommerce-page div.product div.thumbnails:after {
    clear: both
}

.woocommerce #content div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a {
    float: left;
    width: 30.75%;
    margin-right: 3.8%;
    margin-bottom: 1em
}

.woocommerce #content div.product div.thumbnails a.last,
.woocommerce div.product div.thumbnails a.last,
.woocommerce-page #content div.product div.thumbnails a.last,
.woocommerce-page div.product div.thumbnails a.last {
    margin-right: 0
}

.woocommerce #content div.product div.thumbnails a.first,
.woocommerce div.product div.thumbnails a.first,
.woocommerce-page #content div.product div.thumbnails a.first,
.woocommerce-page div.product div.thumbnails a.first {
    clear: both
}

.woocommerce #content div.product div.thumbnails.columns-1 a,
.woocommerce div.product div.thumbnails.columns-1 a,
.woocommerce-page #content div.product div.thumbnails.columns-1 a,
.woocommerce-page div.product div.thumbnails.columns-1 a {
    width: 100%;
    margin-right: 0;
    float: none
}

.woocommerce #content div.product div.thumbnails.columns-2 a,
.woocommerce div.product div.thumbnails.columns-2 a,
.woocommerce-page #content div.product div.thumbnails.columns-2 a,
.woocommerce-page div.product div.thumbnails.columns-2 a {
    width: 48%
}

.woocommerce #content div.product div.thumbnails.columns-4 a,
.woocommerce div.product div.thumbnails.columns-4 a,
.woocommerce-page #content div.product div.thumbnails.columns-4 a,
.woocommerce-page div.product div.thumbnails.columns-4 a {
    width: 22.05%
}

.woocommerce #content div.product div.thumbnails.columns-5 a,
.woocommerce div.product div.thumbnails.columns-5 a,
.woocommerce-page #content div.product div.thumbnails.columns-5 a,
.woocommerce-page div.product div.thumbnails.columns-5 a {
    width: 16.9%
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    float: right;
    width: 48%;
    clear: none
}

.woocommerce #content div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {
    clear: both
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before {
    content: ' ';
    display: table
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:after {
    clear: both
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    display: inline-block
}

.woocommerce #content div.product #reviews .comment:after,
.woocommerce #content div.product #reviews .comment:before,
.woocommerce div.product #reviews .comment:after,
.woocommerce div.product #reviews .comment:before,
.woocommerce-page #content div.product #reviews .comment:after,
.woocommerce-page #content div.product #reviews .comment:before,
.woocommerce-page div.product #reviews .comment:after,
.woocommerce-page div.product #reviews .comment:before {
    content: ' ';
    display: table
}

.woocommerce #content div.product #reviews .comment:after,
.woocommerce div.product #reviews .comment:after,
.woocommerce-page #content div.product #reviews .comment:after,
.woocommerce-page div.product #reviews .comment:after {
    clear: both
}

.woocommerce #content div.product #reviews .comment img,
.woocommerce div.product #reviews .comment img,
.woocommerce-page #content div.product #reviews .comment img,
.woocommerce-page div.product #reviews .comment img {
    float: right;
    height: auto
}

.woocommerce ul.products,
.woocommerce-page ul.products {
    clear: both
}

.woocommerce ul.products:after,
.woocommerce ul.products:before,
.woocommerce-page ul.products:after,
.woocommerce-page ul.products:before {
    content: ' ';
    display: table
}

.woocommerce ul.products:after,
.woocommerce-page ul.products:after {
    clear: both
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    float: left;
    margin: 0 3.8% 2.992em 0;
    padding: 0;
    position: relative;
    width: 22.05%;
    margin-left: 0
}

.woocommerce ul.products li.first,
.woocommerce-page ul.products li.first {
    clear: both
}

.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
    margin-right: 0
}

.woocommerce ul.products.columns-1 li.product,
.woocommerce-page ul.products.columns-1 li.product {
    width: 100%;
    margin-right: 0
}

.woocommerce ul.products.columns-2 li.product,
.woocommerce-page ul.products.columns-2 li.product {
    width: 48%
}

.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
    width: 30.75%
}

.woocommerce ul.products.columns-5 li.product,
.woocommerce-page ul.products.columns-5 li.product {
    width: 16.95%
}

.woocommerce ul.products.columns-6 li.product,
.woocommerce-page ul.products.columns-6 li.product {
    width: 13.5%
}

.woocommerce-page.columns-1 ul.products li.product,
.woocommerce.columns-1 ul.products li.product {
    width: 100%;
    margin-right: 0
}

.woocommerce-page.columns-2 ul.products li.product,
.woocommerce.columns-2 ul.products li.product {
    width: 48%
}

.woocommerce-page.columns-3 ul.products li.product,
.woocommerce.columns-3 ul.products li.product {
    width: 30.75%
}

.woocommerce-page.columns-5 ul.products li.product,
.woocommerce.columns-5 ul.products li.product {
    width: 16.95%
}

.woocommerce-page.columns-6 ul.products li.product,
.woocommerce.columns-6 ul.products li.product {
    width: 13.5%
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
    float: left
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
    float: right
}

.woocommerce .woocommerce-pagination ul.page-numbers:after,
.woocommerce .woocommerce-pagination ul.page-numbers:before,
.woocommerce-page .woocommerce-pagination ul.page-numbers:after,
.woocommerce-page .woocommerce-pagination ul.page-numbers:before {
    content: ' ';
    display: table
}

.woocommerce .woocommerce-pagination ul.page-numbers:after,
.woocommerce-page .woocommerce-pagination ul.page-numbers:after {
    clear: both
}

.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
    display: inline-block
}

.woocommerce #content table.cart img,
.woocommerce table.cart img,
.woocommerce-page #content table.cart img,
.woocommerce-page table.cart img {
    height: auto
}

.woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions {
    text-align: right
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: 80px
}

.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
    float: left
}

.woocommerce #content table.cart td.actions .coupon label,
.woocommerce table.cart td.actions .coupon label,
.woocommerce-page #content table.cart td.actions .coupon label,
.woocommerce-page table.cart td.actions .coupon label {
    display: none
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
    width: 100%
}

.woocommerce .cart-collaterals:after,
.woocommerce .cart-collaterals:before,
.woocommerce-page .cart-collaterals:after,
.woocommerce-page .cart-collaterals:before {
    content: ' ';
    display: table
}

.woocommerce .cart-collaterals:after,
.woocommerce-page .cart-collaterals:after {
    clear: both
}

.woocommerce .cart-collaterals .related,
.woocommerce-page .cart-collaterals .related {
    width: 30.75%;
    float: left
}

.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
    width: 48%;
    float: left
}

.woocommerce .cart-collaterals .cross-sells ul.products,
.woocommerce-page .cart-collaterals .cross-sells ul.products {
    float: none
}

.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li {
    width: 48%
}

.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .shipping_calculator {
    width: 48%;
    clear: right;
    float: right
}

.woocommerce .cart-collaterals .shipping_calculator:after,
.woocommerce .cart-collaterals .shipping_calculator:before,
.woocommerce-page .cart-collaterals .shipping_calculator:after,
.woocommerce-page .cart-collaterals .shipping_calculator:before {
    content: ' ';
    display: table
}

.woocommerce .cart-collaterals .shipping_calculator:after,
.woocommerce-page .cart-collaterals .shipping_calculator:after {
    clear: both
}

.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
    width: 47%
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 48%
}

.woocommerce ul.cart_list li:after,
.woocommerce ul.cart_list li:before,
.woocommerce ul.product_list_widget li:after,
.woocommerce ul.product_list_widget li:before,
.woocommerce-page ul.cart_list li:after,
.woocommerce-page ul.cart_list li:before,
.woocommerce-page ul.product_list_widget li:after,
.woocommerce-page ul.product_list_widget li:before {
    content: ' ';
    display: table
}

.woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li:after,
.woocommerce-page ul.cart_list li:after,
.woocommerce-page ul.product_list_widget li:after {
    clear: both
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
    float: right;
    height: auto
}

.woocommerce form .form-row:after,
.woocommerce form .form-row:before,
.woocommerce-page form .form-row:after,
.woocommerce-page form .form-row:before {
    content: ' ';
    display: table
}

.woocommerce form .form-row:after,
.woocommerce-page form .form-row:after {
    clear: both
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
    display: block
}

.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
    display: inline
}

.woocommerce form .form-row select,
.woocommerce-page form .form-row select {
    width: 100%
}

.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
    box-sizing: border-box;
    width: 100%
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    width: 47%;
    overflow: visible
}

.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first {
    float: left
}

.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
    float: right
}

.woocommerce form .form-row-wide,
.woocommerce-page form .form-row-wide {
    clear: both
}

.woocommerce form .password-input,
.woocommerce-page form .password-input {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative
}

.woocommerce form .password-input input[type=password],
.woocommerce-page form .password-input input[type=password] {
    padding-right: 2.5rem
}

.woocommerce form .password-input input::-ms-reveal,
.woocommerce-page form .password-input input::-ms-reveal {
    display: none
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
    position: absolute;
    right: .7em;
    top: .7em;
    cursor: pointer
}

.woocommerce form .show-password-input:after,
.woocommerce-page form .show-password-input:after {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: .618em;
    content: "";
    text-decoration: none
}

.woocommerce form .show-password-input.display-password:after,
.woocommerce-page form .show-password-input.display-password:after {
    color: #e8e8e8
}

.woocommerce #payment .form-row select,
.woocommerce-page #payment .form-row select {
    width: auto
}

.woocommerce #payment .terms,
.woocommerce #payment .wc-terms-and-conditions,
.woocommerce-page #payment .terms,
.woocommerce-page #payment .wc-terms-and-conditions {
    text-align: left;
    padding: 0 1em 0 0;
    float: left
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    float: right
}

.woocommerce .woocommerce-billing-fields:after,
.woocommerce .woocommerce-billing-fields:before,
.woocommerce .woocommerce-shipping-fields:after,
.woocommerce .woocommerce-shipping-fields:before,
.woocommerce-page .woocommerce-billing-fields:after,
.woocommerce-page .woocommerce-billing-fields:before,
.woocommerce-page .woocommerce-shipping-fields:after,
.woocommerce-page .woocommerce-shipping-fields:before {
    content: ' ';
    display: table
}

.woocommerce .woocommerce-billing-fields:after,
.woocommerce .woocommerce-shipping-fields:after,
.woocommerce-page .woocommerce-billing-fields:after,
.woocommerce-page .woocommerce-shipping-fields:after {
    clear: both
}

.woocommerce .woocommerce-terms-and-conditions,
.woocommerce-page .woocommerce-terms-and-conditions {
    margin-bottom: 1.618em;
    padding: 1.618em
}

.woocommerce .woocommerce-oembed,
.woocommerce-page .woocommerce-oembed {
    position: relative
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 30%
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 68%
}

.woocommerce-page.left-sidebar #content.twentyeleven {
    width: 58.4%;
    margin: 0 7.6%;
    float: right
}

.woocommerce-page.right-sidebar #content.twentyeleven {
    margin: 0 7.6%;
    width: 58.4%;
    float: left
}

.twentyfourteen .tfwc {
    padding: 12px 10px 0;
    max-width: 474px;
    margin: 0 auto
}

.twentyfourteen .tfwc .product .entry-summary {
    padding: 0!important;
    margin: 0 0 1.618em!important
}

.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail {
    margin-top: 0
}

@media screen and (min-width:673px) {
    .twentyfourteen .tfwc {
        padding-right: 30px;
        padding-left: 30px
    }
}

@media screen and (min-width:1040px) {
    .twentyfourteen .tfwc {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media screen and (min-width:1110px) {
    .twentyfourteen .tfwc {
        padding-right: 30px;
        padding-left: 30px
    }
}

@media screen and (min-width:1218px) {
    .twentyfourteen .tfwc {
        margin-right: 54px
    }
    .full-width .twentyfourteen .tfwc {
        margin-right: auto
    }
}

.twentyfifteen .t15wc {
    padding-left: 7.6923%;
    padding-right: 7.6923%;
    padding-top: 7.6923%;
    margin-bottom: 7.6923%;
    background: #fff;
    box-shadow: 0 0 1px rgba(0, 0, 0, .15)
}

.twentyfifteen .t15wc .page-title {
    margin-left: 0
}

@media screen and (min-width:38.75em) {
    .twentyfifteen .t15wc {
        margin-right: 7.6923%;
        margin-left: 7.6923%;
        margin-top: 8.3333%
    }
}

@media screen and (min-width:59.6875em) {
    .twentyfifteen .t15wc {
        margin-left: 8.3333%;
        margin-right: 8.3333%;
        padding: 10%
    }
    .single-product .twentyfifteen .entry-summary {
        padding: 0!important
    }
}

.twentysixteen .site-main {
    margin-right: 7.6923%;
    margin-left: 7.6923%
}

.twentysixteen .entry-summary {
    margin-right: 0;
    margin-left: 0
}

#content .twentysixteen div.product div.images,
#content .twentysixteen div.product div.summary {
    width: 46.42857%
}

@media screen and (min-width:44.375em) {
    .twentysixteen .site-main {
        margin-right: 23.0769%
    }
}

@media screen and (min-width:56.875em) {
    .twentysixteen .site-main {
        margin-right: 0;
        margin-left: 0
    }
    .no-sidebar .twentysixteen .site-main {
        margin-right: 15%;
        margin-left: 15%
    }
    .no-sidebar .twentysixteen .entry-summary {
        margin-right: 0;
        margin-left: 0
    }
}

.rtl .woocommerce .col2-set .col-1,
.rtl .woocommerce-page .col2-set .col-1 {
    float: right
}

.rtl .woocommerce .col2-set .col-2,
.rtl .woocommerce-page .col2-set .col-2 {
    float: left
}

@charset "UTF-8";
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@font-face {
    font-family: star;
    src: url(../fonts/star.eot);
    src: url(../fonts/star.eot?#iefix) format("embedded-opentype"), 
	url(../fonts/star.woff) format("woff"), 
	url(../fonts/star.ttf) format("truetype"), 
	url(../fonts/star.svg#star) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: WooCommerce;
    src: url(../fonts/WooCommerce.eot);
    src: url(../fonts/WooCommerce.eot?#iefix) format("embedded-opentype"), 
	url(../fonts/WooCommerce.woff) format("woff"), 
	url(../fonts/WooCommerce.ttf) format("truetype"), 
	url(../fonts/WooCommerce.svg#WooCommerce) format("svg");
    font-weight: 400;
    font-style: normal
}

.woocommerce-store-notice,
p.demo_store {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    font-size: 1em;
    padding: 1em 0;
    text-align: center;
    background-color: #a46497;
    color: #fff;
    z-index: 99998;
    box-shadow: 0 1px 1em rgba(0, 0, 0, .2);
    display: none
}

.woocommerce-store-notice a,
p.demo_store a {
    color: #fff;
    text-decoration: underline
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important
}

.admin-bar p.demo_store {
    top: 32px
}

.clear {
    clear: both
}

.woocommerce .blockUI.blockOverlay {
    position: relative
}

.woocommerce .blockUI.blockOverlay:before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    content: '';
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(../images/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75)
}

.woocommerce .loader:before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    content: '';
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(../images/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75)
}

.woocommerce a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red!important;
    text-decoration: none;
    font-weight: 700;
    border: 0
}

.woocommerce a.remove:hover {
    color: #fff!important;
    background: red
}

.woocommerce small.note {
    display: block;
    color: #767676;
    font-size: .857em;
    margin-top: 10px
}

.woocommerce .woocommerce-breadcrumb {
    margin: 0 0 1em;
    padding: 0;
    font-size: .92em;
    color: #767676
}

.woocommerce .woocommerce-breadcrumb:after,
.woocommerce .woocommerce-breadcrumb:before {
    content: ' ';
    display: table
}

.woocommerce .woocommerce-breadcrumb:after {
    clear: both
}

.woocommerce .woocommerce-breadcrumb a {
    color: #767676
}

.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center
}

.woocommerce div.product {
    margin-bottom: 0;
    position: relative
}

.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #77a464;
    font-size: 1.25em
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    background: inherit;
    font-weight: 700;
    display: inline-block
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
    opacity: .5;
    display: inline-block
}

.woocommerce div.product p.stock {
    font-size: .92em
}

.woocommerce div.product .stock {
    color: #77a464
}

.woocommerce div.product .out-of-stock {
    color: red
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 1.618em
}

.woocommerce div.product div.images {
    margin-bottom: 2em
}

.woocommerce div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none
}

.woocommerce div.product div.images div.thumbnails {
    padding-top: 1em
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    -webkit-transition: all cubic-bezier(.795, -.035, 0, 1) .5s;
    transition: all cubic-bezier(.795, -.035, 0, 1) .5s;
    margin: 0;
    padding: 0
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
    background-color: #fff;
    opacity: 0
}

.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
    border: 1px solid #f2f2f2
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 25%;
    display: inline-block
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 2em;
    z-index: 9;
    width: 36px;
    height: 36px;
    background: #fff;
    text-indent: -9999px;
    border-radius: 100%;
    box-sizing: content-box
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 9px;
    box-sizing: content-box
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
    content: "";
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    border-radius: 6px;
    position: absolute;
    top: 19px;
    left: 22px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: content-box
}

.woocommerce div.product div.images .flex-control-thumbs {
    overflow: hidden;
    zoom: 1;
    margin: 0;
    padding: 0
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
    list-style: none
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    cursor: pointer;
    opacity: .5;
    margin: 0
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs li img:hover {
    opacity: 1
}

.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
    clear: left
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: left
}

.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
    clear: left
}

.woocommerce div.product div.summary {
    margin-bottom: 2em
}

.woocommerce div.product div.social {
    text-align: right;
    margin: 0 0 1em
}

.woocommerce div.product div.social span {
    margin: 0 0 0 2px
}

.woocommerce div.product div.social span span {
    margin: 0
}

.woocommerce div.product div.social span .stButton .chicklets {
    padding-left: 16px;
    width: 0
}

.woocommerce div.product div.social iframe {
    float: left;
    margin-top: 3px
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0 0 0 1em;
    margin: 0 0 1.618em;
    overflow: hidden;
    position: relative
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #d3ced2;
    background-color: #ebe9eb;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 4px 4px 0 0;
    margin: 0 -5px;
    padding: 0 1em
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: .5em 0;
    font-weight: 700;
    color: #515151;
    text-decoration: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    text-decoration: none;
    color: #6b6a6b
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff;
    z-index: 2;
    border-bottom-color: #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: inherit;
    text-shadow: inherit
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
    box-shadow: 2px 2px 0 #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
    box-shadow: -2px 2px 0 #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    border: 1px solid #d3ced2;
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: " ";
    box-sizing: border-box
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    left: -5px;
    border-bottom-right-radius: 4px;
    border-width: 0 1px 1px 0;
    box-shadow: 2px 2px 0 #ebe9eb
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
    right: -5px;
    border-bottom-left-radius: 4px;
    border-width: 0 0 1px 1px;
    box-shadow: -2px 2px 0 #ebe9eb
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #d3ced2;
    z-index: 1
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 0
}

.woocommerce div.product p.cart {
    margin-bottom: 2em
}

.woocommerce div.product p.cart:after,
.woocommerce div.product p.cart:before {
    content: ' ';
    display: table
}

.woocommerce div.product p.cart:after {
    clear: both
}

.woocommerce div.product form.cart {
    margin-bottom: 2em
}

.woocommerce div.product form.cart:after,
.woocommerce div.product form.cart:before {
    content: ' ';
    display: table
}

.woocommerce div.product form.cart:after {
    clear: both
}

.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0 4px 0 0
}

.woocommerce div.product form.cart table {
    border-width: 0 0 1px
}

.woocommerce div.product form.cart table td {
    padding-left: 0
}

.woocommerce div.product form.cart table div.quantity {
    float: none;
    margin: 0
}

.woocommerce div.product form.cart table small.stock {
    display: block;
    float: none
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 1em;
    border: 0;
    width: 100%
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
    border: 0;
    vertical-align: top;
    line-height: 2em
}

.woocommerce div.product form.cart .variations label {
    font-weight: 700
}

.woocommerce div.product form.cart .variations select {
    max-width: 100%;
    min-width: 75%;
    display: inline-block;
    margin-right: 1em
}

.woocommerce div.product form.cart .variations td.label {
    padding-right: 1em
}

.woocommerce div.product form.cart .woocommerce-variation-description p {
    margin-bottom: 1em
}

.woocommerce div.product form.cart .reset_variations {
    visibility: hidden;
    font-size: .83em
}

.woocommerce div.product form.cart .wc-no-matching-variations {
    display: none
}

.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
    padding-right: 1em;
    padding-left: 1em
}

.woocommerce div.product form.cart .group_table td {
    vertical-align: top;
    padding-bottom: .5em;
    border: 0
}

.woocommerce div.product form.cart .group_table td:first-child {
    width: 4em;
    text-align: center
}

.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    -webkit-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5)
}

.woocommerce span.onsale {
    min-height: 3.236em;
    min-width: 3.236em;
    padding: .202em;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: -.5em;
    left: -.5em;
    margin: 0;
    border-radius: 100%;
    background-color: #77a464;
    color: #fff;
    font-size: .857em;
    z-index: 9
}

.woocommerce .products ul,
.woocommerce ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both
}

.woocommerce .products ul:after,
.woocommerce .products ul:before,
.woocommerce ul.products:after,
.woocommerce ul.products:before {
    content: ' ';
    display: table
}

.woocommerce .products ul:after,
.woocommerce ul.products:after {
    clear: both
}

.woocommerce .products ul li,
.woocommerce ul.products li {
    list-style: none outside
}

.woocommerce ul.products li.product .onsale {
    top: 0;
    right: 0;
    left: auto;
    margin: -.5em -.5em 0 0
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
    font-size: 1em
}

.woocommerce ul.products li.product a {
    text-decoration: none
}

.woocommerce ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none
}

.woocommerce ul.products li.product strong {
    display: block
}

.woocommerce ul.products li.product .woocommerce-placeholder {
    border: 1px solid #f2f2f2
}

.woocommerce ul.products li.product .star-rating {
    font-size: .857em
}

.woocommerce ul.products li.product .button {
    margin-top: 1em
}

.woocommerce ul.products li.product .price {
    color: #77a464;
    display: block;
    font-weight: 400;
    margin-bottom: .5em;
    font-size: .857em
}

.woocommerce ul.products li.product .price del {
    color: inherit;
    opacity: .5;
    display: inline-block
}

.woocommerce ul.products li.product .price ins {
    background: 0 0;
    font-weight: 700;
    display: inline-block
}

.woocommerce ul.products li.product .price .from {
    font-size: .67em;
    margin: -2px 0 0;
    text-transform: uppercase;
    color: rgba(132, 132, 132, .5)
}

.woocommerce .woocommerce-result-count {
    margin: 0 0 1em
}

.woocommerce .woocommerce-ordering {
    margin: 0 0 1em
}

.woocommerce .woocommerce-ordering select {
    vertical-align: top
}

.woocommerce nav.woocommerce-pagination {
    text-align: center
}

.woocommerce nav.woocommerce-pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border: 1px solid #d3ced2;
    border-right: 0;
    margin: 1px
}

.woocommerce nav.woocommerce-pagination ul li {
    border-right: 1px solid #d3ced2;
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1;
    font-size: 1em;
    font-weight: 400;
    padding: .5em;
    min-width: 1em;
    display: block
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #ebe9eb;
    color: #8a7e88
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none
}

.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
    opacity: .25;
    padding-right: 2.618em
}

.woocommerce #respond input#submit.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after {
    font-family: WooCommerce;
    content: "\e01c";
    vertical-align: top;
    font-weight: 400;
    position: absolute;
    top: .618em;
    right: 1em;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

.woocommerce #respond input#submit.added:after,
.woocommerce a.button.added:after,
.woocommerce button.button.added:after,
.woocommerce input.button.added:after {
    font-family: WooCommerce;
    content: "\e017";
    margin-left: .53em;
    vertical-align: bottom
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: #dfdcde;
    text-decoration: none;
    background-image: none;
    color: #515151
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #a46497;
    color: #fff;
    -webkit-font-smoothing: antialiased
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #96588a;
    color: #fff
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #a46497;
    color: #fff
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
    color: inherit;
    cursor: not-allowed;
    opacity: .5;
    padding: .618em 1em
}

.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
    color: inherit;
    background-color: #ebe9eb
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
    float: none
}

.woocommerce a.added_to_cart {
    padding-top: .5em;
    display: inline-block
}

.woocommerce #reviews h2 small {
    float: right;
    color: #767676;
    font-size: 15px;
    margin: 10px 0 0
}

.woocommerce #reviews h2 small a {
    text-decoration: none;
    color: #767676
}

.woocommerce #reviews h3 {
    margin: 0
}

.woocommerce #reviews #respond {
    margin: 0;
    border: 0;
    padding: 0
}

.woocommerce #reviews #comment {
    height: 75px
}

.woocommerce #reviews #comments .add_review:after,
.woocommerce #reviews #comments .add_review:before {
    content: ' ';
    display: table
}

.woocommerce #reviews #comments .add_review:after {
    clear: both
}

.woocommerce #reviews #comments h2 {
    clear: none
}

.woocommerce #reviews #comments ol.commentlist {
    margin: 0;
    width: 100%;
    background: 0 0;
    list-style: none
}

.woocommerce #reviews #comments ol.commentlist:after,
.woocommerce #reviews #comments ol.commentlist:before {
    content: ' ';
    display: table
}

.woocommerce #reviews #comments ol.commentlist:after {
    clear: both
}

.woocommerce #reviews #comments ol.commentlist li {
    padding: 0;
    margin: 0 0 20px;
    border: 0;
    position: relative;
    background: 0;
    border: 0
}

.woocommerce #reviews #comments ol.commentlist li .meta {
    color: #767676;
    font-size: .75em
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px;
    width: 32px;
    height: auto;
    background: #ebe9eb;
    border: 1px solid #e4e1e3;
    margin: 0;
    box-shadow: none
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 50px;
    border: 1px solid #e4e1e3;
    border-radius: 4px;
    padding: 1em 1em 0
}

.woocommerce #reviews #comments ol.commentlist li .comment-text:after,
.woocommerce #reviews #comments ol.commentlist li .comment-text:before {
    content: ' ';
    display: table
}

.woocommerce #reviews #comments ol.commentlist li .comment-text:after {
    clear: both
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    margin: 0 0 1em
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: .83em
}

.woocommerce #reviews #comments ol.commentlist ul.children {
    list-style: none outside;
    margin: 20px 0 0 50px
}

.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
    display: none
}

.woocommerce #reviews #comments ol.commentlist #respond {
    border: 1px solid #e4e1e3;
    border-radius: 4px;
    padding: 1em 1em 0;
    margin: 20px 0 0 50px
}

.woocommerce #reviews #comments .commentlist>li:before {
    content: ""
}

.woocommerce .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star
}

.woocommerce .star-rating:before {
    content: "\73\73\73\73\73";
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute
}

.woocommerce .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em
}

.woocommerce .star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0
}

.woocommerce .woocommerce-product-rating {
    line-height: 2;
    display: block
}

.woocommerce .woocommerce-product-rating:after,
.woocommerce .woocommerce-product-rating:before {
    content: ' ';
    display: table
}

.woocommerce .woocommerce-product-rating:after {
    clear: both
}

.woocommerce .woocommerce-product-rating .star-rating {
    margin: .5em 4px 0 0;
    float: left
}

.woocommerce .products .star-rating {
    display: block;
    margin: 0 0 .5em;
    float: none
}

.woocommerce .hreview-aggregate .star-rating {
    margin: 10px 0 0
}

.woocommerce #review_form #respond {
    position: static;
    margin: 0;
    width: auto;
    padding: 0;
    background: transparent none;
    border: 0
}

.woocommerce #review_form #respond:after,
.woocommerce #review_form #respond:before {
    content: ' ';
    display: table
}

.woocommerce #review_form #respond:after {
    clear: both
}

.woocommerce #review_form #respond p {
    margin: 0 0 10px
}

.woocommerce #review_form #respond .form-submit input {
    left: auto
}

.woocommerce #review_form #respond textarea {
    box-sizing: border-box;
    width: 100%
}

.woocommerce p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none
}

.woocommerce p.stars a:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: WooCommerce;
    content: "\e021";
    text-indent: 0
}

.woocommerce p.stars a:hover~a:before {
    content: "\e021"
}

.woocommerce p.stars:hover a:before {
    content: "\e020"
}

.woocommerce p.stars.selected a.active:before {
    content: "\e020"
}

.woocommerce p.stars.selected a.active~a:before {
    content: "\e021"
}

.woocommerce p.stars.selected a:not(.active):before {
    content: "\e020"
}

.woocommerce table.shop_attributes {
    border: 0;
    border-top: 1px dotted rgba(0, 0, 0, .1);
    margin-bottom: 1.618em;
    width: 100%
}

.woocommerce table.shop_attributes th {
    width: 150px;
    font-weight: 700;
    padding: 8px;
    border-top: 0;
    border-bottom: 1px dotted rgba(0, 0, 0, .1);
    margin: 0;
    line-height: 1.5
}

.woocommerce table.shop_attributes td {
    font-style: italic;
    padding: 0;
    border-top: 0;
    border-bottom: 1px dotted rgba(0, 0, 0, .1);
    margin: 0;
    line-height: 1.5
}

.woocommerce table.shop_attributes td p {
    margin: 0;
    padding: 8px 0
}

.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
    background: rgba(0, 0, 0, .025)
}

.woocommerce table.shop_table {
    border: 1px solid rgba(0, 0, 0, .1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px
}

.woocommerce table.shop_table th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em
}

.woocommerce table.shop_table td {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em
}

.woocommerce table.shop_table td small {
    font-weight: 400
}

.woocommerce table.shop_table td del {
    font-weight: 400
}

.woocommerce table.shop_table tbody:first-child tr:first-child td,
.woocommerce table.shop_table tbody:first-child tr:first-child th {
    border-top: 0
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    font-weight: 700;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.woocommerce table.my_account_orders {
    font-size: .85em
}

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
    padding: 4px 8px;
    vertical-align: middle
}

.woocommerce table.my_account_orders .button {
    white-space: nowrap
}

.woocommerce table.my_account_orders .order-actions {
    text-align: right
}

.woocommerce table.my_account_orders .order-actions .button {
    margin: .125em 0 .125em .25em
}

.woocommerce table.woocommerce-MyAccount-downloads td,
.woocommerce table.woocommerce-MyAccount-downloads th {
    vertical-align: top;
    text-align: center
}

.woocommerce table.woocommerce-MyAccount-downloads td:first-child,
.woocommerce table.woocommerce-MyAccount-downloads th:first-child {
    text-align: left
}

.woocommerce table.woocommerce-MyAccount-downloads td:last-child,
.woocommerce table.woocommerce-MyAccount-downloads th:last-child {
    text-align: left
}

.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file:before,
.woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file:before {
    content: "\2193";
    display: inline-block
}

.woocommerce td.product-name .wc-item-meta,
.woocommerce td.product-name dl.variation {
    list-style: none outside
}

.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,
.woocommerce td.product-name .wc-item-meta dt,
.woocommerce td.product-name dl.variation .wc-item-meta-label,
.woocommerce td.product-name dl.variation dt {
    float: left;
    clear: both;
    margin-right: .25em;
    display: inline-block;
    list-style: none outside
}

.woocommerce td.product-name .wc-item-meta dd,
.woocommerce td.product-name dl.variation dd {
    margin: 0
}

.woocommerce td.product-name .wc-item-meta p,
.woocommerce td.product-name .wc-item-meta:last-child,
.woocommerce td.product-name dl.variation p,
.woocommerce td.product-name dl.variation:last-child {
    margin-bottom: 0
}

.woocommerce td.product-name p.backorder_notification {
    font-size: .83em
}

.woocommerce td.product-quantity {
    min-width: 80px
}

.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
    list-style: none outside;
    padding: 0;
    margin: 0
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
    padding: 4px 0;
    margin: 0;
    list-style: none
}

.woocommerce ul.cart_list li:after,
.woocommerce ul.cart_list li:before,
.woocommerce ul.product_list_widget li:after,
.woocommerce ul.product_list_widget li:before {
    content: ' ';
    display: table
}

.woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li:after {
    clear: both
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
    display: block;
    font-weight: 700
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    float: right;
    margin-left: 4px;
    width: 32px;
    height: auto;
    box-shadow: none
}

.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
    margin: 0;
    padding-left: 1em;
    border-left: 2px solid rgba(0, 0, 0, .1)
}

.woocommerce ul.cart_list li dl:after,
.woocommerce ul.cart_list li dl:before,
.woocommerce ul.product_list_widget li dl:after,
.woocommerce ul.product_list_widget li dl:before {
    content: ' ';
    display: table
}

.woocommerce ul.cart_list li dl:after,
.woocommerce ul.product_list_widget li dl:after {
    clear: both
}

.woocommerce ul.cart_list li dl dd,
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce ul.product_list_widget li dl dt {
    display: inline-block;
    float: left;
    margin-bottom: 1em
}

.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt {
    font-weight: 700;
    padding: 0 0 .25em;
    margin: 0 4px 0 0;
    clear: left
}

.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd {
    padding: 0 0 .25em
}

.woocommerce ul.cart_list li dl dd p:last-child,
.woocommerce ul.product_list_widget li dl dd p:last-child {
    margin-bottom: 0
}

.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
    float: none
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
    border-top: 3px double #ebe9eb;
    padding: 4px 0 0
}

.woocommerce .widget_shopping_cart .total strong,
.woocommerce.widget_shopping_cart .total strong {
    min-width: 40px;
    display: inline-block
}

.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
    padding-left: 2em;
    position: relative;
    padding-top: 0
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
    position: absolute;
    top: 0;
    left: 0
}

.woocommerce .widget_shopping_cart .buttons:after,
.woocommerce .widget_shopping_cart .buttons:before,
.woocommerce.widget_shopping_cart .buttons:after,
.woocommerce.widget_shopping_cart .buttons:before {
    content: ' ';
    display: table
}

.woocommerce .widget_shopping_cart .buttons:after,
.woocommerce.widget_shopping_cart .buttons:after {
    clear: both
}

.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
    margin-right: 5px;
    margin-bottom: 5px
}

.woocommerce form .form-row {
    padding: 3px;
    margin: 0 0 6px
}

.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: opacity .5s .5s ease;
    transition: opacity .5s .5s ease;
    opacity: 0
}

.woocommerce form .form-row label {
    line-height: 2
}

.woocommerce form .form-row label.hidden {
    visibility: hidden
}

.woocommerce form .form-row label.inline {
    display: inline
}

.woocommerce form .form-row .woocommerce-input-wrapper .description {
    background: #1e85be;
    color: #fff;
    border-radius: 3px;
    padding: 1em;
    margin: .5em 0 0;
    clear: both;
    display: none;
    position: relative
}

.woocommerce form .form-row .woocommerce-input-wrapper .description a {
    color: #fff;
    text-decoration: underline;
    border: 0;
    box-shadow: none
}

.woocommerce form .form-row .woocommerce-input-wrapper .description:before {
    left: 50%;
    top: 0;
    margin-top: -4px;
    -webkit-transform: translateX(-50%) rotate(180deg);
    -ms-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
    content: "";
    position: absolute;
    border-width: 4px 6px 0;
    border-style: solid;
    border-color: #1e85be transparent transparent;
    z-index: 100;
    display: block
}

.woocommerce form .form-row select {
    cursor: pointer;
    margin: 0
}

.woocommerce form .form-row .required {
    color: red;
    font-weight: 700;
    border: 0!important;
    text-decoration: none;
    visibility: hidden
}

.woocommerce form .form-row .optional {
    visibility: visible
}

.woocommerce form .form-row .input-checkbox {
    display: inline;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal
}

.woocommerce form .form-row textarea {
    height: 4em;
    line-height: 1.5;
    display: block;
    box-shadow: none
}

.woocommerce form .form-row .select2-container {
    width: 100%;
    line-height: 2em
}

.woocommerce form .form-row.woocommerce-invalid label {
    color: #a00
}

.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
    border-color: #a00
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
    border-color: #6dc22e
}

.woocommerce form .form-row::-webkit-input-placeholder {
    line-height: normal
}

.woocommerce form .form-row:-moz-placeholder {
    line-height: normal
}

.woocommerce form .form-row:-ms-input-placeholder {
    line-height: normal
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    border: 1px solid #d3ced2;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px
}

.woocommerce ul#shipping_method {
    list-style: none outside;
    margin: 0;
    padding: 0
}

.woocommerce ul#shipping_method li {
    margin: 0 0 .5em;
    line-height: 1.5em;
    list-style: none outside
}

.woocommerce ul#shipping_method li input {
    margin: 3px .4375em 0 0;
    vertical-align: top
}

.woocommerce ul#shipping_method li label {
    display: inline
}

.woocommerce ul#shipping_method .amount {
    font-weight: 700
}

.woocommerce p.woocommerce-shipping-contents {
    margin: 0
}

.woocommerce ul.order_details {
    margin: 0 0 3em;
    list-style: none
}

.woocommerce ul.order_details:after,
.woocommerce ul.order_details:before {
    content: ' ';
    display: table
}

.woocommerce ul.order_details:after {
    clear: both
}

.woocommerce ul.order_details li {
    float: left;
    margin-right: 2em;
    text-transform: uppercase;
    font-size: .715em;
    line-height: 1;
    border-right: 1px dashed #d3ced2;
    padding-right: 2em;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none
}

.woocommerce ul.order_details li strong {
    display: block;
    font-size: 1.4em;
    text-transform: none;
    line-height: 1.5
}

.woocommerce ul.order_details li:last-of-type {
    border: none
}

.woocommerce .wc-bacs-bank-details-account-name {
    font-weight: 700
}

.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-order-downloads {
    margin-bottom: 2em
}

.woocommerce .woocommerce-customer-details:last-child,
.woocommerce .woocommerce-order-details:last-child,
.woocommerce .woocommerce-order-downloads:last-child {
    margin-bottom: 0
}

.woocommerce .woocommerce-customer-details address {
    font-style: normal;
    margin-bottom: 0;
    border: 1px solid rgba(0, 0, 0, .1);
    border-bottom-width: 2px;
    border-right-width: 2px;
    text-align: left;
    width: 100%;
    border-radius: 5px;
    padding: 6px 12px
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
    margin-bottom: 0;
    padding-left: 1.5em
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:before {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "";
    text-decoration: none;
    margin-left: -1.5em;
    line-height: 1.75;
    position: absolute
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:before {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "";
    text-decoration: none;
    margin-left: -1.5em;
    line-height: 1.75;
    position: absolute
}

.woocommerce .woocommerce-widget-layered-nav-list {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
    padding: 0 0 1px;
    list-style: none
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:after,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:before {
    content: ' ';
    display: table
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:after {
    clear: both
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
    padding: 1px 0
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a:before {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "";
    text-decoration: none;
    color: #a00
}

.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
    margin-top: 1em
}

.woocommerce .widget_layered_nav_filters ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside;
    overflow: hidden;
    zoom: 1
}

.woocommerce .widget_layered_nav_filters ul li {
    float: left;
    padding: 0 1em 1px 1px;
    list-style: none
}

.woocommerce .widget_layered_nav_filters ul li a {
    text-decoration: none
}

.woocommerce .widget_layered_nav_filters ul li a:before {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "";
    text-decoration: none;
    color: #a00;
    vertical-align: inherit;
    margin-right: .5em
}

.woocommerce .widget_price_filter .price_slider {
    margin-bottom: 1em
}

.woocommerce .widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4;
    font-size: .8751em
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    font-size: 1.15em;
    float: left
}

.woocommerce .widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
    margin-left: .5em;
    margin-right: .5em
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    background-color: #a46497;
    border-radius: 1em;
    cursor: ew-resize;
    outline: 0;
    top: -.3em;
    margin-left: -.5em
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    border-radius: 1em;
    background-color: #a46497
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    background-color: #462940;
    border: 0
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: .5em
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px
}

.woocommerce .widget_rating_filter ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside
}

.woocommerce .widget_rating_filter ul li {
    padding: 0 0 1px;
    list-style: none
}

.woocommerce .widget_rating_filter ul li:after,
.woocommerce .widget_rating_filter ul li:before {
    content: ' ';
    display: table
}

.woocommerce .widget_rating_filter ul li:after {
    clear: both
}

.woocommerce .widget_rating_filter ul li a {
    padding: 1px 0;
    text-decoration: none
}

.woocommerce .widget_rating_filter ul li .star-rating {
    float: none;
    display: inline-block
}

.woocommerce .widget_rating_filter ul li.chosen a:before {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "";
    text-decoration: none;
    color: #a00
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    float: left;
    margin-right: 1em
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: inline-block
}

.woocommerce-no-js form.woocommerce-form-coupon,
.woocommerce-no-js form.woocommerce-form-login {
    display: block!important
}

.woocommerce-no-js .showcoupon,
.woocommerce-no-js .woocommerce-form-coupon-toggle,
.woocommerce-no-js .woocommerce-form-login-toggle {
    display: none!important
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid #a46497;
    list-style: none outside;
    width: auto;
    word-wrap: break-word
}

.woocommerce-error:after,
.woocommerce-error:before,
.woocommerce-info:after,
.woocommerce-info:before,
.woocommerce-message:after,
.woocommerce-message:before {
    content: ' ';
    display: table
}

.woocommerce-error:after,
.woocommerce-info:after,
.woocommerce-message:after {
    clear: both
}

.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
    font-family: WooCommerce;
    content: "\e028";
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em
}

.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
    float: right
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
    list-style: none outside!important;
    padding-left: 0!important;
    margin-left: 0!important
}

.rtl.woocommerce .price_label,
.rtl.woocommerce .price_label span {
    direction: ltr;
    unicode-bidi: embed
}

.woocommerce-message {
    border-top-color: #8fae1b
}

.woocommerce-message:before {
    content: "\e015";
    color: #8fae1b
}

.woocommerce-info {
    border-top-color: #1e85be
}

.woocommerce-info:before {
    color: #1e85be
}

.woocommerce-error {
    border-top-color: #b81c23
}

.woocommerce-error:before {
    content: "\e016";
    color: #b81c23
}

.woocommerce-account .woocommerce:after,
.woocommerce-account .woocommerce:before {
    content: ' ';
    display: table
}

.woocommerce-account .woocommerce:after {
    clear: both
}

.woocommerce-account .addresses .title:after,
.woocommerce-account .addresses .title:before {
    content: ' ';
    display: table
}

.woocommerce-account .addresses .title:after {
    clear: both
}

.woocommerce-account .addresses .title h3 {
    float: left
}

.woocommerce-account .addresses .title .edit {
    float: right
}

.woocommerce-account ol.commentlist.notes li.note p.meta {
    font-weight: 700;
    margin-bottom: 0
}

.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
    margin-bottom: 0
}

.woocommerce-account ul.digital-downloads {
    margin-left: 0;
    padding-left: 0
}

.woocommerce-account ul.digital-downloads li {
    list-style: none;
    margin-left: 0;
    padding-left: 0
}

.woocommerce-account ul.digital-downloads li:before {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "";
    text-decoration: none
}

.woocommerce-account ul.digital-downloads li .count {
    float: right
}

#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
    min-width: 32px
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 32px;
    box-shadow: none
}

#add_payment_method table.cart td,
#add_payment_method table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.cart th {
    vertical-align: middle
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    float: left;
    box-sizing: border-box;
    border: 1px solid #d3ced2;
    padding: 6px 6px 5px;
    margin: 0 4px 0 0;
    outline: 0
}

#add_payment_method table.cart input,
.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input {
    margin: 0;
    vertical-align: middle
}

#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
    padding: 1em 0
}

#add_payment_method .wc-proceed-to-checkout:after,
#add_payment_method .wc-proceed-to-checkout:before,
.woocommerce-cart .wc-proceed-to-checkout:after,
.woocommerce-cart .wc-proceed-to-checkout:before,
.woocommerce-checkout .wc-proceed-to-checkout:after,
.woocommerce-checkout .wc-proceed-to-checkout:before {
    content: ' ';
    display: table
}

#add_payment_method .wc-proceed-to-checkout:after,
.woocommerce-cart .wc-proceed-to-checkout:after,
.woocommerce-checkout .wc-proceed-to-checkout:after {
    clear: both
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    display: block;
    text-align: center;
    margin-bottom: 1em;
    font-size: 1.25em;
    padding: 1em
}

#add_payment_method .cart-collaterals .shipping-calculator-button,
.woocommerce-cart .cart-collaterals .shipping-calculator-button,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button {
    float: none;
    margin-top: .5em;
    display: inline-block
}

#add_payment_method .cart-collaterals .shipping-calculator-button:after,
.woocommerce-cart .cart-collaterals .shipping-calculator-button:after,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button:after {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: .618em;
    content: "";
    text-decoration: none
}

#add_payment_method .cart-collaterals .shipping-calculator-form,
.woocommerce-cart .cart-collaterals .shipping-calculator-form,
.woocommerce-checkout .cart-collaterals .shipping-calculator-form {
    margin: 1em 0 0
}

#add_payment_method .cart-collaterals .cart_totals p small,
.woocommerce-cart .cart-collaterals .cart_totals p small,
.woocommerce-checkout .cart-collaterals .cart_totals p small {
    color: #767676;
    font-size: .83em
}

#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
    border-collapse: separate;
    margin: 0 0 6px;
    padding: 0
}

#add_payment_method .cart-collaterals .cart_totals table tr:first-child td,
#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th {
    border-top: 0
}

#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
    width: 35%
}

#add_payment_method .cart-collaterals .cart_totals table td,
#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
    vertical-align: top;
    border-left: 0;
    border-right: 0;
    line-height: 1.5em
}

#add_payment_method .cart-collaterals .cart_totals table small,
.woocommerce-cart .cart-collaterals .cart_totals table small,
.woocommerce-checkout .cart-collaterals .cart_totals table small {
    color: #767676
}

#add_payment_method .cart-collaterals .cart_totals table select,
.woocommerce-cart .cart-collaterals .cart_totals table select,
.woocommerce-checkout .cart-collaterals .cart_totals table select {
    width: 100%
}

#add_payment_method .cart-collaterals .cart_totals .discount td,
.woocommerce-cart .cart-collaterals .cart_totals .discount td,
.woocommerce-checkout .cart-collaterals .cart_totals .discount td {
    color: #77a464
}

#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top: 1px solid #ebe9eb
}

#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination {
    margin-bottom: 0
}

#add_payment_method .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product {
    margin-top: 0
}

#add_payment_method .checkout .col-2 h3#ship-to-different-address,
.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
    float: left;
    clear: none
}

#add_payment_method .checkout .col-2 .notes,
.woocommerce-cart .checkout .col-2 .notes,
.woocommerce-checkout .checkout .col-2 .notes {
    clear: left
}

#add_payment_method .checkout .col-2 .form-row-first,
.woocommerce-cart .checkout .col-2 .form-row-first,
.woocommerce-checkout .checkout .col-2 .form-row-first {
    clear: left
}

#add_payment_method .checkout .create-account small,
.woocommerce-cart .checkout .create-account small,
.woocommerce-checkout .checkout .create-account small {
    font-size: 11px;
    color: #767676;
    font-weight: 400
}

#add_payment_method .checkout div.shipping-address,
.woocommerce-cart .checkout div.shipping-address,
.woocommerce-checkout .checkout div.shipping-address {
    padding: 0;
    clear: left;
    width: 100%
}

#add_payment_method .checkout .shipping_address,
.woocommerce-cart .checkout .shipping_address,
.woocommerce-checkout .checkout .shipping_address {
    clear: both
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: #ebe9eb;
    border-radius: 5px
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    text-align: left;
    padding: 1em;
    border-bottom: 1px solid #d3ced2;
    margin: 0;
    list-style: none outside
}

#add_payment_method #payment ul.payment_methods:after,
#add_payment_method #payment ul.payment_methods:before,
.woocommerce-cart #payment ul.payment_methods:after,
.woocommerce-cart #payment ul.payment_methods:before,
.woocommerce-checkout #payment ul.payment_methods:after,
.woocommerce-checkout #payment ul.payment_methods:before {
    content: ' ';
    display: table
}

#add_payment_method #payment ul.payment_methods:after,
.woocommerce-cart #payment ul.payment_methods:after,
.woocommerce-checkout #payment ul.payment_methods:after {
    clear: both
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
    line-height: 2;
    text-align: left;
    margin: 0;
    font-weight: 400
}

#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0 1em 0 0
}

#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
    vertical-align: middle;
    margin: -2px 0 0 .5em;
    padding: 0;
    position: relative;
    box-shadow: none
}

#add_payment_method #payment ul.payment_methods li img+img,
.woocommerce-cart #payment ul.payment_methods li img+img,
.woocommerce-checkout #payment ul.payment_methods li img+img {
    margin-left: 2px
}

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice):after,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice):before,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice):after,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice):before,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice):after,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice):before {
    content: ' ';
    display: table
}

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice):after,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice):after,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice):after {
    clear: both
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
    padding: 1em
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #dfdcde;
    color: #515151
}

#add_payment_method #payment div.payment_box input.input-text,
#add_payment_method #payment div.payment_box textarea,
.woocommerce-cart #payment div.payment_box input.input-text,
.woocommerce-cart #payment div.payment_box textarea,
.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea {
    border-color: #c7c1c6;
    border-top-color: #bbb3b9
}

#add_payment_method #payment div.payment_box::-webkit-input-placeholder,
.woocommerce-cart #payment div.payment_box::-webkit-input-placeholder,
.woocommerce-checkout #payment div.payment_box::-webkit-input-placeholder {
    color: #bbb3b9
}

#add_payment_method #payment div.payment_box:-moz-placeholder,
.woocommerce-cart #payment div.payment_box:-moz-placeholder,
.woocommerce-checkout #payment div.payment_box:-moz-placeholder {
    color: #bbb3b9
}

#add_payment_method #payment div.payment_box:-ms-input-placeholder,
.woocommerce-cart #payment div.payment_box:-ms-input-placeholder,
.woocommerce-checkout #payment div.payment_box:-ms-input-placeholder {
    color: #bbb3b9
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods {
    list-style: none outside;
    margin: 0
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token {
    margin: 0 0 .5em
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label {
    cursor: pointer
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
    vertical-align: middle;
    margin: -3px 1em 0 0;
    position: relative
}

#add_payment_method #payment div.payment_box .wc-credit-card-form,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
    border: 0;
    padding: 0;
    margin: 1em 0 0
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
    font-size: 1.5em;
    padding: 8px;
    background-repeat: no-repeat;
    background-position: right .618em center;
    background-size: 32px 20px
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa {
    background-image: url(../images/visa.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard {
    background-image: url(../images/mastercard.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser {
    background-image: url(../images/laser.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub {
    background-image: url(../images/diners.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro {
    background-image: url(../images/maestro.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb {
    background-image: url(../images/jcb.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex {
    background-image: url(../images/amex.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover {
    background-image: url(../images/discover.svg)
}

#add_payment_method #payment div.payment_box span.help,
.woocommerce-cart #payment div.payment_box span.help,
.woocommerce-checkout #payment div.payment_box span.help {
    font-size: .857em;
    color: #767676;
    font-weight: 400
}

#add_payment_method #payment div.payment_box .form-row,
.woocommerce-cart #payment div.payment_box .form-row,
.woocommerce-checkout #payment div.payment_box .form-row {
    margin: 0 0 1em
}

#add_payment_method #payment div.payment_box p:last-child,
.woocommerce-cart #payment div.payment_box p:last-child,
.woocommerce-checkout #payment div.payment_box p:last-child {
    margin-bottom: 0
}

#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
    content: "";
    display: block;
    border: 1em solid #dfdcde;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em
}

#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    float: right;
    line-height: 52px;
    font-size: .83em
}

#add_payment_method #payment .payment_method_paypal img,
.woocommerce-cart #payment .payment_method_paypal img,
.woocommerce-checkout #payment .payment_method_paypal img {
    max-height: 52px;
    vertical-align: middle
}

.woocommerce-terms-and-conditions {
    border: 1px solid rgba(0, 0, 0, .2);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    background: rgba(0, 0, 0, .05)
}

.woocommerce-invalid #terms {
    outline: 2px solid red;
    outline-offset: 2px
}

.woocommerce-password-strength {
    text-align: center;
    font-weight: 600;
    padding: 3px .5em;
    font-size: 1em
}

.woocommerce-password-strength.strong {
    background-color: #c1e1b9;
    border-color: #83c373
}

.woocommerce-password-strength.short {
    background-color: #f1adad;
    border-color: #e35b5b
}

.woocommerce-password-strength.bad {
    background-color: #fbc5a9;
    border-color: #f78b53
}

.woocommerce-password-strength.good {
    background-color: #ffe399;
    border-color: #ffc733
}

.woocommerce-password-hint {
    margin: .5em 0 0;
    display: block
}

#content.twentyeleven .woocommerce-pagination a {
    font-size: 1em;
    line-height: 1
}

.single-product .twentythirteen #reply-title,
.single-product .twentythirteen #respond #commentform,
.single-product .twentythirteen .entry-summary {
    padding: 0
}

.single-product .twentythirteen p.stars {
    clear: both
}

.twentythirteen .woocommerce-breadcrumb {
    padding-top: 40px
}

.twentyfourteen ul.products li.product {
    margin-top: 0!important
}

body:not(.search-results) .twentysixteen .entry-summary {
    color: inherit;
    font-size: inherit;
    line-height: inherit
}

.twentysixteen .price ins {
    background: inherit;
    color: inherit
}

.woocommerce form .form-row .required {
    visibility: visible
}

html.yith-quick-view-is-open,
html.yith-quick-view-is-open body {
    overflow: hidden
}

#yith-quick-view-modal {
    position: fixed;
    visibility: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1400;
    opacity: 0;
    text-align: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

#yith-quick-view-modal:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0
}

#yith-quick-view-modal .yith-quick-view-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .8)
}

#yith-quick-view-modal .yith-wcqv-wrapper {
    display: inline-block;
    vertical-align: middle;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: left;
    height: 600px;
    width: 1000px
}

#yith-quick-view-modal .yith-wcqv-main {
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
    height: 100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, .2);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, .2)
}

#yith-quick-view-modal.open,
#yith-quick-view-modal.open .yith-wcqv-wrapper {
    visibility: visible;
    opacity: 1
}

#yith-quick-view-modal #yith-quick-view-content {
    height: 100%
}

#yith-quick-view-modal .yith-wcqv-main:after,
#yith-quick-view-modal .yith-wcqv-main:before {
    content: '';
    display: table;
    clear: both
}

#yith-quick-view-modal.open .yith-wcqv-main {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    height: 100%;
    overflow-y: scroll;
    position: relative
}

#yith-quick-view-close {
    border: 1px solid;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 18px;
    z-index: 2;
    opacity: .5
}

#yith-quick-view-close:hover {
    opacity: 1;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease
}

#yith-quick-view-content div.images {
    width: 40%;
    float: left;
    opacity: 1 !important;
    margin: 0
}

#yith-quick-view-content div.summary {
    margin: 0;
    padding: 15px;
    width: 60%;
    float: left
}

#yith-quick-view-content div.woocommerce-product-rating:after,
#yith-quick-view-content div.woocommerce-product-rating:before {
    content: '';
    display: table;
    clear: both
}

#yith-quick-view-content div.woocommerce-product-rating a.woocommerce-review-link {
    display: none
}

#yith-quick-view-content .onsale {
    top: 5px;
    right: auto;
    left: 5px
}

li.product .yith-wcqv-button .blockUI.blockOverlay:before {
    background: 0 0
}

@media(max-width:480px) {
    #yith-quick-view-content div.images,
    #yith-quick-view-content div.summary {
        width: 100%;
        float: none
    }
    #yith-quick-view-content div.summary {
        margin: 0;
        padding: 15px;
        width: 100%;
        float: left
    }
}

#yith-quick-view-modal .yith-wcqv-main {
    background: #fff
}

#yith-quick-view-close {
    color: #cdcdcd
}

#yith-quick-view-close:hover {
    color: red
}

@font-face {
    font-family: star;
    src: url(../fonts/star.eot);
    src: url(../fonts/star.eot?#iefix) format("embedded-opentype"), 
	url(../fonts/star.woff) format("woff"), 
	url(../fonts/star.ttf) format("truetype"), 
	url(../fonts/star.svg#star) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: WooCommerce;
    src: url(../fonts/WooCommerce.eot);
    src: url(../plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix) format("embedded-opentype"), 
	url(../fonts/WooCommerce.woff) format("woff"), 
	url(../fonts/WooCommerce.ttf) format("truetype"), 
	url(../fonts/WooCommerce.svg#WooCommerce) format("svg");
    font-weight: 400;
    font-style: normal
}

div.pp_woocommerce .pp_content_container {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 30px rgba(0, 0, 0, .25);
    padding: 20px 0
}

div.pp_woocommerce .pp_content_container:after,
div.pp_woocommerce .pp_content_container:before {
    content: ' ';
    display: table
}

div.pp_woocommerce .pp_content_container:after {
    clear: both
}

div.pp_woocommerce .pp_loaderIcon:before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    content: '';
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(../images/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75)
}

div.pp_woocommerce div.ppt {
    color: #000
}

div.pp_woocommerce .pp_gallery ul li a {
    border: 1px solid rgba(0, 0, 0, .5);
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    border-radius: 2px;
    display: block
}

div.pp_woocommerce .pp_gallery ul li a:hover {
    border-color: #000
}

div.pp_woocommerce .pp_gallery ul li.selected a {
    border-color: #000
}

div.pp_woocommerce .pp_next:before,
div.pp_woocommerce .pp_previous:before {
    border-radius: 100%;
    height: 1em;
    width: 1em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
    background-color: #444;
    color: #fff!important;
    font-size: 16px!important;
    line-height: 1em;
    -webkit-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    font-family: WooCommerce;
    content: '\e00b';
    text-indent: 0;
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    text-align: center
}

div.pp_woocommerce .pp_next::before:hover,
div.pp_woocommerce .pp_previous::before:hover {
    background-color: #000
}

div.pp_woocommerce .pp_next:hover:before,
div.pp_woocommerce .pp_previous:hover:before {
    display: block
}

div.pp_woocommerce .pp_previous:before {
    left: 1em
}

div.pp_woocommerce .pp_next:before {
    right: 1em;
    font-family: WooCommerce;
    content: '\e008'
}

div.pp_woocommerce .pp_details {
    margin: 0;
    padding-top: 1em
}

div.pp_woocommerce .pp_description,
div.pp_woocommerce .pp_nav {
    font-size: 14px
}

div.pp_woocommerce .pp_arrow_next,
div.pp_woocommerce .pp_arrow_previous,
div.pp_woocommerce .pp_nav,
div.pp_woocommerce .pp_nav .pp_pause,
div.pp_woocommerce .pp_nav p,
div.pp_woocommerce .pp_play {
    margin: 0
}

div.pp_woocommerce .pp_nav {
    margin-right: 1em;
    position: relative
}

div.pp_woocommerce .pp_close {
    border-radius: 100%;
    height: 1em;
    width: 1em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
    background-color: #444;
    color: #fff!important;
    font-size: 16px!important;
    line-height: 1em;
    -webkit-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    top: -.5em;
    right: -.5em;
    font-size: 1.618em!important
}

div.pp_woocommerce .pp_close:hover {
    background-color: #000
}

div.pp_woocommerce .pp_close:before {
    font-family: WooCommerce;
    content: '\e013';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    text-indent: 0
}

div.pp_woocommerce .pp_arrow_next,
div.pp_woocommerce .pp_arrow_previous {
    border-radius: 100%;
    height: 1em;
    width: 1em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
    background-color: #444;
    color: #fff!important;
    font-size: 16px!important;
    line-height: 1em;
    -webkit-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    position: relative;
    margin-top: -1px
}

div.pp_woocommerce .pp_arrow_next:hover,
div.pp_woocommerce .pp_arrow_previous:hover {
    background-color: #000
}

div.pp_woocommerce .pp_arrow_next:before,
div.pp_woocommerce .pp_arrow_previous:before {
    font-family: WooCommerce;
    content: '\e00b';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    text-indent: 0
}

div.pp_woocommerce .pp_arrow_previous {
    margin-right: .5em
}

div.pp_woocommerce .pp_arrow_next {
    margin-left: .5em
}

div.pp_woocommerce .pp_arrow_next:before {
    content: '\e008'
}

div.pp_woocommerce a.pp_contract,
div.pp_woocommerce a.pp_expand {
    border-radius: 100%;
    height: 1em;
    width: 1em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
    background-color: #444;
    color: #fff!important;
    font-size: 16px!important;
    line-height: 1em;
    -webkit-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    right: auto;
    left: -.5em;
    top: -.5em;
    font-size: 1.618em!important
}

div.pp_woocommerce a.pp_contract:hover,
div.pp_woocommerce a.pp_expand:hover {
    background-color: #000
}

div.pp_woocommerce a.pp_contract:before,
div.pp_woocommerce a.pp_expand:before {
    font-family: WooCommerce;
    content: '\e005';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    text-indent: 0
}

div.pp_woocommerce a.pp_contract:before {
    content: '\e004'
}

div.pp_woocommerce #respond {
    margin: 0;
    width: 100%;
    background: 0 0;
    border: none;
    padding: 0
}

div.pp_woocommerce #respond .form-submit {
    margin-top: 0;
    float: none
}

div.pp_woocommerce .pp_inline {
    padding: 0!important
}

.rtl div.pp_woocommerce .pp_content_container {
    text-align: right
}

@media only screen and (max-width:768px) {
    div.pp_woocommerce {
        left: 5%!important;
        right: 5%!important;
        box-sizing: border-box;
        width: 90%!important
    }
    div.pp_woocommerce .pp_contract,
    div.pp_woocommerce .pp_expand,
    div.pp_woocommerce .pp_gallery,
    div.pp_woocommerce .pp_next,
    div.pp_woocommerce .pp_previous {
        display: none!important
    }
    div.pp_woocommerce .pp_arrow_next,
    div.pp_woocommerce .pp_arrow_previous,
    div.pp_woocommerce .pp_close {
        height: 44px;
        width: 44px;
        font-size: 44px;
        line-height: 44px
    }
    div.pp_woocommerce .pp_arrow_next:before,
    div.pp_woocommerce .pp_arrow_previous:before,
    div.pp_woocommerce .pp_close:before {
        font-size: 44px
    }
    div.pp_woocommerce .pp_description {
        display: none!important
    }
    div.pp_woocommerce .pp_details {
        width: 100%!important
    }
    .pp_content {
        width: 100%!important
    }
    .pp_content #pp_full_res>img {
        width: 100%!important;
        height: auto!important
    }
    .currentTextHolder {
        line-height: 3
    }
}

div.pp_pic_holder a:focus {
    outline: 0
}

div.pp_overlay {
    background: #000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999
}

div.pp_pic_holder {
    display: none;
    position: absolute;
    width: 100px;
    z-index: 10000
}

.pp_top {
    height: 20px;
    position: relative
}

* html .pp_top {
    padding: 0 20px
}

.pp_top .pp_left {
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px
}

.pp_top .pp_middle {
    height: 20px;
    left: 20px;
    position: absolute;
    right: 20px
}

* html .pp_top .pp_middle {
    left: 0;
    position: static
}

.pp_top .pp_right {
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}

.pp_content {
    height: 40px;
    min-width: 40px
}

* html .pp_content {
    width: 40px
}

.pp_fade {
    display: none
}

.pp_content_container {
    position: relative;
    text-align: left;
    width: 100%
}

.pp_content_container .pp_left {
    padding-left: 20px
}

.pp_content_container .pp_right {
    padding-right: 20px
}

.pp_content_container .pp_details {
    float: left;
    margin: 10px 0 2px
}

.pp_description {
    display: none;
    margin: 0
}

.pp_social {
    float: left;
    margin: 0
}

.pp_social .facebook {
    float: left;
    margin-left: 5px;
    width: 55px;
    overflow: hidden
}

.pp_social .twitter {
    float: left
}

.pp_nav {
    clear: right;
    float: left;
    margin: 3px 10px 0 0
}

.pp_nav p {
    float: left;
    margin: 2px 4px;
    white-space: nowrap
}

.pp_nav .pp_pause,
.pp_nav .pp_play {
    float: left;
    margin-right: 4px;
    text-indent: -10000px
}

a.pp_arrow_next,
a.pp_arrow_previous {
    display: block;
    float: left;
    height: 15px;
    margin-top: 3px;
    text-indent: -100000px;
    width: 14px
}

.pp_hoverContainer {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000
}

.pp_gallery {
    display: none;
    left: 50%;
    margin-top: -50px;
    position: absolute;
    z-index: 10000
}

.pp_gallery div {
    float: left;
    overflow: hidden;
    position: relative
}

.pp_gallery ul {
    float: left;
    height: 35px;
    margin: 0 0 0 5px;
    padding: 0;
    position: relative;
    white-space: nowrap
}

.pp_gallery ul a {
    border: 1px #000 solid;
    border: 1px rgba(0, 0, 0, .5) solid;
    display: block;
    float: left;
    height: 33px;
    overflow: hidden
}

.pp_gallery li.selected a,
.pp_gallery ul a:hover {
    border-color: #fff
}

.pp_gallery ul a img {
    border: 0
}

.pp_gallery li {
    display: block;
    float: left;
    margin: 0 5px 0 0;
    padding: 0
}

.pp_gallery li.default a {
    display: block;
    height: 33px;
    width: 50px
}

.pp_gallery li.default a img {
    display: none
}

.pp_gallery .pp_arrow_next,
.pp_gallery .pp_arrow_previous {
    margin-top: 7px!important
}

a.pp_next {
    display: block;
    float: right;
    height: 100%;
    text-indent: -10000px;
    width: 49%
}

a.pp_previous {
    display: block;
    float: left;
    height: 100%;
    text-indent: -10000px;
    width: 49%
}

a.pp_contract,
a.pp_expand {
    cursor: pointer;
    display: none;
    height: 20px;
    position: absolute;
    right: 30px;
    text-indent: -10000px;
    top: 10px;
    width: 20px;
    z-index: 20000
}

a.pp_close {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    text-indent: -10000px
}

.pp_bottom {
    height: 20px;
    position: relative
}

* html .pp_bottom {
    padding: 0 20px
}

.pp_bottom .pp_left {
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px
}

.pp_bottom .pp_middle {
    height: 20px;
    left: 20px;
    position: absolute;
    right: 20px
}

* html .pp_bottom .pp_middle {
    left: 0;
    position: static
}

.pp_bottom .pp_right {
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}

.pp_loaderIcon {
    display: block;
    height: 24px;
    left: 50%;
    margin: -12px 0 0 -12px;
    position: absolute;
    top: 50%;
    width: 24px
}

#pp_full_res .pp_inline {
    text-align: left
}

div.ppt {
    color: #fff!important;
    font-weight: 700;
    display: none;
    font-size: 17px;
    margin: 0 0 5px 15px;
    z-index: 9999
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[data-font=FontAwesome]:before {
    font-family: 'FontAwesome' !important;
    content: attr(data-icon) !important;
    speak: none !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1 !important;
    font-style: normal !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important
}



@font-face {
    font-family: "Flaticon";
    src: url(../fonts/Flaticon.eot);
    src: url(../fonts/Flaticon.eot?#iefix) format("embedded-opentype"), 
	url(../fonts/Flaticon.woff2) format("woff2"), 
	url(../fonts/Flaticon.woff) format("woff"), 
	url(../fonts/Flaticon.ttf) format("truetype"), 
	url(../fonts/Flaticon.svg#Flaticon) format("svg");
    font-weight: 400;
    font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Flaticon";
        src: url(../fonts/Flaticon.svg#Flaticon) format("svg")
    }
}

[class^=flaticon-]:before,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: inherit;
    font-style: normal
}

.flaticon-skill:before {
    content: "\f100"
}

.flaticon-setting-spanner:before {
    content: "\f101"
}

.flaticon-bar-graph:before {
    content: "\f102"
}

.flaticon-target:before {
    content: "\f103"
}

.flaticon-gear:before {
    content: "\f104"
}

.flaticon-telephone:before {
    content: "\f105"
}

.flaticon-map:before {
    content: "\f106"
}

.flaticon-add-location-point:before {
    content: "\f107"
}

.flaticon-puzzle:before {
    content: "\f108"
}

.flaticon-diagram:before {
    content: "\f109"
}

.flaticon-stats:before {
    content: "\f10a"
}

.flaticon-presentation:before {
    content: "\f10b"
}

.flaticon-chart:before {
    content: "\f10c"
}

.flaticon-award-symbol:before {
    content: "\f10d"
}

.flaticon-strategy:before {
    content: "\f10e"
}

.flaticon-group:before {
    content: "\f10f"
}

.flaticon-leadership:before {
    content: "\f110"
}

.flaticon-growth:before {
    content: "\f111"
}

.flaticon-report:before {
    content: "\f112"
}

.flaticon-marketing-strategy:before {
    content: "\f113"
}

.flaticon-menu:before {
    content: "\f114"
}

.flaticon-product:before {
    content: "\f115"
}

.flaticon-bank:before {
    content: "\f116"
}

.flaticon-graph:before {
    content: "\f117"
}

.flaticon-pie-chart:before {
    content: "\f118"
}

.flaticon-internet:before {
    content: "\f119"
}

.flaticon-earnings:before {
    content: "\f11a"
}

.flaticon-award:before {
    content: "\f11b"
}

.flaticon-social-media:before {
    content: "\f11c"
}

.flaticon-target-1:before {
    content: "\f11d"
}

.flaticon-bank-building:before {
    content: "\f11e"
}

.flaticon-handshake:before {
    content: "\f11f"
}

.flaticon-presentation-board-with-graph:before {
    content: "\f120"
}

.flaticon-increased-revenue:before {
    content: "\f121"
}

.flaticon-teamwork:before {
    content: "\f122"
}

.flaticon-tools:before {
    content: "\f123"
}

.flaticon-target-2:before {
    content: "\f124"
}

.flaticon-male-job-search-symbol:before {
    content: "\f125"
}

.flaticon-credit-card:before {
    content: "\f126"
}

.flaticon-placeholder:before {
    content: "\f127"
}

.flaticon-phone-call:before {
    content: "\f128"
}

.flaticon-black-back-closed-envelope-shape:before {
    content: "\f129"
}

.flaticon-scales-of-justice:before {
    content: "\f12a"
}

.flaticon-auction:before {
    content: "\f12b"
}

.flaticon-court:before {
    content: "\f12c"
}

.flaticon-mace:before {
    content: "\f12d"
}

.flaticon-light-bulb:before {
    content: "\f12e"
}

.flaticon-shield:before {
    content: "\f12f"
}

.flaticon-dollar-symbol:before {
    content: "\f130"
}

.flaticon-chart-1:before {
    content: "\f131"
}

.flaticon-eye:before {
    content: "\f132"
}

.flaticon-cloud:before {
    content: "\f133"
}

.flaticon-graph-1:before {
    content: "\f134"
}

.flaticon-document:before {
    content: "\f135"
}

@font-face {
    font-family: Material-Design-Iconic-Font;
    src: url(../fonts/Material-Design-Iconic-Font.woff2?v=2.2.0) format('woff2'), 
    url(../fonts/Material-Design-Iconic-Font.woff?v=2.2.0) format('woff'), 
    url(../fonts/Material-Design-Iconic-Font.ttf?v=2.2.0) format('truetype')
}

.zmdi {
    display: inline-block;
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.zmdi-hc-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.zmdi-hc-2x {
    font-size: 2em
}

.zmdi-hc-3x {
    font-size: 3em
}

.zmdi-hc-4x {
    font-size: 4em
}

.zmdi-hc-5x {
    font-size: 5em
}

.zmdi-hc-fw {
    width: 1.28571429em;
    text-align: center
}

.zmdi-hc-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.zmdi-hc-ul>li {
    position: relative
}

.zmdi-hc-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.zmdi-hc-li.zmdi-hc-lg {
    left: -1.85714286em
}

.zmdi-hc-border {
    padding: .1em .25em;
    border: solid .1em #9e9e9e;
    border-radius: 2px
}

.zmdi-hc-border-circle {
    padding: .1em .25em;
    border: solid .1em #9e9e9e;
    border-radius: 50%
}

.zmdi.pull-left {
    float: left;
    margin-right: .15em
}

.zmdi.pull-right {
    float: right;
    margin-left: .15em
}

.zmdi-hc-spin {
    -webkit-animation: zmdi-spin 1.5s infinite linear;
    animation: zmdi-spin 1.5s infinite linear
}

.zmdi-hc-spin-reverse {
    -webkit-animation: zmdi-spin-reverse 1.5s infinite linear;
    animation: zmdi-spin-reverse 1.5s infinite linear
}

@-webkit-keyframes zmdi-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes zmdi-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-webkit-keyframes zmdi-spin-reverse {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(-359deg);
        transform: rotate(-359deg)
    }
}

@keyframes zmdi-spin-reverse {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(-359deg);
        transform: rotate(-359deg)
    }
}

.zmdi-hc-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.zmdi-hc-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.zmdi-hc-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.zmdi-hc-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.zmdi-hc-flip-vertical {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

.zmdi-hc-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.zmdi-hc-stack-1x,
.zmdi-hc-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.zmdi-hc-stack-1x {
    line-height: inherit
}

.zmdi-hc-stack-2x {
    font-size: 2em
}

.zmdi-hc-inverse {
    color: #fff
}

.zmdi-3d-rotation:before {
    content: '\f101'
}

.zmdi-airplane-off:before {
    content: '\f102'
}

.zmdi-airplane:before {
    content: '\f103'
}

.zmdi-album:before {
    content: '\f104'
}

.zmdi-archive:before {
    content: '\f105'
}

.zmdi-assignment-account:before {
    content: '\f106'
}

.zmdi-assignment-alert:before {
    content: '\f107'
}

.zmdi-assignment-check:before {
    content: '\f108'
}

.zmdi-assignment-o:before {
    content: '\f109'
}

.zmdi-assignment-return:before {
    content: '\f10a'
}

.zmdi-assignment-returned:before {
    content: '\f10b'
}

.zmdi-assignment:before {
    content: '\f10c'
}

.zmdi-attachment-alt:before {
    content: '\f10d'
}

.zmdi-attachment:before {
    content: '\f10e'
}

.zmdi-audio:before {
    content: '\f10f'
}

.zmdi-badge-check:before {
    content: '\f110'
}

.zmdi-balance-wallet:before {
    content: '\f111'
}

.zmdi-balance:before {
    content: '\f112'
}

.zmdi-battery-alert:before {
    content: '\f113'
}

.zmdi-battery-flash:before {
    content: '\f114'
}

.zmdi-battery-unknown:before {
    content: '\f115'
}

.zmdi-battery:before {
    content: '\f116'
}

.zmdi-bike:before {
    content: '\f117'
}

.zmdi-block-alt:before {
    content: '\f118'
}

.zmdi-block:before {
    content: '\f119'
}

.zmdi-boat:before {
    content: '\f11a'
}

.zmdi-book-image:before {
    content: '\f11b'
}

.zmdi-book:before {
    content: '\f11c'
}

.zmdi-bookmark-outline:before {
    content: '\f11d'
}

.zmdi-bookmark:before {
    content: '\f11e'
}

.zmdi-brush:before {
    content: '\f11f'
}

.zmdi-bug:before {
    content: '\f120'
}

.zmdi-bus:before {
    content: '\f121'
}

.zmdi-cake:before {
    content: '\f122'
}

.zmdi-car-taxi:before {
    content: '\f123'
}

.zmdi-car-wash:before {
    content: '\f124'
}

.zmdi-car:before {
    content: '\f125'
}

.zmdi-card-giftcard:before {
    content: '\f126'
}

.zmdi-card-membership:before {
    content: '\f127'
}

.zmdi-card-travel:before {
    content: '\f128'
}

.zmdi-card:before {
    content: '\f129'
}

.zmdi-case-check:before {
    content: '\f12a'
}

.zmdi-case-download:before {
    content: '\f12b'
}

.zmdi-case-play:before {
    content: '\f12c'
}

.zmdi-case:before {
    content: '\f12d'
}

.zmdi-cast-connected:before {
    content: '\f12e'
}

.zmdi-cast:before {
    content: '\f12f'
}

.zmdi-chart-donut:before {
    content: '\f130'
}

.zmdi-chart:before {
    content: '\f131'
}

.zmdi-city-alt:before {
    content: '\f132'
}

.zmdi-city:before {
    content: '\f133'
}

.zmdi-close-circle-o:before {
    content: '\f134'
}

.zmdi-close-circle:before {
    content: '\f135'
}

.zmdi-close:before {
    content: '\f136'
}

.zmdi-cocktail:before {
    content: '\f137'
}

.zmdi-code-setting:before {
    content: '\f138'
}

.zmdi-code-smartphone:before {
    content: '\f139'
}

.zmdi-code:before {
    content: '\f13a'
}

.zmdi-coffee:before {
    content: '\f13b'
}

.zmdi-collection-bookmark:before {
    content: '\f13c'
}

.zmdi-collection-case-play:before {
    content: '\f13d'
}

.zmdi-collection-folder-image:before {
    content: '\f13e'
}

.zmdi-collection-image-o:before {
    content: '\f13f'
}

.zmdi-collection-image:before {
    content: '\f140'
}

.zmdi-collection-item-1:before {
    content: '\f141'
}

.zmdi-collection-item-2:before {
    content: '\f142'
}

.zmdi-collection-item-3:before {
    content: '\f143'
}

.zmdi-collection-item-4:before {
    content: '\f144'
}

.zmdi-collection-item-5:before {
    content: '\f145'
}

.zmdi-collection-item-6:before {
    content: '\f146'
}

.zmdi-collection-item-7:before {
    content: '\f147'
}

.zmdi-collection-item-8:before {
    content: '\f148'
}

.zmdi-collection-item-9-plus:before {
    content: '\f149'
}

.zmdi-collection-item-9:before {
    content: '\f14a'
}

.zmdi-collection-item:before {
    content: '\f14b'
}

.zmdi-collection-music:before {
    content: '\f14c'
}

.zmdi-collection-pdf:before {
    content: '\f14d'
}

.zmdi-collection-plus:before {
    content: '\f14e'
}

.zmdi-collection-speaker:before {
    content: '\f14f'
}

.zmdi-collection-text:before {
    content: '\f150'
}

.zmdi-collection-video:before {
    content: '\f151'
}

.zmdi-compass:before {
    content: '\f152'
}

.zmdi-cutlery:before {
    content: '\f153'
}

.zmdi-delete:before {
    content: '\f154'
}

.zmdi-dialpad:before {
    content: '\f155'
}

.zmdi-dns:before {
    content: '\f156'
}

.zmdi-drink:before {
    content: '\f157'
}

.zmdi-edit:before {
    content: '\f158'
}

.zmdi-email-open:before {
    content: '\f159'
}

.zmdi-email:before {
    content: '\f15a'
}

.zmdi-eye-off:before {
    content: '\f15b'
}

.zmdi-eye:before {
    content: '\f15c'
}

.zmdi-eyedropper:before {
    content: '\f15d'
}

.zmdi-favorite-outline:before {
    content: '\f15e'
}

.zmdi-favorite:before {
    content: '\f15f'
}

.zmdi-filter-list:before {
    content: '\f160'
}

.zmdi-fire:before {
    content: '\f161'
}

.zmdi-flag:before {
    content: '\f162'
}

.zmdi-flare:before {
    content: '\f163'
}

.zmdi-flash-auto:before {
    content: '\f164'
}

.zmdi-flash-off:before {
    content: '\f165'
}

.zmdi-flash:before {
    content: '\f166'
}

.zmdi-flip:before {
    content: '\f167'
}

.zmdi-flower-alt:before {
    content: '\f168'
}

.zmdi-flower:before {
    content: '\f169'
}

.zmdi-font:before {
    content: '\f16a'
}

.zmdi-fullscreen-alt:before {
    content: '\f16b'
}

.zmdi-fullscreen-exit:before {
    content: '\f16c'
}

.zmdi-fullscreen:before {
    content: '\f16d'
}

.zmdi-functions:before {
    content: '\f16e'
}

.zmdi-gas-station:before {
    content: '\f16f'
}

.zmdi-gesture:before {
    content: '\f170'
}

.zmdi-globe-alt:before {
    content: '\f171'
}

.zmdi-globe-lock:before {
    content: '\f172'
}

.zmdi-globe:before {
    content: '\f173'
}

.zmdi-graduation-cap:before {
    content: '\f174'
}

.zmdi-home:before {
    content: '\f175'
}

.zmdi-hospital-alt:before {
    content: '\f176'
}

.zmdi-hospital:before {
    content: '\f177'
}

.zmdi-hotel:before {
    content: '\f178'
}

.zmdi-hourglass-alt:before {
    content: '\f179'
}

.zmdi-hourglass-outline:before {
    content: '\f17a'
}

.zmdi-hourglass:before {
    content: '\f17b'
}

.zmdi-http:before {
    content: '\f17c'
}

.zmdi-image-alt:before {
    content: '\f17d'
}

.zmdi-image-o:before {
    content: '\f17e'
}

.zmdi-image:before {
    content: '\f17f'
}

.zmdi-inbox:before {
    content: '\f180'
}

.zmdi-invert-colors-off:before {
    content: '\f181'
}

.zmdi-invert-colors:before {
    content: '\f182'
}

.zmdi-key:before {
    content: '\f183'
}

.zmdi-label-alt-outline:before {
    content: '\f184'
}

.zmdi-label-alt:before {
    content: '\f185'
}

.zmdi-label-heart:before {
    content: '\f186'
}

.zmdi-label:before {
    content: '\f187'
}

.zmdi-labels:before {
    content: '\f188'
}

.zmdi-lamp:before {
    content: '\f189'
}

.zmdi-landscape:before {
    content: '\f18a'
}

.zmdi-layers-off:before {
    content: '\f18b'
}

.zmdi-layers:before {
    content: '\f18c'
}

.zmdi-library:before {
    content: '\f18d'
}

.zmdi-link:before {
    content: '\f18e'
}

.zmdi-lock-open:before {
    content: '\f18f'
}

.zmdi-lock-outline:before {
    content: '\f190'
}

.zmdi-lock:before {
    content: '\f191'
}

.zmdi-mail-reply-all:before {
    content: '\f192'
}

.zmdi-mail-reply:before {
    content: '\f193'
}

.zmdi-mail-send:before {
    content: '\f194'
}

.zmdi-mall:before {
    content: '\f195'
}

.zmdi-map:before {
    content: '\f196'
}

.zmdi-menu:before {
    content: '\f197'
}

.zmdi-money-box:before {
    content: '\f198'
}

.zmdi-money-off:before {
    content: '\f199'
}

.zmdi-money:before {
    content: '\f19a'
}

.zmdi-more-vert:before {
    content: '\f19b'
}

.zmdi-more:before {
    content: '\f19c'
}

.zmdi-movie-alt:before {
    content: '\f19d'
}

.zmdi-movie:before {
    content: '\f19e'
}

.zmdi-nature-people:before {
    content: '\f19f'
}

.zmdi-nature:before {
    content: '\f1a0'
}

.zmdi-navigation:before {
    content: '\f1a1'
}

.zmdi-open-in-browser:before {
    content: '\f1a2'
}

.zmdi-open-in-new:before {
    content: '\f1a3'
}

.zmdi-palette:before {
    content: '\f1a4'
}

.zmdi-parking:before {
    content: '\f1a5'
}

.zmdi-pin-account:before {
    content: '\f1a6'
}

.zmdi-pin-assistant:before {
    content: '\f1a7'
}

.zmdi-pin-drop:before {
    content: '\f1a8'
}

.zmdi-pin-help:before {
    content: '\f1a9'
}

.zmdi-pin-off:before {
    content: '\f1aa'
}

.zmdi-pin:before {
    content: '\f1ab'
}

.zmdi-pizza:before {
    content: '\f1ac'
}

.zmdi-plaster:before {
    content: '\f1ad'
}

.zmdi-power-setting:before {
    content: '\f1ae'
}

.zmdi-power:before {
    content: '\f1af'
}

.zmdi-print:before {
    content: '\f1b0'
}

.zmdi-puzzle-piece:before {
    content: '\f1b1'
}

.zmdi-quote:before {
    content: '\f1b2'
}

.zmdi-railway:before {
    content: '\f1b3'
}

.zmdi-receipt:before {
    content: '\f1b4'
}

.zmdi-refresh-alt:before {
    content: '\f1b5'
}

.zmdi-refresh-sync-alert:before {
    content: '\f1b6'
}

.zmdi-refresh-sync-off:before {
    content: '\f1b7'
}

.zmdi-refresh-sync:before {
    content: '\f1b8'
}

.zmdi-refresh:before {
    content: '\f1b9'
}

.zmdi-roller:before {
    content: '\f1ba'
}

.zmdi-ruler:before {
    content: '\f1bb'
}

.zmdi-scissors:before {
    content: '\f1bc'
}

.zmdi-screen-rotation-lock:before {
    content: '\f1bd'
}

.zmdi-screen-rotation:before {
    content: '\f1be'
}

.zmdi-search-for:before {
    content: '\f1bf'
}

.zmdi-search-in-file:before {
    content: '\f1c0'
}

.zmdi-search-in-page:before {
    content: '\f1c1'
}

.zmdi-search-replace:before {
    content: '\f1c2'
}

.zmdi-search:before {
    content: '\f1c3'
}

.zmdi-seat:before {
    content: '\f1c4'
}

.zmdi-settings-square:before {
    content: '\f1c5'
}

.zmdi-settings:before {
    content: '\f1c6'
}

.zmdi-shield-check:before {
    content: '\f1c7'
}

.zmdi-shield-security:before {
    content: '\f1c8'
}

.zmdi-shopping-basket:before {
    content: '\f1c9'
}

.zmdi-shopping-cart-plus:before {
    content: '\f1ca'
}

.zmdi-shopping-cart:before {
    content: '\f1cb'
}

.zmdi-sign-in:before {
    content: '\f1cc'
}

.zmdi-sort-amount-asc:before {
    content: '\f1cd'
}

.zmdi-sort-amount-desc:before {
    content: '\f1ce'
}

.zmdi-sort-asc:before {
    content: '\f1cf'
}

.zmdi-sort-desc:before {
    content: '\f1d0'
}

.zmdi-spellcheck:before {
    content: '\f1d1'
}

.zmdi-storage:before {
    content: '\f1d2'
}

.zmdi-store-24:before {
    content: '\f1d3'
}

.zmdi-store:before {
    content: '\f1d4'
}

.zmdi-subway:before {
    content: '\f1d5'
}

.zmdi-sun:before {
    content: '\f1d6'
}

.zmdi-tab-unselected:before {
    content: '\f1d7'
}

.zmdi-tab:before {
    content: '\f1d8'
}

.zmdi-tag-close:before {
    content: '\f1d9'
}

.zmdi-tag-more:before {
    content: '\f1da'
}

.zmdi-tag:before {
    content: '\f1db'
}

.zmdi-thumb-down:before {
    content: '\f1dc'
}

.zmdi-thumb-up-down:before {
    content: '\f1dd'
}

.zmdi-thumb-up:before {
    content: '\f1de'
}

.zmdi-ticket-star:before {
    content: '\f1df'
}

.zmdi-toll:before {
    content: '\f1e0'
}

.zmdi-toys:before {
    content: '\f1e1'
}

.zmdi-traffic:before {
    content: '\f1e2'
}

.zmdi-translate:before {
    content: '\f1e3'
}

.zmdi-triangle-down:before {
    content: '\f1e4'
}

.zmdi-triangle-up:before {
    content: '\f1e5'
}

.zmdi-truck:before {
    content: '\f1e6'
}

.zmdi-turning-sign:before {
    content: '\f1e7'
}

.zmdi-wallpaper:before {
    content: '\f1e8'
}

.zmdi-washing-machine:before {
    content: '\f1e9'
}

.zmdi-window-maximize:before {
    content: '\f1ea'
}

.zmdi-window-minimize:before {
    content: '\f1eb'
}

.zmdi-window-restore:before {
    content: '\f1ec'
}

.zmdi-wrench:before {
    content: '\f1ed'
}

.zmdi-zoom-in:before {
    content: '\f1ee'
}

.zmdi-zoom-out:before {
    content: '\f1ef'
}

.zmdi-alert-circle-o:before {
    content: '\f1f0'
}

.zmdi-alert-circle:before {
    content: '\f1f1'
}

.zmdi-alert-octagon:before {
    content: '\f1f2'
}

.zmdi-alert-polygon:before {
    content: '\f1f3'
}

.zmdi-alert-triangle:before {
    content: '\f1f4'
}

.zmdi-help-outline:before {
    content: '\f1f5'
}

.zmdi-help:before {
    content: '\f1f6'
}

.zmdi-info-outline:before {
    content: '\f1f7'
}

.zmdi-info:before {
    content: '\f1f8'
}

.zmdi-notifications-active:before {
    content: '\f1f9'
}

.zmdi-notifications-add:before {
    content: '\f1fa'
}

.zmdi-notifications-none:before {
    content: '\f1fb'
}

.zmdi-notifications-off:before {
    content: '\f1fc'
}

.zmdi-notifications-paused:before {
    content: '\f1fd'
}

.zmdi-notifications:before {
    content: '\f1fe'
}

.zmdi-account-add:before {
    content: '\f1ff'
}

.zmdi-account-box-mail:before {
    content: '\f200'
}

.zmdi-account-box-o:before {
    content: '\f201'
}

.zmdi-account-box-phone:before {
    content: '\f202'
}

.zmdi-account-box:before {
    content: '\f203'
}

.zmdi-account-calendar:before {
    content: '\f204'
}

.zmdi-account-circle:before {
    content: '\f205'
}

.zmdi-account-o:before {
    content: '\f206'
}

.zmdi-account:before {
    content: '\f207'
}

.zmdi-accounts-add:before {
    content: '\f208'
}

.zmdi-accounts-alt:before {
    content: '\f209'
}

.zmdi-accounts-list-alt:before {
    content: '\f20a'
}

.zmdi-accounts-list:before {
    content: '\f20b'
}

.zmdi-accounts-outline:before {
    content: '\f20c'
}

.zmdi-accounts:before {
    content: '\f20d'
}

.zmdi-face:before {
    content: '\f20e'
}

.zmdi-female:before {
    content: '\f20f'
}

.zmdi-male-alt:before {
    content: '\f210'
}

.zmdi-male-female:before {
    content: '\f211'
}

.zmdi-male:before {
    content: '\f212'
}

.zmdi-mood-bad:before {
    content: '\f213'
}

.zmdi-mood:before {
    content: '\f214'
}

.zmdi-run:before {
    content: '\f215'
}

.zmdi-walk:before {
    content: '\f216'
}

.zmdi-cloud-box:before {
    content: '\f217'
}

.zmdi-cloud-circle:before {
    content: '\f218'
}

.zmdi-cloud-done:before {
    content: '\f219'
}

.zmdi-cloud-download:before {
    content: '\f21a'
}

.zmdi-cloud-off:before {
    content: '\f21b'
}

.zmdi-cloud-outline-alt:before {
    content: '\f21c'
}

.zmdi-cloud-outline:before {
    content: '\f21d'
}

.zmdi-cloud-upload:before {
    content: '\f21e'
}

.zmdi-cloud:before {
    content: '\f21f'
}

.zmdi-download:before {
    content: '\f220'
}

.zmdi-file-plus:before {
    content: '\f221'
}

.zmdi-file-text:before {
    content: '\f222'
}

.zmdi-file:before {
    content: '\f223'
}

.zmdi-folder-outline:before {
    content: '\f224'
}

.zmdi-folder-person:before {
    content: '\f225'
}

.zmdi-folder-star-alt:before {
    content: '\f226'
}

.zmdi-folder-star:before {
    content: '\f227'
}

.zmdi-folder:before {
    content: '\f228'
}

.zmdi-gif:before {
    content: '\f229'
}

.zmdi-upload:before {
    content: '\f22a'
}

.zmdi-border-all:before {
    content: '\f22b'
}

.zmdi-border-bottom:before {
    content: '\f22c'
}

.zmdi-border-clear:before {
    content: '\f22d'
}

.zmdi-border-color:before {
    content: '\f22e'
}

.zmdi-border-horizontal:before {
    content: '\f22f'
}

.zmdi-border-inner:before {
    content: '\f230'
}

.zmdi-border-left:before {
    content: '\f231'
}

.zmdi-border-outer:before {
    content: '\f232'
}

.zmdi-border-right:before {
    content: '\f233'
}

.zmdi-border-style:before {
    content: '\f234'
}

.zmdi-border-top:before {
    content: '\f235'
}

.zmdi-border-vertical:before {
    content: '\f236'
}

.zmdi-copy:before {
    content: '\f237'
}

.zmdi-crop:before {
    content: '\f238'
}

.zmdi-format-align-center:before {
    content: '\f239'
}

.zmdi-format-align-justify:before {
    content: '\f23a'
}

.zmdi-format-align-left:before {
    content: '\f23b'
}

.zmdi-format-align-right:before {
    content: '\f23c'
}

.zmdi-format-bold:before {
    content: '\f23d'
}

.zmdi-format-clear-all:before {
    content: '\f23e'
}

.zmdi-format-clear:before {
    content: '\f23f'
}

.zmdi-format-color-fill:before {
    content: '\f240'
}

.zmdi-format-color-reset:before {
    content: '\f241'
}

.zmdi-format-color-text:before {
    content: '\f242'
}

.zmdi-format-indent-decrease:before {
    content: '\f243'
}

.zmdi-format-indent-increase:before {
    content: '\f244'
}

.zmdi-format-italic:before {
    content: '\f245'
}

.zmdi-format-line-spacing:before {
    content: '\f246'
}

.zmdi-format-list-bulleted:before {
    content: '\f247'
}

.zmdi-format-list-numbered:before {
    content: '\f248'
}

.zmdi-format-ltr:before {
    content: '\f249'
}

.zmdi-format-rtl:before {
    content: '\f24a'
}

.zmdi-format-size:before {
    content: '\f24b'
}

.zmdi-format-strikethrough-s:before {
    content: '\f24c'
}

.zmdi-format-strikethrough:before {
    content: '\f24d'
}

.zmdi-format-subject:before {
    content: '\f24e'
}

.zmdi-format-underlined:before {
    content: '\f24f'
}

.zmdi-format-valign-bottom:before {
    content: '\f250'
}

.zmdi-format-valign-center:before {
    content: '\f251'
}

.zmdi-format-valign-top:before {
    content: '\f252'
}

.zmdi-redo:before {
    content: '\f253'
}

.zmdi-select-all:before {
    content: '\f254'
}

.zmdi-space-bar:before {
    content: '\f255'
}

.zmdi-text-format:before {
    content: '\f256'
}

.zmdi-transform:before {
    content: '\f257'
}

.zmdi-undo:before {
    content: '\f258'
}

.zmdi-wrap-text:before {
    content: '\f259'
}

.zmdi-comment-alert:before {
    content: '\f25a'
}

.zmdi-comment-alt-text:before {
    content: '\f25b'
}

.zmdi-comment-alt:before {
    content: '\f25c'
}

.zmdi-comment-edit:before {
    content: '\f25d'
}

.zmdi-comment-image:before {
    content: '\f25e'
}

.zmdi-comment-list:before {
    content: '\f25f'
}

.zmdi-comment-more:before {
    content: '\f260'
}

.zmdi-comment-outline:before {
    content: '\f261'
}

.zmdi-comment-text-alt:before {
    content: '\f262'
}

.zmdi-comment-text:before {
    content: '\f263'
}

.zmdi-comment-video:before {
    content: '\f264'
}

.zmdi-comment:before {
    content: '\f265'
}

.zmdi-comments:before {
    content: '\f266'
}

.zmdi-check-all:before {
    content: '\f267'
}

.zmdi-check-circle-u:before {
    content: '\f268'
}

.zmdi-check-circle:before {
    content: '\f269'
}

.zmdi-check-square:before {
    content: '\f26a'
}

.zmdi-check:before {
    content: '\f26b'
}

.zmdi-circle-o:before {
    content: '\f26c'
}

.zmdi-circle:before {
    content: '\f26d'
}

.zmdi-dot-circle-alt:before {
    content: '\f26e'
}

.zmdi-dot-circle:before {
    content: '\f26f'
}

.zmdi-minus-circle-outline:before {
    content: '\f270'
}

.zmdi-minus-circle:before {
    content: '\f271'
}

.zmdi-minus-square:before {
    content: '\f272'
}

.zmdi-minus:before {
    content: '\f273'
}

.zmdi-plus-circle-o-duplicate:before {
    content: '\f274'
}

.zmdi-plus-circle-o:before {
    content: '\f275'
}

.zmdi-plus-circle:before {
    content: '\f276'
}

.zmdi-plus-square:before {
    content: '\f277'
}

.zmdi-plus:before {
    content: '\f278'
}

.zmdi-square-o:before {
    content: '\f279'
}

.zmdi-star-circle:before {
    content: '\f27a'
}

.zmdi-star-half:before {
    content: '\f27b'
}

.zmdi-star-outline:before {
    content: '\f27c'
}

.zmdi-star:before {
    content: '\f27d'
}

.zmdi-bluetooth-connected:before {
    content: '\f27e'
}

.zmdi-bluetooth-off:before {
    content: '\f27f'
}

.zmdi-bluetooth-search:before {
    content: '\f280'
}

.zmdi-bluetooth-setting:before {
    content: '\f281'
}

.zmdi-bluetooth:before {
    content: '\f282'
}

.zmdi-camera-add:before {
    content: '\f283'
}

.zmdi-camera-alt:before {
    content: '\f284'
}

.zmdi-camera-bw:before {
    content: '\f285'
}

.zmdi-camera-front:before {
    content: '\f286'
}

.zmdi-camera-mic:before {
    content: '\f287'
}

.zmdi-camera-party-mode:before {
    content: '\f288'
}

.zmdi-camera-rear:before {
    content: '\f289'
}

.zmdi-camera-roll:before {
    content: '\f28a'
}

.zmdi-camera-switch:before {
    content: '\f28b'
}

.zmdi-camera:before {
    content: '\f28c'
}

.zmdi-card-alert:before {
    content: '\f28d'
}

.zmdi-card-off:before {
    content: '\f28e'
}

.zmdi-card-sd:before {
    content: '\f28f'
}

.zmdi-card-sim:before {
    content: '\f290'
}

.zmdi-desktop-mac:before {
    content: '\f291'
}

.zmdi-desktop-windows:before {
    content: '\f292'
}

.zmdi-device-hub:before {
    content: '\f293'
}

.zmdi-devices-off:before {
    content: '\f294'
}

.zmdi-devices:before {
    content: '\f295'
}

.zmdi-dock:before {
    content: '\f296'
}

.zmdi-floppy:before {
    content: '\f297'
}

.zmdi-gamepad:before {
    content: '\f298'
}

.zmdi-gps-dot:before {
    content: '\f299'
}

.zmdi-gps-off:before {
    content: '\f29a'
}

.zmdi-gps:before {
    content: '\f29b'
}

.zmdi-headset-mic:before {
    content: '\f29c'
}

.zmdi-headset:before {
    content: '\f29d'
}

.zmdi-input-antenna:before {
    content: '\f29e'
}

.zmdi-input-composite:before {
    content: '\f29f'
}

.zmdi-input-hdmi:before {
    content: '\f2a0'
}

.zmdi-input-power:before {
    content: '\f2a1'
}

.zmdi-input-svideo:before {
    content: '\f2a2'
}

.zmdi-keyboard-hide:before {
    content: '\f2a3'
}

.zmdi-keyboard:before {
    content: '\f2a4'
}

.zmdi-laptop-chromebook:before {
    content: '\f2a5'
}

.zmdi-laptop-mac:before {
    content: '\f2a6'
}

.zmdi-laptop:before {
    content: '\f2a7'
}

.zmdi-mic-off:before {
    content: '\f2a8'
}

.zmdi-mic-outline:before {
    content: '\f2a9'
}

.zmdi-mic-setting:before {
    content: '\f2aa'
}

.zmdi-mic:before {
    content: '\f2ab'
}

.zmdi-mouse:before {
    content: '\f2ac'
}

.zmdi-network-alert:before {
    content: '\f2ad'
}

.zmdi-network-locked:before {
    content: '\f2ae'
}

.zmdi-network-off:before {
    content: '\f2af'
}

.zmdi-network-outline:before {
    content: '\f2b0'
}

.zmdi-network-setting:before {
    content: '\f2b1'
}

.zmdi-network:before {
    content: '\f2b2'
}

.zmdi-phone-bluetooth:before {
    content: '\f2b3'
}

.zmdi-phone-end:before {
    content: '\f2b4'
}

.zmdi-phone-forwarded:before {
    content: '\f2b5'
}

.zmdi-phone-in-talk:before {
    content: '\f2b6'
}

.zmdi-phone-locked:before {
    content: '\f2b7'
}

.zmdi-phone-missed:before {
    content: '\f2b8'
}

.zmdi-phone-msg:before {
    content: '\f2b9'
}

.zmdi-phone-paused:before {
    content: '\f2ba'
}

.zmdi-phone-ring:before {
    content: '\f2bb'
}

.zmdi-phone-setting:before {
    content: '\f2bc'
}

.zmdi-phone-sip:before {
    content: '\f2bd'
}

.zmdi-phone:before {
    content: '\f2be'
}

.zmdi-portable-wifi-changes:before {
    content: '\f2bf'
}

.zmdi-portable-wifi-off:before {
    content: '\f2c0'
}

.zmdi-portable-wifi:before {
    content: '\f2c1'
}

.zmdi-radio:before {
    content: '\f2c2'
}

.zmdi-reader:before {
    content: '\f2c3'
}

.zmdi-remote-control-alt:before {
    content: '\f2c4'
}

.zmdi-remote-control:before {
    content: '\f2c5'
}

.zmdi-router:before {
    content: '\f2c6'
}

.zmdi-scanner:before {
    content: '\f2c7'
}

.zmdi-smartphone-android:before {
    content: '\f2c8'
}

.zmdi-smartphone-download:before {
    content: '\f2c9'
}

.zmdi-smartphone-erase:before {
    content: '\f2ca'
}

.zmdi-smartphone-info:before {
    content: '\f2cb'
}

.zmdi-smartphone-iphone:before {
    content: '\f2cc'
}

.zmdi-smartphone-landscape-lock:before {
    content: '\f2cd'
}

.zmdi-smartphone-landscape:before {
    content: '\f2ce'
}

.zmdi-smartphone-lock:before {
    content: '\f2cf'
}

.zmdi-smartphone-portrait-lock:before {
    content: '\f2d0'
}

.zmdi-smartphone-ring:before {
    content: '\f2d1'
}

.zmdi-smartphone-setting:before {
    content: '\f2d2'
}

.zmdi-smartphone-setup:before {
    content: '\f2d3'
}

.zmdi-smartphone:before {
    content: '\f2d4'
}

.zmdi-speaker:before {
    content: '\f2d5'
}

.zmdi-tablet-android:before {
    content: '\f2d6'
}

.zmdi-tablet-mac:before {
    content: '\f2d7'
}

.zmdi-tablet:before {
    content: '\f2d8'
}

.zmdi-tv-alt-play:before {
    content: '\f2d9'
}

.zmdi-tv-list:before {
    content: '\f2da'
}

.zmdi-tv-play:before {
    content: '\f2db'
}

.zmdi-tv:before {
    content: '\f2dc'
}

.zmdi-usb:before {
    content: '\f2dd'
}

.zmdi-videocam-off:before {
    content: '\f2de'
}

.zmdi-videocam-switch:before {
    content: '\f2df'
}

.zmdi-videocam:before {
    content: '\f2e0'
}

.zmdi-watch:before {
    content: '\f2e1'
}

.zmdi-wifi-alt-2:before {
    content: '\f2e2'
}

.zmdi-wifi-alt:before {
    content: '\f2e3'
}

.zmdi-wifi-info:before {
    content: '\f2e4'
}

.zmdi-wifi-lock:before {
    content: '\f2e5'
}

.zmdi-wifi-off:before {
    content: '\f2e6'
}

.zmdi-wifi-outline:before {
    content: '\f2e7'
}

.zmdi-wifi:before {
    content: '\f2e8'
}

.zmdi-arrow-left-bottom:before {
    content: '\f2e9'
}

.zmdi-arrow-left:before {
    content: '\f2ea'
}

.zmdi-arrow-merge:before {
    content: '\f2eb'
}

.zmdi-arrow-missed:before {
    content: '\f2ec'
}

.zmdi-arrow-right-top:before {
    content: '\f2ed'
}

.zmdi-arrow-right:before {
    content: '\f2ee'
}

.zmdi-arrow-split:before {
    content: '\f2ef'
}

.zmdi-arrows:before {
    content: '\f2f0'
}

.zmdi-caret-down-circle:before {
    content: '\f2f1'
}

.zmdi-caret-down:before {
    content: '\f2f2'
}

.zmdi-caret-left-circle:before {
    content: '\f2f3'
}

.zmdi-caret-left:before {
    content: '\f2f4'
}

.zmdi-caret-right-circle:before {
    content: '\f2f5'
}

.zmdi-caret-right:before {
    content: '\f2f6'
}

.zmdi-caret-up-circle:before {
    content: '\f2f7'
}

.zmdi-caret-up:before {
    content: '\f2f8'
}

.zmdi-chevron-down:before {
    content: '\f2f9'
}

.zmdi-chevron-left:before {
    content: '\f2fa'
}

.zmdi-chevron-right:before {
    content: '\f2fb'
}

.zmdi-chevron-up:before {
    content: '\f2fc'
}

.zmdi-forward:before {
    content: '\f2fd'
}

.zmdi-long-arrow-down:before {
    content: '\f2fe'
}

.zmdi-long-arrow-left:before {
    content: '\f2ff'
}

.zmdi-long-arrow-return:before {
    content: '\f300'
}

.zmdi-long-arrow-right:before {
    content: '\f301'
}

.zmdi-long-arrow-tab:before {
    content: '\f302'
}

.zmdi-long-arrow-up:before {
    content: '\f303'
}

.zmdi-rotate-ccw:before {
    content: '\f304'
}

.zmdi-rotate-cw:before {
    content: '\f305'
}

.zmdi-rotate-left:before {
    content: '\f306'
}

.zmdi-rotate-right:before {
    content: '\f307'
}

.zmdi-square-down:before {
    content: '\f308'
}

.zmdi-square-right:before {
    content: '\f309'
}

.zmdi-swap-alt:before {
    content: '\f30a'
}

.zmdi-swap-vertical-circle:before {
    content: '\f30b'
}

.zmdi-swap-vertical:before {
    content: '\f30c'
}

.zmdi-swap:before {
    content: '\f30d'
}

.zmdi-trending-down:before {
    content: '\f30e'
}

.zmdi-trending-flat:before {
    content: '\f30f'
}

.zmdi-trending-up:before {
    content: '\f310'
}

.zmdi-unfold-less:before {
    content: '\f311'
}

.zmdi-unfold-more:before {
    content: '\f312'
}

.zmdi-apps:before {
    content: '\f313'
}

.zmdi-grid-off:before {
    content: '\f314'
}

.zmdi-grid:before {
    content: '\f315'
}

.zmdi-view-agenda:before {
    content: '\f316'
}

.zmdi-view-array:before {
    content: '\f317'
}

.zmdi-view-carousel:before {
    content: '\f318'
}

.zmdi-view-column:before {
    content: '\f319'
}

.zmdi-view-comfy:before {
    content: '\f31a'
}

.zmdi-view-compact:before {
    content: '\f31b'
}

.zmdi-view-dashboard:before {
    content: '\f31c'
}

.zmdi-view-day:before {
    content: '\f31d'
}

.zmdi-view-headline:before {
    content: '\f31e'
}

.zmdi-view-list-alt:before {
    content: '\f31f'
}

.zmdi-view-list:before {
    content: '\f320'
}

.zmdi-view-module:before {
    content: '\f321'
}

.zmdi-view-quilt:before {
    content: '\f322'
}

.zmdi-view-stream:before {
    content: '\f323'
}

.zmdi-view-subtitles:before {
    content: '\f324'
}

.zmdi-view-toc:before {
    content: '\f325'
}

.zmdi-view-web:before {
    content: '\f326'
}

.zmdi-view-week:before {
    content: '\f327'
}

.zmdi-widgets:before {
    content: '\f328'
}

.zmdi-alarm-check:before {
    content: '\f329'
}

.zmdi-alarm-off:before {
    content: '\f32a'
}

.zmdi-alarm-plus:before {
    content: '\f32b'
}

.zmdi-alarm-snooze:before {
    content: '\f32c'
}

.zmdi-alarm:before {
    content: '\f32d'
}

.zmdi-calendar-alt:before {
    content: '\f32e'
}

.zmdi-calendar-check:before {
    content: '\f32f'
}

.zmdi-calendar-close:before {
    content: '\f330'
}

.zmdi-calendar-note:before {
    content: '\f331'
}

.zmdi-calendar:before {
    content: '\f332'
}

.zmdi-time-countdown:before {
    content: '\f333'
}

.zmdi-time-interval:before {
    content: '\f334'
}

.zmdi-time-restore-setting:before {
    content: '\f335'
}

.zmdi-time-restore:before {
    content: '\f336'
}

.zmdi-time:before {
    content: '\f337'
}

.zmdi-timer-off:before {
    content: '\f338'
}

.zmdi-timer:before {
    content: '\f339'
}

.zmdi-android-alt:before {
    content: '\f33a'
}

.zmdi-android:before {
    content: '\f33b'
}

.zmdi-apple:before {
    content: '\f33c'
}

.zmdi-behance:before {
    content: '\f33d'
}

.zmdi-codepen:before {
    content: '\f33e'
}

.zmdi-dribbble:before {
    content: '\f33f'
}

.zmdi-dropbox:before {
    content: '\f340'
}

.zmdi-evernote:before {
    content: '\f341'
}

.zmdi-facebook-box:before {
    content: '\f342'
}

.zmdi-facebook:before {
    content: '\f343'
}

.zmdi-github-box:before {
    content: '\f344'
}

.zmdi-github:before {
    content: '\f345'
}

.zmdi-google-drive:before {
    content: '\f346'
}

.zmdi-google-earth:before {
    content: '\f347'
}

.zmdi-google-glass:before {
    content: '\f348'
}

.zmdi-google-maps:before {
    content: '\f349'
}

.zmdi-google-pages:before {
    content: '\f34a'
}

.zmdi-google-play:before {
    content: '\f34b'
}

.zmdi-google-plus-box:before {
    content: '\f34c'
}

.zmdi-google-plus:before {
    content: '\f34d'
}

.zmdi-google:before {
    content: '\f34e'
}

.zmdi-instagram:before {
    content: '\f34f'
}

.zmdi-language-css3:before {
    content: '\f350'
}

.zmdi-language-html5:before {
    content: '\f351'
}

.zmdi-language-javascript:before {
    content: '\f352'
}

.zmdi-language-python-alt:before {
    content: '\f353'
}

.zmdi-language-python:before {
    content: '\f354'
}

.zmdi-lastfm:before {
    content: '\f355'
}

.zmdi-linkedin-box:before {
    content: '\f356'
}

.zmdi-paypal:before {
    content: '\f357'
}

.zmdi-pinterest-box:before {
    content: '\f358'
}

.zmdi-pocket:before {
    content: '\f359'
}

.zmdi-polymer:before {
    content: '\f35a'
}

.zmdi-share:before {
    content: '\f35b'
}

.zmdi-stackoverflow:before {
    content: '\f35c'
}

.zmdi-steam-square:before {
    content: '\f35d'
}

.zmdi-steam:before {
    content: '\f35e'
}

.zmdi-twitter-box:before {
    content: '\f35f'
}

.zmdi-twitter:before {
    content: '\f360'
}

.zmdi-vk:before {
    content: '\f361'
}

.zmdi-wikipedia:before {
    content: '\f362'
}

.zmdi-windows:before {
    content: '\f363'
}

.zmdi-aspect-ratio-alt:before {
    content: '\f364'
}

.zmdi-aspect-ratio:before {
    content: '\f365'
}

.zmdi-blur-circular:before {
    content: '\f366'
}

.zmdi-blur-linear:before {
    content: '\f367'
}

.zmdi-blur-off:before {
    content: '\f368'
}

.zmdi-blur:before {
    content: '\f369'
}

.zmdi-brightness-2:before {
    content: '\f36a'
}

.zmdi-brightness-3:before {
    content: '\f36b'
}

.zmdi-brightness-4:before {
    content: '\f36c'
}

.zmdi-brightness-5:before {
    content: '\f36d'
}

.zmdi-brightness-6:before {
    content: '\f36e'
}

.zmdi-brightness-7:before {
    content: '\f36f'
}

.zmdi-brightness-auto:before {
    content: '\f370'
}

.zmdi-brightness-setting:before {
    content: '\f371'
}

.zmdi-broken-image:before {
    content: '\f372'
}

.zmdi-center-focus-strong:before {
    content: '\f373'
}

.zmdi-center-focus-weak:before {
    content: '\f374'
}

.zmdi-compare:before {
    content: '\f375'
}

.zmdi-crop-16-9:before {
    content: '\f376'
}

.zmdi-crop-3-2:before {
    content: '\f377'
}

.zmdi-crop-5-4:before {
    content: '\f378'
}

.zmdi-crop-7-5:before {
    content: '\f379'
}

.zmdi-crop-din:before {
    content: '\f37a'
}

.zmdi-crop-free:before {
    content: '\f37b'
}

.zmdi-crop-landscape:before {
    content: '\f37c'
}

.zmdi-crop-portrait:before {
    content: '\f37d'
}

.zmdi-crop-square:before {
    content: '\f37e'
}

.zmdi-exposure-alt:before {
    content: '\f37f'
}

.zmdi-exposure:before {
    content: '\f380'
}

.zmdi-filter-b-and-w:before {
    content: '\f381'
}

.zmdi-filter-center-focus:before {
    content: '\f382'
}

.zmdi-filter-frames:before {
    content: '\f383'
}

.zmdi-filter-tilt-shift:before {
    content: '\f384'
}

.zmdi-gradient:before {
    content: '\f385'
}

.zmdi-grain:before {
    content: '\f386'
}

.zmdi-graphic-eq:before {
    content: '\f387'
}

.zmdi-hdr-off:before {
    content: '\f388'
}

.zmdi-hdr-strong:before {
    content: '\f389'
}

.zmdi-hdr-weak:before {
    content: '\f38a'
}

.zmdi-hdr:before {
    content: '\f38b'
}

.zmdi-iridescent:before {
    content: '\f38c'
}

.zmdi-leak-off:before {
    content: '\f38d'
}

.zmdi-leak:before {
    content: '\f38e'
}

.zmdi-looks:before {
    content: '\f38f'
}

.zmdi-loupe:before {
    content: '\f390'
}

.zmdi-panorama-horizontal:before {
    content: '\f391'
}

.zmdi-panorama-vertical:before {
    content: '\f392'
}

.zmdi-panorama-wide-angle:before {
    content: '\f393'
}

.zmdi-photo-size-select-large:before {
    content: '\f394'
}

.zmdi-photo-size-select-small:before {
    content: '\f395'
}

.zmdi-picture-in-picture:before {
    content: '\f396'
}

.zmdi-slideshow:before {
    content: '\f397'
}

.zmdi-texture:before {
    content: '\f398'
}

.zmdi-tonality:before {
    content: '\f399'
}

.zmdi-vignette:before {
    content: '\f39a'
}

.zmdi-wb-auto:before {
    content: '\f39b'
}

.zmdi-eject-alt:before {
    content: '\f39c'
}

.zmdi-eject:before {
    content: '\f39d'
}

.zmdi-equalizer:before {
    content: '\f39e'
}

.zmdi-fast-forward:before {
    content: '\f39f'
}

.zmdi-fast-rewind:before {
    content: '\f3a0'
}

.zmdi-forward-10:before {
    content: '\f3a1'
}

.zmdi-forward-30:before {
    content: '\f3a2'
}

.zmdi-forward-5:before {
    content: '\f3a3'
}

.zmdi-hearing:before {
    content: '\f3a4'
}

.zmdi-pause-circle-outline:before {
    content: '\f3a5'
}

.zmdi-pause-circle:before {
    content: '\f3a6'
}

.zmdi-pause:before {
    content: '\f3a7'
}

.zmdi-play-circle-outline:before {
    content: '\f3a8'
}

.zmdi-play-circle:before {
    content: '\f3a9'
}

.zmdi-play:before {
    content: '\f3aa'
}

.zmdi-playlist-audio:before {
    content: '\f3ab'
}

.zmdi-playlist-plus:before {
    content: '\f3ac'
}

.zmdi-repeat-one:before {
    content: '\f3ad'
}

.zmdi-repeat:before {
    content: '\f3ae'
}

.zmdi-replay-10:before {
    content: '\f3af'
}

.zmdi-replay-30:before {
    content: '\f3b0'
}

.zmdi-replay-5:before {
    content: '\f3b1'
}

.zmdi-replay:before {
    content: '\f3b2'
}

.zmdi-shuffle:before {
    content: '\f3b3'
}

.zmdi-skip-next:before {
    content: '\f3b4'
}

.zmdi-skip-previous:before {
    content: '\f3b5'
}

.zmdi-stop:before {
    content: '\f3b6'
}

.zmdi-surround-sound:before {
    content: '\f3b7'
}

.zmdi-tune:before {
    content: '\f3b8'
}

.zmdi-volume-down:before {
    content: '\f3b9'
}

.zmdi-volume-mute:before {
    content: '\f3ba'
}

.zmdi-volume-off:before {
    content: '\f3bb'
}

.zmdi-volume-up:before {
    content: '\f3bc'
}

.zmdi-n-1-square:before {
    content: '\f3bd'
}

.zmdi-n-2-square:before {
    content: '\f3be'
}

.zmdi-n-3-square:before {
    content: '\f3bf'
}

.zmdi-n-4-square:before {
    content: '\f3c0'
}

.zmdi-n-5-square:before {
    content: '\f3c1'
}

.zmdi-n-6-square:before {
    content: '\f3c2'
}

.zmdi-neg-1:before {
    content: '\f3c3'
}

.zmdi-neg-2:before {
    content: '\f3c4'
}

.zmdi-plus-1:before {
    content: '\f3c5'
}

.zmdi-plus-2:before {
    content: '\f3c6'
}

.zmdi-sec-10:before {
    content: '\f3c7'
}

.zmdi-sec-3:before {
    content: '\f3c8'
}

.zmdi-zero:before {
    content: '\f3c9'
}

.zmdi-airline-seat-flat-angled:before {
    content: '\f3ca'
}

.zmdi-airline-seat-flat:before {
    content: '\f3cb'
}

.zmdi-airline-seat-individual-suite:before {
    content: '\f3cc'
}

.zmdi-airline-seat-legroom-extra:before {
    content: '\f3cd'
}

.zmdi-airline-seat-legroom-normal:before {
    content: '\f3ce'
}

.zmdi-airline-seat-legroom-reduced:before {
    content: '\f3cf'
}

.zmdi-airline-seat-recline-extra:before {
    content: '\f3d0'
}

.zmdi-airline-seat-recline-normal:before {
    content: '\f3d1'
}

.zmdi-airplay:before {
    content: '\f3d2'
}

.zmdi-closed-caption:before {
    content: '\f3d3'
}

.zmdi-confirmation-number:before {
    content: '\f3d4'
}

.zmdi-developer-board:before {
    content: '\f3d5'
}

.zmdi-disc-full:before {
    content: '\f3d6'
}

.zmdi-explicit:before {
    content: '\f3d7'
}

.zmdi-flight-land:before {
    content: '\f3d8'
}

.zmdi-flight-takeoff:before {
    content: '\f3d9'
}

.zmdi-flip-to-back:before {
    content: '\f3da'
}

.zmdi-flip-to-front:before {
    content: '\f3db'
}

.zmdi-group-work:before {
    content: '\f3dc'
}

.zmdi-hd:before {
    content: '\f3dd'
}

.zmdi-hq:before {
    content: '\f3de'
}

.zmdi-markunread-mailbox:before {
    content: '\f3df'
}

.zmdi-memory:before {
    content: '\f3e0'
}

.zmdi-nfc:before {
    content: '\f3e1'
}

.zmdi-play-for-work:before {
    content: '\f3e2'
}

.zmdi-power-input:before {
    content: '\f3e3'
}

.zmdi-present-to-all:before {
    content: '\f3e4'
}

.zmdi-satellite:before {
    content: '\f3e5'
}

.zmdi-tap-and-play:before {
    content: '\f3e6'
}

.zmdi-vibration:before {
    content: '\f3e7'
}

.zmdi-voicemail:before {
    content: '\f3e8'
}

.zmdi-group:before {
    content: '\f3e9'
}

.zmdi-rss:before {
    content: '\f3ea'
}

.zmdi-shape:before {
    content: '\f3eb'
}

.zmdi-spinner:before {
    content: '\f3ec'
}

.zmdi-ungroup:before {
    content: '\f3ed'
}

.zmdi-500px:before {
    content: '\f3ee'
}

.zmdi-8tracks:before {
    content: '\f3ef'
}

.zmdi-amazon:before {
    content: '\f3f0'
}

.zmdi-blogger:before {
    content: '\f3f1'
}

.zmdi-delicious:before {
    content: '\f3f2'
}

.zmdi-disqus:before {
    content: '\f3f3'
}

.zmdi-flattr:before {
    content: '\f3f4'
}

.zmdi-flickr:before {
    content: '\f3f5'
}

.zmdi-github-alt:before {
    content: '\f3f6'
}

.zmdi-google-old:before {
    content: '\f3f7'
}

.zmdi-linkedin:before {
    content: '\f3f8'
}

.zmdi-odnoklassniki:before {
    content: '\f3f9'
}

.zmdi-outlook:before {
    content: '\f3fa'
}

.zmdi-paypal-alt:before {
    content: '\f3fb'
}

.zmdi-pinterest:before {
    content: '\f3fc'
}

.zmdi-playstation:before {
    content: '\f3fd'
}

.zmdi-reddit:before {
    content: '\f3fe'
}

.zmdi-skype:before {
    content: '\f3ff'
}

.zmdi-slideshare:before {
    content: '\f400'
}

.zmdi-soundcloud:before {
    content: '\f401'
}

.zmdi-tumblr:before {
    content: '\f402'
}

.zmdi-twitch:before {
    content: '\f403'
}

.zmdi-vimeo:before {
    content: '\f404'
}

.zmdi-whatsapp:before {
    content: '\f405'
}

.zmdi-xbox:before {
    content: '\f406'
}

.zmdi-yahoo:before {
    content: '\f407'
}

.zmdi-youtube-play:before {
    content: '\f408'
}

.zmdi-youtube:before {
    content: '\f409'
}

.zmdi-3d-rotation:before {
    content: '\f101'
}

.zmdi-airplane-off:before {
    content: '\f102'
}

.zmdi-airplane:before {
    content: '\f103'
}

.zmdi-album:before {
    content: '\f104'
}

.zmdi-archive:before {
    content: '\f105'
}

.zmdi-assignment-account:before {
    content: '\f106'
}

.zmdi-assignment-alert:before {
    content: '\f107'
}

.zmdi-assignment-check:before {
    content: '\f108'
}

.zmdi-assignment-o:before {
    content: '\f109'
}

.zmdi-assignment-return:before {
    content: '\f10a'
}

.zmdi-assignment-returned:before {
    content: '\f10b'
}

.zmdi-assignment:before {
    content: '\f10c'
}

.zmdi-attachment-alt:before {
    content: '\f10d'
}

.zmdi-attachment:before {
    content: '\f10e'
}

.zmdi-audio:before {
    content: '\f10f'
}

.zmdi-badge-check:before {
    content: '\f110'
}

.zmdi-balance-wallet:before {
    content: '\f111'
}

.zmdi-balance:before {
    content: '\f112'
}

.zmdi-battery-alert:before {
    content: '\f113'
}

.zmdi-battery-flash:before {
    content: '\f114'
}

.zmdi-battery-unknown:before {
    content: '\f115'
}

.zmdi-battery:before {
    content: '\f116'
}

.zmdi-bike:before {
    content: '\f117'
}

.zmdi-block-alt:before {
    content: '\f118'
}

.zmdi-block:before {
    content: '\f119'
}

.zmdi-boat:before {
    content: '\f11a'
}

.zmdi-book-image:before {
    content: '\f11b'
}

.zmdi-book:before {
    content: '\f11c'
}

.zmdi-bookmark-outline:before {
    content: '\f11d'
}

.zmdi-bookmark:before {
    content: '\f11e'
}

.zmdi-brush:before {
    content: '\f11f'
}

.zmdi-bug:before {
    content: '\f120'
}

.zmdi-bus:before {
    content: '\f121'
}

.zmdi-cake:before {
    content: '\f122'
}

.zmdi-car-taxi:before {
    content: '\f123'
}

.zmdi-car-wash:before {
    content: '\f124'
}

.zmdi-car:before {
    content: '\f125'
}

.zmdi-card-giftcard:before {
    content: '\f126'
}

.zmdi-card-membership:before {
    content: '\f127'
}

.zmdi-card-travel:before {
    content: '\f128'
}

.zmdi-card:before {
    content: '\f129'
}

.zmdi-case-check:before {
    content: '\f12a'
}

.zmdi-case-download:before {
    content: '\f12b'
}

.zmdi-case-play:before {
    content: '\f12c'
}

.zmdi-case:before {
    content: '\f12d'
}

.zmdi-cast-connected:before {
    content: '\f12e'
}

.zmdi-cast:before {
    content: '\f12f'
}

.zmdi-chart-donut:before {
    content: '\f130'
}

.zmdi-chart:before {
    content: '\f131'
}

.zmdi-city-alt:before {
    content: '\f132'
}

.zmdi-city:before {
    content: '\f133'
}

.zmdi-close-circle-o:before {
    content: '\f134'
}

.zmdi-close-circle:before {
    content: '\f135'
}

.zmdi-close:before {
    content: '\f136'
}

.zmdi-cocktail:before {
    content: '\f137'
}

.zmdi-code-setting:before {
    content: '\f138'
}

.zmdi-code-smartphone:before {
    content: '\f139'
}

.zmdi-code:before {
    content: '\f13a'
}

.zmdi-coffee:before {
    content: '\f13b'
}

.zmdi-collection-bookmark:before {
    content: '\f13c'
}

.zmdi-collection-case-play:before {
    content: '\f13d'
}

.zmdi-collection-folder-image:before {
    content: '\f13e'
}

.zmdi-collection-image-o:before {
    content: '\f13f'
}

.zmdi-collection-image:before {
    content: '\f140'
}

.zmdi-collection-item-1:before {
    content: '\f141'
}

.zmdi-collection-item-2:before {
    content: '\f142'
}

.zmdi-collection-item-3:before {
    content: '\f143'
}

.zmdi-collection-item-4:before {
    content: '\f144'
}

.zmdi-collection-item-5:before {
    content: '\f145'
}

.zmdi-collection-item-6:before {
    content: '\f146'
}

.zmdi-collection-item-7:before {
    content: '\f147'
}

.zmdi-collection-item-8:before {
    content: '\f148'
}

.zmdi-collection-item-9-plus:before {
    content: '\f149'
}

.zmdi-collection-item-9:before {
    content: '\f14a'
}

.zmdi-collection-item:before {
    content: '\f14b'
}

.zmdi-collection-music:before {
    content: '\f14c'
}

.zmdi-collection-pdf:before {
    content: '\f14d'
}

.zmdi-collection-plus:before {
    content: '\f14e'
}

.zmdi-collection-speaker:before {
    content: '\f14f'
}

.zmdi-collection-text:before {
    content: '\f150'
}

.zmdi-collection-video:before {
    content: '\f151'
}

.zmdi-compass:before {
    content: '\f152'
}

.zmdi-cutlery:before {
    content: '\f153'
}

.zmdi-delete:before {
    content: '\f154'
}

.zmdi-dialpad:before {
    content: '\f155'
}

.zmdi-dns:before {
    content: '\f156'
}

.zmdi-drink:before {
    content: '\f157'
}

.zmdi-edit:before {
    content: '\f158'
}

.zmdi-email-open:before {
    content: '\f159'
}

.zmdi-email:before {
    content: '\f15a'
}

.zmdi-eye-off:before {
    content: '\f15b'
}

.zmdi-eye:before {
    content: '\f15c'
}

.zmdi-eyedropper:before {
    content: '\f15d'
}

.zmdi-favorite-outline:before {
    content: '\f15e'
}

.zmdi-favorite:before {
    content: '\f15f'
}

.zmdi-filter-list:before {
    content: '\f160'
}

.zmdi-fire:before {
    content: '\f161'
}

.zmdi-flag:before {
    content: '\f162'
}

.zmdi-flare:before {
    content: '\f163'
}

.zmdi-flash-auto:before {
    content: '\f164'
}

.zmdi-flash-off:before {
    content: '\f165'
}

.zmdi-flash:before {
    content: '\f166'
}

.zmdi-flip:before {
    content: '\f167'
}

.zmdi-flower-alt:before {
    content: '\f168'
}

.zmdi-flower:before {
    content: '\f169'
}

.zmdi-font:before {
    content: '\f16a'
}

.zmdi-fullscreen-alt:before {
    content: '\f16b'
}

.zmdi-fullscreen-exit:before {
    content: '\f16c'
}

.zmdi-fullscreen:before {
    content: '\f16d'
}

.zmdi-functions:before {
    content: '\f16e'
}

.zmdi-gas-station:before {
    content: '\f16f'
}

.zmdi-gesture:before {
    content: '\f170'
}

.zmdi-globe-alt:before {
    content: '\f171'
}

.zmdi-globe-lock:before {
    content: '\f172'
}

.zmdi-globe:before {
    content: '\f173'
}

.zmdi-graduation-cap:before {
    content: '\f174'
}

.zmdi-home:before {
    content: '\f175'
}

.zmdi-hospital-alt:before {
    content: '\f176'
}

.zmdi-hospital:before {
    content: '\f177'
}

.zmdi-hotel:before {
    content: '\f178'
}

.zmdi-hourglass-alt:before {
    content: '\f179'
}

.zmdi-hourglass-outline:before {
    content: '\f17a'
}

.zmdi-hourglass:before {
    content: '\f17b'
}

.zmdi-http:before {
    content: '\f17c'
}

.zmdi-image-alt:before {
    content: '\f17d'
}

.zmdi-image-o:before {
    content: '\f17e'
}

.zmdi-image:before {
    content: '\f17f'
}

.zmdi-inbox:before {
    content: '\f180'
}

.zmdi-invert-colors-off:before {
    content: '\f181'
}

.zmdi-invert-colors:before {
    content: '\f182'
}

.zmdi-key:before {
    content: '\f183'
}

.zmdi-label-alt-outline:before {
    content: '\f184'
}

.zmdi-label-alt:before {
    content: '\f185'
}

.zmdi-label-heart:before {
    content: '\f186'
}

.zmdi-label:before {
    content: '\f187'
}

.zmdi-labels:before {
    content: '\f188'
}

.zmdi-lamp:before {
    content: '\f189'
}

.zmdi-landscape:before {
    content: '\f18a'
}

.zmdi-layers-off:before {
    content: '\f18b'
}

.zmdi-layers:before {
    content: '\f18c'
}

.zmdi-library:before {
    content: '\f18d'
}

.zmdi-link:before {
    content: '\f18e'
}

.zmdi-lock-open:before {
    content: '\f18f'
}

.zmdi-lock-outline:before {
    content: '\f190'
}

.zmdi-lock:before {
    content: '\f191'
}

.zmdi-mail-reply-all:before {
    content: '\f192'
}

.zmdi-mail-reply:before {
    content: '\f193'
}

.zmdi-mail-send:before {
    content: '\f194'
}

.zmdi-mall:before {
    content: '\f195'
}

.zmdi-map:before {
    content: '\f196'
}

.zmdi-menu:before {
    content: '\f197'
}

.zmdi-money-box:before {
    content: '\f198'
}

.zmdi-money-off:before {
    content: '\f199'
}

.zmdi-money:before {
    content: '\f19a'
}

.zmdi-more-vert:before {
    content: '\f19b'
}

.zmdi-more:before {
    content: '\f19c'
}

.zmdi-movie-alt:before {
    content: '\f19d'
}

.zmdi-movie:before {
    content: '\f19e'
}

.zmdi-nature-people:before {
    content: '\f19f'
}

.zmdi-nature:before {
    content: '\f1a0'
}

.zmdi-navigation:before {
    content: '\f1a1'
}

.zmdi-open-in-browser:before {
    content: '\f1a2'
}

.zmdi-open-in-new:before {
    content: '\f1a3'
}

.zmdi-palette:before {
    content: '\f1a4'
}

.zmdi-parking:before {
    content: '\f1a5'
}

.zmdi-pin-account:before {
    content: '\f1a6'
}

.zmdi-pin-assistant:before {
    content: '\f1a7'
}

.zmdi-pin-drop:before {
    content: '\f1a8'
}

.zmdi-pin-help:before {
    content: '\f1a9'
}

.zmdi-pin-off:before {
    content: '\f1aa'
}

.zmdi-pin:before {
    content: '\f1ab'
}

.zmdi-pizza:before {
    content: '\f1ac'
}

.zmdi-plaster:before {
    content: '\f1ad'
}

.zmdi-power-setting:before {
    content: '\f1ae'
}

.zmdi-power:before {
    content: '\f1af'
}

.zmdi-print:before {
    content: '\f1b0'
}

.zmdi-puzzle-piece:before {
    content: '\f1b1'
}

.zmdi-quote:before {
    content: '\f1b2'
}

.zmdi-railway:before {
    content: '\f1b3'
}

.zmdi-receipt:before {
    content: '\f1b4'
}

.zmdi-refresh-alt:before {
    content: '\f1b5'
}

.zmdi-refresh-sync-alert:before {
    content: '\f1b6'
}

.zmdi-refresh-sync-off:before {
    content: '\f1b7'
}

.zmdi-refresh-sync:before {
    content: '\f1b8'
}

.zmdi-refresh:before {
    content: '\f1b9'
}

.zmdi-roller:before {
    content: '\f1ba'
}

.zmdi-ruler:before {
    content: '\f1bb'
}

.zmdi-scissors:before {
    content: '\f1bc'
}

.zmdi-screen-rotation-lock:before {
    content: '\f1bd'
}

.zmdi-screen-rotation:before {
    content: '\f1be'
}

.zmdi-search-for:before {
    content: '\f1bf'
}

.zmdi-search-in-file:before {
    content: '\f1c0'
}

.zmdi-search-in-page:before {
    content: '\f1c1'
}

.zmdi-search-replace:before {
    content: '\f1c2'
}

.zmdi-search:before {
    content: '\f1c3'
}

.zmdi-seat:before {
    content: '\f1c4'
}

.zmdi-settings-square:before {
    content: '\f1c5'
}

.zmdi-settings:before {
    content: '\f1c6'
}

.zmdi-shield-check:before {
    content: '\f1c7'
}

.zmdi-shield-security:before {
    content: '\f1c8'
}

.zmdi-shopping-basket:before {
    content: '\f1c9'
}

.zmdi-shopping-cart-plus:before {
    content: '\f1ca'
}

.zmdi-shopping-cart:before {
    content: '\f1cb'
}

.zmdi-sign-in:before {
    content: '\f1cc'
}

.zmdi-sort-amount-asc:before {
    content: '\f1cd'
}

.zmdi-sort-amount-desc:before {
    content: '\f1ce'
}

.zmdi-sort-asc:before {
    content: '\f1cf'
}

.zmdi-sort-desc:before {
    content: '\f1d0'
}

.zmdi-spellcheck:before {
    content: '\f1d1'
}

.zmdi-storage:before {
    content: '\f1d2'
}

.zmdi-store-24:before {
    content: '\f1d3'
}

.zmdi-store:before {
    content: '\f1d4'
}

.zmdi-subway:before {
    content: '\f1d5'
}

.zmdi-sun:before {
    content: '\f1d6'
}

.zmdi-tab-unselected:before {
    content: '\f1d7'
}

.zmdi-tab:before {
    content: '\f1d8'
}

.zmdi-tag-close:before {
    content: '\f1d9'
}

.zmdi-tag-more:before {
    content: '\f1da'
}

.zmdi-tag:before {
    content: '\f1db'
}

.zmdi-thumb-down:before {
    content: '\f1dc'
}

.zmdi-thumb-up-down:before {
    content: '\f1dd'
}

.zmdi-thumb-up:before {
    content: '\f1de'
}

.zmdi-ticket-star:before {
    content: '\f1df'
}

.zmdi-toll:before {
    content: '\f1e0'
}

.zmdi-toys:before {
    content: '\f1e1'
}

.zmdi-traffic:before {
    content: '\f1e2'
}

.zmdi-translate:before {
    content: '\f1e3'
}

.zmdi-triangle-down:before {
    content: '\f1e4'
}

.zmdi-triangle-up:before {
    content: '\f1e5'
}

.zmdi-truck:before {
    content: '\f1e6'
}

.zmdi-turning-sign:before {
    content: '\f1e7'
}

.zmdi-wallpaper:before {
    content: '\f1e8'
}

.zmdi-washing-machine:before {
    content: '\f1e9'
}

.zmdi-window-maximize:before {
    content: '\f1ea'
}

.zmdi-window-minimize:before {
    content: '\f1eb'
}

.zmdi-window-restore:before {
    content: '\f1ec'
}

.zmdi-wrench:before {
    content: '\f1ed'
}

.zmdi-zoom-in:before {
    content: '\f1ee'
}

.zmdi-zoom-out:before {
    content: '\f1ef'
}

.zmdi-alert-circle-o:before {
    content: '\f1f0'
}

.zmdi-alert-circle:before {
    content: '\f1f1'
}

.zmdi-alert-octagon:before {
    content: '\f1f2'
}

.zmdi-alert-polygon:before {
    content: '\f1f3'
}

.zmdi-alert-triangle:before {
    content: '\f1f4'
}

.zmdi-help-outline:before {
    content: '\f1f5'
}

.zmdi-help:before {
    content: '\f1f6'
}

.zmdi-info-outline:before {
    content: '\f1f7'
}

.zmdi-info:before {
    content: '\f1f8'
}

.zmdi-notifications-active:before {
    content: '\f1f9'
}

.zmdi-notifications-add:before {
    content: '\f1fa'
}

.zmdi-notifications-none:before {
    content: '\f1fb'
}

.zmdi-notifications-off:before {
    content: '\f1fc'
}

.zmdi-notifications-paused:before {
    content: '\f1fd'
}

.zmdi-notifications:before {
    content: '\f1fe'
}

.zmdi-account-add:before {
    content: '\f1ff'
}

.zmdi-account-box-mail:before {
    content: '\f200'
}

.zmdi-account-box-o:before {
    content: '\f201'
}

.zmdi-account-box-phone:before {
    content: '\f202'
}

.zmdi-account-box:before {
    content: '\f203'
}

.zmdi-account-calendar:before {
    content: '\f204'
}

.zmdi-account-circle:before {
    content: '\f205'
}

.zmdi-account-o:before {
    content: '\f206'
}

.zmdi-account:before {
    content: '\f207'
}

.zmdi-accounts-add:before {
    content: '\f208'
}

.zmdi-accounts-alt:before {
    content: '\f209'
}

.zmdi-accounts-list-alt:before {
    content: '\f20a'
}

.zmdi-accounts-list:before {
    content: '\f20b'
}

.zmdi-accounts-outline:before {
    content: '\f20c'
}

.zmdi-accounts:before {
    content: '\f20d'
}

.zmdi-face:before {
    content: '\f20e'
}

.zmdi-female:before {
    content: '\f20f'
}

.zmdi-male-alt:before {
    content: '\f210'
}

.zmdi-male-female:before {
    content: '\f211'
}

.zmdi-male:before {
    content: '\f212'
}

.zmdi-mood-bad:before {
    content: '\f213'
}

.zmdi-mood:before {
    content: '\f214'
}

.zmdi-run:before {
    content: '\f215'
}

.zmdi-walk:before {
    content: '\f216'
}

.zmdi-cloud-box:before {
    content: '\f217'
}

.zmdi-cloud-circle:before {
    content: '\f218'
}

.zmdi-cloud-done:before {
    content: '\f219'
}

.zmdi-cloud-download:before {
    content: '\f21a'
}

.zmdi-cloud-off:before {
    content: '\f21b'
}

.zmdi-cloud-outline-alt:before {
    content: '\f21c'
}

.zmdi-cloud-outline:before {
    content: '\f21d'
}

.zmdi-cloud-upload:before {
    content: '\f21e'
}

.zmdi-cloud:before {
    content: '\f21f'
}

.zmdi-download:before {
    content: '\f220'
}

.zmdi-file-plus:before {
    content: '\f221'
}

.zmdi-file-text:before {
    content: '\f222'
}

.zmdi-file:before {
    content: '\f223'
}

.zmdi-folder-outline:before {
    content: '\f224'
}

.zmdi-folder-person:before {
    content: '\f225'
}

.zmdi-folder-star-alt:before {
    content: '\f226'
}

.zmdi-folder-star:before {
    content: '\f227'
}

.zmdi-folder:before {
    content: '\f228'
}

.zmdi-gif:before {
    content: '\f229'
}

.zmdi-upload:before {
    content: '\f22a'
}

.zmdi-border-all:before {
    content: '\f22b'
}

.zmdi-border-bottom:before {
    content: '\f22c'
}

.zmdi-border-clear:before {
    content: '\f22d'
}

.zmdi-border-color:before {
    content: '\f22e'
}

.zmdi-border-horizontal:before {
    content: '\f22f'
}

.zmdi-border-inner:before {
    content: '\f230'
}

.zmdi-border-left:before {
    content: '\f231'
}

.zmdi-border-outer:before {
    content: '\f232'
}

.zmdi-border-right:before {
    content: '\f233'
}

.zmdi-border-style:before {
    content: '\f234'
}

.zmdi-border-top:before {
    content: '\f235'
}

.zmdi-border-vertical:before {
    content: '\f236'
}

.zmdi-copy:before {
    content: '\f237'
}

.zmdi-crop:before {
    content: '\f238'
}

.zmdi-format-align-center:before {
    content: '\f239'
}

.zmdi-format-align-justify:before {
    content: '\f23a'
}

.zmdi-format-align-left:before {
    content: '\f23b'
}

.zmdi-format-align-right:before {
    content: '\f23c'
}

.zmdi-format-bold:before {
    content: '\f23d'
}

.zmdi-format-clear-all:before {
    content: '\f23e'
}

.zmdi-format-clear:before {
    content: '\f23f'
}

.zmdi-format-color-fill:before {
    content: '\f240'
}

.zmdi-format-color-reset:before {
    content: '\f241'
}

.zmdi-format-color-text:before {
    content: '\f242'
}

.zmdi-format-indent-decrease:before {
    content: '\f243'
}

.zmdi-format-indent-increase:before {
    content: '\f244'
}

.zmdi-format-italic:before {
    content: '\f245'
}

.zmdi-format-line-spacing:before {
    content: '\f246'
}

.zmdi-format-list-bulleted:before {
    content: '\f247'
}

.zmdi-format-list-numbered:before {
    content: '\f248'
}

.zmdi-format-ltr:before {
    content: '\f249'
}

.zmdi-format-rtl:before {
    content: '\f24a'
}

.zmdi-format-size:before {
    content: '\f24b'
}

.zmdi-format-strikethrough-s:before {
    content: '\f24c'
}

.zmdi-format-strikethrough:before {
    content: '\f24d'
}

.zmdi-format-subject:before {
    content: '\f24e'
}

.zmdi-format-underlined:before {
    content: '\f24f'
}

.zmdi-format-valign-bottom:before {
    content: '\f250'
}

.zmdi-format-valign-center:before {
    content: '\f251'
}

.zmdi-format-valign-top:before {
    content: '\f252'
}

.zmdi-redo:before {
    content: '\f253'
}

.zmdi-select-all:before {
    content: '\f254'
}

.zmdi-space-bar:before {
    content: '\f255'
}

.zmdi-text-format:before {
    content: '\f256'
}

.zmdi-transform:before {
    content: '\f257'
}

.zmdi-undo:before {
    content: '\f258'
}

.zmdi-wrap-text:before {
    content: '\f259'
}

.zmdi-comment-alert:before {
    content: '\f25a'
}

.zmdi-comment-alt-text:before {
    content: '\f25b'
}

.zmdi-comment-alt:before {
    content: '\f25c'
}

.zmdi-comment-edit:before {
    content: '\f25d'
}

.zmdi-comment-image:before {
    content: '\f25e'
}

.zmdi-comment-list:before {
    content: '\f25f'
}

.zmdi-comment-more:before {
    content: '\f260'
}

.zmdi-comment-outline:before {
    content: '\f261'
}

.zmdi-comment-text-alt:before {
    content: '\f262'
}

.zmdi-comment-text:before {
    content: '\f263'
}

.zmdi-comment-video:before {
    content: '\f264'
}

.zmdi-comment:before {
    content: '\f265'
}

.zmdi-comments:before {
    content: '\f266'
}

.zmdi-check-all:before {
    content: '\f267'
}

.zmdi-check-circle-u:before {
    content: '\f268'
}

.zmdi-check-circle:before {
    content: '\f269'
}

.zmdi-check-square:before {
    content: '\f26a'
}

.zmdi-check:before {
    content: '\f26b'
}

.zmdi-circle-o:before {
    content: '\f26c'
}

.zmdi-circle:before {
    content: '\f26d'
}

.zmdi-dot-circle-alt:before {
    content: '\f26e'
}

.zmdi-dot-circle:before {
    content: '\f26f'
}

.zmdi-minus-circle-outline:before {
    content: '\f270'
}

.zmdi-minus-circle:before {
    content: '\f271'
}

.zmdi-minus-square:before {
    content: '\f272'
}

.zmdi-minus:before {
    content: '\f273'
}

.zmdi-plus-circle-o-duplicate:before {
    content: '\f274'
}

.zmdi-plus-circle-o:before {
    content: '\f275'
}

.zmdi-plus-circle:before {
    content: '\f276'
}

.zmdi-plus-square:before {
    content: '\f277'
}

.zmdi-plus:before {
    content: '\f278'
}

.zmdi-square-o:before {
    content: '\f279'
}

.zmdi-star-circle:before {
    content: '\f27a'
}

.zmdi-star-half:before {
    content: '\f27b'
}

.zmdi-star-outline:before {
    content: '\f27c'
}

.zmdi-star:before {
    content: '\f27d'
}

.zmdi-bluetooth-connected:before {
    content: '\f27e'
}

.zmdi-bluetooth-off:before {
    content: '\f27f'
}

.zmdi-bluetooth-search:before {
    content: '\f280'
}

.zmdi-bluetooth-setting:before {
    content: '\f281'
}

.zmdi-bluetooth:before {
    content: '\f282'
}

.zmdi-camera-add:before {
    content: '\f283'
}

.zmdi-camera-alt:before {
    content: '\f284'
}

.zmdi-camera-bw:before {
    content: '\f285'
}

.zmdi-camera-front:before {
    content: '\f286'
}

.zmdi-camera-mic:before {
    content: '\f287'
}

.zmdi-camera-party-mode:before {
    content: '\f288'
}

.zmdi-camera-rear:before {
    content: '\f289'
}

.zmdi-camera-roll:before {
    content: '\f28a'
}

.zmdi-camera-switch:before {
    content: '\f28b'
}

.zmdi-camera:before {
    content: '\f28c'
}

.zmdi-card-alert:before {
    content: '\f28d'
}

.zmdi-card-off:before {
    content: '\f28e'
}

.zmdi-card-sd:before {
    content: '\f28f'
}

.zmdi-card-sim:before {
    content: '\f290'
}

.zmdi-desktop-mac:before {
    content: '\f291'
}

.zmdi-desktop-windows:before {
    content: '\f292'
}

.zmdi-device-hub:before {
    content: '\f293'
}

.zmdi-devices-off:before {
    content: '\f294'
}

.zmdi-devices:before {
    content: '\f295'
}

.zmdi-dock:before {
    content: '\f296'
}

.zmdi-floppy:before {
    content: '\f297'
}

.zmdi-gamepad:before {
    content: '\f298'
}

.zmdi-gps-dot:before {
    content: '\f299'
}

.zmdi-gps-off:before {
    content: '\f29a'
}

.zmdi-gps:before {
    content: '\f29b'
}

.zmdi-headset-mic:before {
    content: '\f29c'
}

.zmdi-headset:before {
    content: '\f29d'
}

.zmdi-input-antenna:before {
    content: '\f29e'
}

.zmdi-input-composite:before {
    content: '\f29f'
}

.zmdi-input-hdmi:before {
    content: '\f2a0'
}

.zmdi-input-power:before {
    content: '\f2a1'
}

.zmdi-input-svideo:before {
    content: '\f2a2'
}

.zmdi-keyboard-hide:before {
    content: '\f2a3'
}

.zmdi-keyboard:before {
    content: '\f2a4'
}

.zmdi-laptop-chromebook:before {
    content: '\f2a5'
}

.zmdi-laptop-mac:before {
    content: '\f2a6'
}

.zmdi-laptop:before {
    content: '\f2a7'
}

.zmdi-mic-off:before {
    content: '\f2a8'
}

.zmdi-mic-outline:before {
    content: '\f2a9'
}

.zmdi-mic-setting:before {
    content: '\f2aa'
}

.zmdi-mic:before {
    content: '\f2ab'
}

.zmdi-mouse:before {
    content: '\f2ac'
}

.zmdi-network-alert:before {
    content: '\f2ad'
}

.zmdi-network-locked:before {
    content: '\f2ae'
}

.zmdi-network-off:before {
    content: '\f2af'
}

.zmdi-network-outline:before {
    content: '\f2b0'
}

.zmdi-network-setting:before {
    content: '\f2b1'
}

.zmdi-network:before {
    content: '\f2b2'
}

.zmdi-phone-bluetooth:before {
    content: '\f2b3'
}

.zmdi-phone-end:before {
    content: '\f2b4'
}

.zmdi-phone-forwarded:before {
    content: '\f2b5'
}

.zmdi-phone-in-talk:before {
    content: '\f2b6'
}

.zmdi-phone-locked:before {
    content: '\f2b7'
}

.zmdi-phone-missed:before {
    content: '\f2b8'
}

.zmdi-phone-msg:before {
    content: '\f2b9'
}

.zmdi-phone-paused:before {
    content: '\f2ba'
}

.zmdi-phone-ring:before {
    content: '\f2bb'
}

.zmdi-phone-setting:before {
    content: '\f2bc'
}

.zmdi-phone-sip:before {
    content: '\f2bd'
}

.zmdi-phone:before {
    content: '\f2be'
}

.zmdi-portable-wifi-changes:before {
    content: '\f2bf'
}

.zmdi-portable-wifi-off:before {
    content: '\f2c0'
}

.zmdi-portable-wifi:before {
    content: '\f2c1'
}

.zmdi-radio:before {
    content: '\f2c2'
}

.zmdi-reader:before {
    content: '\f2c3'
}

.zmdi-remote-control-alt:before {
    content: '\f2c4'
}

.zmdi-remote-control:before {
    content: '\f2c5'
}

.zmdi-router:before {
    content: '\f2c6'
}

.zmdi-scanner:before {
    content: '\f2c7'
}

.zmdi-smartphone-android:before {
    content: '\f2c8'
}

.zmdi-smartphone-download:before {
    content: '\f2c9'
}

.zmdi-smartphone-erase:before {
    content: '\f2ca'
}

.zmdi-smartphone-info:before {
    content: '\f2cb'
}

.zmdi-smartphone-iphone:before {
    content: '\f2cc'
}

.zmdi-smartphone-landscape-lock:before {
    content: '\f2cd'
}

.zmdi-smartphone-landscape:before {
    content: '\f2ce'
}

.zmdi-smartphone-lock:before {
    content: '\f2cf'
}

.zmdi-smartphone-portrait-lock:before {
    content: '\f2d0'
}

.zmdi-smartphone-ring:before {
    content: '\f2d1'
}

.zmdi-smartphone-setting:before {
    content: '\f2d2'
}

.zmdi-smartphone-setup:before {
    content: '\f2d3'
}

.zmdi-smartphone:before {
    content: '\f2d4'
}

.zmdi-speaker:before {
    content: '\f2d5'
}

.zmdi-tablet-android:before {
    content: '\f2d6'
}

.zmdi-tablet-mac:before {
    content: '\f2d7'
}

.zmdi-tablet:before {
    content: '\f2d8'
}

.zmdi-tv-alt-play:before {
    content: '\f2d9'
}

.zmdi-tv-list:before {
    content: '\f2da'
}

.zmdi-tv-play:before {
    content: '\f2db'
}

.zmdi-tv:before {
    content: '\f2dc'
}

.zmdi-usb:before {
    content: '\f2dd'
}

.zmdi-videocam-off:before {
    content: '\f2de'
}

.zmdi-videocam-switch:before {
    content: '\f2df'
}

.zmdi-videocam:before {
    content: '\f2e0'
}

.zmdi-watch:before {
    content: '\f2e1'
}

.zmdi-wifi-alt-2:before {
    content: '\f2e2'
}

.zmdi-wifi-alt:before {
    content: '\f2e3'
}

.zmdi-wifi-info:before {
    content: '\f2e4'
}

.zmdi-wifi-lock:before {
    content: '\f2e5'
}

.zmdi-wifi-off:before {
    content: '\f2e6'
}

.zmdi-wifi-outline:before {
    content: '\f2e7'
}

.zmdi-wifi:before {
    content: '\f2e8'
}

.zmdi-arrow-left-bottom:before {
    content: '\f2e9'
}

.zmdi-arrow-left:before {
    content: '\f2ea'
}

.zmdi-arrow-merge:before {
    content: '\f2eb'
}

.zmdi-arrow-missed:before {
    content: '\f2ec'
}

.zmdi-arrow-right-top:before {
    content: '\f2ed'
}

.zmdi-arrow-right:before {
    content: '\f2ee'
}

.zmdi-arrow-split:before {
    content: '\f2ef'
}

.zmdi-arrows:before {
    content: '\f2f0'
}

.zmdi-caret-down-circle:before {
    content: '\f2f1'
}

.zmdi-caret-down:before {
    content: '\f2f2'
}

.zmdi-caret-left-circle:before {
    content: '\f2f3'
}

.zmdi-caret-left:before {
    content: '\f2f4'
}

.zmdi-caret-right-circle:before {
    content: '\f2f5'
}

.zmdi-caret-right:before {
    content: '\f2f6'
}

.zmdi-caret-up-circle:before {
    content: '\f2f7'
}

.zmdi-caret-up:before {
    content: '\f2f8'
}

.zmdi-chevron-down:before {
    content: '\f2f9'
}

.zmdi-chevron-left:before {
    content: '\f2fa'
}

.zmdi-chevron-right:before {
    content: '\f2fb'
}

.zmdi-chevron-up:before {
    content: '\f2fc'
}

.zmdi-forward:before {
    content: '\f2fd'
}

.zmdi-long-arrow-down:before {
    content: '\f2fe'
}

.zmdi-long-arrow-left:before {
    content: '\f2ff'
}

.zmdi-long-arrow-return:before {
    content: '\f300'
}

.zmdi-long-arrow-right:before {
    content: '\f301'
}

.zmdi-long-arrow-tab:before {
    content: '\f302'
}

.zmdi-long-arrow-up:before {
    content: '\f303'
}

.zmdi-rotate-ccw:before {
    content: '\f304'
}

.zmdi-rotate-cw:before {
    content: '\f305'
}

.zmdi-rotate-left:before {
    content: '\f306'
}

.zmdi-rotate-right:before {
    content: '\f307'
}

.zmdi-square-down:before {
    content: '\f308'
}

.zmdi-square-right:before {
    content: '\f309'
}

.zmdi-swap-alt:before {
    content: '\f30a'
}

.zmdi-swap-vertical-circle:before {
    content: '\f30b'
}

.zmdi-swap-vertical:before {
    content: '\f30c'
}

.zmdi-swap:before {
    content: '\f30d'
}

.zmdi-trending-down:before {
    content: '\f30e'
}

.zmdi-trending-flat:before {
    content: '\f30f'
}

.zmdi-trending-up:before {
    content: '\f310'
}

.zmdi-unfold-less:before {
    content: '\f311'
}

.zmdi-unfold-more:before {
    content: '\f312'
}

.zmdi-apps:before {
    content: '\f313'
}

.zmdi-grid-off:before {
    content: '\f314'
}

.zmdi-grid:before {
    content: '\f315'
}

.zmdi-view-agenda:before {
    content: '\f316'
}

.zmdi-view-array:before {
    content: '\f317'
}

.zmdi-view-carousel:before {
    content: '\f318'
}

.zmdi-view-column:before {
    content: '\f319'
}

.zmdi-view-comfy:before {
    content: '\f31a'
}

.zmdi-view-compact:before {
    content: '\f31b'
}

.zmdi-view-dashboard:before {
    content: '\f31c'
}

.zmdi-view-day:before {
    content: '\f31d'
}

.zmdi-view-headline:before {
    content: '\f31e'
}

.zmdi-view-list-alt:before {
    content: '\f31f'
}

.zmdi-view-list:before {
    content: '\f320'
}

.zmdi-view-module:before {
    content: '\f321'
}

.zmdi-view-quilt:before {
    content: '\f322'
}

.zmdi-view-stream:before {
    content: '\f323'
}

.zmdi-view-subtitles:before {
    content: '\f324'
}

.zmdi-view-toc:before {
    content: '\f325'
}

.zmdi-view-web:before {
    content: '\f326'
}

.zmdi-view-week:before {
    content: '\f327'
}

.zmdi-widgets:before {
    content: '\f328'
}

.zmdi-alarm-check:before {
    content: '\f329'
}

.zmdi-alarm-off:before {
    content: '\f32a'
}

.zmdi-alarm-plus:before {
    content: '\f32b'
}

.zmdi-alarm-snooze:before {
    content: '\f32c'
}

.zmdi-alarm:before {
    content: '\f32d'
}

.zmdi-calendar-alt:before {
    content: '\f32e'
}

.zmdi-calendar-check:before {
    content: '\f32f'
}

.zmdi-calendar-close:before {
    content: '\f330'
}

.zmdi-calendar-note:before {
    content: '\f331'
}

.zmdi-calendar:before {
    content: '\f332'
}

.zmdi-time-countdown:before {
    content: '\f333'
}

.zmdi-time-interval:before {
    content: '\f334'
}

.zmdi-time-restore-setting:before {
    content: '\f335'
}

.zmdi-time-restore:before {
    content: '\f336'
}

.zmdi-time:before {
    content: '\f337'
}

.zmdi-timer-off:before {
    content: '\f338'
}

.zmdi-timer:before {
    content: '\f339'
}

.zmdi-android-alt:before {
    content: '\f33a'
}

.zmdi-android:before {
    content: '\f33b'
}

.zmdi-apple:before {
    content: '\f33c'
}

.zmdi-behance:before {
    content: '\f33d'
}

.zmdi-codepen:before {
    content: '\f33e'
}

.zmdi-dribbble:before {
    content: '\f33f'
}

.zmdi-dropbox:before {
    content: '\f340'
}

.zmdi-evernote:before {
    content: '\f341'
}

.zmdi-facebook-box:before {
    content: '\f342'
}

.zmdi-facebook:before {
    content: '\f343'
}

.zmdi-github-box:before {
    content: '\f344'
}

.zmdi-github:before {
    content: '\f345'
}

.zmdi-google-drive:before {
    content: '\f346'
}

.zmdi-google-earth:before {
    content: '\f347'
}

.zmdi-google-glass:before {
    content: '\f348'
}

.zmdi-google-maps:before {
    content: '\f349'
}

.zmdi-google-pages:before {
    content: '\f34a'
}

.zmdi-google-play:before {
    content: '\f34b'
}

.zmdi-google-plus-box:before {
    content: '\f34c'
}

.zmdi-google-plus:before {
    content: '\f34d'
}

.zmdi-google:before {
    content: '\f34e'
}

.zmdi-instagram:before {
    content: '\f34f'
}

.zmdi-language-css3:before {
    content: '\f350'
}

.zmdi-language-html5:before {
    content: '\f351'
}

.zmdi-language-javascript:before {
    content: '\f352'
}

.zmdi-language-python-alt:before {
    content: '\f353'
}

.zmdi-language-python:before {
    content: '\f354'
}

.zmdi-lastfm:before {
    content: '\f355'
}

.zmdi-linkedin-box:before {
    content: '\f356'
}

.zmdi-paypal:before {
    content: '\f357'
}

.zmdi-pinterest-box:before {
    content: '\f358'
}

.zmdi-pocket:before {
    content: '\f359'
}

.zmdi-polymer:before {
    content: '\f35a'
}

.zmdi-share:before {
    content: '\f35b'
}

.zmdi-stackoverflow:before {
    content: '\f35c'
}

.zmdi-steam-square:before {
    content: '\f35d'
}

.zmdi-steam:before {
    content: '\f35e'
}

.zmdi-twitter-box:before {
    content: '\f35f'
}

.zmdi-twitter:before {
    content: '\f360'
}

.zmdi-vk:before {
    content: '\f361'
}

.zmdi-wikipedia:before {
    content: '\f362'
}

.zmdi-windows:before {
    content: '\f363'
}

.zmdi-aspect-ratio-alt:before {
    content: '\f364'
}

.zmdi-aspect-ratio:before {
    content: '\f365'
}

.zmdi-blur-circular:before {
    content: '\f366'
}

.zmdi-blur-linear:before {
    content: '\f367'
}

.zmdi-blur-off:before {
    content: '\f368'
}

.zmdi-blur:before {
    content: '\f369'
}

.zmdi-brightness-2:before {
    content: '\f36a'
}

.zmdi-brightness-3:before {
    content: '\f36b'
}

.zmdi-brightness-4:before {
    content: '\f36c'
}

.zmdi-brightness-5:before {
    content: '\f36d'
}

.zmdi-brightness-6:before {
    content: '\f36e'
}

.zmdi-brightness-7:before {
    content: '\f36f'
}

.zmdi-brightness-auto:before {
    content: '\f370'
}

.zmdi-brightness-setting:before {
    content: '\f371'
}

.zmdi-broken-image:before {
    content: '\f372'
}

.zmdi-center-focus-strong:before {
    content: '\f373'
}

.zmdi-center-focus-weak:before {
    content: '\f374'
}

.zmdi-compare:before {
    content: '\f375'
}

.zmdi-crop-16-9:before {
    content: '\f376'
}

.zmdi-crop-3-2:before {
    content: '\f377'
}

.zmdi-crop-5-4:before {
    content: '\f378'
}

.zmdi-crop-7-5:before {
    content: '\f379'
}

.zmdi-crop-din:before {
    content: '\f37a'
}

.zmdi-crop-free:before {
    content: '\f37b'
}

.zmdi-crop-landscape:before {
    content: '\f37c'
}

.zmdi-crop-portrait:before {
    content: '\f37d'
}

.zmdi-crop-square:before {
    content: '\f37e'
}

.zmdi-exposure-alt:before {
    content: '\f37f'
}

.zmdi-exposure:before {
    content: '\f380'
}

.zmdi-filter-b-and-w:before {
    content: '\f381'
}

.zmdi-filter-center-focus:before {
    content: '\f382'
}

.zmdi-filter-frames:before {
    content: '\f383'
}

.zmdi-filter-tilt-shift:before {
    content: '\f384'
}

.zmdi-gradient:before {
    content: '\f385'
}

.zmdi-grain:before {
    content: '\f386'
}

.zmdi-graphic-eq:before {
    content: '\f387'
}

.zmdi-hdr-off:before {
    content: '\f388'
}

.zmdi-hdr-strong:before {
    content: '\f389'
}

.zmdi-hdr-weak:before {
    content: '\f38a'
}

.zmdi-hdr:before {
    content: '\f38b'
}

.zmdi-iridescent:before {
    content: '\f38c'
}

.zmdi-leak-off:before {
    content: '\f38d'
}

.zmdi-leak:before {
    content: '\f38e'
}

.zmdi-looks:before {
    content: '\f38f'
}

.zmdi-loupe:before {
    content: '\f390'
}

.zmdi-panorama-horizontal:before {
    content: '\f391'
}

.zmdi-panorama-vertical:before {
    content: '\f392'
}

.zmdi-panorama-wide-angle:before {
    content: '\f393'
}

.zmdi-photo-size-select-large:before {
    content: '\f394'
}

.zmdi-photo-size-select-small:before {
    content: '\f395'
}

.zmdi-picture-in-picture:before {
    content: '\f396'
}

.zmdi-slideshow:before {
    content: '\f397'
}

.zmdi-texture:before {
    content: '\f398'
}

.zmdi-tonality:before {
    content: '\f399'
}

.zmdi-vignette:before {
    content: '\f39a'
}

.zmdi-wb-auto:before {
    content: '\f39b'
}

.zmdi-eject-alt:before {
    content: '\f39c'
}

.zmdi-eject:before {
    content: '\f39d'
}

.zmdi-equalizer:before {
    content: '\f39e'
}

.zmdi-fast-forward:before {
    content: '\f39f'
}

.zmdi-fast-rewind:before {
    content: '\f3a0'
}

.zmdi-forward-10:before {
    content: '\f3a1'
}

.zmdi-forward-30:before {
    content: '\f3a2'
}

.zmdi-forward-5:before {
    content: '\f3a3'
}

.zmdi-hearing:before {
    content: '\f3a4'
}

.zmdi-pause-circle-outline:before {
    content: '\f3a5'
}

.zmdi-pause-circle:before {
    content: '\f3a6'
}

.zmdi-pause:before {
    content: '\f3a7'
}

.zmdi-play-circle-outline:before {
    content: '\f3a8'
}

.zmdi-play-circle:before {
    content: '\f3a9'
}

.zmdi-play:before {
    content: '\f3aa'
}

.zmdi-playlist-audio:before {
    content: '\f3ab'
}

.zmdi-playlist-plus:before {
    content: '\f3ac'
}

.zmdi-repeat-one:before {
    content: '\f3ad'
}

.zmdi-repeat:before {
    content: '\f3ae'
}

.zmdi-replay-10:before {
    content: '\f3af'
}

.zmdi-replay-30:before {
    content: '\f3b0'
}

.zmdi-replay-5:before {
    content: '\f3b1'
}

.zmdi-replay:before {
    content: '\f3b2'
}

.zmdi-shuffle:before {
    content: '\f3b3'
}

.zmdi-skip-next:before {
    content: '\f3b4'
}

.zmdi-skip-previous:before {
    content: '\f3b5'
}

.zmdi-stop:before {
    content: '\f3b6'
}

.zmdi-surround-sound:before {
    content: '\f3b7'
}

.zmdi-tune:before {
    content: '\f3b8'
}

.zmdi-volume-down:before {
    content: '\f3b9'
}

.zmdi-volume-mute:before {
    content: '\f3ba'
}

.zmdi-volume-off:before {
    content: '\f3bb'
}

.zmdi-volume-up:before {
    content: '\f3bc'
}

.zmdi-n-1-square:before {
    content: '\f3bd'
}

.zmdi-n-2-square:before {
    content: '\f3be'
}

.zmdi-n-3-square:before {
    content: '\f3bf'
}

.zmdi-n-4-square:before {
    content: '\f3c0'
}

.zmdi-n-5-square:before {
    content: '\f3c1'
}

.zmdi-n-6-square:before {
    content: '\f3c2'
}

.zmdi-neg-1:before {
    content: '\f3c3'
}

.zmdi-neg-2:before {
    content: '\f3c4'
}

.zmdi-plus-1:before {
    content: '\f3c5'
}

.zmdi-plus-2:before {
    content: '\f3c6'
}

.zmdi-sec-10:before {
    content: '\f3c7'
}

.zmdi-sec-3:before {
    content: '\f3c8'
}

.zmdi-zero:before {
    content: '\f3c9'
}

.zmdi-airline-seat-flat-angled:before {
    content: '\f3ca'
}

.zmdi-airline-seat-flat:before {
    content: '\f3cb'
}

.zmdi-airline-seat-individual-suite:before {
    content: '\f3cc'
}

.zmdi-airline-seat-legroom-extra:before {
    content: '\f3cd'
}

.zmdi-airline-seat-legroom-normal:before {
    content: '\f3ce'
}

.zmdi-airline-seat-legroom-reduced:before {
    content: '\f3cf'
}

.zmdi-airline-seat-recline-extra:before {
    content: '\f3d0'
}

.zmdi-airline-seat-recline-normal:before {
    content: '\f3d1'
}

.zmdi-airplay:before {
    content: '\f3d2'
}

.zmdi-closed-caption:before {
    content: '\f3d3'
}

.zmdi-confirmation-number:before {
    content: '\f3d4'
}

.zmdi-developer-board:before {
    content: '\f3d5'
}

.zmdi-disc-full:before {
    content: '\f3d6'
}

.zmdi-explicit:before {
    content: '\f3d7'
}

.zmdi-flight-land:before {
    content: '\f3d8'
}

.zmdi-flight-takeoff:before {
    content: '\f3d9'
}

.zmdi-flip-to-back:before {
    content: '\f3da'
}

.zmdi-flip-to-front:before {
    content: '\f3db'
}

.zmdi-group-work:before {
    content: '\f3dc'
}

.zmdi-hd:before {
    content: '\f3dd'
}

.zmdi-hq:before {
    content: '\f3de'
}

.zmdi-markunread-mailbox:before {
    content: '\f3df'
}

.zmdi-memory:before {
    content: '\f3e0'
}

.zmdi-nfc:before {
    content: '\f3e1'
}

.zmdi-play-for-work:before {
    content: '\f3e2'
}

.zmdi-power-input:before {
    content: '\f3e3'
}

.zmdi-present-to-all:before {
    content: '\f3e4'
}

.zmdi-satellite:before {
    content: '\f3e5'
}

.zmdi-tap-and-play:before {
    content: '\f3e6'
}

.zmdi-vibration:before {
    content: '\f3e7'
}

.zmdi-voicemail:before {
    content: '\f3e8'
}

.zmdi-group:before {
    content: '\f3e9'
}

.zmdi-rss:before {
    content: '\f3ea'
}

.zmdi-shape:before {
    content: '\f3eb'
}

.zmdi-spinner:before {
    content: '\f3ec'
}

.zmdi-ungroup:before {
    content: '\f3ed'
}

.zmdi-500px:before {
    content: '\f3ee'
}

.zmdi-8tracks:before {
    content: '\f3ef'
}

.zmdi-amazon:before {
    content: '\f3f0'
}

.zmdi-blogger:before {
    content: '\f3f1'
}

.zmdi-delicious:before {
    content: '\f3f2'
}

.zmdi-disqus:before {
    content: '\f3f3'
}

.zmdi-flattr:before {
    content: '\f3f4'
}

.zmdi-flickr:before {
    content: '\f3f5'
}

.zmdi-github-alt:before {
    content: '\f3f6'
}

.zmdi-google-old:before {
    content: '\f3f7'
}

.zmdi-linkedin:before {
    content: '\f3f8'
}

.zmdi-odnoklassniki:before {
    content: '\f3f9'
}

.zmdi-outlook:before {
    content: '\f3fa'
}

.zmdi-paypal-alt:before {
    content: '\f3fb'
}

.zmdi-pinterest:before {
    content: '\f3fc'
}

.zmdi-playstation:before {
    content: '\f3fd'
}

.zmdi-reddit:before {
    content: '\f3fe'
}

.zmdi-skype:before {
    content: '\f3ff'
}

.zmdi-slideshare:before {
    content: '\f400'
}

.zmdi-soundcloud:before {
    content: '\f401'
}

.zmdi-tumblr:before {
    content: '\f402'
}

.zmdi-twitch:before {
    content: '\f403'
}

.zmdi-vimeo:before {
    content: '\f404'
}

.zmdi-whatsapp:before {
    content: '\f405'
}

.zmdi-xbox:before {
    content: '\f406'
}

.zmdi-yahoo:before {
    content: '\f407'
}

.zmdi-youtube-play:before {
    content: '\f408'
}

.zmdi-youtube:before {
    content: '\f409'
}

.zmdi-import-export:before {
    content: '\f30c'
}

.zmdi-swap-vertical-:before {
    content: '\f30c'
}

.zmdi-airplanemode-inactive:before {
    content: '\f102'
}

.zmdi-airplanemode-active:before {
    content: '\f103'
}

.zmdi-rate-review:before {
    content: '\f103'
}

.zmdi-comment-sign:before {
    content: '\f25a'
}

.zmdi-network-warning:before {
    content: '\f2ad'
}

.zmdi-shopping-cart-add:before {
    content: '\f1ca'
}

.zmdi-file-add:before {
    content: '\f221'
}

.zmdi-network-wifi-scan:before {
    content: '\f2e4'
}

.zmdi-collection-add:before {
    content: '\f14e'
}

.zmdi-format-playlist-add:before {
    content: '\f3ac'
}

.zmdi-format-queue-music:before {
    content: '\f3ab'
}

.zmdi-plus-box:before {
    content: '\f277'
}

.zmdi-tag-backspace:before {
    content: '\f1d9'
}

.zmdi-alarm-add:before {
    content: '\f32b'
}

.zmdi-battery-charging:before {
    content: '\f114'
}

.zmdi-daydream-setting:before {
    content: '\f217'
}

.zmdi-more-horiz:before {
    content: '\f19c'
}

.zmdi-book-photo:before {
    content: '\f11b'
}

.zmdi-incandescent:before {
    content: '\f189'
}

.zmdi-wb-iridescent:before {
    content: '\f38c'
}

.zmdi-calendar-remove:before {
    content: '\f330'
}

.zmdi-refresh-sync-disabled:before {
    content: '\f1b7'
}

.zmdi-refresh-sync-problem:before {
    content: '\f1b6'
}

.zmdi-crop-original:before {
    content: '\f17e'
}

.zmdi-power-off:before {
    content: '\f1af'
}

.zmdi-power-off-setting:before {
    content: '\f1ae'
}

.zmdi-leak-remove:before {
    content: '\f38d'
}

.zmdi-star-border:before {
    content: '\f27c'
}

.zmdi-brightness-low:before {
    content: '\f36d'
}

.zmdi-brightness-medium:before {
    content: '\f36e'
}

.zmdi-brightness-high:before {
    content: '\f36f'
}

.zmdi-smartphone-portrait:before {
    content: '\f2d4'
}

.zmdi-live-tv:before {
    content: '\f2d9'
}

.zmdi-format-textdirection-l-to-r:before {
    content: '\f249'
}

.zmdi-format-textdirection-r-to-l:before {
    content: '\f24a'
}

.zmdi-arrow-back:before {
    content: '\f2ea'
}

.zmdi-arrow-forward:before {
    content: '\f2ee'
}

.zmdi-arrow-in:before {
    content: '\f2e9'
}

.zmdi-arrow-out:before {
    content: '\f2ed'
}

.zmdi-rotate-90-degrees-ccw:before {
    content: '\f304'
}

.zmdi-adb:before {
    content: '\f33a'
}

.zmdi-network-wifi:before {
    content: '\f2e8'
}

.zmdi-network-wifi-alt:before {
    content: '\f2e3'
}

.zmdi-network-wifi-lock:before {
    content: '\f2e5'
}

.zmdi-network-wifi-off:before {
    content: '\f2e6'
}

.zmdi-network-wifi-outline:before {
    content: '\f2e7'
}

.zmdi-network-wifi-info:before {
    content: '\f2e4'
}

.zmdi-layers-clear:before {
    content: '\f18b'
}

.zmdi-colorize:before {
    content: '\f15d'
}

.zmdi-format-paint:before {
    content: '\f1ba'
}

.zmdi-format-quote:before {
    content: '\f1b2'
}

.zmdi-camera-monochrome-photos:before {
    content: '\f285'
}

.zmdi-sort-by-alpha:before {
    content: '\f1cf'
}

.zmdi-folder-shared:before {
    content: '\f225'
}

.zmdi-folder-special:before {
    content: '\f226'
}

.zmdi-comment-dots:before {
    content: '\f260'
}

.zmdi-reorder:before {
    content: '\f31e'
}

.zmdi-dehaze:before {
    content: '\f197'
}

.zmdi-sort:before {
    content: '\f1ce'
}

.zmdi-pages:before {
    content: '\f34a'
}

.zmdi-stack-overflow:before {
    content: '\f35c'
}

.zmdi-calendar-account:before {
    content: '\f204'
}

.zmdi-paste:before {
    content: '\f109'
}

.zmdi-cut:before {
    content: '\f1bc'
}

.zmdi-save:before {
    content: '\f297'
}

.zmdi-smartphone-code:before {
    content: '\f139'
}

.zmdi-directions-bike:before {
    content: '\f117'
}

.zmdi-directions-boat:before {
    content: '\f11a'
}

.zmdi-directions-bus:before {
    content: '\f121'
}

.zmdi-directions-car:before {
    content: '\f125'
}

.zmdi-directions-railway:before {
    content: '\f1b3'
}

.zmdi-directions-run:before {
    content: '\f215'
}

.zmdi-directions-subway:before {
    content: '\f1d5'
}

.zmdi-directions-walk:before {
    content: '\f216'
}

.zmdi-local-hotel:before {
    content: '\f178'
}

.zmdi-local-activity:before {
    content: '\f1df'
}

.zmdi-local-play:before {
    content: '\f1df'
}

.zmdi-local-airport:before {
    content: '\f103'
}

.zmdi-local-atm:before {
    content: '\f198'
}

.zmdi-local-bar:before {
    content: '\f137'
}

.zmdi-local-cafe:before {
    content: '\f13b'
}

.zmdi-local-car-wash:before {
    content: '\f124'
}

.zmdi-local-convenience-store:before {
    content: '\f1d3'
}

.zmdi-local-dining:before {
    content: '\f153'
}

.zmdi-local-drink:before {
    content: '\f157'
}

.zmdi-local-florist:before {
    content: '\f168'
}

.zmdi-local-gas-station:before {
    content: '\f16f'
}

.zmdi-local-grocery-store:before {
    content: '\f1cb'
}

.zmdi-local-hospital:before {
    content: '\f177'
}

.zmdi-local-laundry-service:before {
    content: '\f1e9'
}

.zmdi-local-library:before {
    content: '\f18d'
}

.zmdi-local-mall:before {
    content: '\f195'
}

.zmdi-local-movies:before {
    content: '\f19d'
}

.zmdi-local-offer:before {
    content: '\f187'
}

.zmdi-local-parking:before {
    content: '\f1a5'
}

.zmdi-local-parking:before {
    content: '\f1a5'
}

.zmdi-local-pharmacy:before {
    content: '\f176'
}

.zmdi-local-phone:before {
    content: '\f2be'
}

.zmdi-local-pizza:before {
    content: '\f1ac'
}

.zmdi-local-post-office:before {
    content: '\f15a'
}

.zmdi-local-printshop:before {
    content: '\f1b0'
}

.zmdi-local-see:before {
    content: '\f28c'
}

.zmdi-local-shipping:before {
    content: '\f1e6'
}

.zmdi-local-store:before {
    content: '\f1d4'
}

.zmdi-local-taxi:before {
    content: '\f123'
}

.zmdi-local-wc:before {
    content: '\f211'
}

.zmdi-my-location:before {
    content: '\f299'
}

.zmdi-directions:before {
    content: '\f1e7'
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8;
    filter: alpha(opacity=80)
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    border-radius: 0 !important;
    position: absolute;
    opacity: .65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .8
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.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
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce
}

@-webkit-keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    10%,
    20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    10%,
    20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        -ms-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg)
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg)
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg)
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg)
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg)
    }
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%)
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        -ms-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg)
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        -ms-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg)
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        -ms-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg)
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        -ms-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg)
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        -ms-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg)
    }
    100% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    70% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }
    70% {
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9)
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-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);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px)
    }
    80% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-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);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px)
    }
    80% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-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);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px)
    }
    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-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);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    80% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    25% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
}

@keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    25% {
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        transform: scale(.95)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-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);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-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);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-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);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-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);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        -ms-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        -ms-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        -ms-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        -ms-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -ms-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -ms-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }
    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        -ms-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }
    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        -ms-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        -ms-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        -ms-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        -ms-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        -ms-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    100% {
        -webkit-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        -ms-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40% {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        -ms-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    100% {
        -webkit-transform: translateY(700px);
        -ms-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-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);
        -ms-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        -ms-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg)
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        -ms-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        -ms-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-o-keyframes moveUp {
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        opacity: 1
    }
}

@-ms-keyframes moveUp {
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes moveUp {
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        opacity: 1
    }
}

@keyframes moveUp {
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes spin-rotate-left {
    to {
        transform: rotate(30deg)
    }
    from {
        transform: rotate(175deg)
    }
}

@-webkit-keyframes spin-rotate-left {
    to {
        transform: rotate(30deg)
    }
    from {
        transform: rotate(175deg)
    }
}

@keyframes spin-rotate-right {
    from {
        transform: rotate(-175deg)
    }
    to {
        transform: rotate(-30deg)
    }
}

@-webkit-keyframes spin-rotate-right {
    from {
        transform: rotate(-175deg)
    }
    to {
        transform: rotate(-30deg)
    }
}

@keyframes spin-rotate-all {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(-360deg)
    }
}

@-webkit-keyframes spin-rotate-all {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(-360deg)
    }
}

@keyframes spin-fade-in-first {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes spin-fade-in-first {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes spin-fade-in-second {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes spin-fade-in-second {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-ms-keyframes ctspin {
    from {
        -ms-transform: rotate(0deg)
    }
    to {
        -ms-transform: rotate(360deg)
    }
}

@-moz-keyframes ctspin {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(360deg)
    }
}

@-webkit-keyframes ctspin {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes ctspin {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes myPulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .2);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .2)
    }
    70% {
        -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 60px rgba(255, 255, 255, 0)
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

@keyframes myPulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .2);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .2)
    }
    70% {
        -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 60px rgba(255, 255, 255, 0)
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

@-webkit-keyframes myPulsePrimary {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(193, 40, 42, .2);
        box-shadow: 0 0 0 0 rgba(193, 40, 42, .2)
    }
    70% {
        -webkit-box-shadow: 0 0 0 60px rgba(193, 40, 42, 0);
        box-shadow: 0 0 0 60px rgba(193, 40, 42, 0)
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(193, 40, 42, 0);
        box-shadow: 0 0 0 0 rgba(193, 40, 42, 0)
    }
}

@keyframes myPulsePrimary {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(193, 40, 42, .2);
        box-shadow: 0 0 0 0 rgba(193, 40, 42, .2)
    }
    70% {
        -webkit-box-shadow: 0 0 0 60px rgba(193, 40, 42, 0);
        box-shadow: 0 0 0 60px rgba(193, 40, 42, 0)
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(193, 40, 42, 0);
        box-shadow: 0 0 0 0 rgba(193, 40, 42, 0)
    }
}

@-webkit-keyframes markerWave {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .8
    }
    20% {
        opacity: .8
    }
    100% {
        -webkit-transform: scale(5.5);
        transform: scale(5.5);
        opacity: 0
    }
}

@keyframes markerWave {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .8
    }
    20% {
        opacity: .8
    }
    100% {
        -webkit-transform: scale(5.5);
        transform: scale(5.5);
        opacity: 0
    }
}

@-webkit-keyframes rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes rotateplane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

@-webkit-keyframes ct-bounce {
    0%,
    100% {
        -webkit-transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes ct-bounce {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@-webkit-keyframes ct-bounce2 {
    0%,
    100% {
        -webkit-transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.08)
    }
}

@keyframes ct-bounce2 {
    0%,
    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
    50% {
        transform: scale(1.08);
        -webkit-transform: scale(1.08)
    }
}

@-webkit-keyframes ct-stretchdelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(.4)
    }
    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes ct-stretchdelay {
    0%,
    40%,
    100% {
        transform: scaleY(.4);
        -webkit-transform: scaleY(.4)
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

@-webkit-keyframes ct-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes ct-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes ct-cubeGridScaleDelay {
    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1)
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1)
    }
}

@keyframes ct-cubeGridScaleDelay {
    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1)
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1)
    }
}

@-webkit-keyframes ct-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0
    }
}

@keyframes ct-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0
    }
}

@keyframes ball {
    0% {
        transform: translate(0, 0)
    }
    5% {
        transform: translate(8px, -14px)
    }
    10% {
        transform: translate(15px, -10px)
    }
    17% {
        transform: translate(23px, -24px)
    }
    20% {
        transform: translate(30px, -20px)
    }
    27% {
        transform: translate(38px, -34px)
    }
    30% {
        transform: translate(45px, -30px)
    }
    37% {
        transform: translate(53px, -44px)
    }
    40% {
        transform: translate(60px, -40px)
    }
    50% {
        transform: translate(60px, 0)
    }
    57% {
        transform: translate(53px, -14px)
    }
    60% {
        transform: translate(45px, -10px)
    }
    67% {
        transform: translate(37px, -24px)
    }
    70% {
        transform: translate(30px, -20px)
    }
    77% {
        transform: translate(22px, -34px)
    }
    80% {
        transform: translate(15px, -30px)
    }
    87% {
        transform: translate(7px, -44px)
    }
    90% {
        transform: translate(0, -40px)
    }
    100% {
        transform: translate(0, 0)
    }
}

@keyframes barUp1 {
    0% {
        transform: scale(1, .2)
    }
    40% {
        transform: scale(1, .2)
    }
    50% {
        transform: scale(1, 1)
    }
    90% {
        transform: scale(1, 1)
    }
    100% {
        transform: scale(1, .2)
    }
}

@keyframes barUp2 {
    0% {
        transform: scale(1, .4)
    }
    40% {
        transform: scale(1, .4)
    }
    50% {
        transform: scale(1, .8)
    }
    90% {
        transform: scale(1, .8)
    }
    100% {
        transform: scale(1, .4)
    }
}

@keyframes barUp3 {
    0% {
        transform: scale(1, .6)
    }
    100% {
        transform: scale(1, .6)
    }
}

@keyframes barUp4 {
    0% {
        transform: scale(1, .8)
    }
    40% {
        transform: scale(1, .8)
    }
    50% {
        transform: scale(1, .4)
    }
    90% {
        transform: scale(1, .4)
    }
    100% {
        transform: scale(1, .8)
    }
}

@keyframes barUp5 {
    0% {
        transform: scale(1, 1)
    }
    40% {
        transform: scale(1, 1)
    }
    50% {
        transform: scale(1, .2)
    }
    90% {
        transform: scale(1, .2)
    }
    100% {
        transform: scale(1, 1)
    }
}

@-moz-keyframes headerSlideDown {
    0% {
        margin-top: -150px
    }
    100% {
        margin-top: 0
    }
}

@-ms-keyframes headerSlideDown {
    0% {
        margin-top: -150px
    }
    100% {
        margin-top: 0
    }
}

@-webkit-keyframes headerSlideDown {
    0% {
        margin-top: -150px
    }
    100% {
        margin-top: 0
    }
}

@keyframes headerSlideDown {
    0% {
        margin-top: -150px
    }
    100% {
        margin-top: 0
    }
}

@-webkit-keyframes ct-rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes ct-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes ct-bounce {
    0%,
    100% {
        -webkit-transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes pointerscale {
    from {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    to {
        -webkit-transform: scale(3.35, 3.35);
        transform: scale(3.35, 3.35)
    }
}

@-webkit-keyframes video-icon-animation {
    from {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1
    }
    to {
        -webkit-transform: scale(2, 2);
        transform: scale(2, 2);
        opacity: 0
    }
}

@keyframes video-icon-animation {
    from {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1
    }
    to {
        -webkit-transform: scale(2, 2);
        transform: scale(2, 2);
        opacity: 0
    }
}

@-webkit-keyframes in-top {
    from {
        -webkit-transform: perspective(500px) rotateX(-90deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(500px) rotateX(0deg)
    }
}

@keyframes in-top {
    from {
        transform: perspective(500px) rotateX(-90deg);
        opacity: 1
    }
    to {
        transform: perspective(500px) rotateX(0deg)
    }
}

@-webkit-keyframes out-top {
    from {
        -webkit-transform: perspective(500px) rotateX(0deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(500px) rotateX(-90deg);
        opacity: 1
    }
}

@keyframes out-top {
    from {
        transform: perspective(500px) rotateX(0deg);
        opacity: 1
    }
    to {
        transform: perspective(500px) rotateX(-90deg);
        opacity: 1
    }
}

@-webkit-keyframes in-bottom {
    from {
        -webkit-transform: perspective(500px) rotateX(90deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(500px) rotateX(0deg)
    }
}

@keyframes in-bottom {
    from {
        transform: perspective(500px) rotateX(90deg);
        opacity: 1
    }
    to {
        transform: perspective(500px) rotateX(0deg)
    }
}

@-webkit-keyframes out-bottom {
    from {
        -webkit-transform: perspective(500px) rotateX(0deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(500px) rotateX(90deg);
        opacity: 1
    }
}

@keyframes out-bottom {
    from {
        transform: perspective(500px) rotateX(0deg);
        opacity: 1
    }
    to {
        transform: perspective(500px) rotateX(90deg);
        opacity: 1
    }
}

@-webkit-keyframes in-left {
    from {
        -webkit-transform: perspective(500px) rotateY(90deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(500px) rotateY(0deg)
    }
}

@keyframes in-left {
    from {
        transform: perspective(500px) rotateY(90deg);
        opacity: 1
    }
    to {
        transform: perspective(500px) rotateY(0deg)
    }
}

@-webkit-keyframes out-left {
    from {
        -webkit-transform: perspective(500px) rotateY(0deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(500px) rotateY(90deg);
        opacity: 1
    }
}

@keyframes out-left {
    from {
        transform: perspective(500px) rotateY(0deg);
        opacity: 1
    }
    to {
        transform: perspective(500px) rotateY(90deg);
        opacity: 1
    }
}

@-webkit-keyframes in-right {
    from {
        -webkit-transform: perspective(500px) rotateY(-90deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(500px) rotateY(0deg)
    }
}

@keyframes in-right {
    from {
        transform: perspective(500px) rotateY(-90deg);
        opacity: 1
    }
    to {
        transform: perspective(500px) rotateY(0deg)
    }
}

@-webkit-keyframes out-right {
    from {
        -webkit-transform: perspective(500px) rotateY(0deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(500px) rotateY(-90deg);
        opacity: 1
    }
}

@keyframes out-right {
    from {
        transform: perspective(500px) rotateY(0deg);
        opacity: 1
    }
    to {
        transform: perspective(500px) rotateY(-90deg);
        opacity: 1
    }
}

@-webkit-keyframes in-top-fade {
    from {
        -webkit-transform: translateY(-120%)
    }
    to {
        -webkit-transform: translateY(0%)
    }
}

@keyframes in-top-fade {
    from {
        transform: translateY(-120%)
    }
    to {
        transform: translateY(0%)
    }
}

@-webkit-keyframes out-top-fade {
    from {
        -webkit-transform: translateY(0%)
    }
    to {
        -webkit-transform: translateY(-120%)
    }
}

@keyframes out-top-fade {
    from {
        transform: translateY(0%)
    }
    to {
        transform: translateY(-120%)
    }
}

@-webkit-keyframes in-bottom-fade {
    from {
        -webkit-transform: translateY(120%)
    }
    to {
        -webkit-transform: translateY(0%)
    }
}

@keyframes in-bottom-fade {
    from {
        transform: translateY(120%)
    }
    to {
        transform: translateY(0%)
    }
}

@-webkit-keyframes out-bottom-fade {
    from {
        -webkit-transform: translateY(0%)
    }
    to {
        -webkit-transform: translateY(120%)
    }
}

@keyframes out-bottom-fade {
    from {
        transform: translateY(0%)
    }
    to {
        transform: translateY(120%)
    }
}

@-webkit-keyframes in-left-fade {
    from {
        -webkit-transform: translateX(-120%)
    }
    to {
        -webkit-transform: translateX(0%)
    }
}

@keyframes in-left-fade {
    from {
        transform: translateX(-120%)
    }
    to {
        transform: translateX(0%)
    }
}

@-webkit-keyframes out-left-fade {
    from {
        -webkit-transform: translateX(0%)
    }
    to {
        -webkit-transform: translateX(-120%)
    }
}

@keyframes out-left-fade {
    from {
        transform: translateX(0%)
    }
    to {
        transform: translateX(-120%)
    }
}

@-webkit-keyframes in-right-fade {
    from {
        -webkit-transform: translateX(120%)
    }
    to {
        -webkit-transform: translateX(0%)
    }
}

@keyframes in-right-fade {
    from {
        transform: translateX(120%)
    }
    to {
        transform: translateX(0%)
    }
}

@-webkit-keyframes out-right-fade {
    from {
        -webkit-transform: translateX(0%)
    }
    to {
        -webkit-transform: translateX(120%)
    }
}

@keyframes out-right-fade {
    from {
        transform: translateX(0%)
    }
    to {
        transform: translateX(120%)
    }
}

@-webkit-keyframes video-icon-animation {
    from {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1
    }
    to {
        -webkit-transform: scale(2, 2);
        transform: scale(2, 2);
        opacity: 0
    }
}

@keyframes video-icon-animation {
    from {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1
    }
    to {
        -webkit-transform: scale(2, 2);
        transform: scale(2, 2);
        opacity: 0
    }
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

@-webkit-keyframes anim-moema-1 {
    60% {
        -webkit-transform: scale3d(.8, .8, 1);
        transform: scale3d(.8, .8, 1)
    }
    85% {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes anim-moema-1 {
    60% {
        -webkit-transform: scale3d(.8, .8, 1);
        transform: scale3d(.8, .8, 1)
    }
    85% {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@-webkit-keyframes anim-moema-2 {
    to {
        opacity: 0;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes anim-moema-2 {
    to {
        opacity: 0;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@-webkit-keyframes CTPulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .4)
    }
    70% {
        -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 60px rgba(255, 255, 255, 0)
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

@keyframes CTPulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .4)
    }
    70% {
        -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 60px rgba(255, 255, 255, 0)
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

@-webkit-keyframes CTPulse_Primary {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(193, 40, 42, .4);
        box-shadow: 0 0 0 0 rgba(193, 40, 42, .4)
    }
    70% {
        -webkit-box-shadow: 0 0 0 60px rgba(193, 40, 42, 0);
        box-shadow: 0 0 0 60px rgba(193, 40, 42, 0)
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(193, 40, 42, 0);
        box-shadow: 0 0 0 0 rgba(193, 40, 42, 0)
    }
}

@keyframes CTPulse_Primary {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(193, 40, 42, .4);
        box-shadow: 0 0 0 0 rgba(193, 40, 42, .4)
    }
    70% {
        -webkit-box-shadow: 0 0 0 60px rgba(0, 0, 0, );
        box-shadow: 0 0 0 60px rgba(193, 40, 42, 0)
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(193, 40, 42, 0);
        box-shadow: 0 0 0 0 rgba(193, 40, 42, 0)
    }
}

@-webkit-keyframes toRightFromLeft {
    49% {
        -webkit-transform: translate(100%)
    }
    50% {
        opacity: 0;
        -webkit-transform: translate(-100%)
    }
    51% {
        opacity: 1
    }
}

@-moz-keyframes toRightFromLeft {
    49% {
        -moz-transform: translate(100%)
    }
    50% {
        opacity: 0;
        -moz-transform: translate(-100%)
    }
    51% {
        opacity: 1
    }
}

@keyframes toRightFromLeft {
    49% {
        transform: translate(100%)
    }
    50% {
        opacity: 0;
        transform: translate(-100%)
    }
    51% {
        opacity: 1
    }
}

@-webkit-keyframes toBottomFromTop {
    49% {
        -webkit-transform: translateY(100%)
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%)
    }
    51% {
        opacity: 1
    }
}

@-moz-keyframes toBottomFromTop {
    49% {
        -moz-transform: translateY(100%)
    }
    50% {
        opacity: 0;
        -moz-transform: translateY(-100%)
    }
    51% {
        opacity: 1
    }
}

@keyframes toBottomFromTop {
    49% {
        transform: translateY(100%)
    }
    50% {
        opacity: 0;
        transform: translateY(-100%)
    }
    51% {
        opacity: 1
    }
}

@-webkit-keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(-100%)
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(100%)
    }
    51% {
        opacity: 1
    }
}

@-moz-keyframes toTopFromBottom {
    49% {
        -moz-transform: translateY(-100%)
    }
    50% {
        opacity: 0;
        -moz-transform: translateY(100%)
    }
    51% {
        opacity: 1
    }
}

@keyframes toTopFromBottom {
    49% {
        transform: translateY(-100%)
    }
    50% {
        opacity: 0;
        transform: translateY(100%)
    }
    51% {
        opacity: 1
    }
}

@-webkit-keyframes squares {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    20% {
        -webkit-transform: scale(1.24);
        transform: scale(1.24);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(2.1);
        transform: scale(2.1);
        opacity: 0
    }
}

@-moz-keyframes squares {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    20% {
        -moz-transform: scale(1.24);
        transform: scale(1.24);
        opacity: 1
    }
    100% {
        -moz-transform: scale(2.1);
        transform: scale(2.1);
        opacity: 0
    }
}

@-o-keyframes squares {
    0% {
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    20% {
        -o-transform: scale(1.24);
        transform: scale(1.24);
        opacity: 1
    }
    100% {
        -o-transform: scale(2.1);
        transform: scale(2.1);
        opacity: 0
    }
}

@keyframes squares {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    20% {
        -webkit-transform: scale(1.24);
        -moz-transform: scale(1.24);
        -o-transform: scale(1.24);
        transform: scale(1.24);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(2.1);
        -moz-transform: scale(2.1);
        -o-transform: scale(2.1);
        transform: scale(2.1);
        opacity: 0
    }
}

@keyframes ct_dual_ring {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes ct_dual_ring {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes service_hexagon {
    0% {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes service_hexagon {
    0% {
        -moz-transform: rotate(30deg);
        transform: rotate(30deg)
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes service_hexagon {
    0% {
        -o-transform: rotate(30deg);
        transform: rotate(30deg)
    }
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes service_hexagon {
    0% {
        -webkit-transform: rotate(30deg);
        -moz-transform: rotate(30deg);
        -o-transform: rotate(30deg);
        transform: rotate(30deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes dotAnimatedBottomToTop1 {
    0% {
        bottom: 14%
    }
    50% {
        bottom: 100%
    }
    100% {
        bottom: 14%
    }
}

@keyframes dotAnimatedBottomToTop2 {
    0% {
        bottom: 64%
    }
    50% {
        bottom: 0
    }
    100% {
        bottom: 100%
    }
}

@keyframes dotAnimatedBottomToTop3 {
    0% {
        bottom: 5%
    }
    50% {
        bottom: 100%
    }
    100% {
        bottom: 5%
    }
}

@keyframes dotAnimatedBottomToTop4 {
    0% {
        bottom: 78%
    }
    50% {
        bottom: 0
    }
    100% {
        bottom: 78%
    }
}

@keyframes dotAnimatedBottomToTop5 {
    0% {
        bottom: 46%
    }
    50% {
        bottom: 0
    }
    100% {
        bottom: 46%
    }
}

@keyframes dotAnimatedBottomToTop6 {
    0% {
        bottom: 27%
    }
    50% {
        bottom: 100%
    }
    100% {
        bottom: 27%
    }
}

@keyframes NewsletterAnimated1 {
    0% {
        transform: translateX(0px)
    }
    25% {
        transform: translateX(-40px)
    }
    50% {
        transform: translateX(0px)
    }
    75% {
        transform: translateX(40px)
    }
    100% {
        transform: translateX(0px)
    }
}

@keyframes NewsletterAnimated2 {
    0% {
        transform: translateX(0px)
    }
    25% {
        transform: translateX(40px)
    }
    50% {
        transform: translateX(0px)
    }
    75% {
        transform: translateX(-40px)
    }
    100% {
        transform: translateX(0px)
    }
}

@-webkit-keyframes btn_shine {
    100% {
        left: 200%
    }
}

@keyframes btn_shine {
    100% {
        left: 200%
    }
}

@keyframes animationFramesOne {
    0% {
        transform: translate(0px, 0px) rotate(0deg)
    }
    20% {
        transform: translate(73px, -1px) rotate(36deg)
    }
    40% {
        transform: translate(111px, 72px) rotate(72deg)
    }
    60% {
        transform: translate(93px, 122px) rotate(108deg)
    }
    80% {
        transform: translate(-70px, 72px) rotate(124deg)
    }
    100% {
        transform: translate(0px, 0px) rotate(0deg)
    }
}

@-webkit-keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg)
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg)
    }
    40% {
        -webkit-transform: translate(111px, 72px) rotate(72deg)
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg)
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(124deg)
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg)
    }
}

@keyframes animationFramesTwo {
    0% {
        transform: translate(0px, 0px) rotate(0deg) scale(1)
    }
    20% {
        transform: translate(73px, -1px) rotate(36deg) scale(.9)
    }
    40% {
        transform: translate(141px, 72px) rotate(72deg) scale(1)
    }
    60% {
        transform: translate(83px, 122px) rotate(108deg) scale(1.2)
    }
    80% {
        transform: translate(-40px, 72px) rotate(104deg) scale(1.1)
    }
    100% {
        transform: translate(0px, 0px) rotate(0deg) scale(1)
    }
}

@-webkit-keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1)
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg) scale(.9)
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1)
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2)
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(104deg) scale(1.1)
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1)
    }
}

@keyframes animationFramesThree {
    0% {
        transform: translate(165px, -179px)
    }
    100% {
        transform: translate(-346px, 617px)
    }
}

@-webkit-keyframes animationFramesThree {
    0% {
        -webkit-transform: translate(165px, -179px)
    }
    100% {
        -webkit-transform: translate(-346px, 617px)
    }
}

@keyframes animationFramesFour {
    0% {
        transform: translate(-300px, 151px) rotate(0deg)
    }
    100% {
        transform: translate(251px, -200px) rotate(180deg)
    }
}

@-webkit-keyframes animationFramesFour {
    0% {
        -webkit-transform: translate(-300px, 151px) rotate(0deg)
    }
    100% {
        -webkit-transform: translate(251px, -200px) rotate(180deg)
    }
}

@keyframes animationFramesFive {
    0% {
        transform: translate(61px, -99px) rotate(0deg)
    }
    21% {
        transform: translate(4px, -190px) rotate(38deg)
    }
    41% {
        transform: translate(-139px, -200px) rotate(74deg)
    }
    60% {
        transform: translate(-263px, -164px) rotate(108deg)
    }
    80% {
        transform: translate(-195px, -49px) rotate(144deg)
    }
    100% {
        transform: translate(-1px, 0px) rotate(180deg)
    }
}

@-webkit-keyframes animationFramesFive {
    0% {
        -webkit-transform: translate(61px, -99px) rotate(0deg)
    }
    21% {
        -webkit-transform: translate(4px, -190px) rotate(38deg)
    }
    41% {
        -webkit-transform: translate(-139px, -200px) rotate(74deg)
    }
    60% {
        -webkit-transform: translate(-263px, -164px) rotate(108deg)
    }
    80% {
        -webkit-transform: translate(-195px, -49px) rotate(144deg)
    }
    100% {
        -webkit-transform: translate(-1px, 0px) rotate(180deg)
    }
}

@keyframes animationFramesSix {
    0% {
        transform: translate(31px, -45px) rotate(0deg)
    }
    21% {
        transform: translate(4px, -80px) rotate(19deg)
    }
    41% {
        transform: translate(-70px, -100px) rotate(36deg)
    }
    60% {
        transform: translate(-133px, -84px) rotate(54deg)
    }
    80% {
        transform: translate(-98px, -24px) rotate(72deg)
    }
    100% {
        transform: translate(-1px, 0px) rotate(180deg)
    }
}

@keyframes pulse-border {
    0% {
        transform: scale(1);
        opacity: 1
    }
    100% {
        transform: scale(1.5);
        opacity: 0
    }
}

@-webkit-keyframes pulse-border {
    0% {
        transform: scale(1);
        opacity: 1
    }
    100% {
        transform: scale(1.5);
        opacity: 0
    }
}

.ft-heading {
    font-family: 'Poppins', sans-serif
}

html {
    box-sizing: border-box
}

a {
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    color: #c1282a
}

a.link-underline {
    font-weight: 700;
    color: #c1282a;
    border-bottom: 1px solid rgba(193, 40, 42, .67)
}

a.link-underline:hover {
    border-bottom: none
}

a.link-preset {
    color: #f58220
}

a.link-preset:hover {
    color: #f58220;
    text-decoration: underline
}

a,
a:hover,
a:focus,
a:before,
a:after {
    outline: none;
    text-decoration: none
}

.text-underline {
    text-decoration: underline
}

a:hover,
a:focus {
    color: #d1651a
}

*,
*:before,
*:after {
    box-sizing: inherit
}

p {
    margin-bottom: 15px
}

body {
    background-color: #fff;
    font-size: 16px;
    line-height: 1.875;
    color: #383838;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    font-weight: 400;
    letter-spacing: 0
}

body.ov-hidden {
    overflow: hidden
}

body.body-default-font {
    font-family: 'Roboto', sans-serif
}

.site {
    position: relative
}

.site-h2 .site {
    overflow: hidden
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #0e0e0e;
    clear: both;
    line-height: 1.2;
    margin: 0 0 15px;
    font-weight: 700
}

.heading-default-font h1,
.heading-default-font h2,
.heading-default-font h3,
.heading-default-font h4,
.heading-default-font h5,
.heading-default-font h6,
.heading-default-font .h1,
.heading-default-font .h2,
.heading-default-font .h3,
.heading-default-font .h4,
.heading-default-font .h5,
.heading-default-font .h6 {
    font-family: 'Poppins', sans-serif
}

h1,
.h1 {
    font-size: 52px
}

h2,
.h2 {
    font-size: 42px
}

h3,
.h3 {
    font-size: 36px
}

h4,
.h4 {
    font-size: 32px
}

h5,
.h5 {
    font-size: 24px;
    font-weight: 600
}

h6,
.h6 {
    font-size: 18px;
    font-weight: 600
}

img {
    width: auto;
    max-width: 100%;
    height: auto
}

label {
    margin-bottom: 0
}

table {
    border-bottom: 1px solid #ededed;
    border-left: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin: 0 0 32px;
    width: 100%;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

table th {
    color: #282828
}

caption,
td {
    font-weight: 400;
    text-align: left
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 13px 8px
}

th {
    font-weight: 600;
    border-top: 1px solid #ededed;
    padding: 10px;
    border-right: 1px solid #ededed
}

td {
    border-top: 1px solid #ededed;
    padding: 10px;
    border-right: 1px solid #ededed
}

dl {
    margin: 0 0 0 25px
}

dl dt {
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000
}

dl dd {
    line-height: normal;
    margin-bottom: 20px
}

dl dd a {
    color: #000
}

dl dd a:hover {
    color: #c1282a
}

code,
kbd {
    background-color: transparent;
    border-radius: 4px;
    color: inherit;
    font-size: 100%;
    padding: 2px 4px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

ins {
    color: #fff;
    border: none;
    padding: 2px;
    text-decoration: none;
    background-color: #c1282a
}

pre {
    background: #f5f5f5;
    color: #666;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word
}

ol {
    list-style: outside none decimal
}

ul {
    padding: 0;
    margin: 0 0 15px
}

ul li {
    list-style-position: inside
}

dl+h2+ul {
    padding-left: 35px
}

dl+h2+ul ul {
    padding-left: 35px
}

dl+h2+ul ul li {
    list-style: outside
}

blockquote {
    background-color: #f9f9f9;
    padding: 24px 57px 24px 37px;
    font-size: 19px;
    line-height: 30px;
    color: #222;
    font-weight: 500;
    position: relative;
    margin-top: 40px;
    margin-bottom: 34px
}

blockquote:before {
    content: '';
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #d1651a;
    background-image: -webkit-gradient(linear, left top, right top, from(#d1651a), to(#c1282a));
    background-image: -webkit-linear-gradient(left, #d1651a, #c1282a);
    background-image: -moz-linear-gradient(left, #d1651a, #c1282a);
    background-image: -ms-linear-gradient(left, #d1651a, #c1282a);
    background-image: -o-linear-gradient(left, #d1651a, #c1282a);
    background-image: linear-gradient(left, #d1651a, #c1282a);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#d1651a', endColorStr='#c1282a', gradientType='1');
    -webkit-box-shadow: 0 7px 16px rgba(12, 12, 12, .22);
    -khtml-box-shadow: 0 7px 16px rgba(12, 12, 12, .22);
    -moz-box-shadow: 0 7px 16px rgba(12, 12, 12, .22);
    -ms-box-shadow: 0 7px 16px rgba(12, 12, 12, .22);
    -o-box-shadow: 0 7px 16px rgba(12, 12, 12, .22);
    box-shadow: 0 7px 16px rgba(12, 12, 12, .22)
}

@media screen and (max-width:767px) {
    blockquote {
        padding-left: 20px;
        padding-right: 20px
    }
}

blockquote cite {
    display: block;
    font-size: 15px;
    font-style: normal;
    margin-top: 10px
}

blockquote p:last-child {
    margin-bottom: 0
}

.alignleft,
.alignright,
.aligncenter {
    margin-top: 6px;
    margin-bottom: 45px
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 35px
}

.alignright {
    display: inline;
    float: right;
    margin-left: 35px
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.sticky {
    display: block
}

.updated:not(.published) {
    display: none
}

.post-password-form label {
    display: block;
    max-width: 60%
}

.post-password-form input {
    margin: 10px 0
}

.has-background-dim {
    color: #fff;
    margin-bottom: 30px
}

.wp-block-gallery .blocks-gallery-item {
    float: left
}

@media screen and (max-width:767px) {
    .post-password-form label {
        max-width: 60%
    }
}

.wp-block-button {
    margin-bottom: 20px
}

.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 .wp-caption-text {
    padding: .8075em 0;
    font-size: .875em;
    font-style: italic
}

.gallery-caption {
    opacity: 1
}

.wp-caption-text {
    text-align: center
}

#tslOverlay {
    background-color: transparent !important;
    z-index: 9999999
}

.z-index1 {
    z-index: 1
}

.z-index2 {
    z-index: 2
}

.z-index3 {
    z-index: 3
}

.ct-icon-close {
    width: 20px;
    height: 20px;
    position: relative;
    display: inline-block
}

.ct-icon-close:before,
.ct-icon-close:after {
    content: '';
    background-color: #000;
    position: absolute;
    width: 100%;
    height: 2px;
    top: 9px;
    left: 0;
    -webkit-transition: all .2s linear 0ms;
    -khtml-transition: all .2s linear 0ms;
    -moz-transition: all .2s linear 0ms;
    -ms-transition: all .2s linear 0ms;
    -o-transition: all .2s linear 0ms;
    transition: all .2s linear 0ms
}

.ct-icon-close:before {
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.ct-icon-close:after {
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.ct-icon-close.ct-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.ct-close .ct-icon-close:before,
.ct-close .ct-icon-close:after {
    background-color: #fff
}

.ct-menu-close .ct-icon-close {
    height: 30px;
    width: 30px
}

.ct-menu-close .ct-icon-close:before,
.ct-menu-close .ct-icon-close:after {
    background-color: #fff;
    width: 30px;
    top: 14px;
    height: 3px
}

.ct-close:hover .ct-icon-close:before,
.ct-modal-close:hover .ct-icon-close:before,
.ct-menu-close:hover .ct-icon-close:before,
.ct-close:hover .ct-icon-close:after,
.ct-modal-close:hover .ct-icon-close:after,
.ct-menu-close:hover .ct-icon-close:after {
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
}

.gradient-gray {
    background-image: -webkit-linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0 100%);
    background-image: -moz-linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0 100%);
    background-image: -ms-linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0 100%);
    background-image: -o-linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0 100%);
    background-image: linear-gradient(90deg, #c0c1c0 0%, #fff 50%, #c0c1c0 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='')
}

.gradient-dark {
    background-image: -webkit-linear-gradient(90deg, #0e0e0e 0%, #555 50%, #0e0e0e 100%);
    background-image: -moz-linear-gradient(90deg, #0e0e0e 0%, #555 50%, #0e0e0e 100%);
    background-image: -ms-linear-gradient(90deg, #0e0e0e 0%, #555 50%, #0e0e0e 100%);
    background-image: -o-linear-gradient(90deg, #0e0e0e 0%, #555 50%, #0e0e0e 100%);
    background-image: linear-gradient(90deg, #0e0e0e 0%, #555 50%, #0e0e0e 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='')
}

.bg-gradient,
.ct-slick-carousel .slick-arrow:after,
.ct-title1.style2 h3 i,
.ct-tabs--layout1.style1 .ct-tabs-title .ct-tab-title:before,
.ct-history1 .ct-history--start,
.ct-history1 .ct-history--item:after,
.ct-widget-cart-sidebar .ct-close,
.woocommerce span.onsale,
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers:after,
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li a:after {
    background-color: #d1651a;
    background-image: -webkit-gradient(linear, left top, right top, from(#d1651a), to(#c1282a));
    background-image: -webkit-linear-gradient(left, #d1651a, #c1282a);
    background-image: -moz-linear-gradient(left, #d1651a, #c1282a);
    background-image: -ms-linear-gradient(left, #d1651a, #c1282a);
    background-image: -o-linear-gradient(left, #d1651a, #c1282a);
    background-image: linear-gradient(left, #d1651a, #c1282a);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#d1651a', endColorStr='#c1282a', gradientType='1')
}

.bg-gradient2 {
    background-color: #f58220;
    background-image: -webkit-gradient(linear, left top, right top, from(#f58220), to(#cc650d));
    background-image: -webkit-linear-gradient(left, #f58220, #cc650d);
    background-image: -moz-linear-gradient(left, #f58220, #cc650d);
    background-image: -ms-linear-gradient(left, #f58220, #cc650d);
    background-image: -o-linear-gradient(left, #f58220, #cc650d);
    background-image: linear-gradient(left, #f58220, #cc650d);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#f58220', endColorStr='#cc650d', gradientType='1')
}

.bg-gradient4 {
    background-color: #f700e3;
    background-image: -webkit-gradient(linear, left top, right top, from(#f700e3), to(#701ad1));
    background-image: -webkit-linear-gradient(left, #f700e3, #701ad1);
    background-image: -moz-linear-gradient(left, #f700e3, #701ad1);
    background-image: -ms-linear-gradient(left, #f700e3, #701ad1);
    background-image: -o-linear-gradient(left, #f700e3, #701ad1);
    background-image: linear-gradient(left, #f700e3, #701ad1);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#f700e3', endColorStr='#701ad1', gradientType='1')
}

.el-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.text-gradient,
blockquote cite,
.ct-header-popup-wrap .ct-header-meta .h-item-icon,
.post-previous-next a span:nth-child(1),
.comment-content:hover .comment-date,
.ct-list.style1 .ct-list-icon i,
.ct-contact-info1.style2 .ct-contact-icon i,
.ct-fancy-box-layout1.style3 .item--icon i,
.ct-fancy-box-layout1.style4 .item--icon i,
.ct-fancy-box-layout2 .item--icon i,
.ct-fancy-box-layout5 .item--icon i,
.ct-fancy-box-layout5 .item--list i,
.ct-service-grid4 .item--title i,
.ct-service-carousel3 .item--icon i,
.ct-download .item--download a i,
.ct-blog-grid-layout1 .entry-readmore a,
.ct-blog-carousel-layout1 .entry-readmore a,
.ct-blog-grid-layout2 .entry-readmore a,
.ct-counter-layout2 .ct-counter-icon i,
.ct-counter-layout3 .ct-counter-number .ct-counter-number-prefix,
.ct-counter-layout3 .ct-counter-number .ct-counter-number-suffix,
.ct-process1.style1 .ct-process-button a,
.widget_products .amount,
.woocommerce ul.products li.product .price .amount,
.woocommerce ul.products li.product .price ins,
.single-product #primary div.product .entry-summary .price ins,
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__published-date,
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .price ins,
.text-gradient2,
.ct-text-gradient .elementor-text-editor,
.elementor-icon i {
    background-color: #d1651a;
    background-image: -webkit-gradient(linear, left top, right top, from(#d1651a), to(#c1282a));
    background-image: -webkit-linear-gradient(left, #d1651a, #c1282a);
    background-image: -moz-linear-gradient(left, #d1651a, #c1282a);
    background-image: -ms-linear-gradient(left, #d1651a, #c1282a);
    background-image: -o-linear-gradient(left, #d1651a, #c1282a);
    background-image: linear-gradient(left, #d1651a, #c1282a);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#d1651a', endColorStr='#c1282a', gradientType='1');
    background-color: transparent;
    background-clip: text;
    -o-background-clip: text;
    -ms-background-clip: text;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -o-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent
}

.ct-text-gradient .elementor-text-editor,
.ct-text-gradient2 .elementor-text-editor {
    display: inline-block
}

.text-gradient2 {
    background-color: #f58220;
    background-image: -webkit-gradient(linear, left top, right top, from(#f58220), to(#cc650d));
    background-image: -webkit-linear-gradient(left, #f58220, #cc650d);
    background-image: -moz-linear-gradient(left, #f58220, #cc650d);
    background-image: -ms-linear-gradient(left, #f58220, #cc650d);
    background-image: -o-linear-gradient(left, #f58220, #cc650d);
    background-image: linear-gradient(left, #f58220, #cc650d);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#f58220', endColorStr='#cc650d', gradientType='1')
}

.ct-text-gradient .elementor-text-editor {
    display: inline-block
}

.elementor-widget-wrap>.elementor-element.el-inline {
    width: auto;
    display: inline-block;
    float: left
}

.ct-arrow-left,
.ct-arrow-right {
    display: inline-block;
    width: 25px;
    height: 13px;
    position: relative;
    font-style: normal
}

.ct-arrow-left:before,
.ct-arrow-right:before {
    content: '\f054';
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #0e0e0e;
    font-weight: 400;
    font-size: 14px
}

.ct-arrow-left:after,
.ct-arrow-right:after {
    content: '';
    background-color: #0e0e0e;
    width: 23px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.ct-arrow-left.arrow-white:before,
.ct-arrow-right.arrow-white:before {
    color: #fff
}

.ct-arrow-left.arrow-white:after,
.ct-arrow-right.arrow-white:after {
    background-color: #fff
}

.bg-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.screen-reader-text {
    display: none
}

#content[tabindex="-1"]:focus {
    outline: 0
}

.bg-overlay {
    position: relative
}

.bg-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: inherit;
    display: block
}

.el-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.bg-primary {
    background-color: #c1282a !important
}

.site-overlay {
    position: fixed;
    z-index: -1;
    background-color: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .25s cubic-bezier(.39, .575, .565, 1) 0s;
    -khtml-transition: all .25s cubic-bezier(.39, .575, .565, 1) 0s;
    -moz-transition: all .25s cubic-bezier(.39, .575, .565, 1) 0s;
    -ms-transition: all .25s cubic-bezier(.39, .575, .565, 1) 0s;
    -o-transition: all .25s cubic-bezier(.39, .575, .565, 1) 0s;
    transition: all .25s cubic-bezier(.39, .575, .565, 1) 0s;
    cursor: url(../images/pointer.png), auto
}

.site-overlay.open {
    z-index: 9990;
    opacity: 1;
    visibility: visible
}

.row-visible {
    overflow: visible !important
}

.ct-icon-plus {
    height: 10px;
    width: 10px;
    position: relative;
    display: inline-block
}

.ct-icon-plus:before,
.ct-icon-plus:after {
    content: "";
    background-color: #c1282a;
    position: absolute;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms
}

.ct-icon-plus:before {
    width: 100%;
    height: 2px;
    top: 4px;
    left: 0
}

.ct-icon-plus:after {
    width: 2px;
    height: 100%;
    left: 4px;
    top: 0
}

.overlay-gradient {
    position: relative;
    overflow: hidden;
    display: block
}

.overlay-gradient:before,
.overlay-gradient:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms
}

.overlay-gradient:before {
    z-index: 2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0e0e0e), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, #0e0e0e, rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(bottom, #0e0e0e, rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(bottom, #0e0e0e, rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, #0e0e0e, rgba(0, 0, 0, 0));
    background-image: linear-gradient(bottom, #0e0e0e, rgba(0, 0, 0, 0));
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#0e0e0e', endColorStr='rgba(0, 0, 0, 0)')
}

.overlay-gradient:after {
    background-color: #0e0e0e;
    opacity: .3;
    z-index: 1
}

.inline-block {
    display: inline-block;
    vertical-align: middle
}

.text-right,
.align-right {
    text-align: right
}

.text-left,
.align-left {
    text-align: left
}

.text-center,
.align-center {
    text-align: center
}

.align-justified {
    width: 100%
}

@media screen and (min-width:992px) {
    .text-left-lg {
        text-align: left !important
    }
    .text-right-lg {
        text-align: right !important
    }
    .text-center-lg {
        text-align: center !important
    }
}

@media screen and (max-width:1199px) {
    .align-center-md {
        text-align: center
    }
    .align-left-md {
        text-align: left
    }
    .align-right-md {
        text-align: right
    }
    .align-justified-md {
        width: 100%
    }
}

@media screen and (max-width:991px) {
    .text-center-md {
        text-align: center !important
    }
    .text-left-md {
        text-align: left !important
    }
    .text-right-md {
        text-align: right !important
    }
    .align-center-sm {
        text-align: center
    }
    .align-left-sm {
        text-align: left
    }
    .align-right-sm {
        text-align: right
    }
    .align-justified-sm {
        width: 100%
    }
}

@media screen and (max-width:767px) {
    .order1 {
        order: 1
    }
    .order2 {
        order: 2
    }
    .order3 {
        order: 3
    }
    .text-center-sm {
        text-align: center !important
    }
    .text-left-sm {
        text-align: left !important
    }
    .text-right-sm {
        text-align: right !important
    }
    .align-center-xs {
        text-align: center
    }
    .align-left-xs {
        text-align: left
    }
    .align-right-xs {
        text-align: right
    }
    .align-justified-xs {
        width: 100%
    }
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: inherit;
    opacity: 1;
    text-overflow: ellipsis
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
    text-overflow: ellipsis
}

input::-o-placeholder,
textarea::-o-placeholder {
    color: inherit;
    opacity: 1;
    text-overflow: ellipsis
}

input::-ms-placeholder,
textarea::-ms-placeholder {
    color: inherit;
    opacity: 1;
    text-overflow: ellipsis
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=tel],
input[type=number],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select,
.nice-select {
    background-color: #fff;
    border: 1px solid #d8d8d8;
    color: #9b9b9b;
    padding: 6px 22px;
    line-height: normal;
    font-size: 15px;
    font-weight: 400;
    height: 51px;
    -webkit-transition: all .2s linear 0ms;
    -khtml-transition: all .2s linear 0ms;
    -moz-transition: all .2s linear 0ms;
    -ms-transition: all .2s linear 0ms;
    -o-transition: all .2s linear 0ms;
    transition: all .2s linear 0ms;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0;
    width: 100%;
    outline: none
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus,
select:focus,
.nice-select:focus {
    outline: 0;
    border-color: #c1282a
}

select {
    height: 60px
}

textarea {
    line-height: normal;
    padding-top: 18px;
    padding-bottom: 18px;
    height: 150px
}

.wpcf7-form .wpcf7-form-control-wrap {
    margin-bottom: 27px;
    display: block
}

.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    display: none
}

.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid {
    border-color: #f13c3c !important
}

.wpcf7-form .wpcf7-response-output {
    border: 1px solid #d8d8d8;
    padding: 10px 22px;
    margin: 20px 0 0;
    font-size: 13px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #398f14
}

.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
    color: #f13c3c
}

.wpcf7-form .ajax-loader {
    display: none !important
}

.wpcf7-form .wpcf7-menu {
    display: block
}

.wpcf7-form .wpcf7-menu select {
    background-color: transparent;
    -webkit-appearance: none;
    -khtml-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    z-index: 99
}

.wpcf7-form .wpcf7-menu select option {
    padding: 5px
}

.select2 .select2-selection--single {
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #e7e8e9;
    height: 47px
}

.select2 .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
    line-height: 47px
}

.select2 .select2-selection--single .select2-selection__arrow {
    right: 8px;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -khtml-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%)
}

form .select2-container--default {
    width: 100% !important
}

form .select2-container--default .select2-selection {
    border: 1px solid #e7e8e9;
    height: 47px
}

form .select2-container--default .select2-selection .select2-selection__rendered {
    line-height: 47px;
    padding-left: 15px
}

form .select2-container--default .select2-selection .select2-selection__arrow {
    right: 10px;
    top: 50%;
    color: #8f8f8f
}

form .select2-container--default .select2-selection .select2-selection__clear {
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 30px;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -khtml-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    width: 20px;
    color: #8f8f8f
}

form .select2-container--default .select2-selection .select2-selection__placeholder {
    color: rgba(55, 55, 55, .87)
}

.select2-container.select2-container--open .select2-dropdown {
    border-color: #e7e8e9
}

.select2-container.select2-container--open .select2-dropdown .select2-search__field {
    border: 1px solid #e7e8e9;
    padding-left: 15px;
    padding-right: 15px
}

.select2-container.select2-container--open .select2-results li.select2-results__option--highlighted {
    background-color: #c1282a
}

.nice-select {
    position: relative;
    padding-right: 40px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.nice-select:after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 15px;
    color: #9b9b9b;
    position: absolute;
    right: 23px;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -khtml-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%)
}

.nice-select span.current {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 37px
}

.nice-select .option {
    text-overflow: ellipsis;
    overflow: hidden
}

.nice-select .list {
    max-height: 250px;
    overflow: auto;
    background-color: #fff;
    padding: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .24);
    -khtml-box-shadow: 0 2px 4px rgba(0, 0, 0, .24);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, .24);
    -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, .24);
    -o-box-shadow: 0 2px 4px rgba(0, 0, 0, .24);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .24);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(.75) translateY(-21px);
    -ms-transform: scale(.75) translateY(-21px);
    transform: scale(.75) translateY(-21px);
    -webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    z-index: 9;
    color: inherit
}

.nice-select .list .selected {
    color: #222
}

.nice-select .list .option {
    font-size: 14px;
    cursor: pointer;
    line-height: normal;
    list-style: none;
    outline: none;
    padding: 8px 24px;
    -webkit-transition: all .2s;
    -khtml-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.nice-select .list .option.selected {
    font-weight: 700
}

.nice-select .list .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default
}

.nice-select .list .option:hover,
.nice-select .list .option:focus {
    background-color: #f3f3f4
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important
}

.nice-select.open .list {
    padding: 5px;
    min-width: 185px;
    overflow: auto;
    width: 100%;
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none
}

.nice-select.disabled:after {
    border-color: #ccc
}

.nice-select.wide {
    width: 100%
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important
}

.nice-select.right {
    float: right
}

.nice-select.right .list {
    left: auto;
    right: 0
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px
}

.nice-select.small:after {
    height: 4px;
    width: 4px
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px
}

.no-csspointerevents .nice-select .list {
    display: none
}

.no-csspointerevents .nice-select.open .list {
    display: block
}

#ui-datepicker-div {
    background-color: #fff;
    padding: 22px;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -khtml-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    position: absolute;
    top: -9999px;
    min-width: 300px;
    z-index: 10001 !important
}

#ui-datepicker-div .ui-datepicker-header {
    position: relative
}

#ui-datepicker-div .ui-datepicker-header .ui-corner-all {
    display: block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    padding: 0
}

#ui-datepicker-div .ui-datepicker-header .ui-corner-all:before {
    content: "\f104";
    color: #040e24;
    font-family: FontAwesome;
    font-size: 16px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

#ui-datepicker-div .ui-datepicker-header .ui-corner-all:hover:before {
    color: #c1282a
}

#ui-datepicker-div .ui-datepicker-header .ui-corner-all span {
    display: none
}

#ui-datepicker-div .ui-datepicker-header .ui-corner-all.ui-datepicker-prev {
    left: 0
}

#ui-datepicker-div .ui-datepicker-header .ui-corner-all.ui-datepicker-next {
    right: 0
}

#ui-datepicker-div .ui-datepicker-header .ui-corner-all.ui-datepicker-next:before {
    content: "\f105"
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
    min-height: 40px;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    color: #282828;
    font-family: 'Poppins', sans-serif
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}

#ui-datepicker-div .ui-datepicker-calendar {
    margin: 0;
    width: 100%
}

#ui-datepicker-div .ui-datepicker-calendar th {
    text-align: center
}

#ui-datepicker-div .ui-datepicker-calendar td {
    text-align: center;
    padding: 6px;
    color: rgba(0, 0, 0, .6)
}

#ui-datepicker-div .ui-datepicker-calendar td.ui-state-disabled {
    color: rgba(0, 0, 0, .2)
}

#ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-today a {
    color: #c1282a
}

#ui-datepicker-div .ui-datepicker-calendar td a {
    color: #999
}

#ui-datepicker-div .ui-datepicker-calendar td a:hover {
    color: #c1282a
}

.btn,
button,
.button,
input[type=submit] {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    padding: 0 34px;
    line-height: 51px;
    -webkit-transition: all .2s linear 0ms;
    -khtml-transition: all .2s linear 0ms;
    -moz-transition: all .2s linear 0ms;
    -ms-transition: all .2s linear 0ms;
    -o-transition: all .2s linear 0ms;
    transition: all .2s linear 0ms;
    font-family: 'Poppins', sans-serif;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 8px 10px rgba(12, 12, 12, .1);
    -khtml-box-shadow: 0 8px 10px rgba(12, 12, 12, .1);
    -moz-box-shadow: 0 8px 10px rgba(12, 12, 12, .1);
    -ms-box-shadow: 0 8px 10px rgba(12, 12, 12, .1);
    -o-box-shadow: 0 8px 10px rgba(12, 12, 12, .1);
    box-shadow: 0 8px 10px rgba(12, 12, 12, .1);
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border: none;
    background-image: -webkit-linear-gradient(90deg, #d1651a 0%, #c1282a 50%, #d1651a);
    background-image: -moz-linear-gradient(90deg, #d1651a 0%, #c1282a 50%, #d1651a);
    background-image: -ms-linear-gradient(90deg, #d1651a 0%, #c1282a 50%, #d1651a);
    background-image: -o-linear-gradient(90deg, #d1651a 0%, #c1282a 50%, #d1651a);
    background-image: linear-gradient(90deg, #d1651a 0%, #c1282a 50%, #d1651a);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
    background-size: 300%, 1px;
    background-position: 0
}

.btn:hover,
button:hover,
.button:hover,
input[type=submit]:hover,
.btn:focus,
button:focus,
.button:focus,
input[type=submit]:focus,
.btn:active,
button:active,
.button:active,
input[type=submit]:active,
.btn:not([disabled]):not(.disabled).active,
button:not([disabled]):not(.disabled).active,
.button:not([disabled]):not(.disabled).active,
input[type=submit]:not([disabled]):not(.disabled).active,
.btn:not([disabled]):not(.disabled):active,
button:not([disabled]):not(.disabled):active,
.button:not([disabled]):not(.disabled):active,
input[type=submit]:not([disabled]):not(.disabled):active {
    outline: medium none;
    text-decoration: none;
    color: #fff;
    background-position: 100%
}

.elementor a.btn {
    -webkit-box-shadow: 0 7px 16px rgba(12, 12, 12, .22);
    -khtml-box-shadow: 0 7px 16px rgba(12, 12, 12, .22);
    -moz-box-shadow: 0 7px 16px rgba(12, 12, 12, .22);
    -ms-box-shadow: 0 7px 16px rgba(12, 12, 12, .22);
    -o-box-shadow: 0 7px 16px rgba(12, 12, 12, .22);
    box-shadow: 0 7px 16px rgba(12, 12, 12, .22)
}

.btn i {
    margin-left: 8px
}

.btn i.space-right {
    margin-left: 0;
    margin-right: 8px
}

.btn i.fac-rotate {
    -webkit-transform: scaleX(-1);
    -khtml-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1)
}

.btn .ct-align-icon-left i {
    margin-left: 0;
    margin-right: 8px
}

.btn .ct-align-icon-right {
    float: right
}

@media screen and (min-width:768px) {
    .btn.btn-padding-big {
        padding-left: 165px;
        padding-right: 165px
    }
}

.btn.btn-block {
    display: block
}

.btn.btn-secondary {
    background-color: transparent;
    background-image: none;
    font-size: 16px;
    line-height: 55px;
    padding: 0 42px;
    z-index: 1;
    overflow: hidden
}

.btn.btn-secondary:before,
.btn.btn-secondary:after {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
    -webkit-transition: all .2s linear 0ms;
    -khtml-transition: all .2s linear 0ms;
    -moz-transition: all .2s linear 0ms;
    -ms-transition: all .2s linear 0ms;
    -o-transition: all .2s linear 0ms;
    transition: all .2s linear 0ms;
    background-color: #0e0e0e
}

.btn.btn-secondary:after {
    background-color: #d1651a;
    background-image: -webkit-gradient(linear, left top, right top, from(#d1651a), to(#c1282a));
    background-image: -webkit-linear-gradient(left, #d1651a, #c1282a);
    background-image: -moz-linear-gradient(left, #d1651a, #c1282a);
    background-image: -ms-linear-gradient(left, #d1651a, #c1282a);
    background-image: -o-linear-gradient(left, #d1651a, #c1282a);
    background-image: linear-gradient(left, #d1651a, #c1282a);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#d1651a', endColorStr='#c1282a', gradientType='1');
    -webkit-transform: scaleY(0);
    -khtml-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0)
}

.btn.btn-secondary:hover:before {
    opacity: 0
}

.btn.btn-secondary:hover:after {
    -webkit-transform: scaleY(1);
    -khtml-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1)
}

.btn.btn-round {
    -webkit-border-radius: 60px;
    -khtml-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    line-height: 57px;
    padding: 0 46px;
    -webkit-box-shadow: none !important;
    -khtml-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important
}

.btn.btn-round2 {
    -webkit-border-radius: 60px;
    -khtml-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    line-height: 56px;
    padding: 0 34px;
    -webkit-box-shadow: none !important;
    -khtml-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
    background-image: none !important;
    background-color: #4b58ff
}

.btn.btn-round2:hover,
.btn.btn-round2:focus {
    background-color: #00c7d4
}

.btn.btn-team {
    color: #383838;
    font-size: 14px;
    font-weight: 600;
    line-height: 33px;
    padding: 0 26px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none !important;
    -khtml-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
    background-image: none !important;
    z-index: 1
}

.btn.btn-team:before,
.btn.btn-team:after {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
    -webkit-transition: all .2s linear 0ms;
    -khtml-transition: all .2s linear 0ms;
    -moz-transition: all .2s linear 0ms;
    -ms-transition: all .2s linear 0ms;
    -o-transition: all .2s linear 0ms;
    transition: all .2s linear 0ms;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.btn.btn-team:before {
    background-color: #eef2fb
}

.btn.btn-team:after {
    opacity: 0;
    background-image: -webkit-linear-gradient(90deg, #f58220 0%, #cc650d 50%, #f58220);
    background-image: -moz-linear-gradient(90deg, #f58220 0%, #cc650d 50%, #f58220);
    background-image: -ms-linear-gradient(90deg, #f58220 0%, #cc650d 50%, #f58220);
    background-image: -o-linear-gradient(90deg, #f58220 0%, #cc650d 50%, #f58220);
    background-image: linear-gradient(90deg, #f58220 0%, #cc650d 50%, #f58220);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
    background-size: 300%, 1px;
    background-position: 0
}

.btn.btn-team:hover {
    color: #fff
}

.btn.btn-team:hover:before {
    opacity: 0
}

.btn.btn-team:hover:after {
    opacity: 1
}

.btn.text-white {
    background-color: transparent;
    background-image: none !important;
    padding: 0;
    line-height: normal;
    -webkit-box-shadow: none !important;
    -khtml-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important
}

.btn.text-white:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, .85);
    position: absolute;
    bottom: -8px;
    left: 0;
    opacity: 0;
    -webkit-transition: all .2s linear 0ms;
    -khtml-transition: all .2s linear 0ms;
    -moz-transition: all .2s linear 0ms;
    -ms-transition: all .2s linear 0ms;
    -o-transition: all .2s linear 0ms;
    transition: all .2s linear 0ms
}

.btn.text-white:hover:before {
    opacity: 1;
    bottom: 0
}

.btn.btn-white {
    background-color: transparent;
    background-image: none !important;
    color: #000;
    position: relative;
    z-index: 1
}

.btn.btn-white:before,
.btn.btn-white:after {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
    -webkit-transition: all .2s linear 0ms;
    -khtml-transition: all .2s linear 0ms;
    -moz-transition: all .2s linear 0ms;
    -ms-transition: all .2s linear 0ms;
    -o-transition: all .2s linear 0ms;
    transition: all .2s linear 0ms;
    -webkit-border-radius: 74px;
    -khtml-border-radius: 74px;
    -moz-border-radius: 74px;
    -ms-border-radius: 74px;
    -o-border-radius: 74px;
    border-radius: 74px
}

.btn.btn-white:before {
    background-color: #fff
}

.btn.btn-white:after {
    opacity: 0;
    background-image: -webkit-linear-gradient(90deg, #d1651a 0%, #c1282a 50%, #d1651a);
    background-image: -moz-linear-gradient(90deg, #d1651a 0%, #c1282a 50%, #d1651a);
    background-image: -ms-linear-gradient(90deg, #d1651a 0%, #c1282a 50%, #d1651a);
    background-image: -o-linear-gradient(90deg, #d1651a 0%, #c1282a 50%, #d1651a);
    background-image: linear-gradient(90deg, #d1651a 0%, #c1282a 50%, #d1651a);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
    background-size: 300%, 1px;
    background-position: 0
}

.btn.btn-white:hover {
    color: #fff
}

.btn.btn-white:hover:before {
    opacity: 0
}

.btn.btn-white:hover:after {
    opacity: 1
}

.btn-text {
    background-image: -webkit-linear-gradient(90deg, #0e0e0e 0%, #606060 50%, #0e0e0e);
    background-image: -moz-linear-gradient(90deg, #0e0e0e 0%, #606060 50%, #0e0e0e);
    background-image: -ms-linear-gradient(90deg, #0e0e0e 0%, #606060 50%, #0e0e0e);
    background-image: -o-linear-gradient(90deg, #0e0e0e 0%, #606060 50%, #0e0e0e);
    background-image: linear-gradient(90deg, #0e0e0e 0%, #606060 50%, #0e0e0e);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
    font-size: 14px;
    line-height: 24px;
    font-weight: 700
}

.btn-text i {
    margin-right: 4px;
    display: initial
}

.btn-text span {
    display: initial;
    border-bottom: 1px solid #0e0e0e;
    line-height: 20px
}

.btn-text:hover {
    background-color: #d1651a;
    background-image: -webkit-gradient(linear, left top, right top, from(#d1651a), to(#c1282a));
    background-image: -webkit-linear-gradient(left, #d1651a, #c1282a);
    background-image: -moz-linear-gradient(left, #d1651a, #c1282a);
    background-image: -ms-linear-gradient(left, #d1651a, #c1282a);
    background-image: -o-linear-gradient(left, #d1651a, #c1282a);
    background-image: linear-gradient(left, #d1651a, #c1282a);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#d1651a', endColorStr='#c1282a', gradientType='1')
}

.btn-text:hover span {
    border-color: #d1651a
}

.btn-landing .btn.btn-default {
    font-size: 18px;
    font-weight: 600;
    line-height: 74px;
    padding: 0 66px;
    -webkit-border-radius: 74px;
    -khtml-border-radius: 74px;
    -moz-border-radius: 74px;
    -ms-border-radius: 74px;
    -o-border-radius: 74px;
    border-radius: 74px;
    -webkit-box-shadow: 0 5px 4px rgba(0, 0, 0, .08) inset;
    -khtml-box-shadow: 0 5px 4px rgba(0, 0, 0, .08) inset;
    -moz-box-shadow: 0 5px 4px rgba(0, 0, 0, .08) inset;
    -ms-box-shadow: 0 5px 4px rgba(0, 0, 0, .08) inset;
    -o-box-shadow: 0 5px 4px rgba(0, 0, 0, .08) inset;
    box-shadow: 0 5px 4px rgba(0, 0, 0, .08) inset
}

@media screen and (max-width:767px) {
    .btn-landing .btn.btn-default {
        line-height: 60px;
        padding: 0 46px;
        font-size: 16px
    }
}

.btn-landing .btn.btn-white {
    font-size: 18px;
    font-weight: 600;
    line-height: 74px;
    padding: 0 66px;
    -webkit-border-radius: 74px;
    -khtml-border-radius: 74px;
    -moz-border-radius: 74px;
    -ms-border-radius: 74px;
    -o-border-radius: 74px;
    border-radius: 74px
}

.btn-landing .btn.btn-white:before {
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .52) inset;
    -khtml-box-shadow: 0 4px 8px rgba(0, 0, 0, .52) inset;
    -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, .52) inset;
    -ms-box-shadow: 0 4px 8px rgba(0, 0, 0, .52) inset;
    -o-box-shadow: 0 4px 8px rgba(0, 0, 0, .52) inset;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .52) inset
}

@media screen and (max-width:767px) {
    .btn-landing .btn.btn-white {
        line-height: 60px;
        padding: 0 46px;
        font-size: 16px
    }
}

#ct-header-wrap {
    position: relative;
    z-index: 999
}

#ct-header-wrap .row {
    align-items: center
}

#ct-header-wrap .ct-header-branding {
    margin: 15px;
    position: relative;
    flex-grow: 1;
    opacity: 1
}

#ct-header-wrap .ct-header-branding img {
    max-height: 60px;
    max-width: inherit;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms
}

#ct-header-wrap .ct-header-branding .logo-light,
#ct-header-wrap .ct-header-branding .logo-mobile {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    -khtml-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    opacity: 0
}

#ct-header-wrap #ct-header {
    -webkit-transition: all .3s cubic-bezier(.39, .575, .565, 1) 0s;
    -khtml-transition: all .3s cubic-bezier(.39, .575, .565, 1) 0s;
    -moz-transition: all .3s cubic-bezier(.39, .575, .565, 1) 0s;
    -ms-transition: all .3s cubic-bezier(.39, .575, .565, 1) 0s;
    -o-transition: all .3s cubic-bezier(.39, .575, .565, 1) 0s;
    transition: all .3s cubic-bezier(.39, .575, .565, 1) 0s
}

#ct-header-wrap #ct-header.h-fixed {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .05);
    -khtml-box-shadow: 0 3px 6px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .05);
    -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, .05);
    -o-box-shadow: 0 3px 6px rgba(0, 0, 0, .05);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .05);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    -webkit-animation: .95s ease 0s normal forwards 1 running headerSlideDown;
    -khtml-animation: .95s ease 0s normal forwards 1 running headerSlideDown;
    -moz-animation: .95s ease 0s normal forwards 1 running headerSlideDown;
    -ms-animation: .95s ease 0s normal forwards 1 running headerSlideDown;
    -o-animation: .95s ease 0s normal forwards 1 running headerSlideDown;
    animation: .95s ease 0s normal forwards 1 running headerSlideDown
}

#ct-header-wrap #ct-header.h-fixed .ct-header-branding {
    margin-top: 10px;
    margin-bottom: 10px
}

#ct-header-wrap #ct-header.h-fixed .ct-header-branding img {
    max-height: 50px
}

#ct-header-wrap #ct-header.h-fixed .ct-header-branding .logo-light {
    opacity: 0
}

#ct-header-wrap #ct-header.h-fixed .ct-header-branding .logo-dark {
    opacity: 1
}

#ct-header-wrap #ct-header-top .row {
    align-items: center
}

#ct-header-wrap #ct-header-top .row>div {
    padding: 0 15px
}

#ct-header-wrap #ct-header-top .fac-phone {
    -webkit-transform: scaleX(-1);
    -khtml-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1)
}

#ct-header-wrap #ct-header-top.ct-header-top1 {
    background-color: #383838;
    padding: 11px 0;
    color: #fff;
    font-size: 14px;
    line-height: 24px
}

#ct-header-wrap #ct-header-top.ct-header-top1 .ct-header-wellcome {
    flex-grow: 1;
    font-family: 'Poppins', sans-serif
}

#ct-header-wrap #ct-header-top.ct-header-top1 .ct-header-wellcome span {
    color: #c1282a
}

#ct-header-wrap #ct-header-top.ct-header-top1 .ct-header-social a {
    display: inline-block
}

#ct-header-wrap #ct-header-top.ct-header-top1 .ct-header-social a+a {
    margin-left: 10px
}

#ct-header-wrap #ct-header-top.ct-header-top1 .ct-header-social a:hover {
    -webkit-transform: translateY(-5px);
    -khtml-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px)
}

#ct-header-wrap #ct-header-top.ct-header-top1 .ct-header-social i {
    background-color: #fff;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    width: 25px;
    height: 25px;
    line-height: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    color: #c1282a;
    text-align: center
}

#ct-header-wrap #ct-header-top.ct-header-top1 .ct-header-social i.fac-facebook-f {
    color: #3b5999
}

#ct-header-wrap #ct-header-top.ct-header-top1 .ct-header-social i.fac-twitter {
    color: #55acee
}

#ct-header-wrap #ct-header-top.ct-header-top1 .ct-header-social i.fac-linkedin-in {
    color: #0077b5
}

#ct-header-wrap #ct-header-top.ct-header-top1 .ct-header-social i.fac-pinterest {
    color: #bd081c
}

#ct-header-wrap #ct-header-top.ct-header-top2 {
    background-color: #383640;
    font-size: 14px;
    line-height: 24px;
    color: #fafafa;
    padding: 15px 0
}

#ct-header-wrap #ct-header-top.ct-header-top2 .ct-header-social {
    flex-grow: 1
}

#ct-header-wrap #ct-header-top.ct-header-top2 .ct-header-social a {
    color: #fff;
    margin-right: 20px;
    display: inline-block
}

#ct-header-wrap #ct-header-top.ct-header-top2 .ct-header-social a:hover {
    -webkit-transform: translateY(-10px);
    -khtml-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    color: #4b58ff
}

#ct-header-wrap #ct-header-top.ct-header-top2 .ct-header-holder {
    margin: 0 15px;
    list-style: none
}

#ct-header-wrap #ct-header-top.ct-header-top2 .ct-header-holder li {
    margin-left: 40px
}

#ct-header-wrap #ct-header-top.ct-header-top2 .ct-header-holder li i {
    margin-right: 8px;
    color: #4b58ff
}

#ct-header-wrap #ct-header-middle {
    padding: 10px 0
}

#ct-header-wrap .ct-header-holder {
    margin: 15px;
    display: flex;
    font-family: 'Poppins', sans-serif
}

#ct-header-wrap .ct-header-holder .ct-header-call,
#ct-header-wrap .ct-header-holder .ct-header-address {
    display: flex;
    flex-wrap: nowrap;
    align-items: center
}

#ct-header-wrap .ct-header-holder .ct-header-call i,
#ct-header-wrap .ct-header-holder .ct-header-address i {
    font-size: 33px;
    margin-right: 12px
}

#ct-header-wrap .ct-header-holder .ct-header-call .h-item-icon,
#ct-header-wrap .ct-header-holder .ct-header-address .h-item-icon {
    line-height: 1
}

#ct-header-wrap .ct-header-holder .ct-header-call .h-item-meta,
#ct-header-wrap .ct-header-holder .ct-header-address .h-item-meta {
    font-size: 15px;
    color: #1a1a1a
}

#ct-header-wrap .ct-header-holder .ct-header-call .h-item-meta label,
#ct-header-wrap .ct-header-holder .ct-header-address .h-item-meta label {
    line-height: 20px;
    font-weight: 600
}

#ct-header-wrap .ct-header-holder .ct-header-call .h-item-meta span,
#ct-header-wrap .ct-header-holder .ct-header-address .h-item-meta span {
    display: block;
    line-height: 24px;
    font-weight: 300
}

#ct-header-wrap .ct-header-holder .ct-header-address {
    margin-left: 35px;
    padding-left: 35px;
    position: relative
}

#ct-header-wrap .ct-header-holder .ct-header-address:before {
    content: '';
    width: 1px;
    height: 38px;
    background-color: #bababa;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

#ct-header-wrap .ct-header-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 17px
}

#ct-header-wrap .ct-header-meta .header-right-item {
    font-size: 15px;
    color: #000;
    cursor: pointer;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms
}

#ct-header-wrap .ct-header-meta .header-right-item+.header-right-item {
    margin-left: 35px
}

#ct-header-wrap .ct-header-meta .header-right-item:hover {
    color: #c1282a
}

#ct-header-wrap .ct-header-meta .header-right-item.h-btn-sidebar {
    width: 32px;
    height: 16px;
    position: relative
}

#ct-header-wrap .ct-header-meta .header-right-item.h-btn-sidebar:before,
#ct-header-wrap .ct-header-meta .header-right-item.h-btn-sidebar:after,
#ct-header-wrap .ct-header-meta .header-right-item.h-btn-sidebar span {
    content: '';
    background-color: #000;
    position: absolute;
    right: 0;
    width: 32px;
    height: 2px;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms
}

#ct-header-wrap .ct-header-meta .header-right-item.h-btn-sidebar:before {
    top: 0
}

#ct-header-wrap .ct-header-meta .header-right-item.h-btn-sidebar:after {
    top: 7px
}

#ct-header-wrap .ct-header-meta .header-right-item.h-btn-sidebar span {
    width: 22px;
    top: 14px
}

#ct-header-wrap .ct-header-meta .header-right-item.h-btn-sidebar:hover span {
    width: 32px
}

#ct-header-wrap .ct-header-meta .header-right-item.h-btn-cart {
    position: relative
}

#ct-header-wrap .ct-header-meta .header-right-item.h-btn-cart .widget_cart_counter_header {
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    width: 16px;
    height: 16px;
    line-height: 16px;
    background-color: #c1282a;
    -webkit-border-radius: 16px;
    -khtml-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    position: absolute;
    top: -1px;
    right: -11px;
    opacity: 0;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms
}

#ct-header-wrap .ct-header-meta .header-right-item.h-btn-cart:hover .widget_cart_counter_header {
    opacity: 1
}

#ct-header-wrap .ct-header-button {
    margin-right: 15px
}

#ct-header-wrap .ct-header-button .btn {
    line-height: 73px;
    height: 73px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0;
    padding: 0 57px;
    font-size: 16px;
    font-weight: 600
}

#ct-header-wrap .ct-header-button .btn i {
    margin-left: 14px
}

@media screen and (min-width:1200px) {
    #ct-header-wrap .ct-header-navigation {
        margin: 0 15px;
        display: flex;
        align-items: center
    }
    #ct-header-wrap #ct-header.h-fixed .ct-header-navigation {
        justify-content: right
    }
    #ct-header-wrap #ct-header.h-fixed .ct-main-menu>li>a,
    #ct-header-wrap #ct-header.h-fixed .site-menu-right {
        line-height: 80px
    }
    #ct-header-wrap #ct-header.h-fixed .ct-header-right {
        height: 80px
    }
    #ct-header-wrap #ct-header.h-fixed .ct-header-right .ct-header-search:before {
        height: 80px
    }
    #ct-header-wrap.ct-header-layout1 {
        margin-bottom: -73px
    }
    #ct-header-wrap.ct-header-layout1 #ct-header-middle .ct-header-branding a:not(.logo-dark) {
        visibility: hidden
    }
    #ct-header-wrap.ct-header-layout1 .ct-header-navigation {
        flex-grow: 1
    }
    #ct-header-wrap.ct-header-layout1 .ct-header-navigation-bg {
        display: flex;
        flex-wrap: wrap
    }
    #ct-header-wrap.ct-header-layout1 .ct-main-menu>li:first-child {
        margin-left: 0
    }
    #ct-header-wrap.ct-header-layout1 .ct-header-main:not(.h-fixed) .ct-header-branding {
        display: none
    }
    #ct-header-wrap.ct-header-layout1 .ct-header-main:not(.h-fixed) .ct-header-navigation {
        margin-right: 10px
    }
    #ct-header-wrap.ct-header-layout1 .ct-header-main:not(.h-fixed) .ct-header-navigation-bg {
        background-color: #0e0e0e;
        padding: 0 30px 0 80px;
        flex-grow: 1
    }
    #ct-header-wrap.ct-header-layout1 .ct-header-main:not(.h-fixed) .ct-main-menu>li>a {
        color: #fff
    }
    #ct-header-wrap.ct-header-layout1 .ct-header-main:not(.h-fixed) .ct-header-meta .header-right-item {
        color: #fff
    }
    #ct-header-wrap.ct-header-layout1 .ct-header-main:not(.h-fixed) .ct-header-meta .header-right-item:hover {
        color: #c1282a
    }
    #ct-header-wrap.ct-header-layout1 .ct-header-main.h-fixed.ct-header-branding {
        display: block
    }
    #ct-header-wrap.ct-header-layout1 .ct-header-main.h-fixed .ct-header-button {
        margin-left: 21px
    }
    #ct-header-wrap.ct-header-layout1 .ct-header-main.h-fixed .ct-header-button .btn {
        line-height: 80px;
        height: 80px;
        padding: 0 37px
    }
    #ct-header-wrap.ct-header-layout1.is-full-header {
        margin-bottom: 0
    }
    #ct-header-wrap.ct-header-layout1.is-full-header .ct-header-main:not(.h-fixed) {
        background-color: #0e0e0e
    }
    #ct-header-wrap.ct-header-layout2 #ct-header .ct-main-menu .sub-menu li>a:hover,
    #ct-header-wrap.ct-header-layout2 #ct-header .ct-main-menu .sub-menu li.current_page_item>a,
    #ct-header-wrap.ct-header-layout2 #ct-header .ct-main-menu .sub-menu li.current-menu-item>a,
    #ct-header-wrap.ct-header-layout2 #ct-header .ct-main-menu .sub-menu li.current_page_ancestor>a,
    #ct-header-wrap.ct-header-layout2 #ct-header .ct-main-menu .sub-menu li.current-menu-ancestor>a {
        color: #cc650d
    }
    #ct-header-wrap.ct-header-layout2 #ct-header .ct-header-meta .header-right-item.h-btn-cart .widget_cart_counter_header {
        background-color: #cc650d
    }
    #ct-header-wrap.ct-header-layout2 #ct-header.h-fixed .ct-main-menu>li>a:before {
        height: 2px;
        background-color: #f58220;
        background-image: -webkit-gradient(linear, left top, right top, from(#f58220), to(#cc650d));
        background-image: -webkit-linear-gradient(left, #f58220, #cc650d);
        background-image: -moz-linear-gradient(left, #f58220, #cc650d);
        background-image: -ms-linear-gradient(left, #f58220, #cc650d);
        background-image: -o-linear-gradient(left, #f58220, #cc650d);
        background-image: linear-gradient(left, #f58220, #cc650d);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#f58220', endColorStr='#cc650d', gradientType='1')
    }
    #ct-header-wrap.ct-header-layout2 #ct-header.h-fixed .ct-main-menu li>a:hover,
    #ct-header-wrap.ct-header-layout2 #ct-header.h-fixed .ct-main-menu li.current_page_item>a,
    #ct-header-wrap.ct-header-layout2 #ct-header.h-fixed .ct-main-menu li.current-menu-item>a,
    #ct-header-wrap.ct-header-layout2 #ct-header.h-fixed .ct-main-menu li.current_page_ancestor>a,
    #ct-header-wrap.ct-header-layout2 #ct-header.h-fixed .ct-main-menu li.current-menu-ancestor>a {
        color: #cc650d
    }
    #ct-header-wrap.ct-header-layout2 #ct-header.h-fixed .ct-header-meta .header-right-item:hover {
        color: #cc650d
    }
    #ct-header-wrap.ct-header-layout2 #ct-header:not(.h-fixed) .row {
        align-items: inherit
    }
    #ct-header-wrap.ct-header-layout2 #ct-header:not(.h-fixed) .ct-header-branding {
        flex-grow: inherit;
        margin: 0 15px;
        display: flex;
        align-items: center;
        z-index: 1;
        padding-right: 20px
    }
    #ct-header-wrap.ct-header-layout2 #ct-header:not(.h-fixed) .ct-header-branding:before {
        content: '';
        height: 100%;
        width: 5000px;
        position: absolute;
        top: 0;
        right: -26px;
        z-index: -1;
        background-color: #fff;
        -webkit-transform: skew(-26deg);
        -khtml-transform: skew(-26deg);
        -moz-transform: skew(-26deg);
        -ms-transform: skew(-26deg);
        -o-transform: skew(-26deg);
        transform: skew(-26deg)
    }
    #ct-header-wrap.ct-header-layout2 #ct-header:not(.h-fixed) .ct-header-navigation {
        flex-grow: 1;
        justify-content: flex-end
    }
    #ct-header-wrap.ct-header-layout2 #ct-header:not(.h-fixed) .ct-header-meta .header-right-item.h-btn-sidebar:before,
    #ct-header-wrap.ct-header-layout2 #ct-header:not(.h-fixed) .ct-header-meta .header-right-item.h-btn-sidebar:after,
    #ct-header-wrap.ct-header-layout2 #ct-header:not(.h-fixed) .ct-header-meta .header-right-item.h-btn-sidebar span {
        background-color: #fff
    }
    #ct-header-wrap.ct-header-layout3 {
        background-color: #100800
    }
    #ct-header-wrap.ct-header-layout3 #ct-header {
        background-color: #100800
    }
    #ct-header-wrap.ct-header-layout3 #ct-header:before {
        content: '';
        width: 50%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #e4eaee
    }
    #ct-header-wrap.ct-header-layout3 #ct-header .ct-header-branding {
        z-index: 99
    }
    #ct-header-wrap.ct-header-layout3 #ct-header .ct-main-menu>li>a {
        color: #fff
    }
    #ct-header-wrap.ct-header-layout3 #ct-header .ct-main-menu>li>a:before {
        background-color: #5a3919;
        background-image: -webkit-gradient(linear, left top, right top, from(#5a3919), to(#b57b28));
        background-image: -webkit-linear-gradient(left, #5a3919, #b57b28);
        background-image: -moz-linear-gradient(left, #5a3919, #b57b28);
        background-image: -ms-linear-gradient(left, #5a3919, #b57b28);
        background-image: -o-linear-gradient(left, #5a3919, #b57b28);
        background-image: linear-gradient(left, #5a3919, #b57b28);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#5a3919', endColorStr='#b57b28', gradientType='1')
    }
    #ct-header-wrap.ct-header-layout3 #ct-header .ct-main-menu .sub-menu li>a:hover,
    #ct-header-wrap.ct-header-layout3 #ct-header .ct-main-menu .sub-menu li.current_page_item>a,
    #ct-header-wrap.ct-header-layout3 #ct-header .ct-main-menu .sub-menu li.current-menu-item>a,
    #ct-header-wrap.ct-header-layout3 #ct-header .ct-main-menu .sub-menu li.current_page_ancestor>a,
    #ct-header-wrap.ct-header-layout3 #ct-header .ct-main-menu .sub-menu li.current-menu-ancestor>a {
        color: #b57b28
    }
    #ct-header-wrap.ct-header-layout3 #ct-header .ct-header-meta .header-right-item {
        color: #fff
    }
    #ct-header-wrap.ct-header-layout3 #ct-header .ct-header-meta .header-right-item.h-btn-sidebar:before,
    #ct-header-wrap.ct-header-layout3 #ct-header .ct-header-meta .header-right-item.h-btn-sidebar:after,
    #ct-header-wrap.ct-header-layout3 #ct-header .ct-header-meta .header-right-item.h-btn-sidebar span {
        background-color: #fff
    }
    #ct-header-wrap.ct-header-layout3 #ct-header .ct-header-meta .header-right-item.h-btn-cart .widget_cart_counter_header {
        background-color: #b57b28
    }
    #ct-header-wrap.ct-header-layout3 #ct-header .ct-header-meta .header-right-item:hover {
        color: #b57b28
    }
    #ct-header-wrap.ct-header-layout3 #ct-header .ct-main-navigation-inner:before,
    #ct-header-wrap.ct-header-layout3 #ct-header .ct-main-navigation-inner:after {
        content: '';
        background: #000;
        position: absolute;
        left: 50%;
        top: 50%;
        height: 60px;
        width: 800px;
        margin-left: -400px;
        -webkit-transform: translate(-50%, -50%);
        -khtml-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
    #ct-header-wrap.ct-header-layout3 #ct-header .ct-main-navigation-inner:after {
        mix-blend-mode: difference;
        background: #e4eaee
    }
    #ct-header-wrap.ct-header-layout3 #ct-header .ct-main-navigation-inner .ct-main-navigation-filter {
        position: relative
    }
    #ct-header-wrap.ct-header-layout3 #ct-header .ct-main-navigation-inner .ct-main-menu {
        background: linear-gradient(to right, currentColor 0%, currentColor 100%);
        background-repeat: no-repeat;
        background-size: 0px 2px;
        background-position: center .8em
    }
    #ct-header-wrap.ct-header-layout3 #ct-header .ct-main-navigation-inner .ct-main-menu>li {
        margin: 0 23px
    }
    #ct-header-wrap.ct-header-layout3 #ct-header .ct-main-navigation-inner .ct-main-menu+.ct-main-menu {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 99
    }
    #ct-header-wrap.ct-header-layout3 #ct-header .ct-main-navigation-inner .ct-main-menu+.ct-main-menu>li>a:after,
    #ct-header-wrap.ct-header-layout3 #ct-header .ct-main-navigation-inner .ct-main-menu+.ct-main-menu>li>a span {
        opacity: 0
    }
    #ct-header-wrap.ct-header-layout3 #ct-header:not(.h-fixed) .ct-main-menu>li>a {
        line-height: 145px
    }
    #ct-header-wrap.header-trans .ct-header-main:not(.h-fixed) {
        position: absolute;
        top: 0;
        left: 0;
        right: 0
    }
    #ct-header-wrap.header-trans .ct-header-main:not(.h-fixed) .ct-main-menu>li>a {
        color: #fff;
        line-height: 85px
    }
    #ct-header-wrap.header-trans .ct-header-main:not(.h-fixed) .ct-main-menu>li>a:before {
        background-color: #fff;
        background-image: none;
        height: 2px
    }
    #ct-header-wrap.header-trans .ct-header-main:not(.h-fixed) .ct-header-meta .header-right-item {
        color: #fff
    }
    #ct-header-wrap.ct-header-layout5 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%
    }
    #ct-header-wrap.ct-header-layout5 .ct-header-branding {
        margin-top: 60px;
        margin-bottom: 60px;
        -webkit-transition: all .3s linear 0ms;
        -khtml-transition: all .3s linear 0ms;
        -moz-transition: all .3s linear 0ms;
        -ms-transition: all .3s linear 0ms;
        -o-transition: all .3s linear 0ms;
        transition: all .3s linear 0ms
    }
    #ct-header-wrap.ct-header-layout5 .h-fixed .ct-header-branding {
        line-height: 65px
    }
    #ct-header-wrap.ct-header-layout6 {
        background-color: #000
    }
    #ct-header-wrap.ct-header-layout6 #ct-main-menu-left-mobile {
        display: none
    }
    #ct-header-wrap.ct-header-layout6 .ct-header-navigation-left {
        flex-grow: 1
    }
    #ct-header-wrap.ct-header-layout6 .ct-header-navigation-left .ct-main-menu>li:first-child {
        margin-left: 0
    }
    #ct-header-wrap.ct-header-layout6 #ct-header {
        background-color: #000
    }
    #ct-header-wrap.ct-header-layout6 #ct-header>.container {
        position: relative
    }
    #ct-header-wrap.ct-header-layout6 #ct-header .ct-header-branding {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -khtml-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin: 0
    }
    #ct-header-wrap.ct-header-layout6 #ct-header .ct-header-branding .logo-dark {
        opacity: 0
    }
    #ct-header-wrap.ct-header-layout6 #ct-header .ct-header-branding .logo-light {
        opacity: 1
    }
    #ct-header-wrap.ct-header-layout6 #ct-header .ct-main-menu>li>a {
        line-height: 130px;
        color: #fff
    }
    #ct-header-wrap.ct-header-layout6 #ct-header .ct-main-menu>li>a:before {
        width: 12px;
        right: auto;
        bottom: auto;
        top: 50%;
        margin-top: 16px;
        height: 12px;
        border-radius: 12px;
        background-color: #4b58ff;
        background-image: none;
        right: auto;
        opacity: 0;
        -webkit-transition: all .3s linear 0ms;
        -khtml-transition: all .3s linear 0ms;
        -moz-transition: all .3s linear 0ms;
        -ms-transition: all .3s linear 0ms;
        -o-transition: all .3s linear 0ms;
        transition: all .3s linear 0ms;
        -webkit-transform: translateY(20px);
        -khtml-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px)
    }
    #ct-header-wrap.ct-header-layout6 #ct-header .ct-main-menu>li:hover>a:before,
    #ct-header-wrap.ct-header-layout6 #ct-header .ct-main-menu>li.current_page_item>a:before,
    #ct-header-wrap.ct-header-layout6 #ct-header .ct-main-menu>li.current-menu-item>a:before,
    #ct-header-wrap.ct-header-layout6 #ct-header .ct-main-menu>li.current_page_ancestor>a:before,
    #ct-header-wrap.ct-header-layout6 #ct-header .ct-main-menu>li.current-menu-ancestor>a:before {
        width: 12px;
        opacity: 1;
        -webkit-transform: translateY(0px);
        -khtml-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px)
    }
    #ct-header-wrap.ct-header-layout6 #ct-header .ct-main-menu>li .sub-menu li>a:hover,
    #ct-header-wrap.ct-header-layout6 #ct-header .ct-main-menu>li .sub-menu li.current_page_item>a,
    #ct-header-wrap.ct-header-layout6 #ct-header .ct-main-menu>li .sub-menu li.current-menu-item>a,
    #ct-header-wrap.ct-header-layout6 #ct-header .ct-main-menu>li .sub-menu li.current_page_ancestor>a,
    #ct-header-wrap.ct-header-layout6 #ct-header .ct-main-menu>li .sub-menu li.current-menu-ancestor>a {
        color: #4b58ff
    }
    #ct-header-wrap.ct-header-layout6 #ct-header .ct-header-meta .header-right-item {
        color: #fff
    }
    #ct-header-wrap.ct-header-layout6 #ct-header .ct-header-meta .header-right-item:hover {
        color: #4b58ff
    }
    #ct-header-wrap.ct-header-layout6 #ct-header .ct-header-meta .header-right-item.h-btn-cart .widget_cart_counter_header {
        background-color: #4b58ff
    }
    #ct-header-wrap.ct-header-layout6 #ct-header.h-fixed {
        background-color: #000
    }
    #ct-header-wrap.ct-header-layout6 #ct-header.h-fixed .ct-main-menu>li>a {
        line-height: 100px
    }
    #ct-header-wrap.ct-header-layout6 #ct-header.h-fixed .ct-header-branding {
        margin: 0
    }
    #ct-header-wrap.ct-header-layout6 #ct-header.h-fixed .ct-header-branding .logo-dark {
        opacity: 0
    }
    #ct-header-wrap.ct-header-layout6 #ct-header.h-fixed .ct-header-branding .logo-light {
        opacity: 1
    }
    #ct-header-wrap.ct-header-layout6 #ct-header.h-fixed .ct-header-navigation {
        justify-content: flex-start
    }
    .site-h4 #ct-header-wrap {
        height: 100%;
        overflow-y: scroll;
        overflow-x: hidden;
        margin-right: -20px;
        width: calc(100% + 20px);
        padding-right: 60px
    }
    .site-h4 #ct-header-wrap .ct-header-branding {
        margin: 0
    }
    .site-h4 #ct-header-wrap .ct-header-branding img {
        max-height: 55px
    }
    .site-h4 #ct-header-wrap .ct-header-navigation {
        margin: 43px 0 0 15px
    }
    .site-h4 #ct-header-wrap .ct-header-navigation .ct-main-menu li {
        margin: 0;
        display: block;
        width: 100%
    }
    .site-h4 #ct-header-wrap .ct-header-navigation .ct-main-menu li a:before {
        background-color: #f700e3;
        background-image: -webkit-gradient(linear, left top, right top, from(#f700e3), to(#701ad1));
        background-image: -webkit-linear-gradient(left, #f700e3, #701ad1);
        background-image: -moz-linear-gradient(left, #f700e3, #701ad1);
        background-image: -ms-linear-gradient(left, #f700e3, #701ad1);
        background-image: -o-linear-gradient(left, #f700e3, #701ad1);
        background-image: linear-gradient(left, #f700e3, #701ad1);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#f700e3', endColorStr='#701ad1', gradientType='1')
    }
    .site-h4 #ct-header-wrap .ct-header-navigation .ct-main-menu>li>a {
        margin-bottom: 22px;
        padding-bottom: 12px;
        display: inline-block;
        color: #0e0e0e;
        line-height: normal
    }
    .site-h4 #ct-header-wrap .ct-header-navigation .ct-main-menu>li.menu-item-has-children>a:after {
        display: none
    }
    .site-h4 #ct-header-wrap .ct-header-navigation .ct-main-menu .sub-menu {
        -webkit-border-radius: 0;
        -khtml-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        left: 100%;
        top: 0;
        position: static;
        clip: inherit;
        opacity: 1;
        visibility: visible;
        -webkit-transform: scaleY(1);
        -khtml-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
        box-shadow: none;
        padding-top: 0;
        padding-left: 10px;
        min-width: 100%;
        display: none;
        -webkit-transition: all 0ms linear 0ms;
        -khtml-transition: all 0ms linear 0ms;
        -moz-transition: all 0ms linear 0ms;
        -ms-transition: all 0ms linear 0ms;
        -o-transition: all 0ms linear 0ms;
        transition: all 0ms linear 0ms
    }
    .site-h4 #ct-header-wrap .ct-header-navigation .ct-main-menu .sub-menu li {
        padding: 0
    }
    .site-h4 #ct-header-wrap .ct-header-navigation .ct-main-menu .sub-menu li:hover>a,
    .site-h4 #ct-header-wrap .ct-header-navigation .ct-main-menu .sub-menu li.current_page_item>a,
    .site-h4 #ct-header-wrap .ct-header-navigation .ct-main-menu .sub-menu li.current-menu-item>a,
    .site-h4 #ct-header-wrap .ct-header-navigation .ct-main-menu .sub-menu li.current_page_ancestor>a,
    .site-h4 #ct-header-wrap .ct-header-navigation .ct-main-menu .sub-menu li.current-menu-ancestor>a {
        color: #f700e3
    }
    .site-h4 #ct-header-wrap .ct-header-navigation .ct-main-menu .sub-menu .menu-item-has-children>a:after {
        display: none
    }
    .site-h4 #ct-header-wrap .ct-header-navigation .ct-main-menu .sub-menu.submenu-open+.ct-menu-toggle:before {
        content: "\f068"
    }
    .site-h4 #ct-header-wrap .ct-header-navigation .ct-main-menu .ct-menu-toggle {
        display: block;
        position: absolute;
        width: 25px;
        height: 25px;
        top: 0;
        right: 0;
        line-height: 25px;
        text-align: center;
        cursor: pointer
    }
    .site-h4 #ct-header-wrap .ct-header-navigation .ct-main-menu .ct-menu-toggle:before {
        content: "\f067";
        font-size: 14px;
        -webkit-transition: all .2s linear 0ms;
        -khtml-transition: all .2s linear 0ms;
        -moz-transition: all .2s linear 0ms;
        -ms-transition: all .2s linear 0ms;
        -o-transition: all .2s linear 0ms;
        transition: all .2s linear 0ms
    }
    .site-h4 #ct-header-wrap .ct-header-navigation .ct-main-menu .ct-menu-toggle:hover {
        color: #f700e3
    }
    .site-h4 #ct-header-wrap .ct-header-navigation .ct-main-menu .ct-menu-toggle:hover:before {
        content: "\f068"
    }
    .site-h4 #ct-header-wrap .ct-header-meta {
        margin: 0;
        padding-top: 22px
    }
    .site-h4 #ct-header-wrap .ct-header-meta .h-item-icon {
        margin-right: 13px;
        line-height: 1;
        font-size: 26px;
        color: #b2b2b2
    }
    .site-h4 #ct-header-wrap .ct-header-meta .h-item-icon .fac-phone {
        -webkit-transform: scaleX(-1);
        -khtml-transform: scaleX(-1);
        -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        transform: scaleX(-1)
    }
    .site-h4 #ct-header-wrap .ct-header-meta label {
        font-size: 15px;
        font-weight: 600;
        color: #222;
        border-bottom: 1px solid #747474;
        display: block
    }
    .site-h4 #ct-header-wrap .ct-header-meta span {
        font-size: 15px
    }
    .site-h4 #ct-header-wrap .ct-header-meta>div {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        font-family: 'Poppins', sans-serif;
        margin-bottom: 24px;
        line-height: normal
    }
    .site-h4 #ct-header-wrap .ct-header-social {
        padding-top: 22px
    }
    .site-h4 #ct-header-wrap .ct-header-social a {
        display: inline-block;
        width: 38px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        -webkit-border-radius: 38px;
        -khtml-border-radius: 38px;
        -moz-border-radius: 38px;
        -ms-border-radius: 38px;
        -o-border-radius: 38px;
        border-radius: 38px;
        font-size: 16px;
        color: #2b2b2b;
        margin-right: 12px;
        margin-top: 10px;
        position: relative
    }
    .site-h4 #ct-header-wrap .ct-header-social a:before,
    .site-h4 #ct-header-wrap .ct-header-social a:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-border-radius: 38px;
        -khtml-border-radius: 38px;
        -moz-border-radius: 38px;
        -ms-border-radius: 38px;
        -o-border-radius: 38px;
        border-radius: 38px;
        -webkit-transition: all .3s linear 0ms;
        -khtml-transition: all .3s linear 0ms;
        -moz-transition: all .3s linear 0ms;
        -ms-transition: all .3s linear 0ms;
        -o-transition: all .3s linear 0ms;
        transition: all .3s linear 0ms;
        z-index: -1
    }
    .site-h4 #ct-header-wrap .ct-header-social a:before {
        background-color: #e6e7e7
    }
    .site-h4 #ct-header-wrap .ct-header-social a:after {
        background-color: #f700e3;
        background-image: -webkit-gradient(linear, left top, right top, from(#f700e3), to(#701ad1));
        background-image: -webkit-linear-gradient(left, #f700e3, #701ad1);
        background-image: -moz-linear-gradient(left, #f700e3, #701ad1);
        background-image: -ms-linear-gradient(left, #f700e3, #701ad1);
        background-image: -o-linear-gradient(left, #f700e3, #701ad1);
        background-image: linear-gradient(left, #f700e3, #701ad1);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#f700e3', endColorStr='#701ad1', gradientType='1');
        opacity: 0
    }
    .site-h4 #ct-header-wrap .ct-header-social a:hover {
        color: #fff
    }
    .site-h4 #ct-header-wrap .ct-header-social a:hover:before {
        opacity: 0
    }
    .site-h4 #ct-header-wrap .ct-header-social a:hover:after {
        opacity: 1
    }
    .site-h4 #ct-header-left {
        position: fixed;
        top: 0;
        left: 0;
        width: 300px;
        height: 100vh;
        background-color: #fff;
        -webkit-box-shadow: 0 6px 18px rgba(12, 12, 12, .1);
        -khtml-box-shadow: 0 6px 18px rgba(12, 12, 12, .1);
        -moz-box-shadow: 0 6px 18px rgba(12, 12, 12, .1);
        -ms-box-shadow: 0 6px 18px rgba(12, 12, 12, .1);
        -o-box-shadow: 0 6px 18px rgba(12, 12, 12, .1);
        box-shadow: 0 6px 18px rgba(12, 12, 12, .1);
        z-index: 999;
        padding: 45px 0 45px 45px;
        overflow: hidden
    }
    .site-h4:not(.elementor-editor-active) {
        width: calc(100% - 300px);
        margin-left: 300px
    }
    .site-h4:not(.elementor-editor-active) .elementor-section-wrap>.elementor-element {
        width: 100% !important;
        left: 0 !important
    }
    .site-h4:not(.elementor-editor-active) .site-content .elementor-section.elementor-section-boxed:not(.elementor-section-stretched)>.elementor-container {
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -khtml-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
    .site-h4:not(.elementor-editor-active) .site-content .elementor-section.elementor-section-boxed:not(.elementor-section-stretched)>.elementor-container.elementor-column-gap-extended {
        max-width: 1170px
    }
    .site-h4:not(.elementor-editor-active) .site-footer-custom>.footer-custom-inner>.container,
    .site-h4:not(.elementor-editor-active) .site-content>.footer-custom-inner>.container,
    .site-h4:not(.elementor-editor-active) .site-footer-custom .content-inner>.container,
    .site-h4:not(.elementor-editor-active) .site-content .content-inner>.container {
        max-width: 100%;
        padding: 0
    }
    .site-h4.elementor-editor-active {
        width: calc(100% - 0px);
        margin-left: 0
    }
    .site-h4.elementor-editor-active #ct-header-left {
        display: none
    }
}

@media screen and (min-width:1200px) {
    #ct-header-wrap.ct-header-layout5 .ct-header-navigation {
        display: none
    }
}

.ct-menu-popup {
    overflow: hidden;
    width: 35px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: -175px;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer
}

@media screen and (min-width:1900px) {
    .ct-menu-popup {
        left: -277px
    }
}

.ct-menu-popup .ct-menu-line {
    height: 3px;
    position: absolute;
    left: 0
}

.ct-menu-popup .ct-menu-line:before,
.ct-menu-popup .ct-menu-line:after {
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #0e0e0e;
    opacity: 1;
    width: 100%
}

.ct-menu-popup .ct-menu-line:before {
    -webkit-transform: translate3d(-100%, 0, 0);
    -khtml-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.ct-menu-popup .ct-menu-line:after {
    -webkit-transform: translate3d(0, 0, 0);
    -khtml-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.ct-menu-popup .ct-menu-line.ct-menu-line1 {
    top: 0;
    width: 23px
}

.ct-menu-popup .ct-menu-line.ct-menu-line2 {
    top: 11px;
    width: 29px
}

.ct-menu-popup .ct-menu-line.ct-menu-line3 {
    width: 100%;
    bottom: 0
}

.ct-menu-popup:hover .ct-menu-line.ct-menu-line1:before {
    -webkit-transform: translate3d(0, 0, 0);
    -khtml-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -webkit-transition: transform .8s cubic-bezier(.215, .61, .355, 1) .46s, opacity .8s cubic-bezier(.215, .61, .355, 1) .46s;
    -khtml-transition: transform .8s cubic-bezier(.215, .61, .355, 1) .46s, opacity .8s cubic-bezier(.215, .61, .355, 1) .46s;
    -moz-transition: transform .8s cubic-bezier(.215, .61, .355, 1) .46s, opacity .8s cubic-bezier(.215, .61, .355, 1) .46s;
    -ms-transition: transform .8s cubic-bezier(.215, .61, .355, 1) .46s, opacity .8s cubic-bezier(.215, .61, .355, 1) .46s;
    -o-transition: transform .8s cubic-bezier(.215, .61, .355, 1) .46s, opacity .8s cubic-bezier(.215, .61, .355, 1) .46s;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) .46s, opacity .8s cubic-bezier(.215, .61, .355, 1) .46s
}

.ct-menu-popup:hover .ct-menu-line.ct-menu-line1:after {
    -webkit-transform: translate3d(36px, 0, 0);
    -khtml-transform: translate3d(36px, 0, 0);
    -moz-transform: translate3d(36px, 0, 0);
    -ms-transform: translate3d(36px, 0, 0);
    -o-transform: translate3d(36px, 0, 0);
    transform: translate3d(36px, 0, 0);
    opacity: 0;
    -webkit-transition: transform .6s cubic-bezier(.165, .84, .44, 1) 0s, opacity .6s cubic-bezier(.165, .84, .44, 1) 0s;
    -khtml-transition: transform .6s cubic-bezier(.165, .84, .44, 1) 0s, opacity .6s cubic-bezier(.165, .84, .44, 1) 0s;
    -moz-transition: transform .6s cubic-bezier(.165, .84, .44, 1) 0s, opacity .6s cubic-bezier(.165, .84, .44, 1) 0s;
    -ms-transition: transform .6s cubic-bezier(.165, .84, .44, 1) 0s, opacity .6s cubic-bezier(.165, .84, .44, 1) 0s;
    -o-transition: transform .6s cubic-bezier(.165, .84, .44, 1) 0s, opacity .6s cubic-bezier(.165, .84, .44, 1) 0s;
    transition: transform .6s cubic-bezier(.165, .84, .44, 1) 0s, opacity .6s cubic-bezier(.165, .84, .44, 1) 0s
}

.ct-menu-popup:hover .ct-menu-line.ct-menu-line2:before {
    -webkit-transform: translate3d(0, 0, 0);
    -khtml-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -webkit-transition: transform .8s cubic-bezier(.215, .61, .355, 1) .62s, opacity .8s cubic-bezier(.215, .61, .355, 1) .62s;
    -khtml-transition: transform .8s cubic-bezier(.215, .61, .355, 1) .62s, opacity .8s cubic-bezier(.215, .61, .355, 1) .62s;
    -moz-transition: transform .8s cubic-bezier(.215, .61, .355, 1) .62s, opacity .8s cubic-bezier(.215, .61, .355, 1) .62s;
    -ms-transition: transform .8s cubic-bezier(.215, .61, .355, 1) .62s, opacity .8s cubic-bezier(.215, .61, .355, 1) .62s;
    -o-transition: transform .8s cubic-bezier(.215, .61, .355, 1) .62s, opacity .8s cubic-bezier(.215, .61, .355, 1) .62s;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) .62s, opacity .8s cubic-bezier(.215, .61, .355, 1) .62s
}

.ct-menu-popup:hover .ct-menu-line.ct-menu-line2:after {
    -webkit-transform: translate3d(36px, 0, 0);
    -khtml-transform: translate3d(36px, 0, 0);
    -moz-transform: translate3d(36px, 0, 0);
    -ms-transform: translate3d(36px, 0, 0);
    -o-transform: translate3d(36px, 0, 0);
    transform: translate3d(36px, 0, 0);
    opacity: 0;
    -webkit-transition: transform .6s cubic-bezier(.165, .84, .44, 1) .16s, opacity .6s cubic-bezier(.165, .84, .44, 1) .16s;
    -khtml-transition: transform .6s cubic-bezier(.165, .84, .44, 1) .16s, opacity .6s cubic-bezier(.165, .84, .44, 1) .16s;
    -moz-transition: transform .6s cubic-bezier(.165, .84, .44, 1) .16s, opacity .6s cubic-bezier(.165, .84, .44, 1) .16s;
    -ms-transition: transform .6s cubic-bezier(.165, .84, .44, 1) .16s, opacity .6s cubic-bezier(.165, .84, .44, 1) .16s;
    -o-transition: transform .6s cubic-bezier(.165, .84, .44, 1) .16s, opacity .6s cubic-bezier(.165, .84, .44, 1) .16s;
    transition: transform .6s cubic-bezier(.165, .84, .44, 1) .16s, opacity .6s cubic-bezier(.165, .84, .44, 1) .16s
}

.ct-menu-popup:hover .ct-menu-line.ct-menu-line3:before {
    -webkit-transform: translate3d(0, 0, 0);
    -khtml-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -webkit-transition: transform .8s cubic-bezier(.215, .61, .355, 1) .78s, opacity .8s cubic-bezier(.215, .61, .355, 1) .78s;
    -khtml-transition: transform .8s cubic-bezier(.215, .61, .355, 1) .78s, opacity .8s cubic-bezier(.215, .61, .355, 1) .78s;
    -moz-transition: transform .8s cubic-bezier(.215, .61, .355, 1) .78s, opacity .8s cubic-bezier(.215, .61, .355, 1) .78s;
    -ms-transition: transform .8s cubic-bezier(.215, .61, .355, 1) .78s, opacity .8s cubic-bezier(.215, .61, .355, 1) .78s;
    -o-transition: transform .8s cubic-bezier(.215, .61, .355, 1) .78s, opacity .8s cubic-bezier(.215, .61, .355, 1) .78s;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) .78s, opacity .8s cubic-bezier(.215, .61, .355, 1) .78s
}

.ct-menu-popup:hover .ct-menu-line.ct-menu-line3:after {
    -webkit-transform: translate3d(36px, 0, 0);
    -khtml-transform: translate3d(36px, 0, 0);
    -moz-transform: translate3d(36px, 0, 0);
    -ms-transform: translate3d(36px, 0, 0);
    -o-transform: translate3d(36px, 0, 0);
    transform: translate3d(36px, 0, 0);
    opacity: 0;
    -webkit-transition: transform .6s cubic-bezier(.165, .84, .44, 1) .32s, opacity .6s cubic-bezier(.165, .84, .44, 1) .32s;
    -khtml-transition: transform .6s cubic-bezier(.165, .84, .44, 1) .32s, opacity .6s cubic-bezier(.165, .84, .44, 1) .32s;
    -moz-transition: transform .6s cubic-bezier(.165, .84, .44, 1) .32s, opacity .6s cubic-bezier(.165, .84, .44, 1) .32s;
    -ms-transition: transform .6s cubic-bezier(.165, .84, .44, 1) .32s, opacity .6s cubic-bezier(.165, .84, .44, 1) .32s;
    -o-transition: transform .6s cubic-bezier(.165, .84, .44, 1) .32s, opacity .6s cubic-bezier(.165, .84, .44, 1) .32s;
    transition: transform .6s cubic-bezier(.165, .84, .44, 1) .32s, opacity .6s cubic-bezier(.165, .84, .44, 1) .32s
}

@media screen and (max-width:1600px) {
    .ct-menu-popup {
        left: -80px
    }
}

@media screen and (max-width:1400px) {
    .ct-menu-popup {
        left: 0
    }
}

@media screen and (max-width:1199px) {
    .ct-menu-popup {
        display: none
    }
}

@media screen and (max-width:1400px) {
    .ct-header-layout5 .ct-header-branding-inner {
        margin-left: 95px;
        position: relative
    }
}

@media screen and (max-width:1199px) {
    .ct-header-layout5 .ct-header-branding-inner {
        margin-left: 0
    }
}

@media (min-width:1200px) and (max-width:1400px) {
    .site-h4:not(.elementor-editor-active) .site-content .elementor-section.elementor-section-boxed:not(.elementor-section-stretched)>.elementor-container.elementor-column-gap-extended {
        max-width: 100%;
        margin-left: 0
    }
}

@media screen and (max-width:1199px) {
    .site-h4 #ct-header-wrap .ct-header-meta,
    .site-h4 #ct-header-wrap .ct-header-social {
        display: none
    }
    .site-h4 #ct-header-wrap .ct-header-branding {
        padding: 15px;
        margin: 0
    }
    #ct-header-wrap {
        position: relative;
        -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, .15);
        -khtml-box-shadow: 0 0px 5px rgba(0, 0, 0, .15);
        -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, .15);
        -ms-box-shadow: 0 0px 5px rgba(0, 0, 0, .15);
        -o-box-shadow: 0 0px 5px rgba(0, 0, 0, .15);
        box-shadow: 0 0px 5px rgba(0, 0, 0, .15);
        background-color: #fff
    }
    #ct-header-wrap.fixed-height {
        height: inherit !important
    }
    #ct-header-wrap .ct-header-main {
        position: relative
    }
    #ct-header-wrap .ct-header-meta,
    #ct-header-wrap #ct-header-middle,
    #ct-header-wrap .ct-header-button,
    #ct-header-wrap .ct-header-right {
        display: none
    }
    #ct-header-wrap .ct-header-branding {
        margin: 15px
    }
    #ct-header-wrap .ct-header-branding img {
        max-height: 50px
    }
    #ct-header-wrap .ct-header-branding a.logo-mobile {
        opacity: 1;
        position: static
    }
    #ct-header-wrap .ct-header-branding a.logo-dark,
    #ct-header-wrap .ct-header-branding a.logo-light {
        display: none
    }
    #ct-header-wrap #ct-menu-mobile {
        position: absolute;
        top: 50%;
        right: 15px;
        -webkit-transform: translate(0, -50%);
        -khtml-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
        display: flex;
        flex-wrap: wrap;
        align-items: center
    }
    #ct-header-wrap .ct-main-navigation-filter .ct-main-menu+.ct-main-menu {
        display: none
    }
    #ct-header-wrap.ct-header-layout6 .ct-header-navigation-left {
        display: none
    }
    #ct-header-wrap.ct-header-layout6 #ct-menu-mobile .btn-nav-cart:hover {
        color: #4b58ff
    }
    #ct-header-wrap.ct-header-layout6 .ct-main-menu>li:hover>a,
    #ct-header-wrap.ct-header-layout6 .ct-main-menu>li.current_page_item>a,
    #ct-header-wrap.ct-header-layout6 .ct-main-menu>li.current-menu-item>a,
    #ct-header-wrap.ct-header-layout6 .ct-main-menu>li.current_page_ancestor>a,
    #ct-header-wrap.ct-header-layout6 .ct-main-menu>li.current-menu-ancestor>a {
        color: #4b58ff
    }
    #ct-header-wrap.ct-header-layout6 .ct-main-menu>li .sub-menu li>a:hover,
    #ct-header-wrap.ct-header-layout6 .ct-main-menu>li .sub-menu li.current_page_item>a,
    #ct-header-wrap.ct-header-layout6 .ct-main-menu>li .sub-menu li.current-menu-item>a,
    #ct-header-wrap.ct-header-layout6 .ct-main-menu>li .sub-menu li.current_page_ancestor>a,
    #ct-header-wrap.ct-header-layout6 .ct-main-menu>li .sub-menu li.current-menu-ancestor>a {
        color: #4b58ff
    }
}

@media screen and (max-width:767px) {
    #ct-header-wrap #ct-header-top {
        display: none
    }
}

.admin-bar #ct-header-wrap #ct-header.h-fixed {
    top: 32px
}

@media screen and (max-width:782px) {
    .admin-bar #ct-header-wrap #ct-header.h-fixed {
        top: 46px
    }
}

@media screen and (max-width:600px) {
    .admin-bar #ct-header-wrap #ct-header.h-fixed {
        top: 0
    }
}

.ct-header-popup-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: rgba(0, 0, 0, .95);
    -webkit-transform: translateX(-101%);
    -khtml-transform: translateX(-101%);
    -moz-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    -o-transform: translateX(-101%);
    transform: translateX(-101%);
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms
}

.ct-header-popup-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
    -webkit-transition: .85s cubic-bezier(.76, 0, .174, 1), opacity 0s .9s;
    -khtml-transition: .85s cubic-bezier(.76, 0, .174, 1), opacity 0s .9s;
    -moz-transition: .85s cubic-bezier(.76, 0, .174, 1), opacity 0s .9s;
    -ms-transition: .85s cubic-bezier(.76, 0, .174, 1), opacity 0s .9s;
    -o-transition: .85s cubic-bezier(.76, 0, .174, 1), opacity 0s .9s;
    transition: .85s cubic-bezier(.76, 0, .174, 1), opacity 0s .9s
}

.ct-header-popup-wrap.open {
    -webkit-transform: translateX(0%);
    -khtml-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%)
}

.ct-header-popup-wrap.open:before {
    -webkit-transform: translateX(-102%) translateZ(0);
    -khtml-transform: translateX(-102%) translateZ(0);
    -moz-transform: translateX(-102%) translateZ(0);
    -ms-transform: translateX(-102%) translateZ(0);
    -o-transform: translateX(-102%) translateZ(0);
    transform: translateX(-102%) translateZ(0);
    opacity: 1
}

.ct-header-popup-wrap .ct-header-popup-logo {
    margin-bottom: 64px;
    position: relative;
    z-index: 1
}

@media screen and (max-width:1600px) {
    .ct-header-popup-wrap .ct-header-popup-logo {
        margin-bottom: 43px
    }
}

.ct-header-popup-wrap .ct-header-popup-logo a:not(.logo-light) {
    display: none
}

.ct-header-popup-wrap .ct-main-menu-popup {
    margin-bottom: 65px;
    list-style: none
}

@media screen and (max-width:1600px) {
    .ct-header-popup-wrap .ct-main-menu-popup {
        margin-bottom: 30px
    }
}

.ct-header-popup-wrap .ct-main-menu-popup a {
    font-size: 40px;
    line-height: normal;
    color: #fff;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    position: relative;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    padding-bottom: 4px
}

@media screen and (max-width:1600px) {
    .ct-header-popup-wrap .ct-main-menu-popup a {
        padding-bottom: 2px
    }
}

.ct-header-popup-wrap .ct-main-menu-popup a:before {
    content: '';
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    height: 2px;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff
}

@media screen and (max-width:1600px) {
    .ct-header-popup-wrap .ct-main-menu-popup a {
        font-size: 30px
    }
}

.ct-header-popup-wrap .ct-main-menu-popup>li.current_page_item>a,
.ct-header-popup-wrap .ct-main-menu-popup>li.current-menu-item>a,
.ct-header-popup-wrap .ct-main-menu-popup>li.current_page_ancestor>a,
.ct-header-popup-wrap .ct-main-menu-popup>li.current-menu-ancestor>a {
    margin-left: 35px
}

@media screen and (max-width:1600px) {
    .ct-header-popup-wrap .ct-main-menu-popup>li.current_page_item>a,
    .ct-header-popup-wrap .ct-main-menu-popup>li.current-menu-item>a,
    .ct-header-popup-wrap .ct-main-menu-popup>li.current_page_ancestor>a,
    .ct-header-popup-wrap .ct-main-menu-popup>li.current-menu-ancestor>a {
        margin-left: 25px
    }
}

.ct-header-popup-wrap .ct-main-menu-popup li {
    line-height: normal;
    margin-bottom: 18px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    max-width: 350px
}

.ct-header-popup-wrap .ct-main-menu-popup li:hover>a:before,
.ct-header-popup-wrap .ct-main-menu-popup li.current_page_item>a:before,
.ct-header-popup-wrap .ct-main-menu-popup li.current-menu-item>a:before,
.ct-header-popup-wrap .ct-main-menu-popup li.current_page_ancestor>a:before,
.ct-header-popup-wrap .ct-main-menu-popup li.current-menu-ancestor>a:before {
    width: 100%
}

@media screen and (max-width:1600px) {
    .ct-header-popup-wrap .ct-main-menu-popup li {
        margin-bottom: 14px
    }
}

.ct-header-popup-wrap .ct-main-menu-popup .ct-menu-toggle {
    font-size: 40px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #9af657;
    margin-left: 12px;
    cursor: pointer
}

.ct-header-popup-wrap .ct-main-menu-popup .ct-menu-toggle:before {
    content: '+'
}

.ct-header-popup-wrap .ct-main-menu-popup .ct-menu-toggle.toggle-open:before {
    content: '-'
}

@media screen and (max-width:1600px) {
    .ct-header-popup-wrap .ct-main-menu-popup .ct-menu-toggle {
        font-size: 30px
    }
}

.ct-header-popup-wrap .ct-main-menu-popup .sub-menu {
    display: none;
    margin-left: 35px;
    width: 100%;
    margin-top: 30px
}

@media screen and (max-width:1600px) {
    .ct-header-popup-wrap .ct-main-menu-popup .sub-menu {
        margin-left: 25px
    }
}

.ct-header-popup-wrap .ct-main-menu-popup .sub-menu a {
    font-size: 16px;
    font-weight: 400
}

.ct-header-popup-wrap .ct-main-menu-popup .sub-menu a:before {
    height: 1px
}

.ct-header-popup-wrap .ct-main-menu-popup .sub-menu li {
    margin-bottom: 8px
}

.ct-header-popup-wrap .ct-main-menu-popup .sub-menu .ct-menu-toggle {
    font-size: 16px
}

.ct-header-popup-wrap .ct-main-menu-popup .sub-menu .sub-menu {
    margin-top: 20px
}

.ct-header-popup-wrap .ct-header-meta {
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center
}

.ct-header-popup-wrap .ct-header-meta .h-item-icon {
    margin-right: 13px;
    line-height: 1;
    font-size: 26px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1ce596), to(#9af657));
    background-image: -webkit-linear-gradient(bottom, #1ce596, #9af657);
    background-image: -moz-linear-gradient(bottom, #1ce596, #9af657);
    background-image: -ms-linear-gradient(bottom, #1ce596, #9af657);
    background-image: -o-linear-gradient(bottom, #1ce596, #9af657);
    background-image: linear-gradient(bottom, #1ce596, #9af657);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#1ce596', endColorStr='#9af657')
}

.ct-header-popup-wrap .ct-header-meta .h-item-icon i {
    display: initial
}

.ct-header-popup-wrap .ct-header-meta .h-item-icon .fac-phone {
    -webkit-transform: scaleX(-1);
    -khtml-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    display: inline-block
}

.ct-header-popup-wrap .ct-header-meta label {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    border-bottom: 1px solid #989898;
    display: inline-block;
    margin-bottom: 2px
}

.ct-header-popup-wrap .ct-header-meta span {
    font-size: 15px;
    color: #a4a4a4;
    display: block
}

.ct-header-popup-wrap .ct-header-meta>div {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    margin-right: 110px;
    line-height: normal
}

.ct-header-popup-wrap .ct-header-meta>div:last-child {
    margin-right: 0
}

.ct-header-popup-wrap .ct-header-popup-holder {
    padding-left: 175px;
    position: relative
}

@media screen and (max-width:1600px) {
    .ct-header-popup-wrap .ct-header-popup-holder {
        padding-left: 120px
    }
}

.ct-header-popup-wrap .ct-header-popup-inner {
    max-width: 1740px;
    padding: 70px 90px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    overflow: hidden
}

@media screen and (max-width:1600px) {
    .ct-header-popup-wrap .ct-header-popup-inner {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.ct-header-popup-wrap .ct-header-popup-inner .ct-header-popup-hidden {
    overflow-y: scroll;
    height: 100%;
    position: relative
}

.ct-header-popup-wrap .ct-menu-close {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 30px;
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    cursor: pointer;
    z-index: 99
}

ul.menu {
    list-style: none;
    margin: 0
}

ul.menu ul {
    list-style: none;
    margin: 0
}

@media screen and (min-width:1200px) {
    .header-mobile-search,
    .ct-header-button-mobile,
    #ct-menu-mobile {
        display: none
    }
    .ct-main-navigation ul {
        display: block
    }
    .ct-main-menu {
        list-style: none;
        margin: 0;
        padding: 0
    }
    .ct-main-menu li {
        position: relative;
        list-style: none
    }
    .ct-main-menu li a {
        display: block;
        -webkit-transition: all .3s linear 0ms !important;
        -khtml-transition: all .3s linear 0ms !important;
        -moz-transition: all .3s linear 0ms !important;
        -ms-transition: all .3s linear 0ms !important;
        -o-transition: all .3s linear 0ms !important;
        transition: all .3s linear 0ms !important;
        font-family: 'Poppins', sans-serif
    }
    .ct-main-menu li .ct-menu-toggle {
        display: none
    }
    .ct-main-menu>li {
        display: inline-block;
        vertical-align: middle;
        float: left;
        margin: 0 17px
    }
    .ct-main-menu>li>a {
        font-size: 16px;
        color: #000;
        font-weight: 600;
        line-height: 73px;
        position: relative;
        padding: 0
    }
    .ct-main-menu>li>a:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        background-color: #d1651a;
        background-image: -webkit-gradient(linear, left top, right top, from(#d1651a), to(#c1282a));
        background-image: -webkit-linear-gradient(left, #d1651a, #c1282a);
        background-image: -moz-linear-gradient(left, #d1651a, #c1282a);
        background-image: -ms-linear-gradient(left, #d1651a, #c1282a);
        background-image: -o-linear-gradient(left, #d1651a, #c1282a);
        background-image: linear-gradient(left, #d1651a, #c1282a);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#d1651a', endColorStr='#c1282a', gradientType='1');
        height: 5px;
        width: 0;
        -webkit-transition: width .25s cubic-bezier(.37, .31, .2, .85);
        -khtml-transition: width .25s cubic-bezier(.37, .31, .2, .85);
        -moz-transition: width .25s cubic-bezier(.37, .31, .2, .85);
        -ms-transition: width .25s cubic-bezier(.37, .31, .2, .85);
        -o-transition: width .25s cubic-bezier(.37, .31, .2, .85);
        transition: width .25s cubic-bezier(.37, .31, .2, .85)
    }
    .ct-main-menu>li:hover>a,
    .ct-main-menu>li.current_page_item>a,
    .ct-main-menu>li.current-menu-item>a,
    .ct-main-menu>li.current_page_ancestor>a,
    .ct-main-menu>li.current-menu-ancestor>a {
        color: #c1282a
    }
    .ct-main-menu>li:hover>a:before,
    .ct-main-menu>li.current_page_item>a:before,
    .ct-main-menu>li.current-menu-item>a:before,
    .ct-main-menu>li.current_page_ancestor>a:before,
    .ct-main-menu>li.current-menu-ancestor>a:before {
        width: 100%
    }
    .ct-main-menu>li.menu-item-has-children>a:after,
    .ct-main-menu>li.page_item_has_children>a:after {
        content: "+";
        margin-left: 4px;
        display: inline-block;
        vertical-align: top
    }
    .ct-main-menu>li>ul.back {
        right: 0 !important;
        left: auto !important
    }
    .ct-main-menu>li>ul.back li>ul.back {
        right: 100% !important;
        left: auto !important;
        -webkit-border-radius: 7px 0 7px 7px;
        -khtml-border-radius: 7px 0 7px 7px;
        -moz-border-radius: 7px 0 7px 7px;
        -ms-border-radius: 7px 0 7px 7px;
        -o-border-radius: 7px 0 7px 7px;
        border-radius: 7px 0 7px 7px
    }
    .ct-main-menu>li>.sub-menu li>ul.back,
    .ct-main-menu>li>.children li>ul.back {
        right: 100% !important;
        left: auto !important;
        -webkit-border-radius: 7px 0 7px 7px;
        -khtml-border-radius: 7px 0 7px 7px;
        -moz-border-radius: 7px 0 7px 7px;
        -ms-border-radius: 7px 0 7px 7px;
        -o-border-radius: 7px 0 7px 7px;
        border-radius: 7px 0 7px 7px
    }
    .ct-main-menu .sub-menu,
    .ct-main-menu .children {
        position: absolute;
        background: #fff;
        padding: 8px 0;
        top: 100%;
        left: 0;
        margin-top: 0;
        margin-bottom: 0;
        min-width: 235px;
        z-index: 99;
        visibility: hidden;
        opacity: 0;
        -webkit-box-shadow: 0 8px 83px rgba(40, 40, 40, .08);
        -khtml-box-shadow: 0 8px 83px rgba(40, 40, 40, .08);
        -moz-box-shadow: 0 8px 83px rgba(40, 40, 40, .08);
        -ms-box-shadow: 0 8px 83px rgba(40, 40, 40, .08);
        -o-box-shadow: 0 8px 83px rgba(40, 40, 40, .08);
        box-shadow: 0 8px 83px rgba(40, 40, 40, .08);
        -webkit-transition: all .3s linear 0ms;
        -khtml-transition: all .3s linear 0ms;
        -moz-transition: all .3s linear 0ms;
        -ms-transition: all .3s linear 0ms;
        -o-transition: all .3s linear 0ms;
        transition: all .3s linear 0ms;
        -webkit-border-radius: 0 0 7px 7px;
        -khtml-border-radius: 0 0 7px 7px;
        -moz-border-radius: 0 0 7px 7px;
        -ms-border-radius: 0 0 7px 7px;
        -o-border-radius: 0 0 7px 7px;
        border-radius: 0 0 7px 7px;
        clip: rect(1px, 1px, 1px, 1px);
        -webkit-transform: scaleY(0);
        -khtml-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
        transform: scaleY(0);
        transform-origin: 0 0 0;
        -webkit-transform-origin: 0 0 0;
        -ms-transform-origin: 0 0 0;
        -o-transform-origin: 0 0 0
    }
    .ct-main-menu .sub-menu li,
    .ct-main-menu .children li {
        padding: 0 15px;
        white-space: nowrap
    }
    .ct-main-menu .sub-menu li a,
    .ct-main-menu .children li a {
        color: #222;
        font-size: 14px;
        font-weight: 600;
        line-height: normal;
        padding: 7px 0;
        position: relative
    }
    .ct-main-menu .sub-menu li a:before,
    .ct-main-menu .children li a:before {
        position: absolute;
        left: -40px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -khtml-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
        opacity: 0;
        -webkit-transition: all .3s linear 0ms;
        -khtml-transition: all .3s linear 0ms;
        -moz-transition: all .3s linear 0ms;
        -ms-transition: all .3s linear 0ms;
        -o-transition: all .3s linear 0ms;
        transition: all .3s linear 0ms;
        color: #c1282a
    }
    .ct-main-menu .sub-menu li.menu-item-has-children>a,
    .ct-main-menu .children li.menu-item-has-children>a,
    .ct-main-menu .sub-menu li.page_item_has_children>a,
    .ct-main-menu .children li.page_item_has_children>a {
        padding-right: 10px
    }
    .ct-main-menu .sub-menu li.menu-item-has-children>a:after,
    .ct-main-menu .children li.menu-item-has-children>a:after,
    .ct-main-menu .sub-menu li.page_item_has_children>a:after,
    .ct-main-menu .children li.page_item_has_children>a:after {
        content: "\f105";
        font-family: "Font Awesome 5 Pro";
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -khtml-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
    .ct-main-menu .sub-menu li:last-child>a,
    .ct-main-menu .children li:last-child>a {
        border-bottom: none
    }
    .ct-main-menu .sub-menu li>a:hover,
    .ct-main-menu .children li>a:hover,
    .ct-main-menu .sub-menu li.current_page_item>a,
    .ct-main-menu .children li.current_page_item>a,
    .ct-main-menu .sub-menu li.current-menu-item>a,
    .ct-main-menu .children li.current-menu-item>a,
    .ct-main-menu .sub-menu li.current_page_ancestor>a,
    .ct-main-menu .children li.current_page_ancestor>a,
    .ct-main-menu .sub-menu li.current-menu-ancestor>a,
    .ct-main-menu .children li.current-menu-ancestor>a {
        color: #c1282a
    }
    .ct-main-menu .sub-menu li>a:hover:before,
    .ct-main-menu .children li>a:hover:before,
    .ct-main-menu .sub-menu li.current_page_item>a:before,
    .ct-main-menu .children li.current_page_item>a:before,
    .ct-main-menu .sub-menu li.current-menu-item>a:before,
    .ct-main-menu .children li.current-menu-item>a:before,
    .ct-main-menu .sub-menu li.current_page_ancestor>a:before,
    .ct-main-menu .children li.current_page_ancestor>a:before,
    .ct-main-menu .sub-menu li.current-menu-ancestor>a:before,
    .ct-main-menu .children li.current-menu-ancestor>a:before {
        opacity: 1;
        left: -23px
    }
    .ct-main-menu .sub-menu .sub-menu,
    .ct-main-menu .children .sub-menu,
    .ct-main-menu .sub-menu .children,
    .ct-main-menu .children .children {
        top: 0;
        left: 100%;
        -webkit-border-radius: 0 7px 7px;
        -khtml-border-radius: 0 7px 7px;
        -moz-border-radius: 0 7px 7px;
        -ms-border-radius: 0 7px 7px;
        -o-border-radius: 0 7px 7px;
        border-radius: 0 7px 7px
    }
    .ct-main-menu .sub-menu .sub-menu-title,
    .ct-main-menu .children .sub-menu-title {
        display: none
    }
    .ct-main-menu li:hover,
    .ct-main-menu li.focus {
        overflow: visible
    }
    .ct-main-menu li:hover>.sub-menu,
    .ct-main-menu li.focus>.sub-menu,
    .ct-main-menu li:hover>.children,
    .ct-main-menu li.focus>.children {
        visibility: visible;
        opacity: 1;
        clip: inherit;
        -webkit-transform: scaleY(1);
        -khtml-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1)
    }
    .ct-main-menu li.megamenu {
        position: static
    }
    .ct-main-menu li.megamenu .vc_wp_custommenu.wpb_content_element {
        padding: 0;
        background-color: transparent
    }
    .ct-main-menu li.megamenu .sub-menu,
    .ct-main-menu li.megamenu .children {
        width: 100%;
        max-width: 1170px;
        padding: 0;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0
    }
    .ct-main-menu li.megamenu .sub-menu p,
    .ct-main-menu li.megamenu .children p {
        margin-bottom: 0
    }
    .ct-main-menu li.megamenu .sub-menu li,
    .ct-main-menu li.megamenu .children li {
        padding: 0
    }
    .ct-main-menu li.megamenu .sub-menu li>.container,
    .ct-main-menu li.megamenu .children li>.container {
        padding: 0
    }
    .ct-main-menu li.megamenu .sub-menu .wpb_content_element,
    .ct-main-menu li.megamenu .children .wpb_content_element {
        margin-bottom: 0
    }
    .ct-main-menu li.megamenu.remove-pos {
        position: relative
    }
    .ct-main-menu li.megamenu.remove-pos>.sub-menu,
    .ct-main-menu li.megamenu.remove-pos>.children {
        max-width: inherit;
        width: auto;
        left: 0;
        right: auto
    }
    ul.back {
        right: 100%;
        left: auto !important
    }
}

@media screen and (max-width:1199px) {
    .header-mobile-search {
        position: relative;
        margin-bottom: 12px
    }
    .header-mobile-search .search-submit {
        padding: 0;
        border: none;
        line-height: 50px;
        height: 50px;
        width: 53px;
        position: absolute;
        top: 0;
        right: 0;
        color: #222;
        font-size: 15px;
        -webkit-border-radius: 0px;
        -khtml-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        border-radius: 0;
        -webkit-box-shadow: none;
        -khtml-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
        background-color: transparent;
        background-image: none;
        border-left: 1px solid #ececf0
    }
    .header-mobile-search .search-submit:before,
    .header-mobile-search .search-submit:after {
        display: none
    }
    .header-mobile-search .search-submit:hover {
        background-color: #c1282a;
        color: #fff
    }
    .header-mobile-search .search-field {
        -webkit-border-radius: 0px;
        -khtml-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        border-radius: 0;
        border: 1px solid #ececf0;
        padding: 0 22px;
        color: #222;
        font-size: 15px
    }
    .header-mobile-search .search-field:focus {
        border-color: #c1282a
    }
    .header-mobile-search .search-field:focus+.search-submit {
        border-color: #c1282a
    }
    .ct-header-button-mobile {
        margin-top: 32px;
        margin-bottom: 30px
    }
    .ct-header-button-mobile .btn {
        width: 100%;
        line-height: 50px;
        font-size: 14px
    }
    .ct-header-button-mobile .btn i {
        margin-left: 0;
        margin-right: 8px
    }
    .ct-header-navigation {
        position: absolute;
        height: 100vh;
        width: 260px;
        top: 0;
        bottom: 0;
        margin: 0 !important;
        overflow: hidden;
        visibility: hidden;
        z-index: 999
    }
    .ct-header-navigation .ct-main-navigation {
        overflow: hidden;
        width: 260px;
        padding: 58px 0 45px;
        background-color: #fff;
        position: fixed;
        z-index: 1001;
        top: 0;
        height: 100%;
        left: 0;
        right: 0;
        -webkit-transition: all .3s linear 0ms;
        -khtml-transition: all .3s linear 0ms;
        -moz-transition: all .3s linear 0ms;
        -ms-transition: all .3s linear 0ms;
        -o-transition: all .3s linear 0ms;
        transition: all .3s linear 0ms;
        -webkit-transform: translateX(-100%);
        -khtml-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .22);
        -khtml-box-shadow: 0 0 12px rgba(0, 0, 0, .22);
        -moz-box-shadow: 0 0 12px rgba(0, 0, 0, .22);
        -ms-box-shadow: 0 0 12px rgba(0, 0, 0, .22);
        -o-box-shadow: 0 0 12px rgba(0, 0, 0, .22);
        box-shadow: 0 0 12px rgba(0, 0, 0, .22)
    }
    .ct-header-navigation .ct-main-navigation .ct-main-navigation-inner {
        height: 100%;
        overflow-y: scroll;
        padding: 0 26px 0 16px;
        margin-right: -10px
    }
    .ct-header-navigation.navigation-open {
        z-index: 999;
        visibility: visible
    }
    .ct-header-navigation.navigation-open .ct-main-navigation {
        -webkit-transform: translateX(0%);
        -khtml-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%)
    }
    .ct-main-menu {
        list-style: none;
        margin: 0;
        padding: 0
    }
    .ct-main-menu li {
        position: relative;
        list-style: none
    }
    .ct-main-menu li a {
        display: block;
        padding: 0;
        line-height: 50px;
        color: #282828;
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-weight: 600;
        border-bottom: 1px solid #ebebeb
    }
    .ct-main-menu>li>a:hover,
    .ct-main-menu>li>a.current,
    .ct-main-menu>li.current_page_item>a,
    .ct-main-menu>li.current-menu-item>a,
    .ct-main-menu>li.current_page_ancestor>a,
    .ct-main-menu>li.current-menu-ancestor>a {
        color: #c1282a
    }
    .ct-main-menu .sub-menu,
    .ct-main-menu .children {
        position: relative;
        display: none
    }
    .ct-main-menu .sub-menu li a,
    .ct-main-menu .children li a {
        padding-left: 15px
    }
    .ct-main-menu .sub-menu li>a:hover,
    .ct-main-menu .children li>a:hover,
    .ct-main-menu .sub-menu li>a.current,
    .ct-main-menu .children li>a.current,
    .ct-main-menu .sub-menu li.current_page_item>a,
    .ct-main-menu .children li.current_page_item>a,
    .ct-main-menu .sub-menu li.current-menu-item>a,
    .ct-main-menu .children li.current-menu-item>a,
    .ct-main-menu .sub-menu li.current_page_ancestor>a,
    .ct-main-menu .children li.current_page_ancestor>a,
    .ct-main-menu .sub-menu li.current-menu-ancestor>a,
    .ct-main-menu .children li.current-menu-ancestor>a {
        color: #c1282a
    }
    .ct-main-menu li.focus>.sub-menu,
    .ct-main-menu li.focus>.children {
        visibility: visible;
        opacity: 1;
        max-height: none;
        overflow: visible
    }
    .ct-menu-toggle {
        position: absolute;
        top: 10px;
        height: 30px;
        right: 0;
        border: 1px solid #ebebeb;
        width: 30px;
        cursor: pointer;
        -webkit-border-radius: 3px;
        -khtml-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        font-family: "Font Awesome 5 Pro" !important;
        font-size: 14px
    }
    .ct-menu-toggle:before {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -khtml-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: all .3s linear 0ms;
        -khtml-transition: all .3s linear 0ms;
        -moz-transition: all .3s linear 0ms;
        -ms-transition: all .3s linear 0ms;
        -o-transition: all .3s linear 0ms;
        transition: all .3s linear 0ms
    }
    .ct-menu-toggle.toggle-open:before {
        content: '\f106'
    }
    #ct-menu-mobile .btn-nav-cart {
        -webkit-transition: all .3s linear 0ms;
        -khtml-transition: all .3s linear 0ms;
        -moz-transition: all .3s linear 0ms;
        -ms-transition: all .3s linear 0ms;
        -o-transition: all .3s linear 0ms;
        transition: all .3s linear 0ms;
        display: inline-block;
        width: 30px;
        height: 32px;
        color: #1f2233;
        font-size: 18px;
        line-height: 32px;
        cursor: pointer;
        margin-right: 6px
    }
    #ct-menu-mobile .btn-nav-cart:hover {
        color: #c1282a
    }
    #ct-menu-mobile .btn-nav-mobile {
        color: #1f2233;
        display: inline-block;
        font-size: 16px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        vertical-align: middle;
        width: 30px;
        cursor: pointer;
        position: relative;
        -webkit-transition: all .3s linear 0ms;
        -khtml-transition: all .3s linear 0ms;
        -moz-transition: all .3s linear 0ms;
        -ms-transition: all .3s linear 0ms;
        -o-transition: all .3s linear 0ms;
        transition: all .3s linear 0ms
    }
    #ct-menu-mobile .btn-nav-mobile:before,
    #ct-menu-mobile .btn-nav-mobile:after,
    #ct-menu-mobile .btn-nav-mobile span {
        -webkit-transition: all .3s linear 0ms;
        -khtml-transition: all .3s linear 0ms;
        -moz-transition: all .3s linear 0ms;
        -ms-transition: all .3s linear 0ms;
        -o-transition: all .3s linear 0ms;
        transition: all .3s linear 0ms;
        content: "";
        background-color: #1f2233;
        display: block;
        height: 2px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        width: 26px;
        top: 22px
    }
    #ct-menu-mobile .btn-nav-mobile:before {
        top: 8px
    }
    #ct-menu-mobile .btn-nav-mobile span {
        top: 15px
    }
    #ct-menu-mobile .btn-nav-mobile.opened:before {
        top: 15px;
        -webkit-transform: rotate(45deg);
        -khtml-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    #ct-menu-mobile .btn-nav-mobile.opened:after {
        -webkit-transform: rotate(-45deg);
        -khtml-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 15px
    }
    #ct-menu-mobile .btn-nav-mobile.opened span {
        display: none
    }
}

#pagetitle {
    background-color: #333;
    padding-top: 167px;
    padding-bottom: 116px;
    text-align: center;
    position: relative;
    z-index: 1
}

#pagetitle:before {
    z-index: -1;
    content: '';
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#pagetitle .page-title {
    font-size: 40px;
    margin-bottom: 0;
    color: #fff
}

.ct-breadcrumb {
    margin: 15px 0 0;
    list-style: none;
    color: #fff
}

.ct-breadcrumb li {
    display: inline-block;
    font-size: 16px;
    color: inherit
}

.ct-breadcrumb li a {
    color: inherit
}

.ct-breadcrumb li a:after {
    content: '-';
    margin: 0 6px;
    color: inherit
}

.ct-breadcrumb li a:hover {
    color: #c1282a
}

.ct-breadcrumb li a:hover:after {
    color: inherit
}

.entry-title {
    font-size: 22px;
    line-height: 1.5
}

.entry-title a {
    color: inherit;
    display: block
}

.entry-title a:hover {
    color: #555
}

.entry-date {
    position: absolute;
    top: 18px;
    left: 18px;
    width: 60px;
    min-width: 60px;
    height: 70px;
    background-color: #c1282a;
    text-align: center;
    color: #fff
}

.entry-date span {
    display: block
}

.entry-date span:nth-child(1) {
    font-size: 24px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    height: 40px;
    line-height: 40px
}

.entry-date span:nth-child(2) {
    height: 30px;
    line-height: 30px;
    background-color: #0e0e0e;
    font-size: 14px
}

.entry-meta,
.item--meta-default {
    margin-bottom: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 24px;
    color: #939393;
    font-family: 'Poppins', sans-serif
}

.entry-meta li,
.item--meta-default li {
    margin-right: 20px
}

.entry-meta li:last-child,
.item--meta-default li:last-child {
    margin-right: 0
}

.entry-meta li.item-author,
.item--meta-default li.item-author {
    text-transform: capitalize
}

.entry-meta i,
.item--meta-default i {
    margin-right: 4px
}

.entry-meta a,
.item--meta-default a {
    color: inherit
}

.entry-meta a:hover,
.item--meta-default a:hover {
    color: inherit
}

.single-hentry.archive {
    margin-bottom: 50px;
    -webkit-box-shadow: 0 6px 24px rgba(11, 11, 11, .08);
    -khtml-box-shadow: 0 6px 24px rgba(11, 11, 11, .08);
    -moz-box-shadow: 0 6px 24px rgba(11, 11, 11, .08);
    -ms-box-shadow: 0 6px 24px rgba(11, 11, 11, .08);
    -o-box-shadow: 0 6px 24px rgba(11, 11, 11, .08);
    box-shadow: 0 6px 24px rgba(11, 11, 11, .08);
    border: 1px solid #eeeeef;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms
}

.single-hentry.archive .entry-featured {
    position: relative;
    overflow: hidden;
    min-height: 300px;
    width: 52%
}

@media (min-width:992px) and (max-width:1199px) {
    .single-hentry.archive .entry-featured {
        width: 48%
    }
}

@media screen and (max-width:575px) {
    .single-hentry.archive .entry-featured {
        width: 100%
    }
}

.single-hentry.archive .entry-featured a {
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.single-hentry.archive .entry-featured a img {
    opacity: 0;
    position: absolute;
    z-index: -999
}

.single-hentry.archive .entry-featured a:hover {
    -webkit-transform: scale(1.1) rotate(3deg);
    -khtml-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg)
}

.single-hentry.archive .entry-featured+.entry-body {
    width: 48%
}

@media (min-width:992px) and (max-width:1199px) {
    .single-hentry.archive .entry-featured+.entry-body {
        width: 52%
    }
}

@media screen and (max-width:575px) {
    .single-hentry.archive .entry-featured+.entry-body {
        width: 100%
    }
}

.single-hentry.archive .entry-excerpt {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 7px
}

.single-hentry.archive .entry-body {
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.single-hentry.archive .entry-body .entry-title {
    margin-bottom: 7px
}

.single-hentry.archive .entry-body .entry-meta {
    margin-bottom: 16px
}

.single-hentry.archive:hover {
    -webkit-box-shadow: 0 21px 51px rgba(11, 11, 11, .11);
    -khtml-box-shadow: 0 21px 51px rgba(11, 11, 11, .11);
    -moz-box-shadow: 0 21px 51px rgba(11, 11, 11, .11);
    -ms-box-shadow: 0 21px 51px rgba(11, 11, 11, .11);
    -o-box-shadow: 0 21px 51px rgba(11, 11, 11, .11);
    box-shadow: 0 21px 51px rgba(11, 11, 11, .11)
}

.single-post .site-content {
    background-repeat: no-repeat;
    background-position: top left
}

.single-post .gallery {
    margin-top: 0;
    margin-left: -15px;
    margin-right: -15px
}

.single-post .gallery .gallery-item {
    padding: 0 15px
}

.single-post .gallery .gallery-item img {
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px
}

.single-post .single-title {
    font-size: 26px;
    margin-bottom: 14px
}

.single-post .entry-featured {
    position: relative
}

.single-post .entry-featured img {
    width: 100%
}

.single-post .entry-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 37px;
    list-style: none;
    border-bottom: 1px solid #ececf0;
    padding-bottom: 16px;
    position: relative
}

.single-post .entry-meta:before {
    content: '';
    width: 40px;
    height: 3px;
    background-color: #d1651a;
    background-image: -webkit-gradient(linear, left top, right top, from(#d1651a), to(#c1282a));
    background-image: -webkit-linear-gradient(left, #d1651a, #c1282a);
    background-image: -moz-linear-gradient(left, #d1651a, #c1282a);
    background-image: -ms-linear-gradient(left, #d1651a, #c1282a);
    background-image: -o-linear-gradient(left, #d1651a, #c1282a);
    background-image: linear-gradient(left, #d1651a, #c1282a);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#d1651a', endColorStr='#c1282a', gradientType='1');
    position: absolute;
    bottom: -1px;
    left: 0;
    -webkit-box-shadow: 0 7px 16px rgba(12, 12, 12, .22);
    -khtml-box-shadow: 0 7px 16px rgba(12, 12, 12, .22);
    -moz-box-shadow: 0 7px 16px rgba(12, 12, 12, .22);
    -ms-box-shadow: 0 7px 16px rgba(12, 12, 12, .22);
    -o-box-shadow: 0 7px 16px rgba(12, 12, 12, .22);
    box-shadow: 0 7px 16px rgba(12, 12, 12, .22)
}

.single-post .entry-meta li {
    font-size: 15px;
    line-height: 20px;
    margin-right: 0
}

.single-post .entry-meta li:after {
    content: '/';
    margin: 0 8px
}

.single-post .entry-meta li:last-child:after {
    display: none
}

.single-post .entry-category {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    bottom: 30px;
    right: 35px
}

.single-post .entry-category a {
    padding: 0 22px;
    line-height: 40px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin-left: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background-image: -webkit-linear-gradient(90deg, #d1651a 0%, #c1282a 50%, #d1651a);
    background-image: -moz-linear-gradient(90deg, #d1651a 0%, #c1282a 50%, #d1651a);
    background-image: -ms-linear-gradient(90deg, #d1651a 0%, #c1282a 50%, #d1651a);
    background-image: -o-linear-gradient(90deg, #d1651a 0%, #c1282a 50%, #d1651a);
    background-image: linear-gradient(90deg, #d1651a 0%, #c1282a 50%, #d1651a);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
    background-size: 300%, 1px;
    background-position: 0;
    color: #fff;
    -webkit-box-shadow: 0 8px 9px rgba(14, 14, 14, .34);
    -khtml-box-shadow: 0 8px 9px rgba(14, 14, 14, .34);
    -moz-box-shadow: 0 8px 9px rgba(14, 14, 14, .34);
    -ms-box-shadow: 0 8px 9px rgba(14, 14, 14, .34);
    -o-box-shadow: 0 8px 9px rgba(14, 14, 14, .34);
    box-shadow: 0 8px 9px rgba(14, 14, 14, .34)
}

.single-post .entry-category a:hover,
.single-post .entry-category a:focus {
    background-position: 100%
}

.single-post .entry-body {
    width: 100%;
    padding: 32px 32px 40px
}

@media screen and (max-width:575px) {
    .single-post .entry-body {
        padding-left: 20px;
        padding-right: 20px
    }
}

.single-post .entry-blog {
    border: 1px solid #e8edf5;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    background-color: #fff;
    overflow: hidden
}

.single-post .entry-content p {
    margin-bottom: 24px
}

.single-post .entry-content p:last-child {
    margin-bottom: 0
}

.single-post .entry-footer {
    margin-top: 55px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ececf0;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.single-post .entry-footer>div {
    margin-bottom: 10px
}

.single-post .entry-footer label {
    font-size: 15px;
    font-weight: 500;
    color: #222;
    margin-right: 17px
}

.single-post .entry-footer .entry-tags {
    flex-grow: 1
}

.single-post .entry-footer .entry-social a {
    font-size: 18px;
    height: 32px;
    width: 32px;
    background-color: #c1282a;
    -webkit-border-radius: 32px;
    -khtml-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
    border-radius: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    display: inline-block
}

.single-post .entry-footer .entry-social a.fb-social {
    background-color: #3b5998
}

.single-post .entry-footer .entry-social a.tw-social {
    background-color: #55acee
}

.single-post .entry-footer .entry-social a.g-social {
    background-color: #dd4b39
}

.single-post .entry-footer .entry-social a.pin-social {
    background-color: #cd339a
}

.single-post .entry-footer .entry-social a+a {
    margin-left: 2px
}

.entry-tags a,
.comment-reply a,
.ct-navigation-menu1.default li a,
.item--download a {
    position: relative;
    overflow: hidden;
    z-index: 1
}

.entry-tags a:before,
.comment-reply a:before,
.ct-navigation-menu1.default li a:before,
.item--download a:before,
.entry-tags a:after,
.comment-reply a:after,
.ct-navigation-menu1.default li a:after,
.item--download a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-border-radius: inherit;
    -khtml-border-radius: inherit;
    -moz-border-radius: inherit;
    -ms-border-radius: inherit;
    -o-border-radius: inherit;
    border-radius: inherit;
    z-index: -1;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms
}

.entry-tags a:before,
.comment-reply a:before,
.ct-navigation-menu1.default li a:before,
.item--download a:before {
    background-color: #f0f0f0
}

.entry-tags a:after,
.comment-reply a:after,
.ct-navigation-menu1.default li a:after,
.item--download a:after {
    background-color: #d1651a;
    background-image: -webkit-gradient(linear, left top, right top, from(#d1651a), to(#c1282a));
    background-image: -webkit-linear-gradient(left, #d1651a, #c1282a);
    background-image: -moz-linear-gradient(left, #d1651a, #c1282a);
    background-image: -ms-linear-gradient(left, #d1651a, #c1282a);
    background-image: -o-linear-gradient(left, #d1651a, #c1282a);
    background-image: linear-gradient(left, #d1651a, #c1282a);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#d1651a', endColorStr='#c1282a', gradientType='1');
    opacity: 0
}

.entry-tags a:hover,
.comment-reply a:hover,
.ct-navigation-menu1.default li a:hover,
.item--download a:hover {
    color: #fff
}

.entry-tags a:hover:before,
.comment-reply a:hover:before,
.ct-navigation-menu1.default li a:hover:before,
.item--download a:hover:before {
    opacity: 0
}

.entry-tags a:hover:after,
.comment-reply a:hover:after,
.ct-navigation-menu1.default li a:hover:after,
.item--download a:hover:after {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -khtml-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all .18s linear 0ms;
    -khtml-transition: all .18s linear 0ms;
    -moz-transition: all .18s linear 0ms;
    -ms-transition: all .18s linear 0ms;
    -o-transition: all .18s linear 0ms;
    transition: all .18s linear 0ms
}

.entry-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.entry-tags a {
    font-size: 15px;
    color: #222;
    display: inline-block;
    line-height: 40px;
    padding: 0 22px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    margin: 5px 5px 5px 0
}

.post-previous-next {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #ececf0;
    padding: 21px 0
}

.post-previous-next .post-previous {
    flex-grow: 1;
    margin-right: 30px
}

.post-previous-next a {
    font-size: 15px;
    font-weight: 600;
    position: relative;
    -webkit-transition: all 0ms linear 0ms;
    -khtml-transition: all 0ms linear 0ms;
    -moz-transition: all 0ms linear 0ms;
    -ms-transition: all 0ms linear 0ms;
    -o-transition: all 0ms linear 0ms;
    transition: all 0ms linear 0ms
}

.post-previous-next a span {
    color: #222;
    display: inline-block
}

.post-previous-next a span:nth-child(1) {
    background-color: #d1651a;
    background-image: -webkit-gradient(linear, left top, right top, from(#d1651a), to(#c1282a));
    background-image: -webkit-linear-gradient(left, #d1651a, #c1282a);
    background-image: -moz-linear-gradient(left, #d1651a, #c1282a);
    background-image: -ms-linear-gradient(left, #d1651a, #c1282a);
    background-image: -o-linear-gradient(left, #d1651a, #c1282a);
    background-image: linear-gradient(left, #d1651a, #c1282a);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#d1651a', endColorStr='#c1282a', gradientType='1');
    opacity: 0
}

.post-previous-next a span:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%
}

.post-previous-next a:hover {
    color: #3a505f
}

.post-previous-next a:hover span:nth-child(1) {
    opacity: 1
}

.post-previous-next a:hover span:nth-child(2) {
    opacity: 0
}

.entry-content .page-links {
    clear: left;
    padding-top: 10px
}

.entry-content .page-links span {
    text-align: center;
    display: inline-block;
    height: 26px;
    width: 26px;
    line-height: 26px;
    color: #fff;
    -webkit-border-radius: 26px;
    -khtml-border-radius: 26px;
    -moz-border-radius: 26px;
    -ms-border-radius: 26px;
    -o-border-radius: 26px;
    border-radius: 26px;
    background-color: #c1282a;
    font-size: 14px;
    font-weight: 500;
    margin: 0 3px;
    -webkit-transition: all .3s cubic-bezier(.39, .575, .565, 1) 0s;
    -khtml-transition: all .3s cubic-bezier(.39, .575, .565, 1) 0s;
    -moz-transition: all .3s cubic-bezier(.39, .575, .565, 1) 0s;
    -ms-transition: all .3s cubic-bezier(.39, .575, .565, 1) 0s;
    -o-transition: all .3s cubic-bezier(.39, .575, .565, 1) 0s;
    transition: all .3s cubic-bezier(.39, .575, .565, 1) 0s
}

.entry-content .page-links a span {
    background-color: #e0e3e8;
    color: #000
}

.entry-content .page-links a span:hover {
    background-color: #c1282a;
    color: #fff
}

.entry-content .page-links .post-page-numbers {
    margin: 0 3px
}

.entry-content .page-links .post-page-numbers span {
    margin: 0
}

.single-post #primary.col-12,
.page-template-blog-classic #primary.col-12 {
    max-width: 840px;
    margin: auto
}

.posts-pagination {
    margin-bottom: -10px
}

.posts-pagination .posts-page-links {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center
}

.posts-pagination .page-numbers {
    text-align: center;
    height: 51px;
    width: 51px;
    line-height: 51px;
    font-size: 15px;
    font-weight: 600;
    color: #222;
    background-color: #fff;
    display: inline-block;
    margin: 0 6px 10px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    position: relative;
    z-index: 1
}

.posts-pagination .page-numbers:before,
.posts-pagination .page-numbers:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms
}

.posts-pagination .page-numbers:before {
    border: 2px solid #eeecec;
    -webkit-border-radius: 51px;
    -khtml-border-radius: 51px;
    -moz-border-radius: 51px;
    -ms-border-radius: 51px;
    -o-border-radius: 51px;
    border-radius: 51px;
    z-index: -2
}

.posts-pagination .page-numbers:after {
    background-color: #d1651a;
    background-image: -webkit-gradient(linear, left top, right top, from(#d1651a), to(#c1282a));
    background-image: -webkit-linear-gradient(left, #d1651a, #c1282a);
    background-image: -moz-linear-gradient(left, #d1651a, #c1282a);
    background-image: -ms-linear-gradient(left, #d1651a, #c1282a);
    background-image: -o-linear-gradient(left, #d1651a, #c1282a);
    background-image: linear-gradient(left, #d1651a, #c1282a);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#d1651a', endColorStr='#c1282a', gradientType='1');
    -webkit-border-radius: 51px;
    -khtml-border-radius: 51px;
    -moz-border-radius: 51px;
    -ms-border-radius: 51px;
    -o-border-radius: 51px;
    border-radius: 51px;
    z-index: -1;
    opacity: 0
}

.posts-pagination .page-numbers.current,
.posts-pagination .page-numbers:hover,
.posts-pagination .page-numbers:focus {
    color: #fff
}

.posts-pagination .page-numbers.current:before,
.posts-pagination .page-numbers:hover:before,
.posts-pagination .page-numbers:focus:before {
    opacity: 0
}

.posts-pagination .page-numbers.current:after,
.posts-pagination .page-numbers:hover:after,
.posts-pagination .page-numbers:focus:after {
    opacity: 1
}

.posts-pagination .page-numbers.next,
.posts-pagination .page-numbers.prev {
    font-size: 18px
}

.entry-navigation {
    border-bottom: 1px solid #ececf0;
    padding: 29px 0 29px
}

.entry-navigation .nav-post-img {
    width: 70px;
    min-width: 70px;
    margin-right: 20px;
    margin-top: 6px
}

.entry-navigation .nav-post-img img {
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0
}

.entry-navigation .nav-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -15px
}

.entry-navigation .nav-item {
    display: flex;
    flex-wrap: nowrap;
    width: 50%;
    padding: 0 15px
}

@media screen and (min-width:768px) {
    .entry-navigation .nav-item.nav-post-next {
        flex-direction: row-reverse;
        text-align: right
    }
    .entry-navigation .nav-item.nav-post-next .nav-post-img {
        margin-right: 0;
        margin-left: 20px
    }
}

@media screen and (max-width:575px) {
    .entry-navigation .nav-item {
        width: 100%;
        align-items: flex-start
    }
    .entry-navigation .nav-item+.nav-item {
        margin-top: 30px
    }
}

.entry-navigation .nav-post-meta label {
    font-size: 13px;
    display: block;
    margin-bottom: 3px
}

.entry-navigation .nav-post-meta a {
    font-size: 19px;
    line-height: 23px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #0e0e0e
}

.entry-navigation .nav-post-meta a:hover {
    color: #c1282a
}

body.error404 .site-content {
    background-image: url(../images/bg-404.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover
}

.error-404 {
    max-width: 820px;
    padding: 0 15px 150px;
    margin: auto;
    text-align: center
}

@media screen and (max-width:767px) {
    .error-404 {
        padding-bottom: 100px
    }
}

.error-404 .btn {
    padding: 0 39px;
    font-size: 16px;
    line-height: 65px
}

.error-404 .error-404-content {
    margin: 0 -30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.error-404 .error-404-content>div {
    padding: 0 30px
}

.error-404 .error-404-content .error-404-holder {
    flex-grow: 1
}

.error-404 .error-404-content .error-404-title {
    font-size: 60px;
    line-height: 1;
    margin-top: 6px;
    margin-bottom: 26px
}

@media screen and (max-width:767px) {
    .error-404 .error-404-content .error-404-title {
        font-size: 45px
    }
}

.error-404 .error-404-content .error-404-sub {
    margin-bottom: 350px
}

.error-404 .error-404-content .error-404-sub span {
    font-size: 26px;
    color: #0e0e0e;
    background-color: #e7ecf3;
    display: inline-block;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 0 30px;
    line-height: 57px
}

@media screen and (max-width:767px) {
    .error-404 .error-404-content .error-404-sub span {
        font-size: 18px
    }
}

.elementor_library-template-default .entry-meta,
.elementor_library-template-default .entry-footer,
.elementor_library-template-default .post-previous-next,
.elementor_library-template-default #secondary {
    display: none
}

.elementor_library-template-default #content #primary {
    padding-left: 15px;
    padding-right: 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media screen and (min-width:1200px) {
    .sidebar-sticky,
    .col-sidebar-fixed>.vc_column-inner {
        position: -webkit-sticky;
        position: sticky;
        top: 30px
    }
    .admin-bar .sidebar-sticky,
    .admin-bar .col-sidebar-fixed>.vc_column-inner {
        top: 62px
    }
    .header-sticky .sidebar-sticky,
    .header-sticky .col-sidebar-fixed>.vc_column-inner {
        top: 110px
    }
    .admin-bar.header-sticky .sidebar-sticky,
    .admin-bar.header-sticky .col-sidebar-fixed>.vc_column-inner {
        top: 142px
    }
}

.widget-title,
.comments-title,
.comment-reply-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    padding-bottom: 11px;
    position: relative
}

.widget-title:before,
.comments-title:before,
.comment-reply-title:before {
    content: '';
    width: 40px;
    height: 3px;
    background-color: #d1651a;
    background-image: -webkit-gradient(linear, left top, right top, from(#d1651a), to(#c1282a));
    background-image: -webkit-linear-gradient(left, #d1651a, #c1282a);
    background-image: -moz-linear-gradient(left, #d1651a, #c1282a);
    background-image: -ms-linear-gradient(left, #d1651a, #c1282a);
    background-image: -o-linear-gradient(left, #d1651a, #c1282a);
    background-image: linear-gradient(left, #d1651a, #c1282a);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#d1651a', endColorStr='#c1282a', gradientType='1');
    position: absolute;
    bottom: 0;
    left: 0
}

.comments-title {
    margin-bottom: 37px
}

#secondary .widget {
    margin-bottom: 42px
}

#secondary .widget:last-child {
    margin-bottom: 0
}

ul.product-categories {
    list-style: none
}

.widget {
    margin-bottom: 30px
}

.widget.mb-20 {
    margin-bottom: 20px
}

.widget:last-child {
    margin-bottom: 0
}

.widget select {
    max-width: 100%
}

.widget.rm-margin1 {
    margin-bottom: 14px
}

.widget.rm-margin2 {
    margin-bottom: 20px
}

.logged-in .hide-logged {
    display: none
}

.widget_categories ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_archive ul,
.widget_meta ul {
    list-style: none;
    margin-bottom: 0
}

#content .widget_categories ul ul ul ul ul,
#content .widget_pages ul ul ul ul ul,
#content .widget_nav_menu ul ul ul ul ul,
#content .widget_meta ul ul ul ul ul,
#content .widget_recent_entries ul ul ul ul ul {
    padding-left: 0
}

#content .widget_product_categories ul li,
#content .widget_categories ul li,
#content .widget_nav_menu ul li,
#content .widget_pages ul li,
#content .widget_archive ul li,
#content .widget_meta ul li,
#content .widget_recent_entries ul li {
    font-size: 0px
}

#content .widget_product_categories ul li a,
#content .widget_categories ul li a,
#content .widget_nav_menu ul li a,
#content .widget_pages ul li a,
#content .widget_archive ul li a,
#content .widget_meta ul li a,
#content .widget_recent_entries ul li a {
    color: #222;
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    padding: 13px 12px 13px 16px;
    position: relative;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #ececf0
}

#content .widget_product_categories ul li a:before,
#content .widget_categories ul li a:before,
#content .widget_nav_menu ul li a:before,
#content .widget_pages ul li a:before,
#content .widget_archive ul li a:before,
#content .widget_meta ul li a:before,
#content .widget_recent_entries ul li a:before {
    content: "\f105";
    font-family: "FontAwesome";
    margin-right: 8px
}

#content .widget_product_categories ul li a span.count,
#content .widget_categories ul li a span.count,
#content .widget_nav_menu ul li a span.count,
#content .widget_pages ul li a span.count,
#content .widget_archive ul li a span.count,
#content .widget_meta ul li a span.count,
#content .widget_recent_entries ul li a span.count {
    width: 27px;
    height: 27px;
    display: inline-block;
    background-color: #eee;
    text-align: center;
    line-height: 27px;
    font-size: 12px;
    color: #222;
    -webkit-transition: all 0ms linear 0ms;
    -khtml-transition: all 0ms linear 0ms;
    -moz-transition: all 0ms linear 0ms;
    -ms-transition: all 0ms linear 0ms;
    -o-transition: all 0ms linear 0ms;
    transition: all 0ms linear 0ms
}

#content .widget_product_categories ul li.current-menu-item>a,
#content .widget_categories ul li.current-menu-item>a,
#content .widget_nav_menu ul li.current-menu-item>a,
#content .widget_pages ul li.current-menu-item>a,
#content .widget_archive ul li.current-menu-item>a,
#content .widget_meta ul li.current-menu-item>a,
#content .widget_recent_entries ul li.current-menu-item>a,
#content .widget_product_categories ul li.current-cat>a,
#content .widget_categories ul li.current-cat>a,
#content .widget_nav_menu ul li.current-cat>a,
#content .widget_pages ul li.current-cat>a,
#content .widget_archive ul li.current-cat>a,
#content .widget_meta ul li.current-cat>a,
#content .widget_recent_entries ul li.current-cat>a,
#content .widget_product_categories ul li.current-cat-parent>a,
#content .widget_categories ul li.current-cat-parent>a,
#content .widget_nav_menu ul li.current-cat-parent>a,
#content .widget_pages ul li.current-cat-parent>a,
#content .widget_archive ul li.current-cat-parent>a,
#content .widget_meta ul li.current-cat-parent>a,
#content .widget_recent_entries ul li.current-cat-parent>a,
#content .widget_product_categories ul li>a:hover,
#content .widget_categories ul li>a:hover,
#content .widget_nav_menu ul li>a:hover,
#content .widget_pages ul li>a:hover,
#content .widget_archive ul li>a:hover,
#content .widget_meta ul li>a:hover,
#content .widget_recent_entries ul li>a:hover {
    padding-left: 23px;
    background-color: #d1651a;
    background-image: -webkit-gradient(linear, left top, right top, from(#d1651a), to(#c1282a));
    background-image: -webkit-linear-gradient(left, #d1651a, #c1282a);
    background-image: -moz-linear-gradient(left, #d1651a, #c1282a);
    background-image: -ms-linear-gradient(left, #d1651a, #c1282a);
    background-image: -o-linear-gradient(left, #d1651a, #c1282a);
    background-image: linear-gradient(left, #d1651a, #c1282a);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#d1651a', endColorStr='#c1282a', gradientType='1');
    background-color: transparent;
    background-clip: text;
    -o-background-clip: text;
    -ms-background-clip: text;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -o-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent
}

#content .widget_product_categories ul li.current-menu-item>a span.count,
#content .widget_categories ul li.current-menu-item>a span.count,
#content .widget_nav_menu ul li.current-menu-item>a span.count,
#content .widget_pages ul li.current-menu-item>a span.count,
#content .widget_archive ul li.current-menu-item>a span.count,
#content .widget_meta ul li.current-menu-item>a span.count,
#content .widget_recent_entries ul li.current-menu-item>a span.count,
#content .widget_product_categories ul li.current-cat>a span.count,
#content .widget_categories ul li.current-cat>a span.count,
#content .widget_nav_menu ul li.current-cat>a span.count,
#content .widget_pages ul li.current-cat>a span.count,
#content .widget_archive ul li.current-cat>a span.count,
#content .widget_meta ul li.current-cat>a span.count,
#content .widget_recent_entries ul li.current-cat>a span.count,
#content .widget_product_categories ul li.current-cat-parent>a span.count,
#content .widget_categories ul li.current-cat-parent>a span.count,
#content .widget_nav_menu ul li.current-cat-parent>a span.count,
#content .widget_pages ul li.current-cat-parent>a span.count,
#content .widget_archive ul li.current-cat-parent>a span.count,
#content .widget_meta ul li.current-cat-parent>a span.count,
#content .widget_recent_entries ul li.current-cat-parent>a span.count,
#content .widget_product_categories ul li>a:hover span.count,
#content .widget_categories ul li>a:hover span.count,
#content .widget_nav_menu ul li>a:hover span.count,
#content .widget_pages ul li>a:hover span.count,
#content .widget_archive ul li>a:hover span.count,
#content .widget_meta ul li>a:hover span.count,
#content .widget_recent_entries ul li>a:hover span.count {
    text-fill-color: #223543;
    -o-text-fill-color: #223543;
    -ms-text-fill-color: #223543;
    -moz-text-fill-color: #223543;
    -webkit-text-fill-color: #223543
}

#content .widget_product_categories ul li .sub-menu,
#content .widget_categories ul li .sub-menu,
#content .widget_nav_menu ul li .sub-menu,
#content .widget_pages ul li .sub-menu,
#content .widget_archive ul li .sub-menu,
#content .widget_meta ul li .sub-menu,
#content .widget_recent_entries ul li .sub-menu,
#content .widget_product_categories ul li .children,
#content .widget_categories ul li .children,
#content .widget_nav_menu ul li .children,
#content .widget_pages ul li .children,
#content .widget_archive ul li .children,
#content .widget_meta ul li .children,
#content .widget_recent_entries ul li .children {
    padding-left: 10px
}

#content .widget_product_categories .nice-select ul li,
#content .widget_categories .nice-select ul li,
#content .widget_nav_menu .nice-select ul li,
#content .widget_pages .nice-select ul li,
#content .widget_archive .nice-select ul li,
#content .widget_meta .nice-select ul li,
#content .widget_recent_entries .nice-select ul li {
    border: none;
    font-size: 14px;
    line-height: normal;
    padding: 8px 24px;
    font-weight: 500
}

.count.right {
    float: right
}

.widget_recent_entries a,
.widget_recent_comments a {
    color: #282828
}

.widget_recent_entries a:hover,
.widget_recent_comments a:hover {
    color: #c1282a
}

.widget_recent_comments ul {
    list-style: none
}

.widget_recent_comments ul li {
    border-bottom: 1px solid #ececf0;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.widget_recent_comments .recentcomments>a {
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    color: #222;
    display: block
}

.widget_recent_comments .recentcomments>a:hover {
    color: #c1282a
}

.widget_recent_comments .recentcomments>a:before {
    content: '\A';
    white-space: pre
}

.widget_rss ul {
    list-style: none;
    padding: 0
}

.widget_rss li {
    margin-bottom: 16px
}

.widget_rss li:last-child {
    margin-bottom: 0
}

.widget_rss .rsswidget {
    font-weight: 700;
    display: inline-block
}

.widget_rss .rss-date {
    font-size: .875em;
    font-style: italic;
    display: block
}

.widget_rss cite {
    font-weight: 700;
    font-size: .875em
}

.widget_calendar th,
.widget_calendar td {
    text-align: center
}

.widget_calendar table>caption {
    padding-bottom: 0;
    text-align: center;
    color: inherit
}

.widget_ef_recent_posts li {
    padding-bottom: 14px
}

.widget_ef_recent_posts li:last-child {
    padding-bottom: 0
}

.widget_ef_recent_posts .entry-posted-in a {
    font-size: 15px;
    font-weight: 500;
    color: rgba(0, 0, 0, .66)
}

.widget_ef_recent_posts .entry-posted-in a:hover {
    color: #c1282a
}

.widget_ef_recent_posts .entry-title {
    font-size: 18px;
    line-height: 24px;
    margin-top: 4px
}

.widget_ef_recent_posts .entry-title a {
    color: #222
}

.widget_ef_recent_posts .entry-title a:hover {
    color: #c1282a
}

.widget_ef_recent_posts .entry-title+.entry-meta {
    margin-top: 15px
}

.ct-social {
    list-style: none;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap
}

.ct-social li {
    margin-right: 12px
}

.ct-social a {
    font-size: 14px;
    color: #fff;
    height: 34px;
    width: 34px;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    position: relative;
    z-index: 1;
    display: inline-block
}

.ct-social a i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.ct-social a:before,
.ct-social a:after {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: inherit;
    -khtml-border-radius: inherit;
    -moz-border-radius: inherit;
    -ms-border-radius: inherit;
    -o-border-radius: inherit;
    border-radius: inherit;
    z-index: -1;
    position: absolute;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms
}

.ct-social a:before {
    background-color: #d1651a;
    background-image: -webkit-gradient(linear, left top, right top, from(#d1651a), to(#c1282a));
    background-image: -webkit-linear-gradient(left, #d1651a, #c1282a);
    background-image: -moz-linear-gradient(left, #d1651a, #c1282a);
    background-image: -ms-linear-gradient(left, #d1651a, #c1282a);
    background-image: -o-linear-gradient(left, #d1651a, #c1282a);
    background-image: linear-gradient(left, #d1651a, #c1282a);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#d1651a', endColorStr='#c1282a', gradientType='1')
}

.ct-social a:after {
    background-color: #c1282a;
    background-image: -webkit-gradient(linear, left top, right top, from(#c1282a), to(#d1651a));
    background-image: -webkit-linear-gradient(left, #c1282a, #d1651a);
    background-image: -moz-linear-gradient(left, #c1282a, #d1651a);
    background-image: -ms-linear-gradient(left, #c1282a, #d1651a);
    background-image: -o-linear-gradient(left, #c1282a, #d1651a);
    background-image: linear-gradient(left, #c1282a, #d1651a);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#c1282a', endColorStr='#d1651a', gradientType='1');
    opacity: 0
}

.ct-social a:hover {
    color: #fff
}

.ct-social a:hover:before {
    opacity: 0
}

.ct-social a:hover:after {
    opacity: 1
}

.widget_newsletterwidget {
    background-color: #061b49;
    padding: 32px 40px 40px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px
}

@media screen and (max-width:1199px) {
    .widget_newsletterwidget {
        padding-left: 30px;
        padding-right: 30px
    }
}

.widget_newsletterwidget .description {
    padding-bottom: 22px
}

.widget_newsletterwidget .tnp-widget {
    position: relative
}

.widget_newsletterwidget .tnp-widget .tnp-field-email {
    margin-bottom: 0
}

.widget_newsletterwidget .tnp-widget .tnp-field-email .tnp-email {
    height: 51px;
    -webkit-border-radius: 1px;
    -khtml-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    background-color: transparent;
    border: 1px solid #283a62;
    background-color: transparent;
    font-size: 13px;
    color: #6b89c1;
    font-style: normal;
    padding: 0 19px
}

.widget_newsletterwidget .tnp-widget .tnp-field-email .tnp-email:focus {
    border-color: #c1282a
}

.widget_newsletterwidget .tnp-widget .tnp-field-button {
    margin: 0;
    width: 51px;
    height: 51px;
    position: absolute;
    top: 0;
    right: 0
}

.widget_newsletterwidget .tnp-widget .tnp-field-button:before {
    content: '\f061';
    font-size: 11px;
    color: #fff;
    height: 22px;
    width: 22px;
    line-height: 22px;
    -webkit-border-radius: 22px;
    -khtml-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
    border-radius: 22px;
    background-color: #c1282a;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: "Font Awesome 5 Pro";
    text-align: center
}

.widget_newsletterwidget .tnp-widget .tnp-field-button .tnp-submit {
    top: 0;
    right: 0;
    opacity: 0;
    padding: 0;
    height: 51px;
    width: 51px;
    position: absolute
}

.widget_ct_recent_posts .entry-brief {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 17px;
    margin-bottom: 24px;
    border-bottom: 1px solid #e2e2e7
}

.widget_ct_recent_posts .entry-brief:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.widget_ct_recent_posts .entry-media {
    width: 65px;
    min-width: 65px;
    margin-right: 25px
}

.widget_ct_recent_posts .entry-media img {
    -webkit-border-radius: 65px;
    -khtml-border-radius: 65px;
    -moz-border-radius: 65px;
    -ms-border-radius: 65px;
    -o-border-radius: 65px;
    border-radius: 65px
}

.widget_ct_recent_posts .entry-title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 4px;
    margin-top: -2px
}

.widget_ct_recent_posts .item-date {
    font-size: 15px;
    color: #999
}

.tagcloud a {
    border: none;
    background-color: transparent;
    padding: 0 21px;
    color: #222;
    display: inline-block;
    font-size: 15px !important;
    line-height: 30px;
    margin-right: 1px;
    margin-bottom: 11px;
    position: relative;
    z-index: 1;
    border: 1px solid #eeecec
}

.tagcloud a:hover {
    color: #fff;
    border-color: #c1282a;
    background-color: #c1282a
}

.widget_search .search-form {
    position: relative
}

.widget_search .search-form .search-submit {
    padding: 0;
    border: none;
    line-height: 50px;
    height: 50px;
    width: 53px;
    position: absolute;
    top: 0;
    right: 0;
    color: #222;
    font-size: 15px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    border-left: 1px solid #ececf0
}

.widget_search .search-form .search-submit:before,
.widget_search .search-form .search-submit:after {
    display: none
}

.widget_search .search-form .search-submit:hover {
    background-color: #c1282a;
    color: #fff
}

.widget_search .search-form .search-field {
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0;
    border: 1px solid #ececf0;
    padding: 0 22px;
    color: #222;
    font-size: 15px
}

.widget_search .search-form .search-field:focus {
    border-color: #c1282a
}

.widget_search .search-form .search-field:focus+.search-submit {
    border-color: #c1282a
}

.ct-getintouch .ct-getintouch-item {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 15px;
    align-items: center
}

.ct-getintouch .ct-getintouch-item i {
    font-size: 32px;
    margin-right: 12px
}

.ct-getintouch .ct-getintouch-item i.fac-clock {
    font-size: 26px
}

.ct-getintouch .ct-getintouch-item .ct-getintouch-icon {
    line-height: 1;
    min-width: 43px;
    text-align: center
}

.ct-getintouch .ct-getintouch-item .ct-getintouch-meta {
    font-size: 15px;
    color: #767677
}

.ct-getintouch .ct-getintouch-item .ct-getintouch-meta label {
    color: #222;
    border-bottom: 1px solid #747474;
    line-height: 20px;
    font-weight: 600
}

.ct-getintouch .ct-getintouch-item .ct-getintouch-meta span {
    display: block;
    line-height: 24px
}

.ct-getintouch .ct-getintouch-item a.btn {
    margin-top: 14px
}

.ct-getintouch .ct-getintouch-item a.btn i {
    font-size: 16px;
    margin-left: 0
}

.ct-getintouch .ct-getintouch-item+.ct-getintouch-item {
    margin-top: 28px
}

.widget_text p:last-child {
    margin-bottom: 0
}

.gallery {
    margin: -16px -12px 43px;
    display: flex;
    flex-wrap: wrap
}

.gallery .gallery-item {
    padding: 0 12px;
    margin-top: 24px;
    margin-bottom: 0
}

.gallery.gallery-columns-2 .gallery-item {
    width: 50%
}

.gallery.gallery-columns-3 .gallery-item {
    width: 33.33%
}

.gallery.gallery-columns-4 .gallery-item {
    width: 25%
}

.gallery.gallery-columns-5 .gallery-item {
    width: 20%
}

.widget_media_gallery .gallery {
    margin: -10px -5px 0
}

.widget_media_gallery .gallery .gallery-item {
    padding: 0 5px;
    margin-top: 10px;
    margin-bottom: 0
}

.widget_media_gallery .gallery .gallery-item img {
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0
}

.ct-newsletter.widget {
    background-image: -webkit-linear-gradient(90deg, #0e0e0e 0%, #606060 50%, #0e0e0e);
    background-image: -moz-linear-gradient(90deg, #0e0e0e 0%, #606060 50%, #0e0e0e);
    background-image: -ms-linear-gradient(90deg, #0e0e0e 0%, #606060 50%, #0e0e0e);
    background-image: -o-linear-gradient(90deg, #0e0e0e 0%, #606060 50%, #0e0e0e);
    background-image: linear-gradient(90deg, #0e0e0e 0%, #606060 50%, #0e0e0e);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
    padding: 32px 25px 42px
}

.ct-newsletter.widget .widget-title {
    padding-bottom: 22px;
    margin-bottom: 0;
    color: #fff;
    font-size: 22px
}

.ct-newsletter.widget .widget-title:before {
    content: '\f2b6';
    font-family: "Font Awesome 5 Pro";
    position: static;
    background-image: none;
    background-color: transparent;
    font-size: 20px;
    margin-right: 14px
}

.ct-newsletter.widget .tnp-field-email {
    margin-bottom: 15px
}

.ct-newsletter.widget .tnp-field-email .tnp-email {
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #ececec;
    height: 58px;
    font-size: 13px;
    text-align: center
}

.ct-newsletter.widget .tnp-field-button .tnp-button {
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    width: 100%;
    line-height: 58px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase
}

.bypostauthor {
    display: block
}

.comments-area .comment-list-wrap {
    margin-top: 49px
}

.comments-area .comment-respond {
    margin-top: 60px
}

.comments-area .comment-respond .logged-in-as {
    margin-bottom: 25px;
    font-size: 14px
}

.comments-area .comment-respond .logged-in-as a {
    color: inherit
}

.comments-area .comment-respond .logged-in-as a:hover {
    color: #c1282a
}

.comments-area .no-comments {
    display: none
}

.comment-title {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 2px
}

.comment-title a {
    color: inherit
}

.comment-title a:hover {
    color: #c1282a
}

.comment-list {
    padding: 0;
    list-style: none
}

.comment-list li .children {
    padding-left: 76px
}

@media screen and (max-width:575px) {
    .comment-list li .children {
        padding-left: 0
    }
}

.comment-list li .children li {
    list-style: none;
    margin-top: 34px
}

.comment-list li .comment-respond {
    margin-top: 45px;
    margin-bottom: 50px;
    margin-left: 122px
}

.comment-list>li {
    margin-bottom: 34px
}

.comment-list>li:last-child {
    margin-bottom: 0
}

.comment-list>li>.children>li>.children>li>.children>li>.children {
    padding-left: 0
}

.comment-list>li>.children>li>.children>li>.children>li>.children .children {
    padding-left: 0
}

.comment-inner {
    display: flex;
    flex-wrap: nowrap
}

@media screen and (max-width:575px) {
    .comment-inner {
        display: block;
        text-align: center
    }
}

.comment-inner img.avatar {
    width: 92px;
    height: 92px;
    min-width: 92px;
    margin-right: 30px;
    float: left;
    -webkit-border-radius: 100px;
    -khtml-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px
}

@media screen and (max-width:767px) {
    .comment-inner img.avatar {
        width: 60px;
        height: 60px;
        min-width: 60px;
        margin-right: 18px
    }
}

@media screen and (max-width:575px) {
    .comment-inner img.avatar {
        float: none;
        margin: 0 auto 22px auto;
        width: 92px;
        height: 92px;
        min-width: 92px
    }
}

.comment-date {
    font-size: 14px;
    color: #a4a4a4;
    margin-bottom: 17px;
    display: inline-block
}

.comment-content {
    background-color: #f4f7fc;
    padding: 22px 24px 38px;
    position: relative;
    flex-grow: 1
}

.comment-content a {
    word-wrap: break-word
}

.comment-content .comment-text {
    color: inherit;
    font-size: 15px;
    line-height: 27px
}

.comment-content .comment-text p:last-child {
    margin-bottom: 0
}

.comment-content:hover .comment-reply a:before {
    opacity: 0
}

.comment-content:hover .comment-reply a:after {
    opacity: 1
}

.comment-content:hover .comment-reply a:hover:before {
    opacity: 1
}

.comment-content:hover .comment-reply a:hover:after {
    opacity: 0
}

@media screen and (max-width:575px) {
    .comment-content:before {
        content: '';
        border-width: 12px;
        border-style: solid;
        border-color: transparent transparent #f4f7fc;
        left: 50%;
        top: -23px;
        -webkit-transform: translate(-50%, 0);
        -khtml-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        display: inline-block;
        position: absolute
    }
}

.comment-reply {
    position: absolute;
    top: 20px;
    right: 23px
}

@media screen and (max-width:575px) {
    .comment-reply {
        position: static;
        margin-top: 22px
    }
}

.comment-reply a {
    line-height: 35px;
    display: inline-block;
    padding: 0 17px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.comment-reply a i {
    margin-left: 4px;
    font-weight: 400
}

.comment-reply a:before {
    background-color: #d1651a;
    background-image: -webkit-gradient(linear, left top, right top, from(#d1651a), to(#c1282a));
    background-image: -webkit-linear-gradient(left, #d1651a, #c1282a);
    background-image: -moz-linear-gradient(left, #d1651a, #c1282a);
    background-image: -ms-linear-gradient(left, #d1651a, #c1282a);
    background-image: -o-linear-gradient(left, #d1651a, #c1282a);
    background-image: linear-gradient(left, #d1651a, #c1282a);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#d1651a', endColorStr='#c1282a', gradientType='1')
}

.comment-reply a:after {
    background-image: -webkit-linear-gradient(90deg, #0e0e0e 0%, #606060 50%, #0e0e0e);
    background-image: -moz-linear-gradient(90deg, #0e0e0e 0%, #606060 50%, #0e0e0e);
    background-image: -ms-linear-gradient(90deg, #0e0e0e 0%, #606060 50%, #0e0e0e);
    background-image: -o-linear-gradient(90deg, #0e0e0e 0%, #606060 50%, #0e0e0e);
    background-image: linear-gradient(90deg, #0e0e0e 0%, #606060 50%, #0e0e0e);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='')
}

.comment-reply-title small {
    display: inline-block;
    vertical-align: top;
    margin-top: -5px;
    margin-left: 10px
}

.comment-reply-title small a {
    line-height: 35px;
    display: inline-block;
    padding: 0 17px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    -webkit-border-radius: 35px;
    -khtml-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
    border-radius: 35px
}

.comment-reply-title small a i {
    margin-left: 4px
}

.comment-reply-title small a:before {
    background-color: #191919
}

.comment-holder {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 5px
}

.comment-holder .comment-meta {
    flex-grow: 1;
    margin-right: 30px
}

@media screen and (max-width:575px) {
    .comment-holder {
        display: block;
        margin-top: 0;
        margin-bottom: 14px
    }
    .comment-holder .comment-meta {
        margin-right: 0
    }
}

.comment-form .row>div {
    margin-top: 30px
}

.comment-form .form-submit {
    margin-top: 23px;
    margin-bottom: 0
}

.comment-form .comment-form-comment {
    display: flex;
    flex-wrap: wrap
}

.comment-form-cookies-consent {
    font-size: 14px;
    line-height: 24px;
    padding-left: 20px;
    position: relative;
    margin-top: 20px;
    color: #222
}

.comment-form-cookies-consent input,
.comment-form-cookies-consent label:before,
.comment-form-cookies-consent label:after {
    position: absolute;
    width: 12px;
    height: 12px;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.comment-form-cookies-consent label:before {
    content: '';
    border: 1px solid #cfcfcf;
    background-color: #ececed;
    z-index: 1
}

.comment-form-cookies-consent label:after {
    content: '\f00c';
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    z-index: 2;
    font-size: 8px;
    color: #c1282a;
    opacity: 0;
    line-height: 12px;
    text-align: center
}

.comment-form-cookies-consent input {
    z-index: 99;
    opacity: 0
}

.comment-form-cookies-consent input:checked+label:before {
    border-color: #c1282a;
    background-color: #fff
}

.comment-form-cookies-consent input:checked+label:after {
    opacity: 1
}

.page-template-default .comments-area .comment-respond {
    border-top: 1px solid #d0e7fa !important;
    padding-top: 50px;
    margin-top: 50px
}

.page-template-default .comments-area .comment-respond:before {
    display: none
}

.site-footer-custom {
    font-family: "Poppins"
}

.logo-footer {
    opacity: 1
}

.logo-footer img {
    max-height: 59px
}

.scroll-top {
    position: fixed;
    z-index: 99;
    bottom: 24px;
    right: 30px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    background-image: -webkit-linear-gradient(-190deg, #d1651a, #c1282a);
    background-image: -moz-linear-gradient(-190deg, #d1651a, #c1282a);
    background-image: -ms-linear-gradient(-190deg, #d1651a, #c1282a);
    background-image: -o-linear-gradient(-190deg, #d1651a, #c1282a);
    background-image: linear-gradient(-190deg, #d1651a, #c1282a);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#d1651a', endColorStr='#c1282a');
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    font-size: 22px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden
}

@media screen and (max-width:767px) {
    .scroll-top {
        bottom: 0;
        right: 0
    }
}

.scroll-top:hover,
.scroll-top:focus,
.scroll-top:active {
    color: #fff
}

.scroll-top.on {
    bottom: 44px;
    opacity: 1;
    visibility: visible
}

@media screen and (max-width:767px) {
    .scroll-top.on {
        bottom: 0;
        right: 0;
        -webkit-border-radius: 2px 0 0;
        -khtml-border-radius: 2px 0 0;
        -moz-border-radius: 2px 0 0;
        -ms-border-radius: 2px 0 0;
        -o-border-radius: 2px 0 0;
        border-radius: 2px 0 0;
        height: 35px;
        width: 35px;
        line-height: 35px;
        font-size: 16px
    }
}

.scroll-top:hover i {
    -o-animation: toTopFromBottom .3s forwards;
    -ms-animation: toTopFromBottom .3s forwards;
    -webkit-animation: toTopFromBottom .3s forwards;
    animation: toTopFromBottom .3s forwards
}

.ct-grid {
    margin: 0 -15px
}

.ct-grid .grid-sizer {
    visibility: hidden
}

.ct-grid .ct-grid-inner,
.ct-grid .grid-item-inner {
    position: relative
}

.ct-grid .grid-item.ct-animated .grid-item-inner {
    animation: .65s ease 0s normal forwards 1 running moveUp;
    -webkit-animation: .65s ease 0s normal forwards 1 running moveUp;
    -webkit-transform: translateY(200px);
    -khtml-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
    -o-transform: translateY(200px);
    transform: translateY(200px)
}

.ct-grid .ct-load-more {
    margin-top: 35px
}

.ct-grid .ct-load-more .btn {
    padding: 0 42px;
    line-height: 55px;
    font-size: 15px
}

.ct-grid .ct-load-more i {
    margin-left: 0;
    margin-right: 8px
}

.ct-grid .ct-grid-pagination {
    margin-top: 20px
}

.ct-grid .item-featured a {
    display: block
}

.ct-grid .btn-loadmore i {
    margin-left: 0;
    margin-right: 0
}

.ct-grid .btn-loadmore i.fa-refresh {
    margin-right: 8px
}

.ct-grid-inner.row {
    margin: 0
}

.grid-filter-wrap {
    margin-bottom: 44px;
    text-align: center;
    padding: 0 15px
}

.grid-filter-wrap span {
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 10px;
    padding: 0 16px;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    text-transform: capitalize;
    color: #383838;
    position: relative;
    font-family: 'Poppins', sans-serif
}

.grid-filter-wrap span:before {
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #d1651a;
    background-image: -webkit-gradient(linear, left top, right top, from(#d1651a), to(#c1282a));
    background-image: -webkit-linear-gradient(left, #d1651a, #c1282a);
    background-image: -moz-linear-gradient(left, #d1651a, #c1282a);
    background-image: -ms-linear-gradient(left, #d1651a, #c1282a);
    background-image: -o-linear-gradient(left, #d1651a, #c1282a);
    background-image: linear-gradient(left, #d1651a, #c1282a);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#d1651a', endColorStr='#c1282a', gradientType='1');
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 8px 10px rgba(12, 12, 12, .1);
    -khtml-box-shadow: 0 8px 10px rgba(12, 12, 12, .1);
    -moz-box-shadow: 0 8px 10px rgba(12, 12, 12, .1);
    -ms-box-shadow: 0 8px 10px rgba(12, 12, 12, .1);
    -o-box-shadow: 0 8px 10px rgba(12, 12, 12, .1);
    box-shadow: 0 8px 10px rgba(12, 12, 12, .1)
}

.grid-filter-wrap span.active,
.grid-filter-wrap span:hover {
    color: #fff
}

.grid-filter-wrap span.active:before,
.grid-filter-wrap span:hover:before {
    opacity: 1
}

.hide-nav .slick-arrow {
    opacity: 0 !important;
    visibility: hidden !important
}

.hide-nav .ct-slick-carousel[data-arrows=true] {
    padding-bottom: 0 !important
}

.ct-nav-carousel {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.ct-nav-carousel .nav-prev,
.ct-nav-carousel .nav-next {
    height: 48px;
    width: 48px;
    border: 2px solid #c7c7c7;
    position: relative;
    z-index: 1;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    -webkit-box-shadow: none !important;
    -khtml-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 48px;
    -khtml-border-radius: 48px;
    -moz-border-radius: 48px;
    -ms-border-radius: 48px;
    -o-border-radius: 48px;
    border-radius: 48px
}

.ct-nav-carousel .nav-prev i,
.ct-nav-carousel .nav-next i {
    color: rgba(14, 14, 14, .23);
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms
}

.ct-nav-carousel .nav-prev:hover,
.ct-nav-carousel .nav-next:hover {
    background-color: #0e0e0e;
    border-color: #0e0e0e
}

.ct-nav-carousel .nav-prev:hover i,
.ct-nav-carousel .nav-next:hover i {
    color: #fff
}

.ct-nav-carousel .nav-next {
    margin-left: 10px
}

.ct-slick-carousel .slick-arrow {
    width: 60px;
    height: 60px;
    color: #222;
    cursor: pointer;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    -webkit-border-radius: 60px;
    -khtml-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    position: absolute;
    padding: 0;
    background-color: #fff;
    background-image: none;
    font-size: 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -khtml-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-box-shadow: 0 1px 20px rgba(0, 8, 11, .14);
    -khtml-box-shadow: 0 1px 20px rgba(0, 8, 11, .14);
    -moz-box-shadow: 0 1px 20px rgba(0, 8, 11, .14);
    -ms-box-shadow: 0 1px 20px rgba(0, 8, 11, .14);
    -o-box-shadow: 0 1px 20px rgba(0, 8, 11, .14);
    box-shadow: 0 1px 20px rgba(0, 8, 11, .14)
}

.ct-slick-carousel .slick-arrow:before {
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 16px
}

.ct-slick-carousel .slick-arrow:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-border-radius: 60px;
    -khtml-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    opacity: 0
}

.ct-slick-carousel .slick-arrow:hover {
    color: #fff;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

.ct-slick-carousel .slick-arrow:hover:after {
    opacity: 1
}

.ct-slick-carousel .slick-prev {
    margin-left: -40px
}

.ct-slick-carousel .slick-prev:before {
    content: '\f104'
}

.ct-slick-carousel .slick-next {
    margin-left: 40px
}

.ct-slick-carousel .slick-next:before {
    content: '\f105'
}

.ct-slick-carousel[data-arrows=true] {
    padding-bottom: 95px
}

.ct-slick-carousel.slick-arrow-style2 .slick-arrow {
    width: 53px;
    height: 53px;
    background-color: #bbb;
    color: #fff;
    background-size: inherit;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

.ct-slick-carousel.slick-arrow-style2 .slick-arrow:after {
    -webkit-box-shadow: 0 8px 10px rgba(12, 12, 12, .1);
    -khtml-box-shadow: 0 8px 10px rgba(12, 12, 12, .1);
    -moz-box-shadow: 0 8px 10px rgba(12, 12, 12, .1);
    -ms-box-shadow: 0 8px 10px rgba(12, 12, 12, .1);
    -o-box-shadow: 0 8px 10px rgba(12, 12, 12, .1);
    box-shadow: 0 8px 10px rgba(12, 12, 12, .1)
}

.ct-slick-carousel.nav-middle1.ct-slick-carousel[data-arrows=true] {
    padding-bottom: 0
}

.ct-slick-carousel.nav-middle1.ct-slick-carousel[data-arrows=true] .slick-arrow {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin-left: 0;
    margin-right: 0
}

.ct-slick-carousel.nav-middle1.ct-slick-carousel[data-arrows=true] .slick-arrow.slick-prev {
    left: -14px;
    z-index: 9
}

@media screen and (max-width:1199px) {
    .ct-slick-carousel.nav-middle1.ct-slick-carousel[data-arrows=true] .slick-arrow.slick-prev {
        left: 30px
    }
}

.ct-slick-carousel.nav-middle1.ct-slick-carousel[data-arrows=true] .slick-arrow.slick-next {
    right: -14px;
    left: auto;
    z-index: 9
}

@media screen and (max-width:1199px) {
    .ct-slick-carousel.nav-middle1.ct-slick-carousel[data-arrows=true] .slick-arrow.slick-next {
        right: 30px
    }
}

.slick-slider .slick-slide {
    outline: none
}

.slick-dots {
    margin: 45px 0 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center
}

.slick-dots li {
    display: flex;
    margin: 0 8px;
    line-height: 1
}

.slick-dots li button {
    height: 6px;
    width: 6px;
    line-height: 6px;
    text-indent: -9999px;
    padding: 0;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    background-color: #c6c6c6;
    z-index: 1
}

.slick-dots li:not(.slick-active) button {
    background-image: none
}

.slick-dots li.slick-active button {
    -webkit-transform: scale(2);
    -khtml-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2)
}

.ct-slick-slider .ct-carousel-inner {
    margin: 0 -15px
}

.ct-slick-slider .ct-carousel-inner .slick-slide {
    padding: 0 15px
}

#ct-loadding {
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999999;
    top: 0;
    left: 0;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    background-color: #fff;
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

#ct-loadding.ct-loaded {
    opacity: 0;
    visibility: hidden
}

#ct-loadding.ct-loaded.style9 {
    -webkit-transform: scale(1.5);
    -khtml-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5)
}

#ct-loadding .ct-dual-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px
}

#ct-loadding .ct-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border-width: 4px;
    border-style: solid;
    border-right-color: transparent;
    border-left-color: transparent;
    animation: ct_dual_ring 1.2s linear infinite;
    border-bottom-color: #c1282a;
    border-top-color: #c1282a
}

#ct-loadding .loading-spin {
    display: block;
    height: 65px;
    margin: -32px auto 0;
    position: relative;
    top: 50%;
    width: 65px
}

#ct-loadding .loading-spin .spinner {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-animation: spin-rotate-all 1s linear infinite;
    animation: spin-rotate-all 1s linear infinite
}

#ct-loadding .loading-spin .spinner .right-side,
#ct-loadding .loading-spin .spinner .left-side {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
    -webkit-animation: spin-fade-in-first 1.2s linear infinite alternate;
    animation: spin-fade-in-first 1.2s linear infinite alternate
}

#ct-loadding .loading-spin .spinner .left-side {
    left: 0
}

#ct-loadding .loading-spin .spinner .right-side {
    right: 0
}

#ct-loadding .loading-spin .spinner.color-2 .right-side,
#ct-loadding .loading-spin .spinner.color-2 .left-side {
    -webkit-animation: spin-fade-in-second 1.2s linear infinite alternate;
    animation: spin-fade-in-second 1.2s linear infinite alternate
}

#ct-loadding .loading-spin .spinner .bar {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 200px 0 0 200px;
    -khtml-border-radius: 200px 0 0 200px;
    -moz-border-radius: 200px 0 0 200px;
    -ms-border-radius: 200px 0 0 200px;
    -o-border-radius: 200px 0 0 200px;
    border-radius: 200px 0 0 200px;
    border: 6px solid #c1282a;
    position: relative
}

#ct-loadding .loading-spin .spinner .bar:after {
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    background: #c1282a;
    position: absolute;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px
}

#ct-loadding .loading-spin .spinner .right-side .bar {
    -webkit-border-radius: 0 200px 200px 0;
    -khtml-border-radius: 0 200px 200px 0;
    -moz-border-radius: 0 200px 200px 0;
    -ms-border-radius: 0 200px 200px 0;
    -o-border-radius: 0 200px 200px 0;
    border-radius: 0 200px 200px 0;
    border-left: none;
    -webkit-transform: rotate(-10deg);
    -webkit-transform-origin: left center;
    transform: rotate(-10deg);
    transform-origin: left center;
    -webkit-animation: spin-rotate-right .75s linear infinite alternate;
    animation: spin-rotate-right .75s linear infinite alternate
}

#ct-loadding .loading-spin .spinner .right-side .bar:after {
    bottom: -6px;
    left: -3px
}

#ct-loadding .loading-spin .spinner .left-side .bar {
    border-right: none;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-animation: spin-rotate-left .75s linear infinite alternate;
    animation: spin-rotate-left .75s linear infinite alternate
}

#ct-loadding .loading-spin .spinner .left-side .bar:after {
    bottom: -6px;
    right: -3px
}

.ct-spinner2 {
    width: 45px;
    height: 45px;
    background-color: #c1282a;
    margin: 100px auto;
    -webkit-animation: rotateplane 1.2s infinite ease-in-out;
    animation: rotateplane 1.2s infinite ease-in-out;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0
}

.ct-spinner3 {
    width: 45px;
    height: 45px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0
}

.ct-spinner3 .double-bounce1,
.ct-spinner3 .double-bounce2 {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: #c1282a;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: ct-bounce 2s infinite ease-in-out;
    animation: ct-bounce 2s infinite ease-in-out
}

.ct-spinner3 .double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.ct-spinner4 {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    width: 70px;
    height: 40px;
    text-align: center;
    font-size: 10px
}

.ct-spinner4>div {
    background-color: #c1282a;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: ct-stretchdelay 1.2s infinite ease-in-out;
    animation: ct-stretchdelay 1.2s infinite ease-in-out
}

.ct-spinner4 .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.ct-spinner4 .rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.ct-spinner4 .rect4 {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.ct-spinner4 .rect5 {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

.ct-spinner5 {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 70px;
    text-align: center
}

.ct-spinner5>div {
    width: 18px;
    height: 18px;
    background-color: #c1282a;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: ct-bouncedelay 1.4s infinite ease-in-out both;
    animation: ct-bouncedelay 1.4s infinite ease-in-out both
}

.ct-spinner5 .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.ct-spinner5 .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

.ct-cube-grid {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0
}

.ct-cube-grid .ct-cube {
    width: 33%;
    height: 33%;
    background-color: #c1282a;
    float: left;
    -webkit-animation: ct-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: ct-cubeGridScaleDelay 1.3s infinite ease-in-out
}

.ct-cube-grid .ct-cube1 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.ct-cube-grid .ct-cube2 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.ct-cube-grid .ct-cube3 {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.ct-cube-grid .ct-cube4 {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.ct-cube-grid .ct-cube5 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.ct-cube-grid .ct-cube6 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.ct-cube-grid .ct-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.ct-cube-grid .ct-cube8 {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.ct-cube-grid .ct-cube9 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.ct-folding-cube {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg)
}

.ct-folding-cube .ct-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.ct-folding-cube .ct-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #c1282a;
    -webkit-animation: ct-foldCubeAngle 2.4s infinite linear both;
    -ms-animation: ct-foldCubeAngle 2.4s infinite linear both;
    -o-animation: ct-foldCubeAngle 2.4s infinite linear both;
    animation: ct-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.ct-folding-cube .ct-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    -ms-transform: scale(1.1) rotateZ(90deg);
    -o-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg)
}

.ct-folding-cube .ct-cube2:before {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.ct-folding-cube .ct-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    -ms-transform: scale(1.1) rotateZ(180deg);
    -o-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg)
}

.ct-folding-cube .ct-cube3:before {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.ct-folding-cube .ct-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    -ms-transform: scale(1.1) rotateZ(270deg);
    -o-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg)
}

.ct-folding-cube .ct-cube4:before {
    -webkit-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s
}

.ct-loading-stairs {
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -khtml-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    width: 75px;
    margin-top: -25px
}

.ct-loading-stairs .loader-bar {
    position: absolute;
    bottom: 0;
    width: 10px;
    height: 50%;
    background: #c1282a;
    transform-origin: center bottom;
    -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
    -khtml-box-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
    -ms-box-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
    -o-box-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
    box-shadow: 1px 1px 0 rgba(0, 0, 0, .2)
}

.ct-loading-stairs .loader-bar:nth-child(1) {
    left: 0;
    -webkit-transform: scale(1, .2);
    -khtml-transform: scale(1, .2);
    -moz-transform: scale(1, .2);
    -ms-transform: scale(1, .2);
    -o-transform: scale(1, .2);
    transform: scale(1, .2);
    animation: barUp1 4s infinite;
    -webkit-animation: barUp1 4s infinite;
    -ms-animation: barUp1 4s infinite
}

.ct-loading-stairs .loader-bar:nth-child(2) {
    left: 15px;
    -webkit-transform: scale(1, .4);
    -khtml-transform: scale(1, .4);
    -moz-transform: scale(1, .4);
    -ms-transform: scale(1, .4);
    -o-transform: scale(1, .4);
    transform: scale(1, .4);
    animation: barUp2 4s infinite;
    -webkit-animation: barUp2 4s infinite;
    -ms-animation: barUp2 4s infinite
}

.ct-loading-stairs .loader-bar:nth-child(3) {
    left: 30px;
    -webkit-transform: scale(1, .6);
    -khtml-transform: scale(1, .6);
    -moz-transform: scale(1, .6);
    -ms-transform: scale(1, .6);
    -o-transform: scale(1, .6);
    transform: scale(1, .6);
    animation: barUp3 4s infinite;
    -webkit-animation: barUp3 4s infinite;
    -ms-animation: barUp3 4s infinite
}

.ct-loading-stairs .loader-bar:nth-child(4) {
    left: 45px;
    -webkit-transform: scale(1, .8);
    -khtml-transform: scale(1, .8);
    -moz-transform: scale(1, .8);
    -ms-transform: scale(1, .8);
    -o-transform: scale(1, .8);
    transform: scale(1, .8);
    animation: barUp4 4s infinite;
    -webkit-animation: barUp4 4s infinite;
    -ms-animation: barUp4 4s infinite
}

.ct-loading-stairs .loader-bar:nth-child(5) {
    left: 60px;
    -webkit-transform: scale(1, 1);
    -khtml-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    animation: barUp5 4s infinite;
    -webkit-animation: barUp5 4s infinite;
    -ms-animation: barUp5 4s infinite
}

.ct-loading-stairs .loader-ball {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #c1282a;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    animation: ball 4s infinite;
    -webkit-animation: ball 4s infinite;
    -ms-animation: ball 4s infinite
}

.ct-spinner9-wrap {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -khtml-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    left: 0;
    right: 0;
    width: 45px;
    height: 45px;
    margin: auto
}

.ct-spinner9 {
    margin: 0 auto;
    width: 45px;
    height: 45px;
    position: relative;
    text-align: center;
    -webkit-animation: ct-rotate 2s infinite linear;
    animation: ct-rotate 2s infinite linear
}

.ct-spinner9 .dot1,
.ct-spinner9 .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #d1651a;
    background-image: -webkit-gradient(linear, left top, right top, from(#d1651a), to(#c1282a));
    background-image: -webkit-linear-gradient(left, #d1651a, #c1282a);
    background-image: -moz-linear-gradient(left, #d1651a, #c1282a);
    background-image: -ms-linear-gradient(left, #d1651a, #c1282a);
    background-image: -o-linear-gradient(left, #d1651a, #c1282a);
    background-image: linear-gradient(left, #d1651a, #c1282a);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#d1651a', endColorStr='#c1282a', gradientType='1');
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-animation: ct-bounce 2s infinite ease-in-out;
    animation: ct-bounce 2s infinite ease-in-out
}

.ct-spinner9 .dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.ct-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    -webkit-transition: all 1s ease;
    -khtml-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.ct-modal .ct-modal-close {
    position: absolute;
    top: 60px;
    right: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    height: 60px;
    width: 60px;
    z-index: 99;
    color: #000;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    -webkit-transition: all .8s cubic-bezier(.4, 0, 0, 1);
    -khtml-transition: all .8s cubic-bezier(.4, 0, 0, 1);
    -moz-transition: all .8s cubic-bezier(.4, 0, 0, 1);
    -ms-transition: all .8s cubic-bezier(.4, 0, 0, 1);
    -o-transition: all .8s cubic-bezier(.4, 0, 0, 1);
    transition: all .8s cubic-bezier(.4, 0, 0, 1);
    transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    visibility: hidden
}

.ct-modal .ct-modal-close:before {
    content: '';
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: -1;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    position: absolute
}

.ct-modal .ct-modal-close:hover:before {
    -webkit-transform: scale(1.1);
    -khtml-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.ct-modal .ct-modal-overlay {
    position: fixed;
    width: 224vw;
    height: 224vw;
    top: calc(90px - 112vw);
    right: calc(100px - 112vw);
    z-index: 3;
    display: block;
    background-color: rgba(14, 14, 14, .9);
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: transform .8s ease-in-out;
    -khtml-transition: transform .8s ease-in-out;
    -moz-transition: transform .8s ease-in-out;
    -ms-transition: transform .8s ease-in-out;
    -o-transition: transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
    transition-delay: .3s;
    -webkit-transition-delay: .3s
}

.ct-modal .ct-modal-content {
    position: fixed;
    width: 0;
    max-width: 1200px;
    padding: 30px 15px;
    left: 50%;
    top: 50%;
    opacity: 0;
    z-index: 3;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .5s 0s, width .8s .8s cubic-bezier(.225, .01, .475, 1.01), transform .2s 0s;
    -khtml-transition: opacity .5s 0s, width .8s .8s cubic-bezier(.225, .01, .475, 1.01), transform .2s 0s;
    -moz-transition: opacity .5s 0s, width .8s .8s cubic-bezier(.225, .01, .475, 1.01), transform .2s 0s;
    -ms-transition: opacity .5s 0s, width .8s .8s cubic-bezier(.225, .01, .475, 1.01), transform .2s 0s;
    -o-transition: opacity .5s 0s, width .8s .8s cubic-bezier(.225, .01, .475, 1.01), transform .2s 0s;
    transition: opacity .5s 0s, width .8s .8s cubic-bezier(.225, .01, .475, 1.01), transform .2s 0s;
    transition-delay: 0s, .4s, 0s;
    transition-delay: .2s;
    -webkit-transition-delay: .2s
}

.ct-modal.open {
    z-index: 9999
}

.ct-modal.open .ct-modal-close {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition-delay: .3s;
    -webkit-transition-delay: .3s
}

.ct-modal.open .ct-modal-overlay {
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    opacity: 1;
    -webkit-transition: transform 1.6s cubic-bezier(.4, 0, 0, 1);
    -khtml-transition: transform 1.6s cubic-bezier(.4, 0, 0, 1);
    -moz-transition: transform 1.6s cubic-bezier(.4, 0, 0, 1);
    -ms-transition: transform 1.6s cubic-bezier(.4, 0, 0, 1);
    -o-transition: transform 1.6s cubic-bezier(.4, 0, 0, 1);
    transition: transform 1.6s cubic-bezier(.4, 0, 0, 1)
}

.ct-modal.open .ct-modal-content {
    width: 100%;
    opacity: 1;
    transition-delay: .7s;
    -webkit-transition-delay: .7s
}

.ct-modal.ct-modal-search .ct-modal-content {
    max-width: 680px
}

.ct-modal-search .search-form-popup {
    position: relative
}

.ct-modal-search .search-field {
    background-color: transparent;
    border: none;
    height: 60px;
    padding-left: 0;
    padding-right: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    border-bottom: 1px solid rgba(255, 255, 255, .87)
}

.ct-modal-search .search-field:hover,
.ct-modal-search .search-field:focus {
    border-color: rgba(255, 255, 255, .87)
}

.ct-modal-search .search-submit {
    font-size: 28px;
    color: #fff;
    background-color: transparent;
    background-image: none;
    border: none;
    padding: 0;
    height: 60px;
    width: 60px;
    line-height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: right
}

.ct-hidden-sidebar-overlay,
.ct-widget-cart-overlay {
    background-color: rgba(14, 14, 14, .82);
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;
    position: fixed;
    z-index: 1026;
    -webkit-transform: scaleX(0);
    -khtml-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -webkit-transition: transform .8s ease 0s;
    -khtml-transition: transform .8s ease 0s;
    -moz-transition: transform .8s ease 0s;
    -ms-transition: transform .8s ease 0s;
    -o-transition: transform .8s ease 0s;
    transition: transform .8s ease 0s;
    transition-delay: .2s;
    -webkit-transition-delay: .2s;
    cursor: url(../images/pointer.png), auto
}

.ct-hidden-sidebar {
    position: fixed;
    z-index: 1029;
    top: 0;
    right: 0;
    bottom: 0;
    width: 375px;
    background-color: #fff;
    font-size: 15px;
    line-height: 26px;
    color: #383838;
    overflow: hidden;
    -webkit-transform: translateX(380px);
    -khtml-transform: translateX(380px);
    -moz-transform: translateX(380px);
    -ms-transform: translateX(380px);
    -o-transform: translateX(380px);
    transform: translateX(380px);
    -webkit-transition: transform .8s ease 0s;
    -khtml-transition: transform .8s ease 0s;
    -moz-transition: transform .8s ease 0s;
    -ms-transition: transform .8s ease 0s;
    -o-transition: transform .8s ease 0s;
    transition: transform .8s ease 0s;
    transition-delay: 0s;
    -webkit-transition-delay: 0s
}

.ct-hidden-sidebar .ct-hidden-sidebar-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
    margin: 115px -15px 90px 0;
    padding: 0 60px
}

@media screen and (max-width:1400px) {
    .ct-hidden-sidebar .ct-hidden-sidebar-inner {
        margin: 85px -15px 60px 0;
        padding: 0 60px 0 50px
    }
}

.ct-hidden-sidebar .ct-hidden-close {
    height: 40px;
    width: 40px;
    font-size: 24px;
    line-height: 40px;
    position: absolute;
    top: 30px;
    right: 30px;
    text-align: center;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    cursor: pointer
}

.ct-hidden-sidebar .ct-hidden-close:hover {
    color: #c1282a
}

.ct-hidden-sidebar section.widget {
    margin-bottom: 54px
}

.ct-hidden-sidebar section.widget:last-child {
    margin-bottom: 0
}

.ct-hidden-sidebar section.widget.logo-hidden-sidebar {
    margin-bottom: 30px
}

.ct-hidden-sidebar section.widget.logo-hidden-sidebar img {
    max-height: 60px
}

.ct-hidden-sidebar section.widget+.ct-getintouch {
    margin-top: -15px
}

.ct-hidden-sidebar-wrap.open .ct-hidden-sidebar-overlay {
    -webkit-transform: scaleX(1);
    -khtml-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    transition-delay: 0s;
    -webkit-transition-delay: 0s
}

.ct-hidden-sidebar-wrap.open .ct-hidden-sidebar {
    -webkit-transform: translateX(0px);
    -khtml-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    transition-delay: .3s;
    -webkit-transition-delay: .3s
}

.ct-widget-cart-wrap.open .ct-widget-cart-overlay {
    -webkit-transform: scaleX(1);
    -khtml-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    transition-delay: 0s;
    -webkit-transition-delay: 0s
}

.ct-widget-cart-wrap.open .ct-widget-cart-sidebar {
    -webkit-transform: translateX(0px);
    -khtml-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    transition-delay: .3s;
    -webkit-transition-delay: .3s
}

@media screen and (max-width:575px) {
    .col-xs-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-xs-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xs-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xs-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-xs-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-xs-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xs-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-xs-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-xs-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xs-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-xs-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-xs-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.ct-demo-bar {
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    background: #fff;
    z-index: 99999;
    height: 100%;
    text-align: center;
    -webkit-transform: translate(301px, 0px);
    -khtml-transform: translate(301px, 0px);
    -moz-transform: translate(301px, 0px);
    -ms-transform: translate(301px, 0px);
    -o-transform: translate(301px, 0px);
    transform: translate(301px, 0px);
    -webkit-transition: transform .6s ease;
    -khtml-transition: transform .6s ease;
    -moz-transition: transform .6s ease;
    -ms-transition: transform .6s ease;
    -o-transition: transform .6s ease;
    transition: transform .6s ease
}

@media screen and (max-width:575px) {
    .ct-demo-bar {
        width: 260px;
        -webkit-transform: translate(260px, 0px);
        -khtml-transform: translate(260px, 0px);
        -moz-transform: translate(260px, 0px);
        -ms-transform: translate(260px, 0px);
        -o-transform: translate(260px, 0px);
        transform: translate(260px, 0px);
        display: none
    }
}

.ct-demo-bar.active {
    -webkit-transform: translate(0px, 0px);
    -khtml-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px)
}

.ct-demo-bar .ct-demo-option {
    position: absolute;
    top: 200px;
    left: -40px;
    height: 110px;
    padding: 10px 0;
    width: 40px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, .1);
    -khtml-box-shadow: 0 3px 15px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 3px 15px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 3px 15px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 15px rgba(0, 0, 0, .1);
    -webkit-border-radius: 5px 0 0 5px;
    -khtml-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px
}

.ct-demo-bar .ct-demo-option span {
    position: absolute;
    background-color: #222;
    color: #fff;
    white-space: nowrap;
    padding: 0 12px;
    font-size: 13px;
    top: 0;
    right: 100%;
    margin-right: 12px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms
}

.ct-demo-bar .ct-demo-option span:before {
    content: '';
    border-color: #222;
    border-style: solid;
    border-color: transparent transparent transparent #222;
    border-width: 6px;
    position: absolute;
    top: 50%;
    right: -12px;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.ct-demo-bar .ct-demo-option a {
    display: block;
    color: #222;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    position: relative
}

.ct-demo-bar .ct-demo-option a:first-child {
    font-size: 16px
}

.ct-demo-bar .ct-demo-option a:hover span {
    opacity: 1;
    visibility: visible
}

.ct-demo-bar .ct-demo-option .far {
    font-family: "Font Awesome 5 Pro"
}

.ct-demo-bar .ct-demo-bar-meta {
    padding: 40px 20px 0
}

.ct-demo-bar .ct-demo-bar-meta h4 {
    font-size: 18px
}

.ct-demo-bar .ct-demo-bar-inner {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: -1px 1px 10px rgba(0, 0, 0, .1);
    -khtml-box-shadow: -1px 1px 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: -1px 1px 10px rgba(0, 0, 0, .1);
    -ms-box-shadow: -1px 1px 10px rgba(0, 0, 0, .1);
    -o-box-shadow: -1px 1px 10px rgba(0, 0, 0, .1);
    box-shadow: -1px 1px 10px rgba(0, 0, 0, .1);
    overflow: auto;
    height: 100%;
    color: #222;
    line-height: 1.5;
    font-size: 14px
}

.ct-demo-bar .ct-demo-bar-inner:hover {
    overflow-y: auto
}

.ct-demo-bar .ct-demo-bar-list {
    list-style: none;
    margin: 0;
    padding: 20px
}

.ct-demo-bar .ct-demo-bar-item {
    position: relative
}

.ct-demo-bar .ct-demo-bar-item:before {
    z-index: 1;
    content: '';
    background-color: rgba(0, 0, 0, .78);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    opacity: 0
}

.ct-demo-bar .ct-demo-bar-item .ct-demo-bar-holder {
    position: absolute;
    top: 50%;
    padding: 20px;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    opacity: 0;
    z-index: 2
}

.ct-demo-bar .ct-demo-bar-item .ct-demo-bar-holder h6 {
    color: #fff;
    margin-bottom: 18px
}

.ct-demo-bar .ct-demo-bar-item .ct-demo-bar-holder .btn {
    line-height: 40px;
    font-size: 14px;
    padding: 0 20px
}

.ct-demo-bar .ct-demo-bar-item+.ct-demo-bar-item {
    margin-top: 20px
}

.ct-demo-bar .ct-demo-bar-item:hover:before,
.ct-demo-bar .ct-demo-bar-item:hover .ct-demo-bar-holder {
    opacity: 1
}

body img.mfp-img {
    padding: 0 !important
}

body .mfp-fade.mfp-bg.mfp-ready {
    opacity: .9
}

body .mfp-iframe-scaler .mfp-close {
    line-height: 40px;
    padding: 0;
    right: 0;
    text-align: center;
    top: -44px;
    width: 40px;
    -webkit-border-radius: 2px 2px 0 0;
    -khtml-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -ms-border-radius: 2px 2px 0 0;
    -o-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    background-color: #000
}

body .mfp-iframe-scaler .mfp-close:hover {
    background-color: #c1282a
}

body .mfp-bottom-bar {
    margin-top: 0
}

body .mfp-wrap .mfp-container .mfp-arrow {
    background-color: #c1282a;
    width: 60px;
    height: 120px;
    opacity: 1
}

body .mfp-wrap .mfp-container .mfp-arrow:before,
body .mfp-wrap .mfp-container .mfp-arrow:after {
    border: none
}

body .mfp-wrap .mfp-container .mfp-arrow:before {
    font-family: "Material-Design-Iconic-Font";
    font-size: 20px;
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: normal;
    position: absolute;
    top: 50%;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
    left: 50%;
    width: auto;
    height: auto
}

body .mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:before {
    content: "\f2ea"
}

body .mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:before {
    content: "\f2ee"
}

@media screen and (min-width:1200px) {
    body .mfp-wrap .mfp-container {
        padding: 0 120px
    }
}

.rev_slider,
.revslider-initialised {
    margin-bottom: 0 !important
}

.rev_slider i,
.revslider-initialised i {
    font-weight: 900
}

.rev_slider .space-left,
.revslider-initialised .space-left {
    margin-left: 8px
}

.rev_slider .btn,
.revslider-initialised .btn {
    line-height: 65px !important;
    padding: 0 40px !important;
    font-size: 16px !important
}

@media screen and (max-width:480px) {
    .rev_slider .btn,
    .revslider-initialised .btn {
        padding: 0 30px !important
    }
}

.rev_slider .btn.btn-slider2,
.revslider-initialised .btn.btn-slider2 {
    -webkit-border-radius: 56px;
    -khtml-border-radius: 56px;
    -moz-border-radius: 56px;
    -ms-border-radius: 56px;
    -o-border-radius: 56px;
    border-radius: 56px;
    line-height: 56px !important
}

.rev_slider .shap-slider-bottom,
.revslider-initialised .shap-slider-bottom {
    transform: skew(-29deg) !important;
    -webkit-transform: skew(-29deg) !important;
    transform-origin: left bottom !important;
    -webkit-transform-origin: left bottom !important
}

.rev_slider .title-box-shadow,
.revslider-initialised .title-box-shadow {
    text-shadow: 0px 3px 4px rgba(0, 0, 0, .29);
    -webkit-text-shadow: 0px 3px 4px rgba(0, 0, 0, .29);
    -ms-text-shadow: 0px 3px 4px rgba(0, 0, 0, .29);
    -o-text-shadow: 0px 3px 4px rgba(0, 0, 0, .29)
}

.rev_slider .arrow-hidden,
.revslider-initialised .arrow-hidden {
    opacity: 0 !important;
    visibility: hidden !important
}

.rev_slider .text-shadow-preset1,
.revslider-initialised .text-shadow-preset1 {
    text-shadow: 6px 2px 0 #4b58ff;
    -webkit-text-shadow: 6px 2px 0 #4b58ff
}

.rev_slider .tp-leftarrow.custom,
.revslider-initialised .tp-leftarrow.custom,
.rev_slider .tp-rightarrow.custom,
.revslider-initialised .tp-rightarrow.custom {
    width: 77px !important;
    height: 77px !important;
    -webkit-border-radius: 77px !important;
    -khtml-border-radius: 77px !important;
    -moz-border-radius: 77px !important;
    -ms-border-radius: 77px !important;
    -o-border-radius: 77px !important;
    border-radius: 77px !important;
    background-color: rgba(95, 95, 104, .67) !important;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    opacity: 1 !important
}

.rev_slider .tp-leftarrow.custom:before,
.revslider-initialised .tp-leftarrow.custom:before,
.rev_slider .tp-rightarrow.custom:before,
.revslider-initialised .tp-rightarrow.custom:before {
    font-size: 24px !important;
    color: #fff !important;
    font-family: "Font Awesome 5 Pro" !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -khtml-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    font-weight: 900 !important
}

.rev_slider .tp-leftarrow.custom:hover,
.revslider-initialised .tp-leftarrow.custom:hover,
.rev_slider .tp-rightarrow.custom:hover,
.revslider-initialised .tp-rightarrow.custom:hover {
    background-color: #fff !important
}

.rev_slider .tp-leftarrow.custom:hover:before,
.revslider-initialised .tp-leftarrow.custom:hover:before,
.rev_slider .tp-rightarrow.custom:hover:before,
.revslider-initialised .tp-rightarrow.custom:hover:before {
    color: #616161 !important
}

@media screen and (max-width:991px) {
    .rev_slider .tp-leftarrow.custom,
    .revslider-initialised .tp-leftarrow.custom,
    .rev_slider .tp-rightarrow.custom,
    .revslider-initialised .tp-rightarrow.custom {
        width: 50px !important;
        height: 50px !important
    }
    .rev_slider .tp-leftarrow.custom:before,
    .revslider-initialised .tp-leftarrow.custom:before,
    .rev_slider .tp-rightarrow.custom:before,
    .revslider-initialised .tp-rightarrow.custom:before {
        font-size: 16px !important
    }
}

.rev_slider .tp-leftarrow.custom:before,
.revslider-initialised .tp-leftarrow.custom:before {
    content: '\f104' !important
}

.rev_slider .tp-rightarrow.custom:before,
.revslider-initialised .tp-rightarrow.custom:before {
    content: '\f105' !important
}

.rev_slider .tp-bullets.custom .tp-bullet,
.revslider-initialised .tp-bullets.custom .tp-bullet {
    height: 18px;
    width: 18px;
    -webkit-border-radius: 18px;
    -khtml-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    border-radius: 18px;
    border: 2px solid #fff;
    background: 0 0
}

@media screen and (max-width:991px) {
    .rev_slider .tp-bullets.custom .tp-bullet,
    .revslider-initialised .tp-bullets.custom .tp-bullet {
        width: 10px;
        height: 10px
    }
}

.rev_slider .tp-bullets.custom .tp-bullet:before,
.revslider-initialised .tp-bullets.custom .tp-bullet:before {
    display: none
}

.rev_slider .tp-bullets.custom .tp-bullet.selected,
.revslider-initialised .tp-bullets.custom .tp-bullet.selected {
    background: #fff
}

.rev_slider .ct-video-button,
.revslider-initialised .ct-video-button {
    text-align: center !important;
    height: 55px !important;
    width: 55px !important;
    line-height: 55px !important;
    z-index: 1;
    font-size: 12px !important;
    color: #fff !important;
    border: none !important;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    display: block;
    text-indent: -99999px
}

.rev_slider .ct-video-button i,
.revslider-initialised .ct-video-button i {
    text-indent: 0px
}

.rev_slider .ct-video-button:before,
.revslider-initialised .ct-video-button:before,
.rev_slider .ct-video-button:after,
.revslider-initialised .ct-video-button:after {
    display: none
}

.rev_slider .ct-video-button .line-video-animation,
.revslider-initialised .ct-video-button .line-video-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(193, 40, 42, .39);
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    animation: squares 3.9s linear 0s infinite;
    -webkit-animation: squares 3.9s linear 0s infinite;
    -ms-animation: squares 3.9s linear 0s infinite;
    -o-animation: squares 3.9s linear 0s infinite;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
    opacity: 0
}

.rev_slider .ct-video-button .line-video-animation.line-video-2,
.revslider-initialised .ct-video-button .line-video-animation.line-video-2 {
    -webkit-animation-delay: 1.3s;
    -moz-animation-delay: 1.3s;
    -o-animation-delay: 1.3s;
    animation-delay: 1.3s
}

.rev_slider .ct-video-button .line-video-animation.line-video-3,
.revslider-initialised .ct-video-button .line-video-animation.line-video-3 {
    -webkit-animation-delay: 2.6s;
    -moz-animation-delay: 2.6s;
    -o-animation-delay: 2.6s;
    animation-delay: 2.6s
}

.rev_slider .ct-video-button:hover .line-video-animation,
.revslider-initialised .ct-video-button:hover .line-video-animation {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused
}

.rev_slider .ct-video-button.color1,
.revslider-initialised .ct-video-button.color1 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1ce596), to(#9af657));
    background-image: -webkit-linear-gradient(bottom, #1ce596, #9af657);
    background-image: -moz-linear-gradient(bottom, #1ce596, #9af657);
    background-image: -ms-linear-gradient(bottom, #1ce596, #9af657);
    background-image: -o-linear-gradient(bottom, #1ce596, #9af657);
    background-image: linear-gradient(bottom, #1ce596, #9af657);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#1ce596', endColorStr='#9af657')
}

.rev_slider .ct-video-button.color1 .line-video-animation,
.revslider-initialised .ct-video-button.color1 .line-video-animation {
    border-color: rgba(28, 229, 150, .39)
}

.rev_slider .text-under-color1 u,
.revslider-initialised .text-under-color1 u {
    text-decoration: none;
    position: relative
}

.rev_slider .text-under-color1 u:before,
.revslider-initialised .text-under-color1 u:before {
    content: '';
    height: 3px;
    width: 100%;
    background-color: #9af657;
    background-image: -webkit-gradient(linear, left top, right top, from(#9af657), to(#1ce596));
    background-image: -webkit-linear-gradient(left, #9af657, #1ce596);
    background-image: -moz-linear-gradient(left, #9af657, #1ce596);
    background-image: -ms-linear-gradient(left, #9af657, #1ce596);
    background-image: -o-linear-gradient(left, #9af657, #1ce596);
    background-image: linear-gradient(left, #9af657, #1ce596);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#9af657', endColorStr='#1ce596', gradientType='1');
    position: absolute;
    bottom: 17%;
    left: 0
}

@media screen and (max-width:767px) {
    .rev_slider .text-under-color1 u:before,
    .revslider-initialised .text-under-color1 u:before {
        bottom: 15%
    }
}

.social-slider {
    padding-top: 122px;
    position: relative;
    list-style: none;
    margin-bottom: 0;
    font-size: 0px;
    text-align: center
}

.social-slider:before {
    content: '';
    width: 3px;
    height: 110px;
    background-color: #686868;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -khtml-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.social-slider i:before {
    font-size: 20px;
    color: #c7c7c7;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.social-slider li {
    margin-top: 13px;
    position: relative;
    height: 30px;
    width: 30px
}

.social-slider li:hover i:before {
    color: #0e0e0e
}

.social-slider br {
    display: none
}

@media screen and (max-width:1600px) {
    .social-slider {
        margin-left: -50px
    }
}

@media screen and (max-width:1400px) {
    .social-slider {
        display: none
    }
}

.ct-video-button {
    height: 52px;
    width: 52px;
    background-color: #d1651a;
    background-image: -webkit-gradient(linear, left top, right top, from(#d1651a), to(#c1282a));
    background-image: -webkit-linear-gradient(left, #d1651a, #c1282a);
    background-image: -moz-linear-gradient(left, #d1651a, #c1282a);
    background-image: -ms-linear-gradient(left, #d1651a, #c1282a);
    background-image: -o-linear-gradient(left, #d1651a, #c1282a);
    background-image: linear-gradient(left, #d1651a, #c1282a);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#d1651a', endColorStr='#c1282a', gradientType='1');
    position: relative;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    z-index: 99;
    -webkit-box-shadow: 0 3px 9px rgba(3, 31, 114, .21);
    -khtml-box-shadow: 0 3px 9px rgba(3, 31, 114, .21);
    -moz-box-shadow: 0 3px 9px rgba(3, 31, 114, .21);
    -ms-box-shadow: 0 3px 9px rgba(3, 31, 114, .21);
    -o-box-shadow: 0 3px 9px rgba(3, 31, 114, .21);
    box-shadow: 0 3px 9px rgba(3, 31, 114, .21)
}

.ct-video-button i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.ct-video-button .line-video-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, .24);
    -webkit-border-radius: 60px;
    -khtml-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    animation: squares 3.9s linear 0s infinite;
    -webkit-animation: squares 3.9s linear 0s infinite;
    -ms-animation: squares 3.9s linear 0s infinite;
    -o-animation: squares 3.9s linear 0s infinite;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
    opacity: 0
}

.ct-video-button .line-video-animation.line-video-2 {
    -webkit-animation-delay: 1.3s;
    -moz-animation-delay: 1.3s;
    -o-animation-delay: 1.3s;
    animation-delay: 1.3s
}

.ct-video-button .line-video-animation.line-video-3 {
    -webkit-animation-delay: 2.6s;
    -moz-animation-delay: 2.6s;
    -o-animation-delay: 2.6s;
    animation-delay: 2.6s
}

.ct-video-button:hover,
.ct-video-button:focus {
    color: #fff
}

.ct-video-button:hover .line-video-animation,
.ct-video-button:focus .line-video-animation {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused
}

.ct-video-player .ct-video-button {
    height: 64px;
    width: 64px;
    font-size: 14px
}

.ct-video-player .ct-video-button.style2 {
    height: 93px;
    width: 93px;
    font-size: 16px
}

.ct-video-player .ct-video-button.style2 .line-video-animation {
    border: 1px solid rgba(209, 101, 26, .2)
}

.ct-video-player .ct-video-button.style3 {
    height: 76px;
    width: 76px;
    background-image: none;
    background-color: #4b58ff;
    font-size: 16px;
    z-index: 1
}

.ct-video-player .ct-video-button.style3 .line-video-animation {
    display: none
}

.ct-video-player .ct-video-button.style3:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(75, 88, 255, .8);
    border-radius: 50%;
    animation: pulse-border 1.5s ease-out infinite;
    z-index: -1
}

.ct-video-player .ct-video-button.style3:hover:before,
.ct-video-player .ct-video-button.style3:focus:before {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused
}

.btn-video-center .ct-video-player {
    text-align: center
}

.ct-navigation-menu1.tow-col-light ul.menu {
    display: flex;
    flex-wrap: wrap
}

.ct-navigation-menu1.tow-col-light ul.menu li {
    margin-bottom: 12px
}

.ct-navigation-menu1.tow-col-light ul.menu li a {
    color: #9d9d9d;
    position: relative;
    font-size: 14px;
    padding-left: 16px
}

.ct-navigation-menu1.tow-col-light ul.menu li a:before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    margin-right: 8px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.ct-navigation-menu1.tow-col-light ul.menu li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 15px;
    height: 1px;
    background-color: #fff;
    transform-origin: right center;
    -webkit-transform-origin: right center;
    -webkit-transform: scale(0, 1);
    -khtml-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: transform .25s cubic-bezier(.37, .31, .2, .85);
    -khtml-transition: transform .25s cubic-bezier(.37, .31, .2, .85);
    -moz-transition: transform .25s cubic-bezier(.37, .31, .2, .85);
    -ms-transition: transform .25s cubic-bezier(.37, .31, .2, .85);
    -o-transition: transform .25s cubic-bezier(.37, .31, .2, .85);
    transition: transform .25s cubic-bezier(.37, .31, .2, .85)
}

.ct-navigation-menu1.tow-col-light ul.menu li:hover>a,
.ct-navigation-menu1.tow-col-light ul.menu li.current_page_item>a,
.ct-navigation-menu1.tow-col-light ul.menu li.current-menu-item>a,
.ct-navigation-menu1.tow-col-light ul.menu li.current_page_ancestor>a,
.ct-navigation-menu1.tow-col-light ul.menu li.current-menu-ancestor>a {
    margin-left: 8px;
    color: #fff
}

.ct-navigation-menu1.tow-col-light ul.menu li:hover>a:after,
.ct-navigation-menu1.tow-col-light ul.menu li.current_page_item>a:after,
.ct-navigation-menu1.tow-col-light ul.menu li.current-menu-item>a:after,
.ct-navigation-menu1.tow-col-light ul.menu li.current_page_ancestor>a:after,
.ct-navigation-menu1.tow-col-light ul.menu li.current-menu-ancestor>a:after {
    transform-origin: left center;
    -webkit-transform-origin: left center;
    -webkit-transform: scale(1, 1);
    -khtml-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1)
}

.ct-navigation-menu1.tow-col-light ul.menu li:last-child {
    margin-bottom: 0
}

.ct-navigation-menu1.tow-col-light ul.menu>li {
    width: 50%
}

@media screen and (max-width:575px) {
    .ct-navigation-menu1.tow-col-light ul.menu>li {
        width: 100%
    }
}

.ct-navigation-menu1.tow-col-light ul.menu li a {
    color: #9d9d9d
}

.ct-navigation-menu1.tow-col-light ul.menu li:hover>a,
.ct-navigation-menu1.tow-col-light ul.menu li.current_page_item>a,
.ct-navigation-menu1.tow-col-light ul.menu li.current-menu-item>a,
.ct-navigation-menu1.tow-col-light ul.menu li.current_page_ancestor>a,
.ct-navigation-menu1.tow-col-light ul.menu li.current-menu-ancestor>a {
    color: #fff
}

.ct-navigation-menu1.default ul {
    margin-top: -12px
}

.ct-navigation-menu1.default li {
    margin-top: 12px
}

.ct-navigation-menu1.default li a {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #0e0e0e;
    padding: 22px 35px
}

@media screen and (max-width:1199px) {
    .ct-navigation-menu1.default li a {
        padding: 16px 30px 16px 20px
    }
}

.ct-navigation-menu1.default li a:before {
    background-color: #ececec;
    -webkit-border-radius: 1px;
    -khtml-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    border: 1px solid #d7d7d7
}

.ct-navigation-menu1.default li a:after {
    background-color: #0e0e0e;
    background-image: none
}

.ct-navigation-menu1.default li a i {
    position: absolute;
    top: 50%;
    right: 34px;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

@media screen and (max-width:1199px) {
    .ct-navigation-menu1.default li a i {
        right: 20px
    }
}

.ct-navigation-menu1.default li.current-menu-item>a {
    color: #fff
}

.ct-navigation-menu1.default li.current-menu-item>a:before {
    opacity: 0
}

.ct-navigation-menu1.default li.current-menu-item>a:after {
    opacity: 1
}

.ct-title1.style1 h3 {
    font-size: 24px;
    font-weight: 600;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 29px
}

.ct-title1.style1 h3 span {
    display: inline-block;
    margin-right: 20px
}

.ct-title1.style1 h3 i {
    flex-grow: 1;
    height: 1px;
    background-color: rgba(233, 234, 238, .15);
    display: inline-block
}

.ct-title1.style2 h3 {
    font-size: 36px;
    padding-left: 76px;
    position: relative
}

@media screen and (max-width:991px) {
    .ct-title1.style2 h3 {
        font-size: 30px
    }
}

.ct-title1.style2 h3 i {
    width: 50px;
    height: 3px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-box-shadow: 0 7px 16px rgba(12, 12, 12, .22);
    -khtml-box-shadow: 0 7px 16px rgba(12, 12, 12, .22);
    -moz-box-shadow: 0 7px 16px rgba(12, 12, 12, .22);
    -ms-box-shadow: 0 7px 16px rgba(12, 12, 12, .22);
    -o-box-shadow: 0 7px 16px rgba(12, 12, 12, .22);
    box-shadow: 0 7px 16px rgba(12, 12, 12, .22)
}

.ct-list {
    margin-left: 15px;
    margin-bottom: 0;
    list-style: none
}

.ct-list .ct-list-item {
    position: relative;
    display: flex;
    flex-wrap: nowrap
}

.ct-list .ct-list-item h3 {
    display: block;
    font-size: 24px;
    line-height: 1.2;
    padding-bottom: 18px;
    margin-bottom: 0
}

@media screen and (max-width:991px) {
    .ct-list .ct-list-item h3 {
        font-size: 20px
    }
}

.ct-list .ct-list-item+.ct-list-item {
    margin-top: 12px
}

.ct-list.style1 .ct-list-icon {
    line-height: 1;
    padding-bottom: 2px;
    margin-right: 18px
}

.ct-list.style1 .ct-list-icon i {
    font-size: 22px
}

.ct-list.style1 .ct-list-desc {
    font-size: 15px;
    color: #636363
}

.ct-list.style2 {
    margin: -10px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #0e0e0e;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.ct-list.style2 .ct-list-icon {
    margin-right: 10px
}

.ct-list.style2 .ct-list-icon i:before {
    content: '\f101'
}

.ct-list.style2 .ct-list-item {
    padding: 0 10px;
    width: 50%;
    margin-top: 20px
}

@media screen and (max-width:1199px) {
    .ct-list.style2 .ct-list-item {
        width: 100%
    }
}

.ct-newsletter1.style1 form.newsletter {
    position: relative
}

.ct-newsletter1.style1 .tnp-field-email .tnp-email {
    border: none;
    background-color: #464646;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0;
    height: 46px;
    font-size: 14px;
    font-weight: 400;
    color: #fff
}

.ct-newsletter1.style1 .tnp-field-button {
    margin-bottom: 0;
    height: 46px;
    width: 62px;
    position: absolute;
    bottom: 0;
    right: 0;
    overflow: hidden
}

.ct-newsletter1.style1 .tnp-field-button:before,
.ct-newsletter1.style1 .tnp-field-button:after {
    font-weight: 400;
    font-family: "Font Awesome 5 Pro";
    height: 46px;
    width: 62px;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    text-align: center;
    line-height: 46px;
    z-index: 1
}

.ct-newsletter1.style1 .tnp-field-button:before {
    content: '';
    background-color: #d1651a;
    background-image: -webkit-gradient(linear, left top, right top, from(#d1651a), to(#c1282a));
    background-image: -webkit-linear-gradient(left, #d1651a, #c1282a);
    background-image: -moz-linear-gradient(left, #d1651a, #c1282a);
    background-image: -ms-linear-gradient(left, #d1651a, #c1282a);
    background-image: -o-linear-gradient(left, #d1651a, #c1282a);
    background-image: linear-gradient(left, #d1651a, #c1282a);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#d1651a', endColorStr='#c1282a', gradientType='1')
}

.ct-newsletter1.style1 .tnp-field-button:after {
    z-index: 2;
    content: '\f1d8'
}

.ct-newsletter1.style1 .tnp-field-button .tnp-button {
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 46px;
    width: 62px;
    padding: 0;
    opacity: 0;
    z-index: 3
}

.ct-newsletter1.style1 .tnp-field-button:hover:after {
    -o-animation: toRightFromLeft .3s forwards;
    -ms-animation: toRightFromLeft .3s forwards;
    -webkit-animation: toRightFromLeft .3s forwards;
    animation: toRightFromLeft .3s forwards
}

.ct-newsletter1.style2 {
    max-width: 650px;
    margin: auto
}

.ct-newsletter1.style2 form.newsletter {
    display: flex;
    flex-wrap: nowrap;
    align-items: center
}

.ct-newsletter1.style2 .tnp-field-email {
    margin-right: 15px;
    flex-grow: 1
}

.ct-newsletter1.style2 .tnp-field-email .tnp-email {
    border: 1px solid #dbe4fe;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: 15px;
    color: #383838;
    padding-left: 28px;
    padding-right: 28px;
    height: 62px;
    -webkit-box-shadow: 0 0 57px rgba(5, 41, 140, .1);
    -khtml-box-shadow: 0 0 57px rgba(5, 41, 140, .1);
    -moz-box-shadow: 0 0 57px rgba(5, 41, 140, .1);
    -ms-box-shadow: 0 0 57px rgba(5, 41, 140, .1);
    -o-box-shadow: 0 0 57px rgba(5, 41, 140, .1);
    box-shadow: 0 0 57px rgba(5, 41, 140, .1)
}

.ct-newsletter1.style2 .tnp-field-email .tnp-email:focus {
    border-color: #1ce596
}

.ct-newsletter1.style2 .tnp-button {
    line-height: 62px;
    padding: 0 38px;
    border-radius: 4px;
    background-color: #1ce596;
    background-image: none;
    font-size: 15px
}

.ct-newsletter1.style2 .tnp-button:hover,
.ct-newsletter1.style2 .tnp-button:focus {
    background-color: #000
}

.ct-icon1 {
    margin: 0;
    list-style: none
}

.ct-icon1 a {
    display: inline-block
}

.ct-icon1 a i {
    height: 29px;
    width: 29px;
    line-height: 29px;
    display: inline-block;
    -webkit-border-radius: 29px;
    -khtml-border-radius: 29px;
    -moz-border-radius: 29px;
    -ms-border-radius: 29px;
    -o-border-radius: 29px;
    border-radius: 29px;
    font-size: 17px;
    color: #c1282a;
    background-color: #fff;
    text-align: center;
    margin-right: 4px;
    margin-bottom: 8px
}

.ct-icon1 a i.fac-facebook-f {
    color: #16599b
}

.ct-icon1 a i.fac-dribbble {
    color: #eb568f
}

.ct-icon1 a i.fac-twitter {
    color: #03a9f4
}

.ct-icon1 a i.fac-behance {
    color: #0d6fff
}

.ct-icon1 a:hover {
    -webkit-transform: translateY(-4px);
    -khtml-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px)
}

.ct-heading {
    position: relative
}

.ct-heading.sub-style2 {
    display: inline-flex;
    align-items: center
}

.ct-heading .item--sub-title {
    font-weight: 600;
    display: inline-block;
    color: #0e0e0e;
    font-family: 'Poppins', sans-serif
}

.ct-heading .item--sub-title.style1 {
    padding-left: 75px;
    position: relative
}

.ct-heading .item--sub-title.style1:before {
    content: '';
    width: 50px;
    height: 3px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: #d1651a;
    background-image: -webkit-gradient(linear, left top, right top, from(#d1651a), to(#c1282a));
    background-image: -webkit-linear-gradient(left, #d1651a, #c1282a);
    background-image: -moz-linear-gradient(left, #d1651a, #c1282a);
    background-image: -ms-linear-gradient(left, #d1651a, #c1282a);
    background-image: -o-linear-gradient(left, #d1651a, #c1282a);
    background-image: linear-gradient(left, #d1651a, #c1282a);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#d1651a', endColorStr='#c1282a', gradientType='1');
    -webkit-box-shadow: 0 7px 16px rgba(12, 12, 12, .22);
    -khtml-box-shadow: 0 7px 16px rgba(12, 12, 12, .22);
    -moz-box-shadow: 0 7px 16px rgba(12, 12, 12, .22);
    -ms-box-shadow: 0 7px 16px rgba(12, 12, 12, .22);
    -o-box-shadow: 0 7px 16px rgba(12, 12, 12, .22);
    box-shadow: 0 7px 16px rgba(12, 12, 12, .22)
}

.ct-heading .item--sub-title.style2 {
    position: absolute;
    left: 9px;
    top: 0;
    -webkit-transform: rotate(-90deg) translateX(calc(-50% - 42px));
    -khtml-transform: rotate(-90deg) translateX(calc(-50% - 42px));
    -moz-transform: rotate(-90deg) translateX(calc(-50% - 42px));
    -ms-transform: rotate(-90deg) translateX(calc(-50% - 42px));
    -o-transform: rotate(-90deg) translateX(calc(-50% - 42px));
    transform: rotate(-90deg) translateX(calc(-50% - 42px));
    font-family: inherit;
    color: #666;
    font-size: 18px;
    letter-spacing: .3em;
    font-weight: 400;
    padding-bottom: 4px;
    transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%
}

.ct-heading .item--sub-title.style2:before {
    content: '';
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 5px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#701ad1), to(#f700e3));
    background-image: -webkit-linear-gradient(bottom, #701ad1, #f700e3);
    background-image: -moz-linear-gradient(bottom, #701ad1, #f700e3);
    background-image: -ms-linear-gradient(bottom, #701ad1, #f700e3);
    background-image: -o-linear-gradient(bottom, #701ad1, #f700e3);
    background-image: linear-gradient(bottom, #701ad1, #f700e3);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#701ad1', endColorStr='#f700e3')
}

.ct-heading .item--sub-title.style2+.item--title {
    padding-left: 52px
}

.ct-heading .item--sub-title.hide-line {
    padding-left: 0
}

.ct-heading .item--sub-title.hide-line:before {
    display: none
}

.ct-heading .item--title {
    margin-bottom: 0
}

@media screen and (max-width:767px) {
    .ct-heading .item--title br {
        display: none
    }
}

.ct-heading .item--title.st-line-left1 span {
    padding-left: 82px;
    position: relative;
    display: inline-block
}

.ct-heading .item--title.st-line-left1 span i {
    width: 54px;
    height: 3px;
    position: absolute;
    top: 21px;
    left: 0;
    background-color: #d1651a;
    background-image: -webkit-gradient(linear, left top, right top, from(#d1651a), to(#c1282a));
    background-image: -webkit-linear-gradient(left, #d1651a, #c1282a);
    background-image: -moz-linear-gradient(left, #d1651a, #c1282a);
    background-image: -ms-linear-gradient(left, #d1651a, #c1282a);
    background-image: -o-linear-gradient(left, #d1651a, #c1282a);
    background-image: linear-gradient(left, #d1651a, #c1282a);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#d1651a', endColorStr='#c1282a', gradientType='1')
}

@media screen and (max-width:1024px) {
    .ct-heading .item--title.st-line-left1 span {
        padding-left: 68px
    }
    .ct-heading .item--title.st-line-left1 span i {
        width: 40px
    }
}

@media screen and (max-width:575px) {
    .ct-heading .item--title.st-line-left1 span {
        padding-left: 0;
        padding-top: 23px
    }
    .ct-heading .item--title.st-line-left1 span i {
        width: 54px;
        top: 0;
        left: 0
    }
}

.ct-heading .item--title.st-line-left2 span {
    padding-left: 66px;
    position: relative;
    display: inline-block
}

.ct-heading .item--title.st-line-left2 span i {
    width: 50px;
    height: 11px;
    position: absolute;
    top: 15px;
    left: 0
}

.ct-heading .item--title.st-line-left2 span i:before,
.ct-heading .item--title.st-line-left2 span i:after {
    content: '';
    background-color: #4b58ff;
    height: 3px;
    position: absolute;
    right: 0
}

.ct-heading .item--title.st-line-left2 span i:before {
    width: 25px;
    top: 0
}

.ct-heading .item--title.st-line-left2 span i:after {
    width: 50px;
    top: 8px
}

.ct-heading .item--title.st-line-top1 .ct-heading-divider {
    height: 3px;
    margin-bottom: 20px
}

.ct-heading .item--title.st-line-top1 .ct-heading-divider span {
    width: 54px;
    height: 3px;
    background-color: #d1651a;
    background-image: -webkit-gradient(linear, left top, right top, from(#d1651a), to(#c1282a));
    background-image: -webkit-linear-gradient(left, #d1651a, #c1282a);
    background-image: -moz-linear-gradient(left, #d1651a, #c1282a);
    background-image: -ms-linear-gradient(left, #d1651a, #c1282a);
    background-image: -o-linear-gradient(left, #d1651a, #c1282a);
    background-image: linear-gradient(left, #d1651a, #c1282a);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#d1651a', endColorStr='#c1282a', gradientType='1');
    display: inline-block;
    vertical-align: top
}

.ct-heading .item--title cite {
    color: #c1282a;
    font-family: 'Playfair Display'
}

.ct-heading h3.item--title {
    font-size: 36px;
    line-height: 1.33333
}

@media screen and (max-width:991px) {
    .ct-heading h3.item--title {
        font-size: 30px
    }
}

.ct-heading span.item--title {
    display: block
}

.ct-heading.ct-heading-left.item-st-line-left2 .item--sub-title {
    padding-left: 66px
}

.ct-heading.ct-heading-left.item-st-line-left2.h-align-center .st-line-left2 span {
    text-align: left
}

.ct-heading.ct-heading-left.item-st-line-left2.h-align-center .item--sub-title {
    padding-left: 0
}

.ct-heading.ct-heading-right.item-st-line-left2 .item--sub-title {
    padding-right: 66px
}

.ct-heading.ct-heading-right.item-st-line-left2 .item--title span {
    padding-left: 0;
    padding-right: 66px
}

.ct-heading.ct-heading-right.item-st-line-left2 .item--title span i {
    left: auto;
    right: 0
}

.ct-heading.ct-heading-right.item-st-line-left2 .item--title span i:before,
.ct-heading.ct-heading-right.item-st-line-left2 .item--title span i:after {
    right: auto;
    left: 0
}

.line-sub-preset2 .ct-heading .item--sub-title.style1:before {
    background-color: #f58220;
    background-image: -webkit-gradient(linear, left top, right top, from(#f58220), to(#cc650d));
    background-image: -webkit-linear-gradient(left, #f58220, #cc650d);
    background-image: -moz-linear-gradient(left, #f58220, #cc650d);
    background-image: -ms-linear-gradient(left, #f58220, #cc650d);
    background-image: -o-linear-gradient(left, #f58220, #cc650d);
    background-image: linear-gradient(left, #f58220, #cc650d);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#f58220', endColorStr='#cc650d', gradientType='1')
}

.ct-contact-info1 {
    list-style: none;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px
}



.ct-contact-info1 li {
    display: flex;
    flex-wrap: nowrap
}

.ct-contact-info1 li+li {
    margin-top: 10px
}

.ct-contact-info1 li a {
    color: inherit
}

.ct-contact-info1 li a:hover {
    color: inherit
}

.ct-contact-info1 .ct-contact-icon {
    display: inline-block;
    margin-right: 10px
}

.ct-contact-info1.style2 li+li {
    margin-top: 25px
}

.ct-contact-info1.style2 .ct-contact-icon {
    min-width: 34px;
    margin-top: 4px
}

.ct-contact-info1.style2 .ct-contact-icon i {
    font-size: 25px
}

.ct-contact-info1.style2 .ct-contact-content {
    font-size: 18px;
    line-height: 30px;
    color: #636363
}

@media screen and (max-width:991px) {
    .ct-contact-info1.style2 .ct-contact-content {
        font-size: 16px;
        line-height: 26px
    }
}

.ct-contact-info2 {
    color: #636363
}

.ct-contact-info2 .ct-contact-icon {
    line-height: 1;
    min-width: 87px;
    width: 87px;
    padding-right: 10px
}

@media screen and (max-width:575px) {
    .ct-contact-info2 .ct-contact-icon {
        padding: 0;
        margin: 0 0 24px
    }
}

.ct-contact-info2 .ct-contact-icon img {
    max-width: 80px
}

.ct-contact-info2 .ct-contact-icon i {
    font-size: 50px;
    color: #c1282a
}

.ct-contact-info2 .ct-contact-title {
    font-size: 24px;
    margin-bottom: 7px
}

@media screen and (max-width:991px) {
    .ct-contact-info2 .ct-contact-title {
        font-size: 20px
    }
}

.ct-contact-info2 .ct-contact-item {
    display: flex;
    flex-wrap: nowrap
}

@media screen and (max-width:575px) {
    .ct-contact-info2 .ct-contact-item {
        display: block
    }
}

.ct-contact-info2 .ct-contact-item+.ct-contact-item {
    margin-top: 37px
}

.ct-client1 .client-image {
    text-align: center
}

.ct-client1 .client-image a {
    display: inline-block;
    vertical-align: top;
    -webkit-transition: all .3s cubic-bezier(0, 0, .2, 1) 0s;
    -khtml-transition: all .3s cubic-bezier(0, 0, .2, 1) 0s;
    -moz-transition: all .3s cubic-bezier(0, 0, .2, 1) 0s;
    -ms-transition: all .3s cubic-bezier(0, 0, .2, 1) 0s;
    -o-transition: all .3s cubic-bezier(0, 0, .2, 1) 0s;
    transition: all .3s cubic-bezier(0, 0, .2, 1) 0s
}

.ct-client1 .slick-track {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.ct-client1 .ct-clients-list-inner {
    margin: 0 -15px
}

.ct-client1 .ct-clients-list-inner .slick-slide {
    padding: 0 15px
}

.ct-client1.style1 .client-image a {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .5
}

.ct-client1.style1 .client-image a:hover {
    opacity: 1;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%)
}

.ct-client1.style2 .client-image a:hover {
    opacity: .87;
    -webkit-transform: scale(.9);
    -khtml-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9)
}

.ct-fancy-box-layout1 {
    display: flex;
    flex-wrap: nowrap
}

.ct-fancy-box-layout1.style1 .item--icon {
    font-size: 24px;
    color: #fff;
    height: 63px;
    width: 63px;
    min-width: 63px;
    line-height: 63px;
    background-color: #d1651a;
    background-image: -webkit-gradient(linear, left top, right top, from(#d1651a), to(#c1282a));
    background-image: -webkit-linear-gradient(left, #d1651a, #c1282a);
    background-image: -moz-linear-gradient(left, #d1651a, #c1282a);
    background-image: -ms-linear-gradient(left, #d1651a, #c1282a);
    background-image: -o-linear-gradient(left, #d1651a, #c1282a);
    background-image: linear-gradient(left, #d1651a, #c1282a);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#d1651a', endColorStr='#c1282a', gradientType='1');
    text-align: center;
    -webkit-border-radius: 63px;
    -khtml-border-radius: 63px;
    -moz-border-radius: 63px;
    -ms-border-radius: 63px;
    -o-border-radius: 63px;
    border-radius: 63px;
    margin-right: 38px;
    position: relative;
    overflow: hidden
}

.ct-fancy-box-layout1.style1 .item--title {
    margin-top: 4px;
    margin-bottom: 7px;
    font-size: 24px;
    font-weight: 600
}

.ct-fancy-box-layout1.style1 .item--description {
    font-size: 16px;
    line-height: 1.625
}

.ct-fancy-box-layout1.style1 .item--description a {
    color: inherit
}

.ct-fancy-box-layout1.style1 .item--description a:hover {
    color: inherit;
    text-decoration: underline
}

.ct-fancy-box-layout1.style1:hover .item--icon i {
    -webkit-animation: toRightFromLeft .3s forwards;
    -moz-animation: toRightFromLeft .3s forwards;
    animation: toRightFromLeft .3s forwards
}

.ct-fancy-box-layout1.style2 .item--icon {
    background-color: transparent !important;
    background-image: none !important;
    line-height: 1;
    margin-right: 20px;
    margin-top: 6px
}

.ct-fancy-box-layout1.style2 .item--icon i {
    font-size: 58px;
    color: #c1282a
}

.ct-fancy-box-layout1.style2 .item--title {
    font-size: 20px;
    color: #383838;
    margin-bottom: 10px
}

.ct-fancy-box-layout1.style3 .item--icon {
    background-color: transparent !important;
    background-image: none !important;
    line-height: 1;
    margin-right: 35px;
    margin-top: 6px
}

.ct-fancy-box-layout1.style3 .item--icon i {
    font-size: 65px;
    background-color: #5a3919;
    background-image: -webkit-gradient(linear, left top, right top, from(#5a3919), to(#b57b28));
    background-image: -webkit-linear-gradient(left, #5a3919, #b57b28);
    background-image: -moz-linear-gradient(left, #5a3919, #b57b28);
    background-image: -ms-linear-gradient(left, #5a3919, #b57b28);
    background-image: -o-linear-gradient(left, #5a3919, #b57b28);
    background-image: linear-gradient(left, #5a3919, #b57b28);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#5a3919', endColorStr='#b57b28', gradientType='1')
}

.ct-fancy-box-layout1.style3 .item--title {
    font-size: 24px;
    margin-top: 9px;
    margin-bottom: 7px
}

.ct-fancy-box-layout1.style4 {
    padding: 35px 13px 25px 28px;
    position: relative;
    height: auto !important
}

.ct-fancy-box-layout1.style4:before {
    content: '';
    height: 5px;
    width: 0;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    background-color: #32c6f6;
    background-image: -webkit-gradient(linear, left top, right top, from(#32c6f6), to(#0042ff));
    background-image: -webkit-linear-gradient(left, #32c6f6, #0042ff);
    background-image: -moz-linear-gradient(left, #32c6f6, #0042ff);
    background-image: -ms-linear-gradient(left, #32c6f6, #0042ff);
    background-image: -o-linear-gradient(left, #32c6f6, #0042ff);
    background-image: linear-gradient(left, #32c6f6, #0042ff);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#32c6f6', endColorStr='#0042ff', gradientType='1');
    position: absolute;
    bottom: 0;
    left: 0
}

.ct-fancy-box-layout1.style4 .item--icon {
    background-color: transparent !important;
    background-image: none !important;
    line-height: 1;
    margin-right: 17px;
    margin-top: 0
}

.ct-fancy-box-layout1.style4 .item--icon i {
    font-size: 38px
}

.ct-fancy-box-layout1.style4 .item--title {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 0
}

.ct-fancy-box-layout1.style4 .item--description {
    font-size: 15px
}

.ct-fancy-box-layout1.style4:hover:before {
    width: 100%
}

.line-gap .ct-fancy-box-layout1.style4:after {
    content: '';
    width: 1px;
    height: 54px;
    background-color: #e4eaee;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

@media screen and (max-width:991px) {
    .line-gap .ct-fancy-box-layout1.style4:after {
        display: none
    }
}

.ct-fancy-box-layout2 {
    position: relative;
    z-index: 1;
    padding: 35px 60px;
    display: flex;
    flex-wrap: nowrap
}

@media screen and (max-width:991px) {
    .ct-fancy-box-layout2 {
        padding-left: 30px;
        padding-right: 20px
    }
}

@media screen and (max-width:767px) {
    .ct-fancy-box-layout2 {
        padding-left: 20px
    }
}

.ct-fancy-box-layout2:before,
.ct-fancy-box-layout2:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    z-index: -1;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms
}

.ct-fancy-box-layout2:before {
    background-color: #222;
    -webkit-box-shadow: 0 6px 21px rgba(0, 0, 0, .32);
    -khtml-box-shadow: 0 6px 21px rgba(0, 0, 0, .32);
    -moz-box-shadow: 0 6px 21px rgba(0, 0, 0, .32);
    -ms-box-shadow: 0 6px 21px rgba(0, 0, 0, .32);
    -o-box-shadow: 0 6px 21px rgba(0, 0, 0, .32);
    box-shadow: 0 6px 21px rgba(0, 0, 0, .32)
}

.ct-fancy-box-layout2:after {
    background-color: #d1651a;
    background-image: -webkit-gradient(linear, left top, right top, from(#d1651a), to(#c1282a));
    background-image: -webkit-linear-gradient(left, #d1651a, #c1282a);
    background-image: -moz-linear-gradient(left, #d1651a, #c1282a);
    background-image: -ms-linear-gradient(left, #d1651a, #c1282a);
    background-image: -o-linear-gradient(left, #d1651a, #c1282a);
    background-image: linear-gradient(left, #d1651a, #c1282a);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#d1651a', endColorStr='#c1282a', gradientType='1');
    opacity: 0
}

.ct-fancy-box-layout2 .item--title {
    font-size: 20px;
    margin-bottom: 8px;
    color: #fff
}

.ct-fancy-box-layout2 .item--description {
    font-size: 15px;
    line-height: 26px;
    color: #f7f7f7
}

.ct-fancy-box-layout2 .item--description a {
    color: inherit
}

.ct-fancy-box-layout2 .item--description a:hover {
    color: inherit;
    text-decoration: underline
}

.ct-fancy-box-layout2 .item--icon {
    margin-right: 22px;
    line-height: 1
}

.ct-fancy-box-layout2 .item--icon i {
    font-size: 65px
}

.ct-fancy-box-layout2:hover:before {
    opacity: 0
}

.ct-fancy-box-layout2:hover:after {
    opacity: 1
}

.ct-fancy-box-layout2:hover .item--icon i {
    background-image: none;
    background-color: transparent;
    text-fill-color: transparent;
    -o-text-fill-color: #fff;
    -ms-text-fill-color: #fff;
    -moz-text-fill-color: #fff;
    -webkit-text-fill-color: #fff
}

.ct-fancy-box-layout3 {
    display: flex;
    flex-wrap: nowrap
}

.ct-fancy-box-layout3 .item--icon {
    font-size: 24px;
    color: #fff;
    height: 63px;
    width: 61px;
    min-width: 61px;
    line-height: 61px;
    text-align: center;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0;
    margin-top: 10px;
    margin-right: 38px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .25);
    background-color: rgba(112, 114, 116, .25)
}

.ct-fancy-box-layout3 .item--title {
    margin-top: 4px;
    margin-bottom: 7px;
    font-size: 24px;
    font-weight: 600;
    color: #fff
}

.ct-fancy-box-layout3 .item--description {
    line-height: 1.625;
    color: #b7b7b7
}

.ct-fancy-box-layout3:hover .item--icon i {
    -webkit-animation: toTopFromBottom .3s forwards;
    -moz-animation: toTopFromBottom .3s forwards;
    animation: toTopFromBottom .3s forwards
}

.ct-fancy-box-layout3.style2 .item--icon {
    width: 60px;
    height: 60px;
    border: none;
    background-color: #0e0e0e;
    min-width: 60px;
    margin-right: 23px
}

.ct-fancy-box-layout3.style2 .item--title {
    color: #0e0e0e;
    margin-top: 0
}

.ct-fancy-box-layout3.style2 .item--description {
    color: #383838
}

.ct-fancy-box-layout3.style2 .item--description a {
    color: inherit
}

.ct-fancy-box-layout3.style2 .item--description a:hover {
    color: inherit;
    text-decoration: underline
}

.ct-fancy-box-layout4 {
    -webkit-box-shadow: 0 1px 18px rgba(0, 0, 0, .11);
    -khtml-box-shadow: 0 1px 18px rgba(0, 0, 0, .11);
    -moz-box-shadow: 0 1px 18px rgba(0, 0, 0, .11);
    -ms-box-shadow: 0 1px 18px rgba(0, 0, 0, .11);
    -o-box-shadow: 0 1px 18px rgba(0, 0, 0, .11);
    box-shadow: 0 1px 18px rgba(0, 0, 0, .11);
    background-color: #fff;
    padding: 44px 20px;
    text-align: center;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms
}

.ct-fancy-box-layout4:hover {
    -webkit-transform: translateY(-10px);
    -khtml-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px)
}

.ct-fancy-box-layout4 .item--icon {
    line-height: 1;
    margin-bottom: 20px
}

.ct-fancy-box-layout4 .item--icon i {
    font-size: 56px;
    color: #c1282a
}

.ct-fancy-box-layout4 .item--title {
    margin-bottom: 17px;
    font-size: 20px
}

.ct-fancy-box-layout4 .item--description {
    font-size: 15px;
    line-height: 26px
}

.ct-fancy-box-layout4 .item--description a {
    color: inherit
}

.ct-fancy-box-layout4 .item--description a:hover {
    color: inherit;
    text-decoration: underline
}

.ct-fancy-box-layout5 {
    position: relative;
    z-index: 1
}

.ct-fancy-box-layout5:before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 59px;
    right: 40px;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d1651a), to(#c1282a));
    background-image: -webkit-linear-gradient(top, #d1651a, #c1282a);
    background-image: -moz-linear-gradient(top, #d1651a, #c1282a);
    background-image: -ms-linear-gradient(top, #d1651a, #c1282a);
    background-image: -o-linear-gradient(top, #d1651a, #c1282a);
    background-image: linear-gradient(top, #d1651a, #c1282a);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#d1651a', endColorStr='#c1282a');
    -webkit-border-radius: 0 171px 171px 0;
    -khtml-border-radius: 0 171px 171px 0;
    -moz-border-radius: 0 171px 171px 0;
    -ms-border-radius: 0 171px 171px 0;
    -o-border-radius: 0 171px 171px 0;
    border-radius: 0 171px 171px 0;
    -webkit-box-shadow: 0 6px 8px rgba(0, 0, 0, .23) inset;
    -khtml-box-shadow: 0 6px 8px rgba(0, 0, 0, .23) inset;
    -moz-box-shadow: 0 6px 8px rgba(0, 0, 0, .23) inset;
    -ms-box-shadow: 0 6px 8px rgba(0, 0, 0, .23) inset;
    -o-box-shadow: 0 6px 8px rgba(0, 0, 0, .23) inset;
    box-shadow: 0 6px 8px rgba(0, 0, 0, .23) inset;
    -webkit-transition: all .2s linear 0ms;
    -khtml-transition: all .2s linear 0ms;
    -moz-transition: all .2s linear 0ms;
    -ms-transition: all .2s linear 0ms;
    -o-transition: all .2s linear 0ms;
    transition: all .2s linear 0ms;
    opacity: 0
}

.ct-fancy-box-layout5:hover:before {
    opacity: 1;
    bottom: -33px;
    left: -30px
}

.ct-fancy-box-layout5 .ct-fancy-box-inner {
    background-color: #000;
    color: #e9e9e9;
    padding: 50px 30px 76px 40px
}

@media screen and (max-width:1199px) {
    .ct-fancy-box-layout5 .ct-fancy-box-inner {
        padding-left: 30px;
        padding-bottom: 96px
    }
}

@media screen and (max-width:991px) {
    .ct-fancy-box-layout5 .ct-fancy-box-inner {
        padding-left: 20px;
        padding-right: 15px
    }
}

@media screen and (max-width:767px) {
    .ct-fancy-box-layout5 .ct-fancy-box-inner {
        height: auto !important
    }
}

.ct-fancy-box-layout5 .item--icon {
    line-height: 1;
    margin-bottom: 30px
}

.ct-fancy-box-layout5 .item--icon i {
    font-size: 60px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d1651a), to(#c1282a));
    background-image: -webkit-linear-gradient(top, #d1651a, #c1282a);
    background-image: -moz-linear-gradient(top, #d1651a, #c1282a);
    background-image: -ms-linear-gradient(top, #d1651a, #c1282a);
    background-image: -o-linear-gradient(top, #d1651a, #c1282a);
    background-image: linear-gradient(top, #d1651a, #c1282a);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#d1651a', endColorStr='#c1282a')
}

.ct-fancy-box-layout5 .item--title {
    font-size: 22px;
    color: #fff;
    margin-bottom: 20px
}

@media screen and (max-width:991px) {
    .ct-fancy-box-layout5 .item--title {
        font-size: 18px
    }
}

.ct-fancy-box-layout5 .item--description {
    line-height: 28px;
    font-size: 16px;
    margin-bottom: 18px
}

@media screen and (max-width:991px) {
    .ct-fancy-box-layout5 .item--description {
        font-size: 15px;
        line-height: 26px
    }
}

.ct-fancy-box-layout5 .item--description a {
    color: inherit
}

.ct-fancy-box-layout5 .item--description a:hover {
    color: inherit;
    text-decoration: underline
}

.ct-fancy-box-layout5 .item--list {
    list-style: none;
    margin-bottom: 0;
    font-weight: 700
}

@media screen and (max-width:991px) {
    .ct-fancy-box-layout5 .item--list {
        font-size: 14px
    }
}

.ct-fancy-box-layout5 .item--list i {
    margin-right: 12px;
    font-weight: 400;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d1651a), to(#c1282a));
    background-image: -webkit-linear-gradient(top, #d1651a, #c1282a);
    background-image: -moz-linear-gradient(top, #d1651a, #c1282a);
    background-image: -ms-linear-gradient(top, #d1651a, #c1282a);
    background-image: -o-linear-gradient(top, #d1651a, #c1282a);
    background-image: linear-gradient(top, #d1651a, #c1282a);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#d1651a', endColorStr='#c1282a')
}

.ct-fancy-box-layout5 .item--list li+li {
    margin-top: 6px
}

.ct-fancy-box-layout5 .item--link {
    height: 45px;
    width: 45px;
    position: absolute;
    bottom: 27px;
    right: 24px;
    background-color: #535353;
    line-height: 45px;
    text-align: center;
    border-radius: 45px;
    color: #fff;
    font-size: 30px;
    z-index: 1
}

.ct-fancy-box-layout5 .item--link:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d1651a), to(#c1282a));
    background-image: -webkit-linear-gradient(top, #d1651a, #c1282a);
    background-image: -moz-linear-gradient(top, #d1651a, #c1282a);
    background-image: -ms-linear-gradient(top, #d1651a, #c1282a);
    background-image: -o-linear-gradient(top, #d1651a, #c1282a);
    background-image: linear-gradient(top, #d1651a, #c1282a);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#d1651a', endColorStr='#c1282a');
    z-index: -1;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    opacity: 0
}

.ct-fancy-box-layout5 .item--link:hover:before {
    opacity: 1
}

.ct-accordion .ct-ac-content {
    display: none
}

.ct-accordion.layout1 .ct-ac-title {
    font-size: 18px;
    color: #222;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    font-weight: 700;
    position: relative;
    cursor: pointer;
    font-family: 'Poppins', sans-serif
}

.ct-accordion.layout1 .ct-ac-title a {
    padding: 23px 65px 23px 25px;
    display: block;
    color: inherit
}

.ct-accordion.layout1 .ct-ac-title a:before {
    content: '\f107';
    font-family: 'Font Awesome 5 Pro';
    font-size: 16px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 35px;
    color: #9ba2aa;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms
}

.ct-accordion.layout1 .ct-ac-title a:after {
    content: '\f136';
    font-family: 'Material-Design-Iconic-Font';
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 30px;
    height: 21px;
    width: 21px;
    line-height: 21px;
    background-color: #9ba2aa;
    color: #fff;
    text-align: center;
    position: absolute;
    -webkit-border-radius: 21px;
    -khtml-border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    -o-border-radius: 21px;
    border-radius: 21px;
    font-size: 12px;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    opacity: 0
}

.ct-accordion.layout1 .ct-ac-content {
    color: #636363;
    padding: 0 65px 23px 25px
}

.ct-accordion.layout1 .ct-accordion-item {
    border: 1px solid #e6e6e6;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0;
    background-color: #fff;
    position: relative
}

.ct-accordion.layout1 .ct-accordion-item:before {
    content: '';
    height: 0;
    width: 6px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;
    margin: auto;
    background-color: #d1651a;
    background-image: -webkit-gradient(linear, left top, right top, from(#d1651a), to(#c1282a));
    background-image: -webkit-linear-gradient(left, #d1651a, #c1282a);
    background-image: -moz-linear-gradient(left, #d1651a, #c1282a);
    background-image: -ms-linear-gradient(left, #d1651a, #c1282a);
    background-image: -o-linear-gradient(left, #d1651a, #c1282a);
    background-image: linear-gradient(left, #d1651a, #c1282a);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#d1651a', endColorStr='#c1282a', gradientType='1');
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    opacity: 0
}

.ct-accordion.layout1 .ct-accordion-item+.ct-accordion-item {
    margin-top: 19px
}

.ct-accordion.layout1 .ct-accordion-item.active {
    border-color: #fff;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .15);
    -khtml-box-shadow: 0 0 25px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, .15);
    -ms-box-shadow: 0 0 25px rgba(0, 0, 0, .15);
    -o-box-shadow: 0 0 25px rgba(0, 0, 0, .15);
    box-shadow: 0 0 25px rgba(0, 0, 0, .15)
}

.ct-accordion.layout1 .ct-accordion-item.active:before {
    height: 100%;
    opacity: 1
}

.ct-accordion.layout1 .ct-accordion-item.active .ct-ac-title a {
    padding-bottom: 4px
}

.ct-accordion.layout1 .ct-accordion-item.active .ct-ac-title a:before {
    opacity: 0
}

.ct-accordion.layout1 .ct-accordion-item.active .ct-ac-title a:after {
    opacity: 1
}

.ct-contact-form-layout1 .input-filled label {
    font-size: 17px;
    color: #000;
    margin-bottom: 6px
}

@media screen and (max-width:991px) {
    .ct-contact-form-layout1 .input-filled label {
        font-size: 15px
    }
}

.ct-contact-form-layout1.style2 .wpcf7-form-control:not(.wpcf7-submit) {
    border-color: #d5dce8;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: #6f6f6f
}

.ct-contact-form-layout1.style2 .wpcf7-form-control:not(.wpcf7-submit):focus {
    border-color: #c1282a
}

.ct-contact-form-layout1.style2 .wpcf7-form-control.wpcf7-textarea {
    height: 175px
}

.ct-contact-form-layout1.style3 ul.list {
    color: #383838
}

.ct-contact-form-layout1.style3 .wpcf7-form-control:not(.wpcf7-submit) {
    background-color: rgba(112, 114, 116, .25);
    border-color: rgba(255, 255, 255, .25);
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0;
    color: #fff
}

.ct-contact-form-layout1.style3 .wpcf7-form-control:not(.wpcf7-submit):focus {
    border-color: #c1282a
}

.ct-contact-form-layout1.style3 .wpcf7-form-control.wpcf7-textarea {
    height: 140px
}

.ct-contact-form-layout1.style4 .input-filled>label {
    margin-bottom: 4px;
    font-size: 14px
}

.ct-contact-form-layout1.style4 .input-filled>label i {
    margin-left: 6px;
    margin-right: 10px
}

.ct-contact-form-layout1.style4 .wpcf7-form-control:not(.wpcf7-submit) {
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

.ct-contact-form-layout1.style4 .wpcf7-form-control:not(.wpcf7-submit):focus {
    border-color: #1ce596
}

.ct-contact-form-layout1.style4 .wpcf7-form-control.wpcf7-textarea {
    height: 140px
}

.ct-contact-form-layout1.style4 .wpcf7-submit {
    line-height: 60px;
    background-color: #1ce596;
    background-image: none;
    -webkit-box-shadow: none !important;
    -khtml-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
    margin-top: 10px
}

.ct-contact-form-layout1.style4 .wpcf7-submit:hover,
.ct-contact-form-layout1.style4 .wpcf7-submit:focus {
    background-color: #000;
    color: #fff
}

.ct-contact-form-layout1.style4 .wpcf7-form-control-wrap {
    margin-bottom: 17px
}

.ct-pricing-layout1 {
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .11);
    -khtml-box-shadow: 0 1px 10px rgba(0, 0, 0, .11);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, .11);
    -ms-box-shadow: 0 1px 10px rgba(0, 0, 0, .11);
    -o-box-shadow: 0 1px 10px rgba(0, 0, 0, .11);
    box-shadow: 0 1px 10px rgba(0, 0, 0, .11);
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden
}

.ct-pricing-layout1 .pricing-recommend {
    text-align: center;
    background-color: #eee;
    color: #0e0e0e;
    font-size: 15px;
    line-height: 25px;
    font-weight: 700;
    padding: 7px 30px;
    font-family: 'Poppins', sans-serif
}

.ct-pricing-layout1 .pricing-meta {
    padding: 21px 25px
}

.ct-pricing-layout1 .pricing-meta .pricing-title {
    margin-bottom: 9px;
    font-size: 20px;
    line-height: 30px;
    display: inline-block
}

@media screen and (max-width:991px) {
    .ct-pricing-layout1 .pricing-meta .pricing-title {
        font-size: 20px
    }
}

.ct-pricing-layout1 .pricing-meta .pricing-description {
    color: #383838;
    font-size: 16px;
    line-height: 26px;
    padding-right: 16%
}

@media screen and (max-width:1199px) {
    .ct-pricing-layout1 .pricing-meta .pricing-description {
        padding-right: 0
    }
}

@media screen and (max-width:991px) {
    .ct-pricing-layout1 .pricing-meta .pricing-description {
        font-size: 14px;
        line-height: 24px
    }
}

.ct-pricing-layout1 .pricing-price {
    line-height: 1;
    padding: 12px 20px;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background-color: #d1651a;
    background-image: -webkit-gradient(linear, left top, right top, from(#d1651a), to(#c1282a));
    background-image: -webkit-linear-gradient(left, #d1651a, #c1282a);
    background-image: -moz-linear-gradient(left, #d1651a, #c1282a);
    background-image: -ms-linear-gradient(left, #d1651a, #c1282a);
    background-image: -o-linear-gradient(left, #d1651a, #c1282a);
    background-image: linear-gradient(left, #d1651a, #c1282a);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#d1651a', endColorStr='#c1282a', gradientType='1')
}

.ct-pricing-layout1 .pricing-price span {
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    margin-left: 4px
}

.ct-pricing-layout1 .pricing-holder {
    padding: 16px 20px 27px
}

@media screen and (max-width:991px) {
    .ct-pricing-layout1 .pricing-holder {
        padding-left: 10px;
        padding-right: 10px
    }
}

.ct-pricing-layout1 .pricing-feature {
    margin-bottom: 0;
    list-style: none
}

.ct-pricing-layout1 .pricing-feature li {
    color: #383838;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    padding: 12px 15px
}

@media screen and (max-width:991px) {
    .ct-pricing-layout1 .pricing-feature li {
        font-size: 13px
    }
}

.ct-pricing-layout1 .pricing-feature li i {
    margin-right: 8px;
    color: #4659e2
}

.ct-pricing-layout1 .pricing-feature li.active {
    background-color: #efefef
}

.ct-pricing-layout1 .pricing-button {
    margin-top: 19px
}

.ct-pricing-layout1 .pricing-button .btn {
    -webkit-border-radius: 51px;
    -khtml-border-radius: 51px;
    -moz-border-radius: 51px;
    -ms-border-radius: 51px;
    -o-border-radius: 51px;
    border-radius: 51px;
    line-height: 48px;
    font-size: 14px;
    width: 100%
}

.ct-pricing-layout1.recommended {
    margin-top: -39px
}

.ct-tabs--layout1 .ct-tab-content {
    display: none
}

.ct-tabs--layout1.style1 .ct-tabs-title {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: 1px solid #d7d7d7
}

.ct-tabs--layout1.style1 .ct-tabs-title .ct-tab-title {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #222;
    cursor: pointer;
    padding: 5px 34px;
    position: relative;
    z-index: 1;
    margin-right: 30px
}

@media screen and (max-width:1199px) {
    .ct-tabs--layout1.style1 .ct-tabs-title .ct-tab-title {
        margin-right: 0;
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (max-width:991px) {
    .ct-tabs--layout1.style1 .ct-tabs-title .ct-tab-title {
        font-size: 16px
    }
}

.ct-tabs--layout1.style1 .ct-tabs-title .ct-tab-title:before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    z-index: -1
}

.ct-tabs--layout1.style1 .ct-tabs-title .ct-tab-title.active {
    color: #fff
}

.ct-tabs--layout1.style1 .ct-tabs-title .ct-tab-title.active:before {
    opacity: 1
}

.ct-tabs--layout1.style1 .ct-tabs-content .ct-tab-content {
    font-size: 16px;
    line-height: 27px;
    padding-top: 30px
}

.ct-tabs--layout1.style1 .ct-tabs-content .ct-tab-content p {
    margin-bottom: 28px
}

.ct-tabs--layout1.style1 .ct-tabs-content .ct-tab-content p:last-child {
    margin-bottom: 0
}

.ct-tabs--layout1.style2 .ct-tab-title {
    font-size: 18px;
    color: #181818;
    padding-left: 29px;
    position: relative;
    margin: 0 10px 10px;
    cursor: pointer
}

@media screen and (max-width:767px) {
    .ct-tabs--layout1.style2 .ct-tab-title {
        font-size: 16px
    }
}

.ct-tabs--layout1.style2 .ct-tab-title:before {
    content: '';
    width: 18px;
    height: 18px;
    -webkit-border-radius: 18px;
    -khtml-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    border-radius: 18px;
    border: 2px solid #b8b5b5;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms
}

.ct-tabs--layout1.style2 .ct-tab-title:after {
    content: '';
    height: 6px;
    width: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    position: absolute;
    top: 50%;
    left: 6px;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: #c1282a;
    opacity: 0;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms
}

.ct-tabs--layout1.style2 .ct-tab-title.active {
    font-family: 'Poppins', sans-serif;
    font-weight: 700
}

.ct-tabs--layout1.style2 .ct-tab-title.active:before {
    border-color: #c1282a
}

.ct-tabs--layout1.style2 .ct-tab-title.active:after {
    opacity: 1
}

.ct-tabs--layout1.style2 .ct-tab-title span {
    line-height: 27px;
    padding: 0 10px;
    color: #373737;
    font-size: 12px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-color: #eee;
    display: inline-block;
    margin-left: 3px;
    position: relative;
    top: -1px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif
}

@media screen and (max-width:767px) {
    .ct-tabs--layout1.style2 .ct-tab-title span {
        padding: 0 6px
    }
}

.ct-tabs--layout1.style2 .ct-tabs-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.ct-tabs--layout1.style2 .ct-tabs-title .ct-tab-title {
    display: none
}

.ct-tabs--layout1.style2 .ct-tabs-title .ct-tab-title:nth-child(1),
.ct-tabs--layout1.style2 .ct-tabs-title .ct-tab-title:nth-child(2) {
    display: inline-block
}

.ct-tabs--layout1.style2 .ct-tabs-content {
    padding-top: 40px
}

@media screen and (max-width:767px) {
    .ct-tabs--layout1.style2 .ct-tabs-content {
        padding-top: 20px
    }
}

.ct-tabs--layout1.style3 .ct-tabs-title {
    border-bottom: 1px solid #14223d;
    display: flex;
    flex-wrap: wrap
}

.ct-tabs--layout1.style3 .ct-tab-title {
    color: #000;
    font-size: 18px;
    padding: 0 40px 10px;
    position: relative;
    display: inline-block;
    cursor: pointer
}

@media screen and (max-width:1199px) {
    .ct-tabs--layout1.style3 .ct-tab-title {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (max-width:991px) {
    .ct-tabs--layout1.style3 .ct-tab-title {
        padding-left: 12px;
        padding-right: 12px;
        font-size: 16px
    }
}

.ct-tabs--layout1.style3 .ct-tab-title:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    left: 0;
    height: 2px;
    background-color: #f58220;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms
}

.ct-tabs--layout1.style3 .ct-tab-title:hover:before,
.ct-tabs--layout1.style3 .ct-tab-title.active:before {
    width: 100%
}

.ct-tabs--layout1.style3 .ct-tabs-content {
    padding-top: 39px;
    font-size: 16px;
    line-height: 34px
}

.ct-tabs--layout1.style3 .ct-tabs-content p {
    margin-bottom: 32px
}

.ct-tabs--layout1.style3 .ct-tabs-content p:last-child {
    margin-bottom: 0
}

.ct-testimonial-grid1 .item-icon i,
.ct-testimonial-carousel1 .item-icon i {
    font-size: 170px;
    color: #ccc;
    position: absolute;
    top: -47px;
    left: 40px;
    font-family: "Playfair Display";
    font-weight: 900;
    font-style: normal;
    line-height: 1
}

.ct-testimonial-grid1 .item--image,
.ct-testimonial-carousel1 .item--image {
    max-width: 124px;
    border: 2px solid #e7e7e7;
    padding: 6px;
    -webkit-border-radius: 124px;
    -khtml-border-radius: 124px;
    -moz-border-radius: 124px;
    -ms-border-radius: 124px;
    -o-border-radius: 124px;
    border-radius: 124px;
    margin: 0 auto 18px auto
}

.ct-testimonial-grid1 .item--image img,
.ct-testimonial-carousel1 .item--image img {
    -webkit-border-radius: 124px;
    -khtml-border-radius: 124px;
    -moz-border-radius: 124px;
    -ms-border-radius: 124px;
    -o-border-radius: 124px;
    border-radius: 124px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms
}

.ct-testimonial-grid1 .item--title,
.ct-testimonial-carousel1 .item--title {
    font-size: 18px;
    margin-bottom: 0
}

.ct-testimonial-grid1 .item--description,
.ct-testimonial-carousel1 .item--description {
    margin-bottom: 14px
}

.ct-testimonial-grid1 .item--position,
.ct-testimonial-carousel1 .item--position {
    font-size: 15px
}

.ct-testimonial-grid1 .item--inner,
.ct-testimonial-carousel1 .item--inner {
    text-align: center;
    position: relative;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 10px rgba(23, 23, 23, .08);
    -khtml-box-shadow: 0 0 10px rgba(23, 23, 23, .08);
    -moz-box-shadow: 0 0 10px rgba(23, 23, 23, .08);
    -ms-box-shadow: 0 0 10px rgba(23, 23, 23, .08);
    -o-box-shadow: 0 0 10px rgba(23, 23, 23, .08);
    box-shadow: 0 0 10px rgba(23, 23, 23, .08);
    padding: 37px 40px 35px;
    margin-bottom: 55px;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms
}

@media screen and (max-width:991px) {
    .ct-testimonial-grid1 .item--inner,
    .ct-testimonial-carousel1 .item--inner {
        padding-left: 30px;
        padding-right: 30px
    }
}

.ct-testimonial-grid1 .item--inner:hover,
.ct-testimonial-carousel1 .item--inner:hover {
    -webkit-transform: translateY(-16px);
    -khtml-transform: translateY(-16px);
    -moz-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    -o-transform: translateY(-16px);
    transform: translateY(-16px);
    -webkit-box-shadow: 0 24px 18px rgba(23, 23, 23, .1);
    -khtml-box-shadow: 0 24px 18px rgba(23, 23, 23, .1);
    -moz-box-shadow: 0 24px 18px rgba(23, 23, 23, .1);
    -ms-box-shadow: 0 24px 18px rgba(23, 23, 23, .1);
    -o-box-shadow: 0 24px 18px rgba(23, 23, 23, .1);
    box-shadow: 0 24px 18px rgba(23, 23, 23, .1)
}

.ct-testimonial-grid1 .item--inner:hover .item--image img,
.ct-testimonial-carousel1 .item--inner:hover .item--image img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%)
}

.ct-testimonial-carousel1 .item--inner {
    margin-top: 35px;
    margin-bottom: 35
}

.ct-testimonial-carousel1 .ct-slick-carousel.slick-arrow-style2 .slick-arrow {
    margin-top: -10px
}

.ct-testimonial-carousel2 {
    text-align: center;
    max-width: 840px;
    margin: auto;
    padding: 0 80px;
    position: relative;
    position: relative
}

@media screen and (max-width:767px) {
    .ct-testimonial-carousel2 {
        padding: 0
    }
}

.ct-testimonial-carousel2 .testimonial-image {
    max-width: 128px;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    position: relative
}

.ct-testimonial-carousel2 .testimonial-image img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .5;
    -webkit-border-radius: 128px;
    -khtml-border-radius: 128px;
    -moz-border-radius: 128px;
    -ms-border-radius: 128px;
    -o-border-radius: 128px;
    border-radius: 128px;
    -webkit-box-shadow: 0 0 8px rgba(12, 12, 12, .22);
    -khtml-box-shadow: 0 0 8px rgba(12, 12, 12, .22);
    -moz-box-shadow: 0 0 8px rgba(12, 12, 12, .22);
    -ms-box-shadow: 0 0 8px rgba(12, 12, 12, .22);
    -o-box-shadow: 0 0 8px rgba(12, 12, 12, .22);
    box-shadow: 0 0 8px rgba(12, 12, 12, .22);
    cursor: pointer;
    width: 100%
}

.ct-testimonial-carousel2 .testimonial-image .testimonial-icon {
    width: 35px;
    height: 35px;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    right: 18px;
    top: -16px;
    background-color: #d1651a;
    background-image: -webkit-gradient(linear, left top, right top, from(#d1651a), to(#c1282a));
    background-image: -webkit-linear-gradient(left, #d1651a, #c1282a);
    background-image: -moz-linear-gradient(left, #d1651a, #c1282a);
    background-image: -ms-linear-gradient(left, #d1651a, #c1282a);
    background-image: -o-linear-gradient(left, #d1651a, #c1282a);
    background-image: linear-gradient(left, #d1651a, #c1282a);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#d1651a', endColorStr='#c1282a', gradientType='1');
    color: #fff;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    opacity: 0
}

.ct-testimonial-carousel2 .testimonial-image .testimonial-icon span {
    height: 35px;
    font-size: 48px;
    line-height: 1;
    font-weight: 700;
    font-family: "Playfair Display";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -khtml-transform: translate(-50%, -50%) rotate(180deg);
    -moz-transform: translate(-50%, -50%) rotate(180deg);
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    -o-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg)
}

.ct-testimonial-carousel2 .item--title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 8px
}

.ct-testimonial-carousel2 .item--description {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-style: italic;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 26px
}

.ct-testimonial-carousel2 .item--position {
    font-size: 15px;
    color: #c1c1c1
}

.ct-testimonial-carousel2 .item--inner {
    max-width: 560px;
    margin: auto
}

.ct-testimonial-carousel2 .ct-slick-nav {
    max-width: 404px;
    margin: 0 auto 20px auto;
    position: relative;
    z-index: 1
}

.ct-testimonial-carousel2 .ct-slick-nav:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 618px;
    height: 616px;
    background-image: url(../images/testimonial-overlay.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1
}

.ct-testimonial-carousel2 .ct-slick-nav .slick-track {
    padding: 57px 0 35px
}

.ct-testimonial-carousel2 .ct-slick-nav .slick-list {
    padding: 0 10px 10px !important
}

.ct-testimonial-carousel2 .ct-slick-nav .slick-slide {
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    padding: 0;
    opacity: 0
}

@media screen and (max-width:767px) {
    .ct-testimonial-carousel2 .ct-slick-nav .slick-slide {
        text-align: center
    }
    .ct-testimonial-carousel2 .ct-slick-nav .slick-slide .testimonial-image {
        display: inline-block
    }
}

.ct-testimonial-carousel2 .ct-slick-nav .slick-slide.slick-active {
    opacity: 1
}

.ct-testimonial-carousel2 .ct-slick-nav .slick-slide.slick-active.slick-center .testimonial-image {
    -webkit-transform: scale(1.5);
    -khtml-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    position: relative;
    z-index: 9
}

.ct-testimonial-carousel2 .ct-slick-nav .slick-slide.slick-active.slick-center .testimonial-image img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1
}

.ct-testimonial-carousel2 .ct-slick-nav .slick-slide.slick-active.slick-center .testimonial-image .testimonial-icon {
    opacity: 1
}

.ct-testimonial-carousel2 .ct-testimonial-primary .slick-slide {
    opacity: 0;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms
}

.ct-testimonial-carousel2 .ct-testimonial-primary .slick-slide.slick-active {
    opacity: 1
}

.ct-testimonial-carousel2 .ct-testimonial-primary .slick-list,
.ct-testimonial-carousel2 .ct-testimonial-primary .slick-slider,
.ct-testimonial-carousel2 .ct-testimonial-primary .slick-track {
    position: static
}

@media screen and (max-width:767px) {
    .ct-testimonial-carousel2 .ct-testimonial-primary .slick-list {
        padding: 0 !important
    }
}

.ct-testimonial-carousel2 .ct-testimonial-primary .slick-arrow {
    height: 50px;
    width: 50px;
    line-height: 50px;
    background-color: #3a3939
}

@media screen and (max-width:767px) {
    .ct-testimonial-carousel2 .ct-testimonial-primary .slick-arrow {
        opacity: .5
    }
    .ct-testimonial-carousel2 .ct-testimonial-primary .slick-arrow:hover {
        opacity: 1
    }
}

.ct-testimonial-carousel2 .ct-testimonial-primary .slick-arrow.slick-prev {
    left: 0 !important
}

.ct-testimonial-carousel2 .ct-testimonial-primary .slick-arrow.slick-next {
    right: 0 !important
}

.ct-testimonial-carousel3 .item--description {
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px rgba(12, 12, 12, .08);
    -khtml-box-shadow: 0 0 8px rgba(12, 12, 12, .08);
    -moz-box-shadow: 0 0 8px rgba(12, 12, 12, .08);
    -ms-box-shadow: 0 0 8px rgba(12, 12, 12, .08);
    -o-box-shadow: 0 0 8px rgba(12, 12, 12, .08);
    box-shadow: 0 0 8px rgba(12, 12, 12, .08);
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
    border-radius: 9px;
    padding: 54px 40px;
    font-size: 16px;
    line-height: 32px;
    font-family: 'Poppins', sans-serif;
    -webkit-transition: all .23s linear 0ms;
    -khtml-transition: all .23s linear 0ms;
    -moz-transition: all .23s linear 0ms;
    -ms-transition: all .23s linear 0ms;
    -o-transition: all .23s linear 0ms;
    transition: all .23s linear 0ms;
    position: relative
}

.ct-testimonial-carousel3 .item--description:before {
    z-index: -1;
    content: '';
    width: 156px;
    height: 158px;
    -webkit-border-radius: 0 0 158px 158px;
    -khtml-border-radius: 0 0 158px 158px;
    -moz-border-radius: 0 0 158px 158px;
    -ms-border-radius: 0 0 158px 158px;
    -o-border-radius: 0 0 158px 158px;
    border-radius: 0 0 158px 158px;
    background-color: #32c6f6;
    background-image: -webkit-gradient(linear, left top, right top, from(#32c6f6), to(#0042ff));
    background-image: -webkit-linear-gradient(left, #32c6f6, #0042ff);
    background-image: -moz-linear-gradient(left, #32c6f6, #0042ff);
    background-image: -ms-linear-gradient(left, #32c6f6, #0042ff);
    background-image: -o-linear-gradient(left, #32c6f6, #0042ff);
    background-image: linear-gradient(left, #32c6f6, #0042ff);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#32c6f6', endColorStr='#0042ff', gradientType='1');
    position: absolute;
    left: 0;
    bottom: -158px;
    -webkit-transition: all .23s linear 0ms;
    -khtml-transition: all .23s linear 0ms;
    -moz-transition: all .23s linear 0ms;
    -ms-transition: all .23s linear 0ms;
    -o-transition: all .23s linear 0ms;
    transition: all .23s linear 0ms;
    -webkit-transform: translateY(-100%);
    -khtml-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0
}

.ct-testimonial-carousel3 .item--title {
    font-size: 18px;
    margin-bottom: 6px;
    text-transform: uppercase
}

@media screen and (max-width:767px) {
    .ct-testimonial-carousel3 .item--title {
        font-size: 16px
    }
}

.ct-testimonial-carousel3 .item--position {
    font-size: 15px
}

@media screen and (max-width:767px) {
    .ct-testimonial-carousel3 .item--position {
        font-size: 14px
    }
}

.ct-testimonial-carousel3 .item-rating {
    margin-top: 11px;
    font-size: 14px;
    color: #ecbd00;
    letter-spacing: .05em;
    display: flex;
    position: absolute;
    bottom: 0;
    opacity: 0;
    left: 0;
    right: 0;
    -webkit-transition: all .23s linear 0ms;
    -khtml-transition: all .23s linear 0ms;
    -moz-transition: all .23s linear 0ms;
    -ms-transition: all .23s linear 0ms;
    -o-transition: all .23s linear 0ms;
    transition: all .23s linear 0ms
}

.ct-testimonial-carousel3 .item--image {
    width: 122px;
    min-width: 122px;
    margin-right: 21px;
    -webkit-transition: all .23s linear 0ms;
    -khtml-transition: all .23s linear 0ms;
    -moz-transition: all .23s linear 0ms;
    -ms-transition: all .23s linear 0ms;
    -o-transition: all .23s linear 0ms;
    transition: all .23s linear 0ms
}

@media screen and (max-width:767px) {
    .ct-testimonial-carousel3 .item--image {
        margin-right: 15px
    }
}

.ct-testimonial-carousel3 .item--image img {
    width: 100%;
    -webkit-border-radius: 122px;
    -khtml-border-radius: 122px;
    -moz-border-radius: 122px;
    -ms-border-radius: 122px;
    -o-border-radius: 122px;
    border-radius: 122px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .23s linear 0ms;
    -khtml-transition: all .23s linear 0ms;
    -moz-transition: all .23s linear 0ms;
    -ms-transition: all .23s linear 0ms;
    -o-transition: all .23s linear 0ms;
    transition: all .23s linear 0ms;
    -webkit-transform: translateY(-11px);
    -khtml-transform: translateY(-11px);
    -moz-transform: translateY(-11px);
    -ms-transform: translateY(-11px);
    -o-transform: translateY(-11px);
    transform: translateY(-11px)
}

.ct-testimonial-carousel3 .item--holder {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding-left: 17px;
    position: relative;
    z-index: 9;
    margin-top: -7px
}

.ct-testimonial-carousel3 .item--meta {
    margin-top: 23px;
    position: relative;
    padding-bottom: 25px
}

.ct-testimonial-carousel3 .item--inner {
    padding-top: 10px;
    padding-bottom: 60px
}

.ct-testimonial-carousel3 .item--inner:hover .item--image {
    margin-right: 41px
}

.ct-testimonial-carousel3 .item--inner:hover .item--image img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transform: translateY(25px);
    -khtml-transform: translateY(25px);
    -moz-transform: translateY(25px);
    -ms-transform: translateY(25px);
    -o-transform: translateY(25px);
    transform: translateY(25px)
}

.ct-testimonial-carousel3 .item--inner:hover .item--description {
    -webkit-border-radius: 9px 9px 9px 0;
    -khtml-border-radius: 9px 9px 9px 0;
    -moz-border-radius: 9px 9px 9px 0;
    -ms-border-radius: 9px 9px 9px 0;
    -o-border-radius: 9px 9px 9px 0;
    border-radius: 9px 9px 9px 0
}

.ct-testimonial-carousel3 .item--inner:hover .item--description:before {
    -webkit-transform: translateY(0%);
    -khtml-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1
}

.ct-testimonial-carousel3 .item--inner:hover .item-rating {
    bottom: 0;
    opacity: 1
}

.ct-testimonial-carousel3 .slick-dots {
    margin-top: 35px
}

.ct-testimonial-carousel3 .slick-dots li {
    margin: 0 5px
}

.ct-testimonial-carousel3 .slick-dots li button {
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    width: 13px;
    height: 13px;
    -webkit-border-radius: 13px;
    -khtml-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    -o-border-radius: 13px;
    border-radius: 13px;
    background-color: #d0d0d0
}

.ct-testimonial-carousel4 .item--image {
    width: 80px;
    margin-bottom: 13px
}

.ct-testimonial-carousel4 .item--image img {
    -webkit-border-radius: 80px;
    -khtml-border-radius: 80px;
    -moz-border-radius: 80px;
    -ms-border-radius: 80px;
    -o-border-radius: 80px;
    border-radius: 80px
}

.ct-testimonial-carousel4 .item--description {
    font-size: 18px;
    line-height: 26px;
    color: #dedede;
    margin-bottom: 21px
}

.ct-testimonial-carousel4 .item--title {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
    color: #fff
}

.ct-testimonial-carousel4 .item--position {
    font-size: 15px;
    color: #dbdbdb;
    text-decoration: underline
}

.ct-testimonial-carousel4 .item--inner {
    max-width: 380px
}

@media screen and (max-width:1199px) {
    .ct-testimonial-carousel4 .item--inner {
        max-width: 290px
    }
}

.item--social .fa {
    font-family: 'FontAwesome';
    font-weight: 400
}

.ct-team-grid1 .item--image {
    position: relative;
    max-width: 93px;
    margin: 0 auto 17px auto
}

.ct-team-grid1 .item--image img {
    -webkit-border-radius: 90px;
    -khtml-border-radius: 90px;
    -moz-border-radius: 90px;
    -ms-border-radius: 90px;
    -o-border-radius: 90px;
    border-radius: 90px;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms
}

.ct-team-grid1 .item--image .item--social {
    position: absolute;
    top: 14px;
    right: -18px
}

.ct-team-grid1 .item--image .item--social a {
    display: none
}

.ct-team-grid1 .item--image .item--social a i {
    width: 39px;
    height: 39px;
    line-height: 39px;
    background-color: #fff;
    -webkit-border-radius: 39px;
    -khtml-border-radius: 39px;
    -moz-border-radius: 39px;
    -ms-border-radius: 39px;
    -o-border-radius: 39px;
    border-radius: 39px;
    font-size: 18px;
    color: #c1282a
}

.ct-team-grid1 .item--image .item--social a i.fa-facebook {
    color: #3b5999
}

.ct-team-grid1 .item--image .item--social a i.fa-instagram {
    color: #e4405f
}

.ct-team-grid1 .item--image .item--social a i.fa-twitter {
    color: #55acee
}

.ct-team-grid1 .item--image .item--social a i.fa-behance {
    color: #007ee5
}

.ct-team-grid1 .item--image .item--social a:first-child {
    display: block
}

.ct-team-grid1 .item--title {
    font-size: 18px;
    margin-bottom: 0
}

.ct-team-grid1 .item--position {
    font-size: 15px;
    margin-bottom: 16px;
    display: block
}

.ct-team-grid1 .item--inner {
    text-align: center;
    position: relative;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 7 30px rgba(12, 12, 12, .06);
    -khtml-box-shadow: 0 7 30px rgba(12, 12, 12, .06);
    -moz-box-shadow: 0 7 30px rgba(12, 12, 12, .06);
    -ms-box-shadow: 0 7 30px rgba(12, 12, 12, .06);
    -o-box-shadow: 0 7 30px rgba(12, 12, 12, .06);
    box-shadow: 0 7 30px rgba(12, 12, 12, .06);
    padding: 30px 40px 33px;
    margin-bottom: 60px;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms
}

.ct-team-grid1 .item--inner:hover {
    -webkit-box-shadow: 0 30px 30px rgba(2, 20, 54, .2);
    -khtml-box-shadow: 0 30px 30px rgba(2, 20, 54, .2);
    -moz-box-shadow: 0 30px 30px rgba(2, 20, 54, .2);
    -ms-box-shadow: 0 30px 30px rgba(2, 20, 54, .2);
    -o-box-shadow: 0 30px 30px rgba(2, 20, 54, .2);
    box-shadow: 0 30px 30px rgba(2, 20, 54, .2)
}

.ct-team-grid1 .item--inner:hover .item--image img {
    -webkit-box-shadow: 0 6px 11px rgba(2, 20, 54, .3);
    -khtml-box-shadow: 0 6px 11px rgba(2, 20, 54, .3);
    -moz-box-shadow: 0 6px 11px rgba(2, 20, 54, .3);
    -ms-box-shadow: 0 6px 11px rgba(2, 20, 54, .3);
    -o-box-shadow: 0 6px 11px rgba(2, 20, 54, .3);
    box-shadow: 0 6px 11px rgba(2, 20, 54, .3)
}

.ct-team-progressbar {
    margin-top: 18px
}

.ct-team-progressbar .ct-progress-title {
    font-weight: 500;
    color: #0e0e0e
}

.ct-team-progressbar .ct-progress-bar {
    height: 7px;
    position: relative;
    width: 0;
    -webkit-transition: width 1.4s ease;
    -khtml-transition: width 1.4s ease;
    -moz-transition: width 1.4s ease;
    -ms-transition: width 1.4s ease;
    -o-transition: width 1.4s ease;
    transition: width 1.4s ease;
    background-color: #00c7d4;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    position: relative
}

.ct-team-progressbar .ct-progress-holder {
    position: relative;
    z-index: 1;
    height: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    background-color: #e6e9f4;
    display: flex;
    flex-grow: 1;
    padding: 4px 5px
}

.ct-team-progressbar .ct-progress-meta {
    min-width: 97px;
    margin-right: 15px
}

.ct-team-progressbar .ct-progress-percentage {
    line-height: 19px;
    font-size: 11px;
    color: #fff;
    background-color: #0e0e0e;
    display: block;
    text-align: center;
    padding: 0 4px;
    position: absolute;
    top: -32px;
    right: -14px;
    min-width: 28px
}

.ct-team-progressbar .ct-progress-percentage:before {
    content: '';
    position: absolute;
    bottom: -9px;
    margin: auto;
    border-width: 5px;
    border-color: #0e0e0e transparent transparent;
    border-style: solid;
    -webkit-transform: translate(-50%, 0);
    -khtml-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%
}

.ct-team-progressbar .ct-progress-item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center
}

.ct-team-progressbar .ct-progress-item+.ct-progress-item {
    margin-top: 25px
}

.ct-team-progressbar .ct-progressbar+.ct-progressbar {
    margin-top: 16px
}

.ct-team-grid2 .item--image {
    position: relative
}

@media screen and (max-width:1199px) {
    .ct-team-grid2 .item--image {
        height: 360px
    }
}

.ct-team-grid2 .item--image a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99
}

.ct-team-grid2 .item--title {
    font-size: 30px;
    margin-bottom: 2px
}

@media screen and (max-width:1400px) {
    .ct-team-grid2 .item--title {
        font-size: 24px
    }
}

.ct-team-grid2 .item--position {
    color: #262529
}

.ct-team-grid2 .item--social {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px
}

.ct-team-grid2 .item--social i {
    width: 34px;
    height: 34px;
    display: block;
    line-height: 34px;
    font-size: 18px;
    color: #fff;
    background-color: #c1282a;
    text-align: center
}

.ct-team-grid2 .item--social i.fa-facebook {
    background-color: #1f58e9
}

.ct-team-grid2 .item--social i.fa-twitter {
    background-color: #00baff
}

.ct-team-grid2 .item--social i.fa-dribbble {
    background-color: #ec407a
}

.ct-team-grid2 .item--social i.fa-youtube-play {
    background-color: #fc0000
}

.ct-team-grid2 .item--social a:hover {
    opacity: .8
}

.ct-team-grid2 .item--holder {
    padding: 42px 30px 48px 40px;
    position: relative;
    background-color: #fff
}

@media screen and (max-width:1400px) {
    .ct-team-grid2 .item--holder {
        padding-left: 30px
    }
}

.ct-team-grid2 .item--inner {
    display: flex;
    flex-wrap: wrap
}

@media screen and (max-width:1199px) {
    .ct-team-grid2 .item--inner {
        flex-direction: column-reverse
    }
}

.ct-team-grid2 .item--inner.img-left {
    flex-direction: row-reverse
}

@media screen and (max-width:1199px) {
    .ct-team-grid2 .item--inner.img-left {
        flex-direction: column-reverse
    }
}

.ct-team-grid2 .item--inner.img-left .ct-team-progressbar .ct-progress-bar {
    background-color: #4b58ff
}

.ct-team-grid2 .item--inner>div {
    width: 50%
}

@media screen and (max-width:1199px) {
    .ct-team-grid2 .item--inner>div {
        width: 100%
    }
}

.ct-team-grid2 .grid-item {
    padding: 0
}

.ct-team-grid2 .ct-grid-inner.row {
    margin: 0 15px
}

.ct-team-details {
    max-width: 970px;
    margin: auto;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    background-color: #eaeaea;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 0 10px 21px rgba(34, 34, 34, .2);
    -khtml-box-shadow: 0 10px 21px rgba(34, 34, 34, .2);
    -moz-box-shadow: 0 10px 21px rgba(34, 34, 34, .2);
    -ms-box-shadow: 0 10px 21px rgba(34, 34, 34, .2);
    -o-box-shadow: 0 10px 21px rgba(34, 34, 34, .2);
    box-shadow: 0 10px 21px rgba(34, 34, 34, .2)
}

@media screen and (max-width:1024px) {
    .ct-team-details {
        max-width: 100%
    }
}

.ct-team-details .ct-team-image {
    width: 38%
}

@media screen and (max-width:767px) {
    .ct-team-details .ct-team-image {
        width: 42%
    }
}

@media screen and (max-width:575px) {
    .ct-team-details .ct-team-image {
        width: 100%;
        min-height: 300px
    }
}

.ct-team-details .ct-team-icon {
    -webkit-border-radius: 7px 0 0 7px;
    -khtml-border-radius: 7px 0 0 7px;
    -moz-border-radius: 7px 0 0 7px;
    -ms-border-radius: 7px 0 0 7px;
    -o-border-radius: 7px 0 0 7px;
    border-radius: 7px 0 0 7px;
    background-color: #d8d8d8;
    width: 110px;
    min-width: 110px;
    position: relative
}

@media screen and (max-width:767px) {
    .ct-team-details .ct-team-icon {
        width: 80px;
        min-width: 80px
    }
}

.ct-team-details .ct-team-icon i {
    font-size: 30px;
    color: #101010;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media screen and (max-width:767px) {
    .ct-team-details .ct-team-icon i {
        font-size: 24px
    }
}

.ct-team-details .ct-team-holder {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 22px
}

@media screen and (max-width:767px) {
    .ct-team-details .ct-team-holder {
        padding-bottom: 12px
    }
}

.ct-team-details .ct-team-contact {
    list-style: none;
    margin-bottom: 0;
    padding: 0 10px 0 28px;
    display: flex;
    flex-wrap: wrap;
    font-family: 'Poppins', sans-serif
}

@media screen and (max-width:991px) {
    .ct-team-details .ct-team-contact {
        padding: 0
    }
}

.ct-team-details .ct-team-contact li {
    font-size: 16px;
    line-height: 24px;
    color: #222;
    margin-top: 20px;
    margin-right: 30px;
    padding-left: 30px;
    position: relative
}

@media screen and (max-width:991px) {
    .ct-team-details .ct-team-contact li {
        margin-right: 20px
    }
}

.ct-team-details .ct-team-contact li i {
    position: absolute;
    top: 4px;
    left: 0
}

@media screen and (max-width:767px) {
    .ct-team-details .ct-team-contact li {
        margin-top: 10px;
        margin-right: 0;
        width: 100%
    }
}

.ct-team-details .ct-team-contact li.contact-address {
    max-width: 270px
}

.ct-team-details .ct-team-social {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.ct-team-details .ct-team-social .ct-team-button {
    margin-top: 22px;
    margin-right: 30px
}

.ct-team-details .ct-team-social .ct-team-button .btn {
    line-height: 61px
}

.ct-team-details .ct-team-social .ct-team-social-list {
    margin-top: 22px;
    flex-grow: 1
}

.ct-team-details .ct-team-social .ct-team-social-list a {
    display: inline-block
}

.ct-team-details .ct-team-social .ct-team-social-list a i {
    height: 36px;
    width: 36px;
    line-height: 36px;
    display: inline-block;
    -webkit-border-radius: 36px;
    -khtml-border-radius: 36px;
    -moz-border-radius: 36px;
    -ms-border-radius: 36px;
    -o-border-radius: 36px;
    border-radius: 36px;
    font-size: 18px;
    color: #c1282a;
    background-color: #fff;
    text-align: center;
    margin: 8px 10px 8px 0;
    -webkit-box-shadow: 0 6px 16px rgba(103, 103, 103, .36);
    -khtml-box-shadow: 0 6px 16px rgba(103, 103, 103, .36);
    -moz-box-shadow: 0 6px 16px rgba(103, 103, 103, .36);
    -ms-box-shadow: 0 6px 16px rgba(103, 103, 103, .36);
    -o-box-shadow: 0 6px 16px rgba(103, 103, 103, .36);
    box-shadow: 0 6px 16px rgba(103, 103, 103, .36)
}

.ct-team-details .ct-team-social .ct-team-social-list a i.fa-facebook-f {
    color: #16599b
}

.ct-team-details .ct-team-social .ct-team-social-list a i.fa-dribbble {
    color: #eb568f
}

.ct-team-details .ct-team-social .ct-team-social-list a i.fa-twitter {
    color: #03a9f4
}

.ct-team-details .ct-team-social .ct-team-social-list a i.fa-behance {
    color: #0d6fff
}

.ct-team-details .ct-team-social .ct-team-social-list a:hover {
    -webkit-transform: translateY(-4px);
    -khtml-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px)
}

.ct-team-details .ct-team-meta {
    background-color: #000;
    padding: 21px 50px;
    -webkit-border-radius: 0 7px 7px 0;
    -khtml-border-radius: 0 7px 7px 0;
    -moz-border-radius: 0 7px 7px 0;
    -ms-border-radius: 0 7px 7px 0;
    -o-border-radius: 0 7px 7px 0;
    border-radius: 0 7px 7px 0;
    flex-grow: 1
}

@media screen and (max-width:991px) {
    .ct-team-details .ct-team-meta {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media screen and (max-width:767px) {
    .ct-team-details .ct-team-meta {
        padding-left: 20px;
        padding-right: 20px
    }
}

.ct-team-details .ct-team-meta .ct-team-title {
    margin-bottom: 0;
    font-size: 24px;
    color: #fff
}

@media screen and (max-width:767px) {
    .ct-team-details .ct-team-meta .ct-team-title {
        font-size: 18px
    }
}

.ct-team-details .ct-team-meta .ct-team-position {
    font-size: 16px;
    color: #c8c8c8
}

@media screen and (max-width:767px) {
    .ct-team-details .ct-team-meta .ct-team-position {
        font-size: 14px
    }
}

.ct-team-details .ct-team-content {
    width: 62%;
    background-image: url(../images/bg-team-details.png);
    padding: 34px 70px 40px 95px
}

@media screen and (max-width:991px) {
    .ct-team-details .ct-team-content {
        padding-left: 50px;
        padding-right: 40px
    }
}

@media screen and (max-width:767px) {
    .ct-team-details .ct-team-content {
        width: 58%;
        padding-bottom: 30px;
        padding-left: 30px;
        padding-right: 20px
    }
}

@media screen and (max-width:575px) {
    .ct-team-details .ct-team-content {
        width: 100%;
        padding-left: 20px
    }
}

.ct-cta1 {
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    background-color: #0e0e0e;
    padding: 13px 59px;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.ct-cta1>div {
    margin: 10px 0
}

@media screen and (max-width:1199px) {
    .ct-cta1 {
        padding-left: 30px;
        padding-right: 30px
    }
}

.ct-cta1 .item--holder {
    flex-grow: 1;
    margin-right: 30px
}

.ct-cta1 .item--holder .item--title {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 22px;
    font-weight: 700
}

.ct-cta1 .item--holder .item--desc {
    font-size: 18px;
    color: #c6c6c6;
    font-weight: 300
}

.ct-cta1 .btn {
    padding: 0 42px;
    line-height: 55px;
    font-size: 15px
}

.ct-cta1 .btn i {
    margin-left: 0;
    margin-right: 8px
}

.ct-history1 {
    max-width: 970px;
    margin: 0 auto;
    padding-top: 34px;
    padding-bottom: 140px;
    position: relative
}

@media screen and (max-width:767px) {
    .ct-history1 {
        padding-top: 114px
    }
}

.ct-history1:before {
    content: '';
    width: 0;
    height: 100%;
    border-left: 1px dashed rgba(255, 255, 255, .3);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto
}

.ct-history1 .ct-history--start {
    text-align: center;
    line-height: 101px;
    width: 101px;
    height: 101px;
    color: #f6f6f6;
    font-size: 28px;
    font-weight: 700;
    -webkit-border-radius: 101px;
    -khtml-border-radius: 101px;
    -moz-border-radius: 101px;
    -ms-border-radius: 101px;
    -o-border-radius: 101px;
    border-radius: 101px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99
}

.ct-history1 .ct-history--image {
    max-width: 140px;
    -webkit-border-radius: 140px;
    -khtml-border-radius: 140px;
    -moz-border-radius: 140px;
    -ms-border-radius: 140px;
    -o-border-radius: 140px;
    border-radius: 140px;
    border: 2px solid #474747;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.ct-history1 .ct-history--image img {
    -webkit-border-radius: 140px;
    -khtml-border-radius: 140px;
    -moz-border-radius: 140px;
    -ms-border-radius: 140px;
    -o-border-radius: 140px;
    border-radius: 140px
}

.ct-history1 .ct-history--meta h3 {
    font-size: 26px;
    margin-bottom: 8px;
    color: #f6f6f6;
    font-weight: 600
}

@media screen and (max-width:767px) {
    .ct-history1 .ct-history--meta h3 {
        font-size: 18px
    }
}

@media screen and (max-width:575px) {
    .ct-history1 .ct-history--meta h3 {
        font-size: 16px
    }
}

.ct-history1 .ct-history--meta span {
    font-size: 18px;
    line-height: 26px;
    color: #bcbcbc
}

@media screen and (max-width:767px) {
    .ct-history1 .ct-history--meta span {
        font-size: 14px;
        line-height: 24px
    }
}

@media screen and (max-width:575px) {
    .ct-history1 .ct-history--meta span {
        font-size: 13px
    }
}

.ct-history1 .ct-history--item {
    padding-right: 124px;
    position: relative;
    z-index: 1;
    margin-bottom: 21px
}

@media screen and (max-width:767px) {
    .ct-history1 .ct-history--item {
        padding-right: 40px
    }
}

.ct-history1 .ct-history--item:before {
    content: '';
    height: 0;
    width: 114px;
    border-bottom: 1px dashed rgba(255, 255, 255, .3);
    position: absolute;
    top: 15px;
    right: 0;
    z-index: -1
}

@media screen and (max-width:767px) {
    .ct-history1 .ct-history--item:before {
        width: 30px
    }
}

.ct-history1 .ct-history--item:after {
    content: '';
    width: 21px;
    height: 21px;
    -webkit-border-radius: 21px;
    -khtml-border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    -o-border-radius: 21px;
    border-radius: 21px;
    position: absolute;
    top: 4px;
    right: -11px
}

.ct-history1 .ct-history--odd .ct-history--item {
    text-align: right
}

.ct-history1 .ct-history--odd .ct-history--item:nth-child(1) {
    margin-top: 80px
}

.ct-history1 .ct-history--odd .ct-history--item:nth-child(2) {
    margin-bottom: 43px
}

.ct-history1 .ct-history--odd .ct-history--item:nth-child(3) {
    margin-bottom: 98px
}

.ct-history1 .ct-history--odd .ct-history--item:nth-child(4) {
    margin-bottom: 92px
}

.ct-history1 .ct-history--even .ct-history--item {
    padding-right: 0;
    padding-left: 124px
}

@media screen and (max-width:767px) {
    .ct-history1 .ct-history--even .ct-history--item {
        padding-left: 40px
    }
}

.ct-history1 .ct-history--even .ct-history--item:before {
    right: auto;
    left: 0
}

.ct-history1 .ct-history--even .ct-history--item:after {
    right: auto;
    left: -11px
}

.ct-history1 .ct-history--even .ct-history--item:nth-child(1) {
    margin-bottom: 59px
}

.ct-history1 .ct-history--even .ct-history--item:nth-child(2) {
    margin-bottom: 80px
}

.ct-history1 .ct-history--even .ct-history--item:nth-child(4) {
    margin-bottom: 108px
}

.ct-history1 .ct-history--holder {
    display: flex;
    flex-wrap: wrap
}

.ct-history1 .ct-history--holder>div {
    width: 50%
}

.ct-portfolio-grid1 .item--featured img,
.ct-portfolio-carousel1 .item--featured img {
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.ct-portfolio-grid1 .item--title,
.ct-portfolio-carousel1 .item--title {
    font-size: 18px;
    color: #fff;
    margin-bottom: 6px
}

.ct-portfolio-grid1 .item--title a,
.ct-portfolio-carousel1 .item--title a {
    color: inherit
}

.ct-portfolio-grid1 .item--title a:hover,
.ct-portfolio-carousel1 .item--title a:hover {
    color: inherit
}

.ct-portfolio-grid1 .item--category,
.ct-portfolio-carousel1 .item--category {
    font-size: 14px;
    color: #8d8d8d;
    font-weight: 600;
    font-family: 'Poppins', sans-serif
}

.ct-portfolio-grid1 .item--category a,
.ct-portfolio-carousel1 .item--category a {
    color: inherit
}

.ct-portfolio-grid1 .item--category a:hover,
.ct-portfolio-carousel1 .item--category a:hover {
    color: inherit
}

.ct-portfolio-grid1 .item--readmore a,
.ct-portfolio-carousel1 .item--readmore a {
    display: inline-block;
    font-size: 30px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    height: 41px;
    width: 41px;
    line-height: 41px;
    text-align: center;
    background-image: -webkit-linear-gradient(90deg, #d1651a 0%, #c1282a 50%, #d1651a);
    background-image: -moz-linear-gradient(90deg, #d1651a 0%, #c1282a 50%, #d1651a);
    background-image: -ms-linear-gradient(90deg, #d1651a 0%, #c1282a 50%, #d1651a);
    background-image: -o-linear-gradient(90deg, #d1651a 0%, #c1282a 50%, #d1651a);
    background-image: linear-gradient(90deg, #d1651a 0%, #c1282a 50%, #d1651a);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
    background-size: 300%, 1px;
    background-position: 0;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%
}

.ct-portfolio-grid1 .item--readmore a:hover,
.ct-portfolio-carousel1 .item--readmore a:hover {
    background-position: 100%
}

.ct-portfolio-grid1 .item--holder,
.ct-portfolio-carousel1 .item--holder {
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 24px 28px 30px;
    z-index: 1;
    display: flex;
    flex-wrap: nowrap;
    align-items: center
}

.ct-portfolio-grid1 .item--holder:before,
.ct-portfolio-carousel1 .item--holder:before {
    content: '';
    width: 100%;
    left: 0;
    bottom: 0;
    height: calc(100% + 70px);
    height: -webkit-calc(100% + 70px);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 4, 9, .95)), to(rgba(0, 4, 9, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 4, 9, .95), rgba(0, 4, 9, 0));
    background-image: -moz-linear-gradient(bottom, rgba(0, 4, 9, .95), rgba(0, 4, 9, 0));
    background-image: -ms-linear-gradient(bottom, rgba(0, 4, 9, .95), rgba(0, 4, 9, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 4, 9, .95), rgba(0, 4, 9, 0));
    background-image: linear-gradient(bottom, rgba(0, 4, 9, .95), rgba(0, 4, 9, 0));
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='rgba(0, 4, 9, 0.95)', endColorStr='rgba(0, 4, 9, 0)');
    position: absolute;
    z-index: -1
}

.ct-portfolio-grid1 .item--holder .item--meta,
.ct-portfolio-carousel1 .item--holder .item--meta {
    flex-grow: 1;
    margin-right: 20px
}

.ct-portfolio-grid1 .ct-load-more,
.ct-portfolio-carousel1 .ct-load-more {
    margin-top: 0
}

.ct-portfolio-grid1 .grid-item-inner,
.ct-portfolio-carousel1 .grid-item-inner {
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 46px
}

.ct-portfolio-grid1 .grid-item-inner:hover .item--holder,
.ct-portfolio-carousel1 .grid-item-inner:hover .item--holder {
    opacity: 1
}

.ct-portfolio-grid1 .grid-item-inner:hover .item--featured img,
.ct-portfolio-carousel1 .grid-item-inner:hover .item--featured img {
    -webkit-transform: scale(1.1) rotate(3deg);
    -khtml-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg)
}

.ct-portfolio-grid2 .item--holder {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    padding: 0;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    -webkit-transform: scaleX(0);
    -khtml-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 0
}

@media screen and (max-width:1199px) {
    .ct-portfolio-grid2 .item--holder {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (max-width:575px) {
    .ct-portfolio-grid2 .item--holder {
        padding-left: 30px;
        padding-right: 30px
    }
}

.ct-portfolio-grid2 .item--holder .item--holder-overlay {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .9;
    background-color: #000;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms
}

.ct-portfolio-grid2 .item--holder .item--title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #fff
}

@media screen and (max-width:1199px) {
    .ct-portfolio-grid2 .item--holder .item--title {
        font-size: 18px
    }
}

.ct-portfolio-grid2 .item--holder .item--title a {
    color: inherit
}

.ct-portfolio-grid2 .item--holder .item--title a:hover {
    color: inherit
}

.ct-portfolio-grid2 .item--holder .item--category {
    font-size: 14px;
    color: #8d8d8d;
    font-weight: 600;
    font-family: 'Poppins', sans-serif
}

.ct-portfolio-grid2 .item--holder .item--category a {
    color: inherit
}

.ct-portfolio-grid2 .item--holder .item--category a:hover {
    color: inherit
}

.ct-portfolio-grid2 .item--holder .item--readmore {
    position: absolute;
    bottom: 30px;
    right: 30px;
    line-height: 1
}

.ct-portfolio-grid2 .item--holder .item--readmore a {
    display: inline-block;
    font-size: 32px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    height: 54px;
    width: 54px;
    line-height: 54px;
    text-align: center;
    background-image: -webkit-linear-gradient(90deg, #d1651a 0%, #c1282a 50%, #d1651a);
    background-image: -moz-linear-gradient(90deg, #d1651a 0%, #c1282a 50%, #d1651a);
    background-image: -ms-linear-gradient(90deg, #d1651a 0%, #c1282a 50%, #d1651a);
    background-image: -o-linear-gradient(90deg, #d1651a 0%, #c1282a 50%, #d1651a);
    background-image: linear-gradient(90deg, #d1651a 0%, #c1282a 50%, #d1651a);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
    background-size: 300%, 1px;
    background-position: 0;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%
}

.ct-portfolio-grid2 .item--holder .item--readmore a:hover {
    background-position: 100%
}

.ct-portfolio-grid2 .item--holder .item--meta {
    position: absolute;
    top: 30px;
    left: 30px
}

.ct-portfolio-grid2 .grid-item-inner {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px
}

.ct-portfolio-grid2 .grid-item-inner:hover .item--holder {
    -webkit-transform: scaleX(1);
    -khtml-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1
}

.ct-portfolio-grid2 .ct-load-more {
    margin-top: 0
}

@media screen and (min-width:992px) {
    .ct-portfolio-grid2 .ct-grid-inner>.grid-item:nth-child(1) {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .ct-portfolio-grid2 .ct-grid-inner>.grid-item:nth-child(1) .item--holder .item--meta {
        top: 65px;
        left: 50px
    }
    .ct-portfolio-grid2 .ct-grid-inner>.grid-item:nth-child(1) .item--holder .item--readmore {
        bottom: 70px;
        right: 40px
    }
}

.ct-portfolio-carousel1 .grid-item-inner {
    margin-bottom: 0
}

@media screen and (min-width:992px) {
    .ct-portfolio-carousel1 .ct-slick-carousel[data-arrows=true] {
        padding-bottom: 0;
        padding-left: 90px;
        padding-right: 90px
    }
    .ct-portfolio-carousel1 .ct-slick-carousel[data-arrows=true] .slick-arrow {
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -khtml-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
        margin: 0
    }
    .ct-portfolio-carousel1 .ct-slick-carousel[data-arrows=true] .slick-arrow.slick-prev {
        left: 15px
    }
    .ct-portfolio-carousel1 .ct-slick-carousel[data-arrows=true] .slick-arrow.slick-next {
        right: 15px;
        left: auto
    }
}

.ct-portfolio-detail {
    margin-bottom: 0;
    list-style: none
}

.ct-portfolio-detail li {
    font-size: 15px;
    color: #666
}

.ct-portfolio-detail li+li {
    margin-top: 8px
}

.ct-portfolio-detail li i {
    color: #d1651a;
    margin-right: 4px
}

.ct-portfolio-detail li label {
    font-weight: 600;
    color: #222
}

.item--gap {
    width: 76px;
    height: 3px;
    margin: auto;
    position: relative
}

.item--gap:before,
.item--gap:after {
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    background-color: #d1651a;
    background-image: -webkit-gradient(linear, left top, right top, from(#d1651a), to(#c1282a));
    background-image: -webkit-linear-gradient(left, #d1651a, #c1282a);
    background-image: -moz-linear-gradient(left, #d1651a, #c1282a);
    background-image: -ms-linear-gradient(left, #d1651a, #c1282a);
    background-image: -o-linear-gradient(left, #d1651a, #c1282a);
    background-image: linear-gradient(left, #d1651a, #c1282a);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#d1651a', endColorStr='#c1282a', gradientType='1')
}

.item--gap:before {
    left: 0;
    width: 19px
}

.item--gap:after {
    right: 0;
    width: 51px
}

.more-plus {
    height: 57px;
    width: 57px;
    line-height: 57px;
    text-align: center;
    background-color: #fff;
    -webkit-border-radius: 57px;
    -khtml-border-radius: 57px;
    -moz-border-radius: 57px;
    -ms-border-radius: 57px;
    -o-border-radius: 57px;
    border-radius: 57px;
    font-size: 22px;
    font-weight: 500;
    color: #1a1a1a;
    font-family: 'Poppins', sans-serif;
    display: inline-block
}

.more-plus:hover,
.more-plus:focus {
    background-color: #c1282a;
    color: #fff;
    -webkit-box-shadow: 0 0 0 10px rgba(193, 40, 42, .4);
    -khtml-box-shadow: 0 0 0 10px rgba(193, 40, 42, .4);
    -moz-box-shadow: 0 0 0 10px rgba(193, 40, 42, .4);
    -ms-box-shadow: 0 0 0 10px rgba(193, 40, 42, .4);
    -o-box-shadow: 0 0 0 10px rgba(193, 40, 42, .4);
    box-shadow: 0 0 0 10px rgba(193, 40, 42, .4)
}

.ct-service-grid1 .item--featured,
.ct-service-carousel1 .item--featured {
    position: relative
}

.ct-service-grid1 .item--featured:before,
.ct-service-carousel1 .item--featured:before {
    content: '';
    width: 100%;
    height: 80%;
    left: 0;
    bottom: 0;
    position: absolute;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .76)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .76), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .76), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, .76), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .76), rgba(0, 0, 0, 0));
    background-image: linear-gradient(bottom, rgba(0, 0, 0, .76), rgba(0, 0, 0, 0));
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='rgba(0, 0, 0, 0.76)', endColorStr='rgba(0, 0, 0, 0)')
}

.ct-service-grid1 .item--holder,
.ct-service-carousel1 .item--holder {
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    transition-delay: .3s;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px 50px;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transition: all .3s linear .1s;
    -khtml-transition: all .3s linear .1s;
    -moz-transition: all .3s linear .1s;
    -ms-transition: all .3s linear .1s;
    -o-transition: all .3s linear .1s;
    transition: all .3s linear .1s;
    -webkit-transform: perspective(500px) rotateX(0deg);
    -khtml-transform: perspective(500px) rotateX(0deg);
    -moz-transform: perspective(500px) rotateX(0deg);
    -ms-transform: perspective(500px) rotateX(0deg);
    -o-transform: perspective(500px) rotateX(0deg);
    transform: perspective(500px) rotateX(0deg)
}

@media screen and (max-width:1199px) {
    .ct-service-grid1 .item--holder,
    .ct-service-carousel1 .item--holder {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media screen and (max-width:767px) {
    .ct-service-grid1 .item--holder,
    .ct-service-carousel1 .item--holder {
        padding-left: 20px;
        padding-right: 20px
    }
}

.ct-service-grid1 .item--holder .item--icon,
.ct-service-carousel1 .item--holder .item--icon {
    line-height: 1;
    margin: 0 auto 26px auto
}

.ct-service-grid1 .item--holder .item--icon i,
.ct-service-carousel1 .item--holder .item--icon i {
    font-size: 74px
}

@media screen and (max-width:1199px) {
    .ct-service-grid1 .item--holder .item--icon i,
    .ct-service-carousel1 .item--holder .item--icon i {
        font-size: 54px
    }
}

.ct-service-grid1 .item--holder .item--icon-abs,
.ct-service-carousel1 .item--holder .item--icon-abs {
    position: absolute;
    bottom: -41px;
    right: -43px;
    line-height: 1
}

.ct-service-grid1 .item--holder .item--icon-abs i,
.ct-service-carousel1 .item--holder .item--icon-abs i {
    font-size: 126px;
    opacity: .4
}

.ct-service-grid1 .item--holder .item--title,
.ct-service-carousel1 .item--holder .item--title {
    font-size: 22px;
    margin-bottom: 19px
}

@media screen and (max-width:1199px) {
    .ct-service-grid1 .item--holder .item--title,
    .ct-service-carousel1 .item--holder .item--title {
        font-size: 20px
    }
}

.ct-service-grid1 .item--holder .item--title a,
.ct-service-carousel1 .item--holder .item--title a {
    color: inherit
}

.ct-service-grid1 .item--holder .item--title a:hover,
.ct-service-carousel1 .item--holder .item--title a:hover {
    color: inherit
}

.ct-service-grid1 .item--holder .item--content,
.ct-service-carousel1 .item--holder .item--content {
    margin-top: 17px
}

@media screen and (max-width:1199px) {
    .ct-service-grid1 .item--holder .item--content,
    .ct-service-carousel1 .item--holder .item--content {
        font-size: 14px;
        line-height: 24px
    }
}

.ct-service-grid1 .item--meta,
.ct-service-carousel1 .item--meta {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #0e0e0e;
    padding: 40px;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    opacity: 0;
    -webkit-transform: perspective(500px) rotateX(-90deg);
    -khtml-transform: perspective(500px) rotateX(-90deg);
    -moz-transform: perspective(500px) rotateX(-90deg);
    -ms-transform: perspective(500px) rotateX(-90deg);
    -o-transform: perspective(500px) rotateX(-90deg);
    transform: perspective(500px) rotateX(-90deg)
}

@media screen and (max-width:1199px) {
    .ct-service-grid1 .item--meta,
    .ct-service-carousel1 .item--meta {
        padding-left: 30px;
        padding-right: 30px
    }
}

.ct-service-grid1 .item--meta .item--title,
.ct-service-carousel1 .item--meta .item--title {
    font-size: 22px;
    margin-bottom: 21px;
    color: #fff
}

.ct-service-grid1 .item--meta .item--title a,
.ct-service-carousel1 .item--meta .item--title a {
    color: inherit
}

.ct-service-grid1 .item--meta .item--title a:hover,
.ct-service-carousel1 .item--meta .item--title a:hover {
    color: inherit
}

.ct-service-grid1 .grid-item-inner,
.ct-service-carousel1 .grid-item-inner {
    text-align: center;
    background-color: #c1282a;
    margin-bottom: 64px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 8px 40px rgba(12, 12, 12, .1);
    -khtml-box-shadow: 0 8px 40px rgba(12, 12, 12, .1);
    -moz-box-shadow: 0 8px 40px rgba(12, 12, 12, .1);
    -ms-box-shadow: 0 8px 40px rgba(12, 12, 12, .1);
    -o-box-shadow: 0 8px 40px rgba(12, 12, 12, .1);
    box-shadow: 0 8px 40px rgba(12, 12, 12, .1);
    padding-top: 8px
}

.ct-service-grid1 .grid-item-inner:before,
.ct-service-carousel1 .grid-item-inner:before {
    content: '';
    height: 8px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #d1651a;
    background-image: -webkit-gradient(linear, left top, right top, from(#d1651a), to(#c1282a));
    background-image: -webkit-linear-gradient(left, #d1651a, #c1282a);
    background-image: -moz-linear-gradient(left, #d1651a, #c1282a);
    background-image: -ms-linear-gradient(left, #d1651a, #c1282a);
    background-image: -o-linear-gradient(left, #d1651a, #c1282a);
    background-image: linear-gradient(left, #d1651a, #c1282a);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#d1651a', endColorStr='#c1282a', gradientType='1')
}

.ct-service-grid1 .grid-item-inner .grid-item-over,
.ct-service-carousel1 .grid-item-inner .grid-item-over {
    position: relative
}

.ct-service-grid1 .grid-item-inner:not(.active-featured),
.ct-service-carousel1 .grid-item-inner:not(.active-featured) {
    min-width: 420px
}

.ct-service-grid1 .grid-item-inner:hover .item--holder,
.ct-service-carousel1 .grid-item-inner:hover .item--holder {
    opacity: 0;
    -webkit-transform: perspective(500px) rotateX(-90deg);
    -khtml-transform: perspective(500px) rotateX(-90deg);
    -moz-transform: perspective(500px) rotateX(-90deg);
    -ms-transform: perspective(500px) rotateX(-90deg);
    -o-transform: perspective(500px) rotateX(-90deg);
    transform: perspective(500px) rotateX(-90deg);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms
}

.ct-service-grid1 .grid-item-inner:hover .item--meta,
.ct-service-carousel1 .grid-item-inner:hover .item--meta {
    opacity: 1;
    -webkit-transform: perspective(500px) rotateX(0deg);
    -khtml-transform: perspective(500px) rotateX(0deg);
    -moz-transform: perspective(500px) rotateX(0deg);
    -ms-transform: perspective(500px) rotateX(0deg);
    -o-transform: perspective(500px) rotateX(0deg);
    transform: perspective(500px) rotateX(0deg);
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    transition-delay: .2s
}

.ct-service-grid2 .item--featured {
    position: relative
}

.ct-service-grid2 .item--featured:before {
    content: '';
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 4, 9, .95)), to(rgba(0, 4, 9, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 4, 9, .95), rgba(0, 4, 9, 0));
    background-image: -moz-linear-gradient(bottom, rgba(0, 4, 9, .95), rgba(0, 4, 9, 0));
    background-image: -ms-linear-gradient(bottom, rgba(0, 4, 9, .95), rgba(0, 4, 9, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 4, 9, .95), rgba(0, 4, 9, 0));
    background-image: linear-gradient(bottom, rgba(0, 4, 9, .95), rgba(0, 4, 9, 0));
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='rgba(0, 4, 9, 0.95)', endColorStr='rgba(0, 4, 9, 0)');
    width: 100%;
    height: 80%;
    position: absolute;
    bottom: 0;
    left: 0
}

.ct-service-grid2 .item--title {
    font-size: 20px;
    margin-bottom: 0
}

@media screen and (max-width:1199px) {
    .ct-service-grid2 .item--title {
        font-size: 18px
    }
}

.ct-service-grid2 .item--title a {
    color: inherit
}

.ct-service-grid2 .item--title a:hover {
    color: inherit
}

.ct-service-grid2 .item--meta {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px 20px 39px;
    -webkit-transition: all .2s linear 0ms;
    -khtml-transition: all .2s linear 0ms;
    -moz-transition: all .2s linear 0ms;
    -ms-transition: all .2s linear 0ms;
    -o-transition: all .2s linear 0ms;
    transition: all .2s linear 0ms
}

.ct-service-grid2 .item--meta .item--title {
    color: #fff
}

.ct-service-grid2 .item--holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px 30px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    background-color: #e4eaee;
    opacity: 1;
    -webkit-transform: translateY(100%);
    -khtml-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .2s linear 0ms;
    -khtml-transition: all .2s linear 0ms;
    -moz-transition: all .2s linear 0ms;
    -ms-transition: all .2s linear 0ms;
    -o-transition: all .2s linear 0ms;
    transition: all .2s linear 0ms
}

@media screen and (max-width:1199px) {
    .ct-service-grid2 .item--holder {
        padding-left: 15px;
        padding-right: 15px
    }
}

.ct-service-grid2 .item--holder .item--title {
    margin-bottom: 12px
}

.ct-service-grid2 .item--holder .item--content {
    margin-bottom: 22px
}

@media screen and (max-width:1199px) {
    .ct-service-grid2 .item--holder .item--content {
        margin-bottom: 16px
    }
}

@media screen and (max-width:1199px) {
    .ct-service-grid2 .item--holder .item--content {
        font-size: 14px;
        line-height: 24px
    }
}

.ct-service-grid2 .item--holder .entry-readmore a {
    font-size: 14px;
    line-height: 43px;
    padding: 0 28px
}

.ct-service-grid2 .item--image {
    opacity: 0
}

.ct-service-grid2 .item--body {
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.ct-service-grid2 .item--body h3 {
    font-size: 25px;
    line-height: 36px;
    font-family: inherit;
    font-weight: 400;
    margin-bottom: 42px
}

@media screen and (max-width:1199px) {
    .ct-service-grid2 .item--body h3 {
        font-size: 20px;
        line-height: 1.3;
        margin-bottom: 32px
    }
}

.ct-service-grid2 .item--body a {
    display: inline-block;
    width: 75px;
    height: 75px;
    line-height: 75px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    background-image: -webkit-linear-gradient(90deg, #5a3919 0%, #b57b28 50%, #5a3919);
    background-image: -moz-linear-gradient(90deg, #5a3919 0%, #b57b28 50%, #5a3919);
    background-image: -ms-linear-gradient(90deg, #5a3919 0%, #b57b28 50%, #5a3919);
    background-image: -o-linear-gradient(90deg, #5a3919 0%, #b57b28 50%, #5a3919);
    background-image: linear-gradient(90deg, #5a3919 0%, #b57b28 50%, #5a3919);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
    background-size: 300%, 1px;
    background-position: 0;
    -webkit-border-radius: 75px;
    -khtml-border-radius: 75px;
    -moz-border-radius: 75px;
    -ms-border-radius: 75px;
    -o-border-radius: 75px;
    border-radius: 75px;
    font-family: 'Poppins', sans-serif
}

@media screen and (max-width:1199px) {
    .ct-service-grid2 .item--body a {
        width: 55px;
        height: 55px;
        line-height: 55px
    }
}

.ct-service-grid2 .item--body a:hover {
    color: #fff;
    background-position: 100%
}

.ct-service-grid2 .grid-item-inner {
    text-align: center;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 30px
}

.ct-service-grid2 .grid-item-inner:hover .item--holder {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -khtml-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%)
}

.ct-service-grid2 .grid-item-inner:hover .item--meta {
    opacity: 0
}

.ct-service-grid3 .grid-item-holder {
    position: relative
}

.ct-service-grid3 .grid-item-holder .item--readmore {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99
}

.ct-service-grid3 .grid-item-inner {
    margin-bottom: 30px
}

.ct-service-grid4 .item--title {
    font-size: 20px;
    margin-bottom: 8px;
    color: #fff;
    padding-left: 40px;
    padding-right: 0;
    position: relative;
    display: inline-block;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms
}

@media screen and (max-width:1199px) {
    .ct-service-grid4 .item--title {
        font-size: 18px
    }
}

.ct-service-grid4 .item--title i {
    font-size: 28px;
    font-weight: 400;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d1651a), to(#c1282a));
    background-image: -webkit-linear-gradient(top, #d1651a, #c1282a);
    background-image: -moz-linear-gradient(top, #d1651a, #c1282a);
    background-image: -ms-linear-gradient(top, #d1651a, #c1282a);
    background-image: -o-linear-gradient(top, #d1651a, #c1282a);
    background-image: linear-gradient(top, #d1651a, #c1282a);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#d1651a', endColorStr='#c1282a');
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms
}

.ct-service-grid4 .item--title i.icon-left {
    left: 0
}

.ct-service-grid4 .item--title i.icon-right {
    right: -40px;
    opacity: 0
}

.ct-service-grid4 .item--content {
    font-size: 16px;
    line-height: 26px;
    color: #cacacb
}

@media screen and (max-width:1199px) {
    .ct-service-grid4 .item--content {
        font-size: 14px;
        line-height: 24px
    }
}

.ct-service-grid4 .item--readmore {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99
}

.ct-service-grid4 .grid-item-inner {
    background-color: #292929;
    padding: 38px 30px 38px 40px;
    margin-bottom: 30px;
    position: relative
}

@media screen and (max-width:1199px) {
    .ct-service-grid4 .grid-item-inner {
        padding-left: 20px;
        padding-right: 20px
    }
}

.ct-service-grid4 .grid-item-inner:before {
    content: '';
    height: 4px;
    width: 0;
    margin: auto;
    position: absolute;
    left: 0;
    bottom: -4px;
    background-color: #d1651a;
    background-image: -webkit-gradient(linear, left top, right top, from(#d1651a), to(#c1282a));
    background-image: -webkit-linear-gradient(left, #d1651a, #c1282a);
    background-image: -moz-linear-gradient(left, #d1651a, #c1282a);
    background-image: -ms-linear-gradient(left, #d1651a, #c1282a);
    background-image: -o-linear-gradient(left, #d1651a, #c1282a);
    background-image: linear-gradient(left, #d1651a, #c1282a);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#d1651a', endColorStr='#c1282a', gradientType='1');
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms
}

.ct-service-grid4 .grid-item-inner:hover:before {
    width: 100%
}

.ct-service-grid4 .grid-item-inner:hover .item--title {
    padding-left: 0;
    padding-right: 40px
}

.ct-service-grid4 .grid-item-inner:hover .item--title .icon-left {
    left: -40px;
    opacity: 0
}

.ct-service-grid4 .grid-item-inner:hover .item--title .icon-right {
    opacity: 1;
    right: 0
}

.ct-service-grid4 .ct-load-more {
    margin-top: 30px
}

.ct-service-grid4 .ct-load-more .btn {
    padding: 0 24px;
    overflow: hidden
}

.ct-service-grid4 .ct-load-more .btn:after {
    content: '';
    position: absolute;
    top: 0;
    left: -200%;
    width: 200%;
    height: 100%;
    -webkit-transform: skewX(-20deg);
    -khtml-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    transform: skewX(-20deg);
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, .4)), to(transparent));
    background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, .4), transparent);
    display: none
}

.ct-service-grid4 .ct-load-more .btn:hover:after {
    -webkit-animation: btn_shine 1.2s ease;
    animation: btn_shine 1.2s ease;
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.ct-service-grid4 .ct-load-more i {
    display: none
}

.ct-service-grid4 .ct-load-more i.fa-spin {
    display: inline-block
}

.ct-service-carousel1 .grid-item-inner {
    margin-bottom: 50px
}

.ct-service-carousel1 .ct-slick-carousel[data-arrows=true] {
    padding-bottom: 0
}

.ct-service-carousel1 .ct-slick-carousel[data-arrows=true] .slick-arrow {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: -25px 0 0;
    z-index: 9;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #eee;
    -webkit-box-shadow: 0 8px 13px rgba(12, 12, 12, .1);
    -khtml-box-shadow: 0 8px 13px rgba(12, 12, 12, .1);
    -moz-box-shadow: 0 8px 13px rgba(12, 12, 12, .1);
    -ms-box-shadow: 0 8px 13px rgba(12, 12, 12, .1);
    -o-box-shadow: 0 8px 13px rgba(12, 12, 12, .1);
    box-shadow: 0 8px 13px rgba(12, 12, 12, .1)
}

@media screen and (max-width:1199px) {
    .ct-service-carousel1 .ct-slick-carousel[data-arrows=true] .slick-arrow {
        opacity: .25
    }
}

.ct-service-carousel1 .ct-slick-carousel[data-arrows=true] .slick-arrow.slick-prev {
    left: 20px
}

@media screen and (max-width:1199px) {
    .ct-service-carousel1 .ct-slick-carousel[data-arrows=true] .slick-arrow.slick-prev {
        left: 30px
    }
}

.ct-service-carousel1 .ct-slick-carousel[data-arrows=true] .slick-arrow.slick-next {
    right: 20px;
    left: auto
}

@media screen and (max-width:1199px) {
    .ct-service-carousel1 .ct-slick-carousel[data-arrows=true] .slick-arrow.slick-next {
        right: 30px
    }
}

@media screen and (max-width:1199px) {
    .ct-service-carousel1:hover .ct-slick-carousel[data-arrows=true] .slick-arrow {
        opacity: 1
    }
}

.ct-service-carousel1 .ct-slick-carousel {
    margin: 20px -30px 0;
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden
}

.ct-service-carousel1 .ct-slick-carousel .slick-list {
    overflow: visible
}

.ct-service-carousel1 .slick-slide {
    opacity: 0;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms
}

.ct-service-carousel1 .slick-slide.slick-active {
    opacity: 1
}

.ct-service-carousel2 .grid-item-inner {
    margin-bottom: 50px
}

.ct-service-carousel2 .ct-slick-carousel[data-arrows=true] {
    padding-bottom: 0;
    padding-left: 90px;
    padding-right: 90px
}

@media screen and (max-width:1199px) {
    .ct-service-carousel2 .ct-slick-carousel[data-arrows=true] {
        padding-left: 0;
        padding-right: 0
    }
}

.ct-service-carousel2 .ct-slick-carousel[data-arrows=true] .slick-arrow {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: -25px 0 0;
    z-index: 9
}

@media screen and (max-width:1199px) {
    .ct-service-carousel2 .ct-slick-carousel[data-arrows=true] .slick-arrow {
        opacity: .25
    }
}

.ct-service-carousel2 .ct-slick-carousel[data-arrows=true] .slick-arrow.slick-prev {
    left: 15px
}

@media screen and (max-width:1199px) {
    .ct-service-carousel2 .ct-slick-carousel[data-arrows=true] .slick-arrow.slick-prev {
        left: 30px
    }
}

.ct-service-carousel2 .ct-slick-carousel[data-arrows=true] .slick-arrow.slick-next {
    right: 15px;
    left: auto
}

@media screen and (max-width:1199px) {
    .ct-service-carousel2 .ct-slick-carousel[data-arrows=true] .slick-arrow.slick-next {
        right: 30px
    }
}

@media screen and (max-width:1199px) {
    .ct-service-carousel2:hover .ct-slick-carousel[data-arrows=true] .slick-arrow {
        opacity: 1
    }
}

.ct-service-carousel2 .ct-slick-carousel {
    margin: 20px -30px 0;
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden
}

.ct-service-carousel2 .ct-slick-carousel .slick-list {
    overflow: visible
}

.ct-service-carousel2 .slick-slide {
    opacity: 0;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms
}

.ct-service-carousel2 .slick-slide.slick-active {
    opacity: 1
}

.ct-service-carousel2 .ct-slick-carousel,
.ct-service-grid3 .ct-slick-carousel {
    margin: 0
}

.ct-service-carousel2 .item--icon,
.ct-service-grid3 .item--icon {
    line-height: 1;
    margin: 0 auto 13px auto
}

.ct-service-carousel2 .item--icon i,
.ct-service-grid3 .item--icon i {
    font-size: 62px;
    -webkit-transition: all .2s linear 0ms;
    -khtml-transition: all .2s linear 0ms;
    -moz-transition: all .2s linear 0ms;
    -ms-transition: all .2s linear 0ms;
    -o-transition: all .2s linear 0ms;
    transition: all .2s linear 0ms
}

.ct-service-carousel2 .item--icon-abs,
.ct-service-grid3 .item--icon-abs {
    line-height: 1;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: all .2s linear 0ms;
    -khtml-transition: all .2s linear 0ms;
    -moz-transition: all .2s linear 0ms;
    -ms-transition: all .2s linear 0ms;
    -o-transition: all .2s linear 0ms;
    transition: all .2s linear 0ms
}

.ct-service-carousel2 .item--icon-abs i,
.ct-service-grid3 .item--icon-abs i {
    font-size: 70px;
    opacity: .45
}

.ct-service-carousel2 .item--title,
.ct-service-grid3 .item--title {
    font-size: 20px;
    margin-bottom: 14px;
    color: #fff
}

.ct-service-carousel2 .item--title a,
.ct-service-grid3 .item--title a {
    color: inherit
}

.ct-service-carousel2 .item--title a:hover,
.ct-service-grid3 .item--title a:hover {
    color: inherit
}

.ct-service-carousel2 .item--content,
.ct-service-grid3 .item--content {
    font-size: 16px;
    line-height: 26px;
    color: #fff
}

@media screen and (max-width:1199px) {
    .ct-service-carousel2 .item--content,
    .ct-service-grid3 .item--content {
        font-size: 14px;
        line-height: 24px
    }
}

.ct-service-carousel2 .grid-item-inner,
.ct-service-grid3 .grid-item-inner {
    background-color: #0e0e0e;
    position: relative;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    z-index: 1
}

.ct-service-carousel2 .grid-item-inner .grid-item-holder,
.ct-service-grid3 .grid-item-inner .grid-item-holder {
    padding: 40px 28px 38px
}

@media screen and (max-width:1199px) {
    .ct-service-carousel2 .grid-item-inner .grid-item-holder,
    .ct-service-grid3 .grid-item-inner .grid-item-holder {
        padding-left: 20px;
        padding-right: 20px
    }
}

.ct-service-carousel2 .grid-item-inner .grid-item-holder .item--overlay,
.ct-service-grid3 .grid-item-inner .grid-item-holder .item--overlay {
    z-index: -1;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #d1651a;
    background-image: -webkit-gradient(linear, left top, right top, from(#d1651a), to(#c1282a));
    background-image: -webkit-linear-gradient(left, #d1651a, #c1282a);
    background-image: -moz-linear-gradient(left, #d1651a, #c1282a);
    background-image: -ms-linear-gradient(left, #d1651a, #c1282a);
    background-image: -o-linear-gradient(left, #d1651a, #c1282a);
    background-image: linear-gradient(left, #d1651a, #c1282a);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#d1651a', endColorStr='#c1282a', gradientType='1');
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    -webkit-transition: all .2s linear 0ms;
    -khtml-transition: all .2s linear 0ms;
    -moz-transition: all .2s linear 0ms;
    -ms-transition: all .2s linear 0ms;
    -o-transition: all .2s linear 0ms;
    transition: all .2s linear 0ms;
    opacity: 0
}

.ct-service-carousel2 .grid-item-inner .grid-item-holder .item--overlay:before,
.ct-service-grid3 .grid-item-inner .grid-item-holder .item--overlay:before {
    content: '';
    top: 11px;
    right: -11px;
    background-color: #d1651a;
    background-image: -webkit-gradient(linear, left top, right top, from(#d1651a), to(#c1282a));
    background-image: -webkit-linear-gradient(left, #d1651a, #c1282a);
    background-image: -moz-linear-gradient(left, #d1651a, #c1282a);
    background-image: -ms-linear-gradient(left, #d1651a, #c1282a);
    background-image: -o-linear-gradient(left, #d1651a, #c1282a);
    background-image: linear-gradient(left, #d1651a, #c1282a);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#d1651a', endColorStr='#c1282a', gradientType='1');
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .5
}

.ct-service-carousel2 .grid-item-inner:hover .item--icon i,
.ct-service-grid3 .grid-item-inner:hover .item--icon i {
    background-image: none;
    text-fill-color: transparent;
    -o-text-fill-color: #fff;
    -ms-text-fill-color: #fff;
    -moz-text-fill-color: #fff;
    -webkit-text-fill-color: #fff
}

.ct-service-carousel2 .grid-item-inner:hover .item--icon-abs,
.ct-service-grid3 .grid-item-inner:hover .item--icon-abs {
    opacity: 0
}

.ct-service-carousel2 .grid-item-inner:hover .grid-item-holder .item--overlay,
.ct-service-grid3 .grid-item-inner:hover .grid-item-holder .item--overlay {
    opacity: 1
}

.ct-service-carousel2.style2 .grid-item-inner,
.ct-service-grid3.style2 .grid-item-inner {
    background-color: #fff;
    -webkit-box-shadow: 0 8px 40px rgba(12, 12, 12, .1);
    -khtml-box-shadow: 0 8px 40px rgba(12, 12, 12, .1);
    -moz-box-shadow: 0 8px 40px rgba(12, 12, 12, .1);
    -ms-box-shadow: 0 8px 40px rgba(12, 12, 12, .1);
    -o-box-shadow: 0 8px 40px rgba(12, 12, 12, .1);
    box-shadow: 0 8px 40px rgba(12, 12, 12, .1)
}

.ct-service-carousel2.style2 .grid-item-inner .item--title a,
.ct-service-grid3.style2 .grid-item-inner .item--title a {
    color: #0e0e0e
}

.ct-service-carousel2.style2 .grid-item-inner .item--content,
.ct-service-grid3.style2 .grid-item-inner .item--content {
    color: #383838;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms
}

.ct-service-carousel2.style2 .grid-item-inner:hover .item--title a,
.ct-service-grid3.style2 .grid-item-inner:hover .item--title a,
.ct-service-carousel2.style2 .grid-item-inner:hover .item--content,
.ct-service-grid3.style2 .grid-item-inner:hover .item--content {
    color: #fff
}

.ct-service-carousel3 .item--icon {
    line-height: 1;
    margin: 0 auto 13px auto;
    display: inline-block
}

.ct-service-carousel3 .item--icon i {
    font-family: 75px
}

.ct-service-carousel3 .item--title {
    font-size: 22px;
    margin-bottom: 18px
}

.ct-service-carousel3 .item--title a {
    color: inherit
}

.ct-service-carousel3 .item--title a:hover {
    color: inherit
}

.ct-service-carousel3 .entry-readmore {
    margin-top: 12px;
    position: relative
}

.ct-service-carousel3 .entry-readmore a {
    font-size: 15px;
    color: #0e0e0e;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    -webkit-transition: all 0ms linear 0ms;
    -khtml-transition: all 0ms linear 0ms;
    -moz-transition: all 0ms linear 0ms;
    -ms-transition: all 0ms linear 0ms;
    -o-transition: all 0ms linear 0ms;
    transition: all 0ms linear 0ms
}

.ct-service-carousel3 .entry-readmore a i {
    display: initial;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms
}

.ct-service-carousel3 .entry-readmore a.text-gradient,
.ct-service-carousel3 .entry-readmore blockquote a,
blockquote .ct-service-carousel3 .entry-readmore a,
.ct-service-carousel3 .entry-readmore .ct-header-popup-wrap .ct-header-meta a.h-item-icon,
.ct-header-popup-wrap .ct-header-meta .ct-service-carousel3 .entry-readmore a.h-item-icon,
.ct-service-carousel3 .entry-readmore .post-previous-next a a:nth-child(1),
.post-previous-next a .ct-service-carousel3 .entry-readmore a:nth-child(1),
.ct-service-carousel3 .entry-readmore .comment-content:hover a.comment-date,
.comment-content:hover .ct-service-carousel3 .entry-readmore a.comment-date,
.ct-service-carousel3 .entry-readmore .ct-list.style1 .ct-list-icon a,
.ct-list.style1 .ct-list-icon .ct-service-carousel3 .entry-readmore a,
.ct-service-carousel3 .entry-readmore .ct-contact-info1.style2 .ct-contact-icon a,
.ct-contact-info1.style2 .ct-contact-icon .ct-service-carousel3 .entry-readmore a,
.ct-service-carousel3 .entry-readmore .ct-fancy-box-layout1.style3 .item--icon a,
.ct-fancy-box-layout1.style3 .item--icon .ct-service-carousel3 .entry-readmore a,
.ct-service-carousel3 .entry-readmore .ct-fancy-box-layout1.style4 .item--icon a,
.ct-fancy-box-layout1.style4 .item--icon .ct-service-carousel3 .entry-readmore a,
.ct-service-carousel3 .entry-readmore .ct-fancy-box-layout2 .item--icon a,
.ct-fancy-box-layout2 .item--icon .ct-service-carousel3 .entry-readmore a,
.ct-service-carousel3 .entry-readmore .ct-fancy-box-layout5 .item--icon a,
.ct-fancy-box-layout5 .item--icon .ct-service-carousel3 .entry-readmore a,
.ct-service-carousel3 .entry-readmore .ct-fancy-box-layout5 .item--list a,
.ct-fancy-box-layout5 .item--list .ct-service-carousel3 .entry-readmore a,
.ct-service-carousel3 .entry-readmore .ct-service-grid4 .item--title a,
.ct-service-grid4 .item--title .ct-service-carousel3 .entry-readmore a,
.ct-service-carousel3 .entry-readmore .item--icon a,
.ct-service-carousel3 .item--icon .entry-readmore a,
.ct-service-carousel3 .entry-readmore .ct-download .item--download a a,
.ct-download .item--download a .ct-service-carousel3 .entry-readmore a,
.ct-service-carousel3 .entry-readmore .ct-blog-grid-layout1 .entry-readmore a,
.ct-blog-grid-layout1 .entry-readmore .ct-service-carousel3 .entry-readmore a,
.ct-service-carousel3 .entry-readmore .ct-blog-carousel-layout1 .entry-readmore a,
.ct-blog-carousel-layout1 .entry-readmore .ct-service-carousel3 .entry-readmore a,
.ct-service-carousel3 .entry-readmore .ct-blog-grid-layout2 .entry-readmore a,
.ct-blog-grid-layout2 .entry-readmore .ct-service-carousel3 .entry-readmore a,
.ct-service-carousel3 .entry-readmore .ct-counter-layout2 .ct-counter-icon a,
.ct-counter-layout2 .ct-counter-icon .ct-service-carousel3 .entry-readmore a,
.ct-service-carousel3 .entry-readmore .ct-counter-layout3 .ct-counter-number a.ct-counter-number-prefix,
.ct-counter-layout3 .ct-counter-number .ct-service-carousel3 .entry-readmore a.ct-counter-number-prefix,
.ct-service-carousel3 .entry-readmore .ct-counter-layout3 .ct-counter-number a.ct-counter-number-suffix,
.ct-counter-layout3 .ct-counter-number .ct-service-carousel3 .entry-readmore a.ct-counter-number-suffix,
.ct-service-carousel3 .entry-readmore .ct-process1.style1 .ct-process-button a,
.ct-process1.style1 .ct-process-button .ct-service-carousel3 .entry-readmore a,
.ct-service-carousel3 .entry-readmore .widget_products a.amount,
.widget_products .ct-service-carousel3 .entry-readmore a.amount,
.ct-service-carousel3 .entry-readmore .woocommerce ul.products li.product .price a.amount,
.woocommerce ul.products li.product .price .ct-service-carousel3 .entry-readmore a.amount,
.ct-service-carousel3 .entry-readmore .woocommerce ul.products li.product .price a,
.woocommerce ul.products li.product .price .ct-service-carousel3 .entry-readmore a,
.ct-service-carousel3 .entry-readmore .single-product #primary div.product .entry-summary .price a,
.single-product #primary div.product .entry-summary .price .ct-service-carousel3 .entry-readmore a,
.ct-service-carousel3 .entry-readmore .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta a.woocommerce-review__published-date,
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .ct-service-carousel3 .entry-readmore a.woocommerce-review__published-date,
.ct-service-carousel3 .entry-readmore body #yith-quick-view-modal #yith-quick-view-content .entry-summary .price a,
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .price .ct-service-carousel3 .entry-readmore a {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0
}

.ct-service-carousel3 .entry-readmore a:hover i {
    margin-left: 6px
}

.ct-service-carousel3 .carousel-item {
    margin-top: 25px
}

.ct-service-carousel3 .grid-item-inner {
    background-color: #fff;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 45px 40px 38px;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms
}

.ct-service-carousel3 .grid-item-inner:before {
    content: '';
    width: 0;
    height: 7px;
    background-color: #f700e3;
    background-image: -webkit-gradient(linear, left top, right top, from(#f700e3), to(#701ad1));
    background-image: -webkit-linear-gradient(left, #f700e3, #701ad1);
    background-image: -moz-linear-gradient(left, #f700e3, #701ad1);
    background-image: -ms-linear-gradient(left, #f700e3, #701ad1);
    background-image: -o-linear-gradient(left, #f700e3, #701ad1);
    background-image: linear-gradient(left, #f700e3, #701ad1);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#f700e3', endColorStr='#701ad1', gradientType='1');
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms
}

.ct-service-carousel3 .grid-item-inner:hover {
    -webkit-transform: translateY(-25px);
    -khtml-transform: translateY(-25px);
    -moz-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    -o-transform: translateY(-25px);
    transform: translateY(-25px)
}

.ct-service-carousel3 .grid-item-inner:hover .entry-readmore a:not(.text-gradient) {
    opacity: 0
}

.ct-service-carousel3 .grid-item-inner:hover .entry-readmore a.text-gradient,
.ct-service-carousel3 .grid-item-inner:hover .entry-readmore blockquote a,
blockquote .ct-service-carousel3 .grid-item-inner:hover .entry-readmore a,
.ct-service-carousel3 .grid-item-inner:hover .entry-readmore .ct-header-popup-wrap .ct-header-meta a.h-item-icon,
.ct-header-popup-wrap .ct-header-meta .ct-service-carousel3 .grid-item-inner:hover .entry-readmore a.h-item-icon,
.ct-service-carousel3 .grid-item-inner:hover .entry-readmore .post-previous-next a a:nth-child(1),
.post-previous-next a .ct-service-carousel3 .grid-item-inner:hover .entry-readmore a:nth-child(1),
.ct-service-carousel3 .grid-item-inner:hover .entry-readmore .comment-content:hover a.comment-date,
.comment-content:hover .ct-service-carousel3 .grid-item-inner:hover .entry-readmore a.comment-date,
.ct-service-carousel3 .grid-item-inner:hover .entry-readmore .ct-list.style1 .ct-list-icon a,
.ct-list.style1 .ct-list-icon .ct-service-carousel3 .grid-item-inner:hover .entry-readmore a,
.ct-service-carousel3 .grid-item-inner:hover .entry-readmore .ct-contact-info1.style2 .ct-contact-icon a,
.ct-contact-info1.style2 .ct-contact-icon .ct-service-carousel3 .grid-item-inner:hover .entry-readmore a,
.ct-service-carousel3 .grid-item-inner:hover .entry-readmore .ct-fancy-box-layout1.style3 .item--icon a,
.ct-fancy-box-layout1.style3 .item--icon .ct-service-carousel3 .grid-item-inner:hover .entry-readmore a,
.ct-service-carousel3 .grid-item-inner:hover .entry-readmore .ct-fancy-box-layout1.style4 .item--icon a,
.ct-fancy-box-layout1.style4 .item--icon .ct-service-carousel3 .grid-item-inner:hover .entry-readmore a,
.ct-service-carousel3 .grid-item-inner:hover .entry-readmore .ct-fancy-box-layout2 .item--icon a,
.ct-fancy-box-layout2 .item--icon .ct-service-carousel3 .grid-item-inner:hover .entry-readmore a,
.ct-service-carousel3 .grid-item-inner:hover .entry-readmore .ct-fancy-box-layout5 .item--icon a,
.ct-fancy-box-layout5 .item--icon .ct-service-carousel3 .grid-item-inner:hover .entry-readmore a,
.ct-service-carousel3 .grid-item-inner:hover .entry-readmore .ct-fancy-box-layout5 .item--list a,
.ct-fancy-box-layout5 .item--list .ct-service-carousel3 .grid-item-inner:hover .entry-readmore a,
.ct-service-carousel3 .grid-item-inner:hover .entry-readmore .ct-service-grid4 .item--title a,
.ct-service-grid4 .item--title .ct-service-carousel3 .grid-item-inner:hover .entry-readmore a,
.ct-service-carousel3 .grid-item-inner:hover .entry-readmore .item--icon a,
.ct-service-carousel3 .item--icon .grid-item-inner:hover .entry-readmore a,
.ct-service-carousel3 .grid-item-inner:hover .entry-readmore .ct-download .item--download a a,
.ct-download .item--download a .ct-service-carousel3 .grid-item-inner:hover .entry-readmore a,
.ct-service-carousel3 .grid-item-inner:hover .entry-readmore .ct-blog-grid-layout1 .entry-readmore a,
.ct-blog-grid-layout1 .entry-readmore .ct-service-carousel3 .grid-item-inner:hover .entry-readmore a,
.ct-service-carousel3 .grid-item-inner:hover .entry-readmore .ct-blog-carousel-layout1 .entry-readmore a,
.ct-blog-carousel-layout1 .entry-readmore .ct-service-carousel3 .grid-item-inner:hover .entry-readmore a,
.ct-service-carousel3 .grid-item-inner:hover .entry-readmore .ct-blog-grid-layout2 .entry-readmore a,
.ct-blog-grid-layout2 .entry-readmore .ct-service-carousel3 .grid-item-inner:hover .entry-readmore a,
.ct-service-carousel3 .grid-item-inner:hover .entry-readmore .ct-counter-layout2 .ct-counter-icon a,
.ct-counter-layout2 .ct-counter-icon .ct-service-carousel3 .grid-item-inner:hover .entry-readmore a,
.ct-service-carousel3 .grid-item-inner:hover .entry-readmore .ct-counter-layout3 .ct-counter-number a.ct-counter-number-prefix,
.ct-counter-layout3 .ct-counter-number .ct-service-carousel3 .grid-item-inner:hover .entry-readmore a.ct-counter-number-prefix,
.ct-service-carousel3 .grid-item-inner:hover .entry-readmore .ct-counter-layout3 .ct-counter-number a.ct-counter-number-suffix,
.ct-counter-layout3 .ct-counter-number .ct-service-carousel3 .grid-item-inner:hover .entry-readmore a.ct-counter-number-suffix,
.ct-service-carousel3 .grid-item-inner:hover .entry-readmore .ct-process1.style1 .ct-process-button a,
.ct-process1.style1 .ct-process-button .ct-service-carousel3 .grid-item-inner:hover .entry-readmore a,
.ct-service-carousel3 .grid-item-inner:hover .entry-readmore .widget_products a.amount,
.widget_products .ct-service-carousel3 .grid-item-inner:hover .entry-readmore a.amount,
.ct-service-carousel3 .grid-item-inner:hover .entry-readmore .woocommerce ul.products li.product .price a.amount,
.woocommerce ul.products li.product .price .ct-service-carousel3 .grid-item-inner:hover .entry-readmore a.amount,
.ct-service-carousel3 .grid-item-inner:hover .entry-readmore .woocommerce ul.products li.product .price a,
.woocommerce ul.products li.product .price .ct-service-carousel3 .grid-item-inner:hover .entry-readmore a,
.ct-service-carousel3 .grid-item-inner:hover .entry-readmore .single-product #primary div.product .entry-summary .price a,
.single-product #primary div.product .entry-summary .price .ct-service-carousel3 .grid-item-inner:hover .entry-readmore a,
.ct-service-carousel3 .grid-item-inner:hover .entry-readmore .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta a.woocommerce-review__published-date,
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .ct-service-carousel3 .grid-item-inner:hover .entry-readmore a.woocommerce-review__published-date,
.ct-service-carousel3 .grid-item-inner:hover .entry-readmore body #yith-quick-view-modal #yith-quick-view-content .entry-summary .price a,
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .price .ct-service-carousel3 .grid-item-inner:hover .entry-readmore a {
    opacity: 1
}

.ct-service-carousel3 .grid-item-inner:hover:before {
    width: 100%
}

.ct-service-carousel3 .slick-dots {
    max-width: 495px;
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
    background-color: #434343;
    height: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    padding: 0 40px;
    flex-wrap: nowrap
}

.ct-service-carousel3 .slick-dots li {
    margin: 0;
    width: 50%
}

.ct-service-carousel3 .slick-dots li button {
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    height: 10px;
    width: 100%;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    background-color: #32c6f6;
    background-image: -webkit-gradient(linear, left top, right top, from(#32c6f6), to(#0042ff));
    background-image: -webkit-linear-gradient(left, #32c6f6, #0042ff);
    background-image: -moz-linear-gradient(left, #32c6f6, #0042ff);
    background-image: -ms-linear-gradient(left, #32c6f6, #0042ff);
    background-image: -o-linear-gradient(left, #32c6f6, #0042ff);
    background-image: linear-gradient(left, #32c6f6, #0042ff);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#32c6f6', endColorStr='#0042ff', gradientType='1');
    opacity: 0
}

.ct-service-carousel3 .slick-dots li button:hover,
.ct-service-carousel3 .slick-dots li button:focus {
    background-color: #32c6f6;
    background-image: -webkit-gradient(linear, left top, right top, from(#32c6f6), to(#0042ff));
    background-image: -webkit-linear-gradient(left, #32c6f6, #0042ff);
    background-image: -moz-linear-gradient(left, #32c6f6, #0042ff);
    background-image: -ms-linear-gradient(left, #32c6f6, #0042ff);
    background-image: -o-linear-gradient(left, #32c6f6, #0042ff);
    background-image: linear-gradient(left, #32c6f6, #0042ff);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#32c6f6', endColorStr='#0042ff', gradientType='1');
    background-position: inherit
}

.ct-service-carousel3 .slick-dots li.slick-active button {
    opacity: 1
}

.ct-gallery-carousel1 .slick-slide img {
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px
}

.ct-gallery-carousel1 .ct-carousel-inner {
    margin: 0 -3px
}

.ct-gallery-carousel1 .ct-carousel-inner .slick-slide {
    padding: 0 3px
}

.ct-gallery-carousel1 .slick-dots li {
    margin: 0 20px
}

@media screen and (max-width:991px) {
    .ct-gallery-carousel1 .slick-dots li {
        margin: 0 -10px
    }
}

.ct-download .item--download a {
    display: flex;
    color: #383838;
    padding: 9px 30px;
    flex-wrap: wrap;
    align-items: center
}

@media screen and (max-width:1199px) {
    .ct-download .item--download a {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (max-width:991px) {
    .ct-download .item--download a {
        font-size: 14px;
        padding-left: 15px;
        padding-right: 10px
    }
}

.ct-download .item--download a i {
    font-size: 25px;
    min-width: 38px
}

@media screen and (max-width:1199px) {
    .ct-download .item--download a i {
        min-width: 32px
    }
}

.ct-download .item--download a:before {
    background-color: #fff;
    border: 1px solid #cdcbcb
}

.ct-download .item--download a:hover {
    color: #fff
}

.ct-download .item--download a:hover i {
    background-image: none;
    text-fill-color: transparent;
    -o-text-fill-color: #fff;
    -ms-text-fill-color: #fff;
    -moz-text-fill-color: #fff;
    -webkit-text-fill-color: #fff
}

.ct-download .item--download+.item--download {
    margin-top: 17px
}

.ct-signature1 {
    display: flex;
    flex-wrap: nowrap;
    align-items: center
}

.ct-signature1 .signature-image {
    margin-right: 48px
}

@media screen and (max-width:767px) {
    .ct-signature1 .signature-image {
        margin-right: 20px
    }
}

.ct-signature1 .signature-meta h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0
}

.about-call a {
    text-decoration: underline !important
}

.about-call span {
    font-size: 24px;
    font-weight: 700;
    color: #0e0e0e;
    font-family: 'Poppins', sans-serif
}

.about-call2 {
    font-size: 18px;
    line-height: 34px
}

.about-call2 a {
    color: inherit;
    text-decoration: underline !important
}

.about-call2 a:hover {
    color: inherit
}

.about-call2 i {
    font-size: 26px;
    color: #00e67f;
    margin-right: 10px
}

.about-call2 span {
    font-size: 26px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif
}

.ct-blog-grid-layout1 .entry-featured img,
.ct-blog-carousel-layout1 .entry-featured img {
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-filter: grayscale(85%);
    filter: grayscale(85%);
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms
}

.ct-blog-grid-layout1 .entry-featured+.entry-body,
.ct-blog-carousel-layout1 .entry-featured+.entry-body {
    position: relative;
    z-index: 1;
    margin-top: -60px;
    padding: 0 30px
}

@media screen and (max-width:1199px) {
    .ct-blog-grid-layout1 .entry-featured+.entry-body,
    .ct-blog-carousel-layout1 .entry-featured+.entry-body {
        padding-left: 20px;
        padding-right: 20px
    }
}

.ct-blog-grid-layout1 .entry-title,
.ct-blog-carousel-layout1 .entry-title {
    line-height: 1.3;
    color: #383838;
    margin-bottom: 2px
}

.ct-blog-grid-layout1 .entry-title a,
.ct-blog-carousel-layout1 .entry-title a {
    color: inherit
}

.ct-blog-grid-layout1 .entry-title a:hover,
.ct-blog-carousel-layout1 .entry-title a:hover {
    color: inherit
}

.ct-blog-grid-layout1 .entry-readmore,
.ct-blog-carousel-layout1 .entry-readmore {
    display: none
}

.ct-blog-grid-layout1 .entry-readmore a,
.ct-blog-carousel-layout1 .entry-readmore a {
    font-size: 15px;
    line-height: 28px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif
}

.ct-blog-grid-layout1 .entry-readmore a i,
.ct-blog-carousel-layout1 .entry-readmore a i {
    display: initial
}

.ct-blog-grid-layout1 .entry-meta,
.ct-blog-carousel-layout1 .entry-meta {
    margin-top: 2px;
    margin-bottom: 4px
}

.ct-blog-grid-layout1 .entry-holder,
.ct-blog-carousel-layout1 .entry-holder {
    background-color: #fff;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 13px 29px rgba(0, 0, 0, .1);
    -khtml-box-shadow: 0 13px 29px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 13px 29px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 13px 29px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 13px 29px rgba(0, 0, 0, .1);
    box-shadow: 0 13px 29px rgba(0, 0, 0, .1);
    padding: 20px 20px 22px 30px;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms
}

@media screen and (max-width:767px) {
    .ct-blog-grid-layout1 .entry-holder,
    .ct-blog-carousel-layout1 .entry-holder {
        padding-left: 20px
    }
}

.ct-blog-grid-layout1 .grid-item-inner,
.ct-blog-carousel-layout1 .grid-item-inner {
    margin-bottom: 60px
}

.ct-blog-grid-layout1 .grid-item-inner:hover .entry-featured img,
.ct-blog-carousel-layout1 .grid-item-inner:hover .entry-featured img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%)
}

.ct-blog-grid-layout1 .grid-item-inner:hover .entry-holder,
.ct-blog-carousel-layout1 .grid-item-inner:hover .entry-holder {
    -webkit-box-shadow: 0 20px 29px rgba(0, 0, 0, .2);
    -khtml-box-shadow: 0 20px 29px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 20px 29px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 20px 29px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 20px 29px rgba(0, 0, 0, .2);
    box-shadow: 0 20px 29px rgba(0, 0, 0, .2)
}

.ct-blog-grid-layout2 .ct-video-overlay {
    background-color: rgba(14, 14, 14, .66);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    opacity: 0
}

.ct-blog-grid-layout2 .ct-video-overlay .ct-video-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 77px;
    height: 77px;
    font-size: 14px
}

.ct-blog-grid-layout2 .entry-featured {
    margin-bottom: 12px;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-color: #0e0e0e
}

.ct-blog-grid-layout2 .entry-featured img {
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms
}

.ct-blog-grid-layout2 .entry-title {
    margin-bottom: 3px;
    font-size: 20px;
    line-height: 26px;
    color: #383838
}

.ct-blog-grid-layout2 .entry-title:hover a {
    text-decoration: underline
}

.ct-blog-grid-layout2 .entry-meta {
    font-size: 15px;
    color: #383838;
    margin-bottom: 6px
}

.ct-blog-grid-layout2 .entry-meta li {
    position: relative;
    margin-right: 8px;
    padding-right: 8px
}

.ct-blog-grid-layout2 .entry-meta li:before {
    content: '';
    width: 1px;
    height: 15px;
    background-color: #909090;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.ct-blog-grid-layout2 .entry-meta li:last-child {
    margin-right: 0;
    padding-right: 0
}

.ct-blog-grid-layout2 .entry-meta li:last-child:before {
    display: none
}

.ct-blog-grid-layout2 .entry-readmore {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.ct-blog-grid-layout2 .entry-readmore a {
    font-size: 15px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    background-color: #f58220;
    background-image: -webkit-gradient(linear, left top, right top, from(#f58220), to(#cc650d));
    background-image: -webkit-linear-gradient(left, #f58220, #cc650d);
    background-image: -moz-linear-gradient(left, #f58220, #cc650d);
    background-image: -ms-linear-gradient(left, #f58220, #cc650d);
    background-image: -o-linear-gradient(left, #f58220, #cc650d);
    background-image: linear-gradient(left, #f58220, #cc650d);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#f58220', endColorStr='#cc650d', gradientType='1');
    position: relative
}

.ct-blog-grid-layout2 .entry-readmore a:before {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 0;
    height: 1px;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    background-color: #f58220;
    background-image: -webkit-gradient(linear, left top, right top, from(#f58220), to(#cc650d));
    background-image: -webkit-linear-gradient(left, #f58220, #cc650d);
    background-image: -moz-linear-gradient(left, #f58220, #cc650d);
    background-image: -ms-linear-gradient(left, #f58220, #cc650d);
    background-image: -o-linear-gradient(left, #f58220, #cc650d);
    background-image: linear-gradient(left, #f58220, #cc650d);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#f58220', endColorStr='#cc650d', gradientType='1')
}

.ct-blog-grid-layout2 .entry-readmore a i {
    display: initial;
    margin-left: 4px
}

.ct-blog-grid-layout2 .entry-readmore a:hover:before {
    width: 100%
}

.ct-blog-grid-layout2 .item--content {
    font-size: 18px;
    line-height: 32px
}

.ct-blog-grid-layout2 .grid-item-inner {
    margin-bottom: 43px
}

.ct-blog-grid-layout2 .grid-item-inner:hover .entry-featured img {
    -webkit-transform: scale(1.1);
    -khtml-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .35
}

.ct-blog-grid-layout2 .grid-item-inner:hover .ct-video-overlay {
    opacity: 1
}

.ct-blog-grid-layout2 .grid-item-inner.item-lg .entry-featured {
    margin-bottom: 21px
}

.ct-blog-grid-layout2 .grid-item-inner.item-lg .entry-title {
    font-size: 30px;
    line-height: 37px;
    color: #0e0e0e
}

@media screen and (max-width:767px) {
    .ct-blog-grid-layout2 .grid-item-inner.item-lg .entry-title {
        font-size: 20px;
        line-height: 26px
    }
}

.ct-blog-grid-layout2 .grid-item-inner.item-lg .entry-title a:hover {
    color: #0e0e0e
}

.ct-blog-grid-layout2 .grid-item-inner.item-lg .entry-meta {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 13px;
    margin-bottom: 6px
}

.ct-blog-grid-layout2 .grid-item-inner.item-lg:hover .entry-featured img {
    opacity: 1
}

.ct-blog-grid-layout2.style-light .entry-title {
    color: #fff
}

.ct-blog-grid-layout2.style-light .entry-title a:hover {
    color: inherit
}

.ct-blog-grid-layout2.style-light .grid-item-inner.item-lg .entry-title {
    color: #fff
}

.ct-blog-grid-layout2.style-light .grid-item-inner.item-lg .entry-title a:hover {
    color: inherit
}

.ct-blog-grid-layout2.style-light .item--content {
    color: #fff
}

.ct-blog-grid-layout2.style-light .entry-meta {
    color: #b8b8b8
}

.ct-blog-grid-layout2.style-light .grid-item-inner.item-lg .entry-meta {
    border: none
}

.ct-blog-carousel-layout1 .grid-item-inner {
    margin-bottom: 40px
}

.ct-blog-carousel-layout1 .slick-dots {
    margin-top: 20px
}

.ct-blog-carousel-layout1 .ct-slick-carousel[data-arrows=true] {
    padding-bottom: 80px
}

.ct-blog-carousel-layout2 .item--featured {
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 7px 7px 0 0;
    -khtml-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    -ms-border-radius: 7px 7px 0 0;
    -o-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0
}

.ct-blog-carousel-layout2 .item--featured img {
    -webkit-filter: grayscale(85%);
    filter: grayscale(85%);
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms
}

.ct-blog-carousel-layout2 .item--meta {
    font-size: 14px;
    color: #939393;
    margin-bottom: 8px;
    list-style: none;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 6px
}

.ct-blog-carousel-layout2 .item--meta:before {
    content: '';
    width: 47px;
    height: 3px;
    background-color: #9af657;
    background-image: -webkit-gradient(linear, left top, right top, from(#9af657), to(#1ce596));
    background-image: -webkit-linear-gradient(left, #9af657, #1ce596);
    background-image: -moz-linear-gradient(left, #9af657, #1ce596);
    background-image: -ms-linear-gradient(left, #9af657, #1ce596);
    background-image: -o-linear-gradient(left, #9af657, #1ce596);
    background-image: linear-gradient(left, #9af657, #1ce596);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#9af657', endColorStr='#1ce596', gradientType='1');
    position: absolute;
    bottom: 0;
    left: 0
}

.ct-blog-carousel-layout2 .item--meta li {
    display: inline-block;
    margin-right: 16px;
    font-family: 'Poppins', sans-serif
}

.ct-blog-carousel-layout2 .item--meta li i {
    margin-right: 8px
}

.ct-blog-carousel-layout2 .item--meta li a {
    color: inherit
}

.ct-blog-carousel-layout2 .item--meta li a:hover {
    color: inherit;
    text-decoration: underline
}

.ct-blog-carousel-layout2 .item--title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px
}

.ct-blog-carousel-layout2 .item--title a {
    color: inherit
}

.ct-blog-carousel-layout2 .item--title a:hover {
    color: inherit;
    text-decoration: underline
}

.ct-blog-carousel-layout2 .item--content {
    font-size: 15px;
    line-height: 24px
}

.ct-blog-carousel-layout2 .item--body {
    background-color: #fff;
    padding: 22px 25px 39px;
    -webkit-box-shadow: 0 0px 18px rgba(0, 0, 0, .12);
    -khtml-box-shadow: 0 0px 18px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 0px 18px rgba(0, 0, 0, .12);
    -ms-box-shadow: 0 0px 18px rgba(0, 0, 0, .12);
    -o-box-shadow: 0 0px 18px rgba(0, 0, 0, .12);
    box-shadow: 0 0px 18px rgba(0, 0, 0, .12);
    -webkit-transition: all .26s linear 0ms;
    -khtml-transition: all .26s linear 0ms;
    -moz-transition: all .26s linear 0ms;
    -ms-transition: all .26s linear 0ms;
    -o-transition: all .26s linear 0ms;
    transition: all .26s linear 0ms
}

.ct-blog-carousel-layout2 .item--readmore {
    margin-top: 12px
}

.ct-blog-carousel-layout2 .item--readmore a {
    font-weight: 700;
    font-family: 'Poppins', sans-serif
}

.ct-blog-carousel-layout2 .item--readmore a i {
    margin-left: 4px
}

.ct-blog-carousel-layout2 .grid-item-inner {
    margin-bottom: 60px
}

.ct-blog-carousel-layout2 .grid-item-inner:hover .item--body {
    -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, .22);
    -khtml-box-shadow: 0 15px 35px rgba(0, 0, 0, .22);
    -moz-box-shadow: 0 15px 35px rgba(0, 0, 0, .22);
    -ms-box-shadow: 0 15px 35px rgba(0, 0, 0, .22);
    -o-box-shadow: 0 15px 35px rgba(0, 0, 0, .22);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .22)
}

.ct-blog-carousel-layout2 .grid-item-inner:hover .item--featured img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%)
}

.ct-blog-carousel-layout2 .ct-slick-carousel {
    margin: 0 -40px
}

.ct-blog-carousel-layout2 .ct-slick-carousel .slick-list {
    padding-left: 40px;
    padding-right: 40px
}

.ct-blog-carousel-layout2 .ct-slick-carousel .slick-list .slick-slide {
    opacity: 0;
    -webkit-transition: all .22s linear 0ms;
    -khtml-transition: all .22s linear 0ms;
    -moz-transition: all .22s linear 0ms;
    -ms-transition: all .22s linear 0ms;
    -o-transition: all .22s linear 0ms;
    transition: all .22s linear 0ms
}

.ct-blog-carousel-layout2 .ct-slick-carousel .slick-list .slick-slide.slick-active {
    opacity: 1
}

.ct-career-grid1 .item--feature .fa {
    font-family: 'FontAwesome';
    font-weight: 400
}

.ct-career-grid1 .item--image {
    height: 67px;
    width: 67px;
    min-width: 67px;
    -webkit-border-radius: 67px;
    -khtml-border-radius: 67px;
    -moz-border-radius: 67px;
    -ms-border-radius: 67px;
    -o-border-radius: 67px;
    border-radius: 67px;
    background-color: #ebf2fd;
    position: relative;
    margin-right: 22px
}

.ct-career-grid1 .item--image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.ct-career-grid1 .item--title {
    font-size: 20px;
    margin-bottom: 8px
}

@media screen and (max-width:1199px) {
    .ct-career-grid1 .item--title {
        font-size: 19px
    }
}

.ct-career-grid1 .item--feature {
    font-size: 14px;
    color: #939393;
    list-style: none;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif
}

.ct-career-grid1 .item--feature i {
    margin-right: 4px
}

.ct-career-grid1 .item--feature li+li {
    margin-top: 4px
}

.ct-career-grid1 .item-desc {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 18px
}

.ct-career-grid1 .item--holder {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 7px
}

.ct-career-grid1 .item--inner {
    padding: 40px 34px;
    background-color: #fff;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 0 0 20px rgba(12, 12, 12, .14);
    -khtml-box-shadow: 0 0 20px rgba(12, 12, 12, .14);
    -moz-box-shadow: 0 0 20px rgba(12, 12, 12, .14);
    -ms-box-shadow: 0 0 20px rgba(12, 12, 12, .14);
    -o-box-shadow: 0 0 20px rgba(12, 12, 12, .14);
    box-shadow: 0 0 20px rgba(12, 12, 12, .14);
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    margin-bottom: 60px
}

@media screen and (max-width:1199px) {
    .ct-career-grid1 .item--inner {
        padding-left: 30px;
        padding-right: 20px
    }
}

@media screen and (max-width:575px) {
    .ct-career-grid1 .item--inner {
        padding-left: 20px
    }
}

.ct-career-grid1 .item--inner:hover {
    -webkit-box-shadow: 0 20px 20px rgba(12, 12, 12, .14);
    -khtml-box-shadow: 0 20px 20px rgba(12, 12, 12, .14);
    -moz-box-shadow: 0 20px 20px rgba(12, 12, 12, .14);
    -ms-box-shadow: 0 20px 20px rgba(12, 12, 12, .14);
    -o-box-shadow: 0 20px 20px rgba(12, 12, 12, .14);
    box-shadow: 0 20px 20px rgba(12, 12, 12, .14)
}

.ct-feature-layout1 .item--title {
    font-size: 20px;
    color: #383838
}

@media screen and (max-width:991px) {
    .ct-feature-layout1 .item--title {
        font-size: 16px
    }
}

.ct-feature-layout1 .item--title i {
    color: #d1651a;
    margin-right: 6px
}

.ct-feature-layout1.style2 {
    background-color: #fafafa;
    padding: 52px 50px 48px;
    position: relative
}

@media screen and (max-width:1199px) {
    .ct-feature-layout1.style2 {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media screen and (max-width:991px) {
    .ct-feature-layout1.style2 {
        padding-left: 20px;
        padding-right: 20px
    }
}

.ct-feature-layout1.style2:before {
    content: '';
    width: 0;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #f58220;
    background-image: -webkit-gradient(linear, left top, right top, from(#f58220), to(#cc650d));
    background-image: -webkit-linear-gradient(left, #f58220, #cc650d);
    background-image: -moz-linear-gradient(left, #f58220, #cc650d);
    background-image: -ms-linear-gradient(left, #f58220, #cc650d);
    background-image: -o-linear-gradient(left, #f58220, #cc650d);
    background-image: linear-gradient(left, #f58220, #cc650d);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#f58220', endColorStr='#cc650d', gradientType='1');
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms
}

.ct-feature-layout1.style2 .item--title {
    font-family: 22px;
    margin-bottom: 12px
}

.ct-feature-layout1.style2 .item--title i {
    display: none
}

.ct-feature-layout1.style2:hover:before {
    width: 100%
}

.ct-piechart-layout1 {
    text-align: center
}

.ct-piechart-layout1 .item--value {
    position: relative;
    display: flex;
    margin: 0 auto 17px auto;
    justify-content: center
}

.ct-piechart-layout1 .item--value span {
    font-size: 27px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.ct-piechart-layout1 .item--title {
    font-size: 22px;
    color: #383838;
    margin-bottom: 12px
}

.ct-piechart-layout1 .item--desc {
    font-size: 15px;
    line-height: 26px
}

.ct-piechart-layout1.style2 .item--value span {
    font-size: 30px;
    color: #000;
    font-weight: 400;
    font-family: inherit
}

.ct-piechart-layout1.style2 .item--title {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    padding-top: 5px
}

@media screen and (max-width:1400px) {
    .ct-piechart-layout1.style2 .item--title {
        font-size: 18px
    }
}

.ct-team-carousel1 .item--image img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .3s cubic-bezier(0, 0, .2, 1) 0s;
    -khtml-transition: all .3s cubic-bezier(0, 0, .2, 1) 0s;
    -moz-transition: all .3s cubic-bezier(0, 0, .2, 1) 0s;
    -ms-transition: all .3s cubic-bezier(0, 0, .2, 1) 0s;
    -o-transition: all .3s cubic-bezier(0, 0, .2, 1) 0s;
    transition: all .3s cubic-bezier(0, 0, .2, 1) 0s;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    width: 100%
}

.ct-team-carousel1 .item--image+.item--holder {
    position: relative;
    z-index: 9;
    margin-top: -40px
}

.ct-team-carousel1 .item--title {
    font-size: 18px;
    margin-bottom: 2px
}

@media screen and (max-width:1199px) {
    .ct-team-carousel1 .item--title {
        font-size: 16px
    }
}

.ct-team-carousel1 .item--title a {
    color: inherit
}

.ct-team-carousel1 .item--title a:hover {
    color: #c1282a
}

.ct-team-carousel1 .item--holder {
    text-align: center
}

.ct-team-carousel1 .item--position {
    font-size: 14px;
    line-height: 24px;
    color: #737272
}

.ct-team-carousel1 .item--social {
    list-style: none;
    margin-top: 8px;
    margin-bottom: 2px;
    line-height: 1;
    display: none
}

.ct-team-carousel1 .item--social li {
    display: inline-block;
    margin: 0 6px
}

.ct-team-carousel1 .item--social li a {
    font-size: 15px;
    display: inline-block
}

.ct-team-carousel1 .item--social li a:hover {
    -webkit-transform: translateY(-4px);
    -khtml-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px)
}

.ct-team-carousel1 .item--social li i.fa-facebook {
    color: #25319d
}

.ct-team-carousel1 .item--social li i.fa-twitter {
    color: #0c91f7
}

.ct-team-carousel1 .item--social li i.fa-instagram {
    color: #f70c0c
}

.ct-team-carousel1 .item--social li i.fa-behance {
    color: #287acd
}

.ct-team-carousel1 .item--holder-inner {
    background-color: #fff;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 13px 29px rgba(0, 0, 0, .1);
    -khtml-box-shadow: 0 13px 29px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 13px 29px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 13px 29px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 13px 29px rgba(0, 0, 0, .1);
    box-shadow: 0 13px 29px rgba(0, 0, 0, .1);
    padding: 24px 20px;
    position: absolute;
    top: 0;
    left: 30px;
    right: 30px
}

@media screen and (max-width:1199px) {
    .ct-team-carousel1 .item--holder-inner {
        padding-left: 15px;
        padding-right: 15px
    }
}

.ct-team-carousel1 .item--inner {
    padding-bottom: 200px
}

.ct-team-carousel1 .item--inner:hover .item--image img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%)
}

.ct-team-carousel2 .item--holder {
    background-color: #fff;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .1);
    -khtml-box-shadow: 0 0 7px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 7px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 7px rgba(0, 0, 0, .1);
    box-shadow: 0 0 7px rgba(0, 0, 0, .1);
    padding: 25px 10px;
    text-align: center
}

.ct-team-carousel2 .item--image img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .3s cubic-bezier(0, 0, .2, 1) 0s;
    -khtml-transition: all .3s cubic-bezier(0, 0, .2, 1) 0s;
    -moz-transition: all .3s cubic-bezier(0, 0, .2, 1) 0s;
    -ms-transition: all .3s cubic-bezier(0, 0, .2, 1) 0s;
    -o-transition: all .3s cubic-bezier(0, 0, .2, 1) 0s;
    transition: all .3s cubic-bezier(0, 0, .2, 1) 0s;
    -webkit-border-radius: 4px 4px 0 0;
    -khtml-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    width: 100%
}

.ct-team-carousel2 .item--image+.item--holder {
    position: absolute;
    -webkit-border-radius: 0 0 4px 4px;
    -khtml-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    top: 100%;
    left: 0;
    right: 0
}

.ct-team-carousel2 .item--title {
    font-size: 18px;
    margin-bottom: 5px
}

.ct-team-carousel2 .item--title a {
    color: inherit
}

.ct-team-carousel2 .item--title a:hover {
    color: inherit
}

.ct-team-carousel2 .item--position {
    font-size: 15px;
    line-height: normal
}

.ct-team-carousel2 .item--social {
    list-style: none;
    margin-bottom: 0;
    margin-top: 15px;
    padding-top: 12px;
    border-top: 1px solid #e4eaee;
    display: none
}

.ct-team-carousel2 .item--social li {
    display: inline-block;
    margin: 0 20px
}

.ct-team-carousel2 .item--social li a {
    color: #8c8d8e;
    font-size: 15px
}

.ct-team-carousel2 .item--inner {
    position: relative;
    margin-bottom: 95px
}

.ct-team-carousel2 .item--inner:hover .item--image img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%)
}

.ct-team-carousel2 .slick-slide {
    margin-bottom: 87px
}

.ct-team-carousel2 .ct-slick-carousel[data-arrows=true] {
    padding-bottom: 55px
}

.ct-team-carousel2 .ct-slick-carousel[data-arrows=true] .slick-arrow {
    margin: 0;
    background-color: #bbb;
    color: #0e0e0e;
    -webkit-transform: translate(0, 0);
    -khtml-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.ct-team-carousel2 .ct-slick-carousel[data-arrows=true] .slick-arrow:after {
    background-color: #fff !important;
    background-image: none !important
}

.ct-team-carousel2 .ct-slick-carousel[data-arrows=true] .slick-arrow.slick-next {
    right: 15px;
    left: auto
}

.ct-team-carousel2 .ct-slick-carousel[data-arrows=true] .slick-arrow.slick-prev {
    right: 88px;
    left: auto
}

.ct-team-carousel2 .ct-slick-carousel[data-arrows=true] .slick-arrow:hover {
    color: #0e0e0e !important
}

.ct-counter-layout1:not(.elementor-widget) {
    height: 184px;
    width: 184px;
    -webkit-border-radius: 184px;
    -khtml-border-radius: 184px;
    -moz-border-radius: 184px;
    -ms-border-radius: 184px;
    -o-border-radius: 184px;
    border-radius: 184px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center
}

@media screen and (max-width:767px) {
    .ct-counter-layout1:not(.elementor-widget) {
        width: 130px;
        height: 130px
    }
}

.ct-counter-layout1:not(.elementor-widget) .ct-counter-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    opacity: 0;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms
}

.ct-counter-layout1:not(.elementor-widget):before,
.ct-counter-layout1:not(.elementor-widget):after {
    content: '';
    -webkit-border-radius: 184px;
    -khtml-border-radius: 184px;
    -moz-border-radius: 184px;
    -ms-border-radius: 184px;
    -o-border-radius: 184px;
    border-radius: 184px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms
}

.ct-counter-layout1:not(.elementor-widget):before {
    background-color: rgba(209, 101, 26, .8);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(209, 101, 26, .8)), to(rgba(193, 40, 42, .8)));
    background-image: -webkit-linear-gradient(left, rgba(209, 101, 26, .8), rgba(193, 40, 42, .8));
    background-image: -moz-linear-gradient(left, rgba(209, 101, 26, .8), rgba(193, 40, 42, .8));
    background-image: -ms-linear-gradient(left, rgba(209, 101, 26, .8), rgba(193, 40, 42, .8));
    background-image: -o-linear-gradient(left, rgba(209, 101, 26, .8), rgba(193, 40, 42, .8));
    background-image: linear-gradient(left, rgba(209, 101, 26, .8), rgba(193, 40, 42, .8));
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='rgba(209, 101, 26, 0.8)', endColorStr='rgba(193, 40, 42, 0.8)', gradientType='1');
    background-color: transparent;
    opacity: 0
}

.ct-counter-layout1:not(.elementor-widget):after {
    background-color: #2d2c2c
}

.ct-counter-layout1:not(.elementor-widget) .ct-counter-number {
    font-size: 30px;
    color: #fff;
    line-height: 1;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin-bottom: 7px
}

@media screen and (max-width:767px) {
    .ct-counter-layout1:not(.elementor-widget) .ct-counter-number {
        font-size: 24px
    }
}

.ct-counter-layout1:not(.elementor-widget) .ct-counter-title {
    font-size: 18px;
    line-height: 24px;
    color: #fff
}

@media screen and (max-width:767px) {
    .ct-counter-layout1:not(.elementor-widget) .ct-counter-title {
        font-size: 16px
    }
}

.ct-counter-layout1:not(.elementor-widget) .ct-counter-holder {
    padding: 20px 30px;
    width: 100%
}

@media screen and (max-width:767px) {
    .ct-counter-layout1:not(.elementor-widget) .ct-counter-holder {
        padding: 20px
    }
}

.ct-counter-layout1:not(.elementor-widget):hover .ct-counter-image,
.ct-counter-layout1:not(.elementor-widget):hover:before {
    opacity: 1
}

.ct-counter-layout1:not(.elementor-widget):hover:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.ct-counter-layout1:not(.elementor-widget).size2 {
    width: 150px;
    height: 150px
}

.ct-counter-layout1:not(.elementor-widget).size2 .ct-counter-holder {
    padding: 20px
}

@media screen and (max-width:767px) {
    .ct-counter-layout1:not(.elementor-widget).size2 {
        width: 130px;
        height: 130px
    }
}

.ct-counter-layout2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.ct-counter-layout2 .ct-counter-inner {
    display: flex;
    flex-wrap: nowrap;
    align-items: center
}

.ct-counter-layout2 .ct-counter-icon {
    margin-right: 25px;
    line-height: 1
}

.ct-counter-layout2 .ct-counter-icon i {
    font-size: 48px
}

.ct-counter-layout2 .ct-counter-title {
    font-size: 18px
}

.ct-counter-layout2 .ct-counter-number {
    font-size: 45px;
    color: #0e0e0e;
    line-height: 1;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin-bottom: 3px
}

.ct-counter-layout3 {
    text-align: center
}

.ct-counter-layout3 .ct-counter-number {
    font-size: 60px;
    line-height: 1;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    letter-spacing: .01em;
    margin-bottom: 26px
}

.ct-counter-layout3 .ct-counter-number cite {
    font-size: 36px;
    color: #1ce596;
    font-style: normal
}

.ct-counter-layout3 .ct-counter-number .ct-counter-number-prefix,
.ct-counter-layout3 .ct-counter-number .ct-counter-number-suffix {
    align-items: center;
    display: flex;
    font-size: 36px;
    font-style: normal;
    margin: 0 3px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1ce596), to(#9af657));
    background-image: -webkit-linear-gradient(bottom, #1ce596, #9af657);
    background-image: -moz-linear-gradient(bottom, #1ce596, #9af657);
    background-image: -ms-linear-gradient(bottom, #1ce596, #9af657);
    background-image: -o-linear-gradient(bottom, #1ce596, #9af657);
    background-image: linear-gradient(bottom, #1ce596, #9af657);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#1ce596', endColorStr='#9af657')
}

.ct-counter-layout3 .ct-counter-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0;
    color: #0e0e0e
}

@media screen and (max-width:1199px) {
    .ct-counter-layout3 .ct-counter-title {
        font-size: 18px
    }
}

.ct-counter-layout3 .ct-counter-title cite {
    font-style: normal;
    font-weight: 400
}

.ct-counter-layout4 .ct-counter-inner {
    display: flex;
    flex-wrap: nowrap
}

.ct-counter-layout4 .ct-counter-icon {
    margin-right: 30px;
    line-height: 1;
    margin-top: 10px
}

.ct-counter-layout4 .ct-counter-icon i {
    color: #00c7d4;
    font-size: 54px
}

.ct-counter-layout4 .ct-counter-title {
    font-size: 18px;
    line-height: 24px;
    color: #aaa9ab
}

.ct-counter-layout4 .ct-counter-number {
    display: flex;
    flex-wrap: wrap;
    font-size: 40px;
    color: #fff;
    line-height: 1;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin-bottom: 12px
}

.ct-award1 {
    position: relative;
    overflow: hidden
}

.ct-award1 img {
    width: 100%;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms
}

.ct-award1 .ct-award-bg {
    min-height: 150px;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms
}

@media screen and (max-width:767px) {
    .ct-award1 .ct-award-bg {
        min-height: 180px
    }
}

.ct-award1 .ct-award-bg span {
    position: absolute;
    width: 100%;
    height: 100%
}

.ct-award1 .ct-award-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    font-size: 14px;
    line-height: 1.25;
    margin-bottom: 0;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding: 15px 20px 25px;
    z-index: 1;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms
}

.ct-award1 .ct-award-title:before {
    content: '';
    z-index: -1;
    width: 100%;
    height: 300%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0f0f0f), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, #0f0f0f, rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(bottom, #0f0f0f, rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(bottom, #0f0f0f, rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, #0f0f0f, rgba(0, 0, 0, 0));
    background-image: linear-gradient(bottom, #0f0f0f, rgba(0, 0, 0, 0));
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#0f0f0f', endColorStr='rgba(0, 0, 0, 0)')
}

.ct-award1 .ct-award-title a {
    color: inherit
}

.ct-award1 .ct-award-title a:hover {
    color: inherit
}

.ct-award1 .ct-award-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99
}

.ct-award1:hover img,
.ct-award1:hover .ct-award-bg {
    -webkit-transform: scale(1.1);
    -khtml-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.ct-award1:hover .ct-award-title {
    opacity: 1
}

.ct-banner1 {
    padding-left: 142px;
    position: relative;
    z-index: 1
}

@media screen and (max-width:767px) {
    .ct-banner1 {
        padding-left: 60px
    }
}

.ct-banner1:before {
    content: '';
    width: 280px;
    height: 135px;
    background-image: url(../images/dots.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 55px;
    left: 0;
    z-index: -1
}

.ct-banner1 .ct-banner-imge {
    margin-right: -18px;
    position: relative
}

@media screen and (max-width:767px) {
    .ct-banner1 .ct-banner-imge {
        margin-right: 0
    }
}

.ct-banner1 .ct-banner-title {
    position: absolute;
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 0;
    padding: 22px 55px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#cc650d), to(#f58220));
    background-image: -webkit-linear-gradient(bottom, #cc650d, #f58220);
    background-image: -moz-linear-gradient(bottom, #cc650d, #f58220);
    background-image: -ms-linear-gradient(bottom, #cc650d, #f58220);
    background-image: -o-linear-gradient(bottom, #cc650d, #f58220);
    background-image: linear-gradient(bottom, #cc650d, #f58220);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#cc650d', endColorStr='#f58220');
    color: #fff;
    transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    -webkit-transform: translateX(45px) rotate(-90deg);
    -khtml-transform: translateX(45px) rotate(-90deg);
    -moz-transform: translateX(45px) rotate(-90deg);
    -ms-transform: translateX(45px) rotate(-90deg);
    -o-transform: translateX(45px) rotate(-90deg);
    transform: translateX(45px) rotate(-90deg);
    bottom: 34px;
    left: -70px
}

@media screen and (max-width:991px) {
    .ct-banner1 .ct-banner-title {
        padding: 22px 25px;
        font-size: 18px
    }
}

@media screen and (max-width:767px) {
    .ct-banner1 .ct-banner-title {
        bottom: 0
    }
}

.ct-progressbar1 .ct-progress-bar {
    height: 7px;
    position: relative;
    width: 0;
    -webkit-transition: width 1.4s ease;
    -khtml-transition: width 1.4s ease;
    -moz-transition: width 1.4s ease;
    -ms-transition: width 1.4s ease;
    -o-transition: width 1.4s ease;
    transition: width 1.4s ease;
    background-color: #d1651a;
    background-image: -webkit-gradient(linear, left top, right top, from(#d1651a), to(#c1282a));
    background-image: -webkit-linear-gradient(left, #d1651a, #c1282a);
    background-image: -moz-linear-gradient(left, #d1651a, #c1282a);
    background-image: -ms-linear-gradient(left, #d1651a, #c1282a);
    background-image: -o-linear-gradient(left, #d1651a, #c1282a);
    background-image: linear-gradient(left, #d1651a, #c1282a);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#d1651a', endColorStr='#c1282a', gradientType='1')
}

.ct-progressbar1 .ct-progress-holder {
    position: relative;
    z-index: 1;
    height: 7px;
    background-color: #f9f9f9;
    display: flex;
    flex-grow: 1
}

.ct-progressbar1 .ct-progress-meta {
    min-width: 97px;
    margin-right: 15px
}

.ct-progressbar1 .ct-progress-percentage {
    min-width: 56px;
    text-align: right
}

.ct-progressbar1 .ct-progress-item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center
}

.ct-progressbar1 .ct-progress-item+.ct-progress-item {
    margin-top: 25px
}

.ct-fancy-box-grid1 {
    text-align: center;
    margin: 0
}

.ct-fancy-box-grid1 .item--icon {
    line-height: 1;
    margin-bottom: 10px
}

.ct-fancy-box-grid1 .item--icon i {
    color: #192743;
    font-size: 51px;
    -webkit-transition: all .2s linear 0ms;
    -khtml-transition: all .2s linear 0ms;
    -moz-transition: all .2s linear 0ms;
    -ms-transition: all .2s linear 0ms;
    -o-transition: all .2s linear 0ms;
    transition: all .2s linear 0ms
}

.ct-fancy-box-grid1 .item--title {
    font-size: 16px;
    line-height: 26px;
    color: #334870;
    margin-bottom: 0;
    font-weight: 600;
    -webkit-transition: all .2s linear 0ms;
    -khtml-transition: all .2s linear 0ms;
    -moz-transition: all .2s linear 0ms;
    -ms-transition: all .2s linear 0ms;
    -o-transition: all .2s linear 0ms;
    transition: all .2s linear 0ms
}

.ct-fancy-box-grid1 .item-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9
}

.ct-fancy-box-grid1 .row {
    margin: 0
}

.ct-fancy-box-grid1 .row .grid-item {
    padding: 0
}

.ct-fancy-box-grid1 .item-line {
    background-color: #75a1fb;
    position: absolute;
    opacity: 0;
    -webkit-transition: all .2s linear 0ms;
    -khtml-transition: all .2s linear 0ms;
    -moz-transition: all .2s linear 0ms;
    -ms-transition: all .2s linear 0ms;
    -o-transition: all .2s linear 0ms;
    transition: all .2s linear 0ms;
    z-index: 99
}

.ct-fancy-box-grid1 .item-line-top {
    top: -1px
}

.ct-fancy-box-grid1 .item-line-bottom {
    bottom: -1px
}

.ct-fancy-box-grid1 .item-line-top,
.ct-fancy-box-grid1 .item-line-bottom {
    width: calc(100% + 160px);
    width: -webkit-calc(100% + 160px);
    height: 2px;
    left: -80px;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(to right, rgba(117, 161, 251, 0), #75a1fb, rgba(117, 161, 251, 0));
    background: rgba(0, 0, 0, 0) -ms-linear-gradient(to right, rgba(117, 161, 251, 0), #75a1fb, rgba(117, 161, 251, 0));
    background: rgba(0, 0, 0, 0) -o-linear-gradient(to right, rgba(117, 161, 251, 0), #75a1fb, rgba(117, 161, 251, 0));
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(117, 161, 251, 0), #75a1fb, rgba(117, 161, 251, 0))
}

.ct-fancy-box-grid1 .item-line-left {
    left: -1px
}

.ct-fancy-box-grid1 .item-line-right {
    right: -1px
}

.ct-fancy-box-grid1 .item-line-left,
.ct-fancy-box-grid1 .item-line-right {
    height: calc(100% + 160px);
    height: -webkit-calc(100% + 160px);
    width: 2px;
    top: -80px;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(to top, rgba(117, 161, 251, 0), #75a1fb, rgba(117, 161, 251, 0));
    background: rgba(0, 0, 0, 0) -ms-linear-gradient(to top, rgba(117, 161, 251, 0), #75a1fb, rgba(117, 161, 251, 0));
    background: rgba(0, 0, 0, 0) -o-linear-gradient(to top, rgba(117, 161, 251, 0), #75a1fb, rgba(117, 161, 251, 0));
    background: rgba(0, 0, 0, 0) linear-gradient(to top, rgba(117, 161, 251, 0), #75a1fb, rgba(117, 161, 251, 0))
}

.ct-fancy-box-grid1 .item--inner {
    border: 1px solid #122445;
    padding: 32px 20px 23px;
    margin-left: -1px;
    margin-top: -1px;
    position: relative;
    -webkit-transition: all .2s linear 0ms;
    -khtml-transition: all .2s linear 0ms;
    -moz-transition: all .2s linear 0ms;
    -ms-transition: all .2s linear 0ms;
    -o-transition: all .2s linear 0ms;
    transition: all .2s linear 0ms
}

.ct-fancy-box-grid1 .item--inner:hover .item-line,
.ct-fancy-box-grid1 .item--inner.active .item-line {
    opacity: 1
}

.ct-fancy-box-grid1 .item--inner:hover .item--title,
.ct-fancy-box-grid1 .item--inner.active .item--title {
    color: #fff
}

.ct-fancy-box-grid1 .item--inner:hover .item--icon i,
.ct-fancy-box-grid1 .item--inner.active .item--icon i {
    color: #75a1fb
}

.ct-fancy-box-grid1 .item--inner .item--holder {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: center
}

.ct-fancy-box-grid2 .item--icon {
    line-height: 1;
    margin-bottom: 26px
}

.ct-fancy-box-grid2 .item--icon i {
    font-size: 65px;
    color: #4b58ff
}

.ct-fancy-box-grid2 .item--title {
    font-size: 20px
}

.ct-fancy-box-grid2 .item--desc {
    font-size: 16px;
    line-height: 26px;
    color: #000
}

.ct-fancy-box-grid2 .item-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99
}

.ct-fancy-box-grid2 .row {
    margin: 0 14px 0 16px
}

.ct-fancy-box-grid2 .row .grid-item {
    padding: 0
}

.ct-fancy-box-grid2 .row .grid-item:hover {
    z-index: 99
}

.ct-fancy-box-grid2 .item--shadow {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    height: 75%;
    width: 83%;
    z-index: -1;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    -webkit-box-shadow: 0 10px 40px rgba(5, 12, 103, .28);
    -khtml-box-shadow: 0 10px 40px rgba(5, 12, 103, .28);
    -moz-box-shadow: 0 10px 40px rgba(5, 12, 103, .28);
    -ms-box-shadow: 0 10px 40px rgba(5, 12, 103, .28);
    -o-box-shadow: 0 10px 40px rgba(5, 12, 103, .28);
    box-shadow: 0 10px 40px rgba(5, 12, 103, .28);
    opacity: 0
}

.ct-fancy-box-grid2 .item--inner {
    text-align: center;
    border: 1px solid #ebeffc;
    background-color: #f9fbfd;
    padding: 55px 40px 48px;
    margin-top: -1px;
    margin-left: -1px;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    position: relative;
    z-index: 1
}

@media screen and (max-width:767px) {
    .ct-fancy-box-grid2 .item--inner {
        padding-left: 30px;
        padding-right: 30px
    }
}

.ct-fancy-box-grid2 .item--inner:hover {
    background-color: #fff;
    z-index: 99
}

.ct-fancy-box-grid2 .item--inner:hover+.item--shadow {
    opacity: 1
}

.ct-case-study-grid1 .item--featured,
.ct-case-study-carousel-layout1 .item--featured {
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden
}

.ct-case-study-grid1 .item--featured img,
.ct-case-study-carousel-layout1 .item--featured img {
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .3s cubic-bezier(0, 0, .2, 1) 0s;
    -khtml-transition: all .3s cubic-bezier(0, 0, .2, 1) 0s;
    -moz-transition: all .3s cubic-bezier(0, 0, .2, 1) 0s;
    -ms-transition: all .3s cubic-bezier(0, 0, .2, 1) 0s;
    -o-transition: all .3s cubic-bezier(0, 0, .2, 1) 0s;
    transition: all .3s cubic-bezier(0, 0, .2, 1) 0s
}

.ct-case-study-grid1 .item--title,
.ct-case-study-carousel-layout1 .item--title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0
}

.ct-case-study-grid1 .item--title a,
.ct-case-study-carousel-layout1 .item--title a {
    color: inherit
}

.ct-case-study-grid1 .item--title a:hover,
.ct-case-study-carousel-layout1 .item--title a:hover {
    color: inherit
}

.ct-case-study-grid1 .item--category,
.ct-case-study-carousel-layout1 .item--category {
    font-size: 15px;
    color: #383838;
    margin-bottom: 7px
}

.ct-case-study-grid1 .item--category a,
.ct-case-study-carousel-layout1 .item--category a {
    color: inherit
}

.ct-case-study-grid1 .item--category a:hover,
.ct-case-study-carousel-layout1 .item--category a:hover {
    color: inherit
}

.ct-case-study-grid1 .item--readmore a,
.ct-case-study-carousel-layout1 .item--readmore a {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-border-radius: 0 5px;
    -khtml-border-radius: 0 5px;
    -moz-border-radius: 0 5px;
    -ms-border-radius: 0 5px;
    -o-border-radius: 0 5px;
    border-radius: 0 5px;
    font-size: 26px;
    color: #fff;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    width: 41px;
    height: 39px;
    line-height: 39px;
    z-index: 1;
    text-align: center
}

.ct-case-study-grid1 .item--readmore a:before,
.ct-case-study-carousel-layout1 .item--readmore a:before,
.ct-case-study-grid1 .item--readmore a:after,
.ct-case-study-carousel-layout1 .item--readmore a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    -webkit-border-radius: 0 5px;
    -khtml-border-radius: 0 5px;
    -moz-border-radius: 0 5px;
    -ms-border-radius: 0 5px;
    -o-border-radius: 0 5px;
    border-radius: 0 5px
}

.ct-case-study-grid1 .item--readmore a:before,
.ct-case-study-carousel-layout1 .item--readmore a:before {
    background-color: #0e0e0e
}

.ct-case-study-grid1 .item--readmore a:after,
.ct-case-study-carousel-layout1 .item--readmore a:after {
    background-color: #f58220;
    background-image: -webkit-gradient(linear, left top, right top, from(#f58220), to(#cc650d));
    background-image: -webkit-linear-gradient(left, #f58220, #cc650d);
    background-image: -moz-linear-gradient(left, #f58220, #cc650d);
    background-image: -ms-linear-gradient(left, #f58220, #cc650d);
    background-image: -o-linear-gradient(left, #f58220, #cc650d);
    background-image: linear-gradient(left, #f58220, #cc650d);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#f58220', endColorStr='#cc650d', gradientType='1');
    opacity: 0
}

.ct-case-study-grid1 .item--readmore a:hover:before,
.ct-case-study-carousel-layout1 .item--readmore a:hover:before {
    opacity: 0
}

.ct-case-study-grid1 .item--readmore a:hover:after,
.ct-case-study-carousel-layout1 .item--readmore a:hover:after {
    opacity: 1
}

.ct-case-study-grid1 .item--meta,
.ct-case-study-carousel-layout1 .item--meta {
    padding: 20px 25px 20px 35px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 38px rgba(5, 27, 46, .2);
    -khtml-box-shadow: 0 5px 38px rgba(5, 27, 46, .2);
    -moz-box-shadow: 0 5px 38px rgba(5, 27, 46, .2);
    -ms-box-shadow: 0 5px 38px rgba(5, 27, 46, .2);
    -o-box-shadow: 0 5px 38px rgba(5, 27, 46, .2);
    box-shadow: 0 5px 38px rgba(5, 27, 46, .2);
    position: relative;
    overflow: hidden;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms
}

@media screen and (max-width:1400px) {
    .ct-case-study-grid1 .item--meta,
    .ct-case-study-carousel-layout1 .item--meta {
        padding-left: 30px
    }
}

@media screen and (max-width:767px) {
    .ct-case-study-grid1 .item--meta,
    .ct-case-study-carousel-layout1 .item--meta {
        padding-left: 20px
    }
}

.ct-case-study-grid1 .item--holder,
.ct-case-study-carousel-layout1 .item--holder {
    position: relative;
    padding: 0 40px;
    margin-top: -70px
}

@media screen and (max-width:1400px) {
    .ct-case-study-grid1 .item--holder,
    .ct-case-study-carousel-layout1 .item--holder {
        padding: 0 25px
    }
}

.ct-case-study-grid1 .grid-item-inner,
.ct-case-study-carousel-layout1 .grid-item-inner {
    margin-bottom: 65px
}

.ct-case-study-grid1 .grid-item-inner:hover .item--meta,
.ct-case-study-carousel-layout1 .grid-item-inner:hover .item--meta {
    -webkit-box-shadow: 0 12px 38px rgba(5, 27, 46, .3);
    -khtml-box-shadow: 0 12px 38px rgba(5, 27, 46, .3);
    -moz-box-shadow: 0 12px 38px rgba(5, 27, 46, .3);
    -ms-box-shadow: 0 12px 38px rgba(5, 27, 46, .3);
    -o-box-shadow: 0 12px 38px rgba(5, 27, 46, .3);
    box-shadow: 0 12px 38px rgba(5, 27, 46, .3)
}

.ct-case-study-grid1 .grid-item-inner:hover .item--featured img,
.ct-case-study-carousel-layout1 .grid-item-inner:hover .item--featured img {
    -webkit-transform: scale(1.1);
    -khtml-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%)
}

.ct-case-study-carousel-layout2 .item--title {
    font-size: 22px;
    margin-bottom: 10px;
    color: #fff
}

@media screen and (max-width:767px) {
    .ct-case-study-carousel-layout2 .item--title {
        font-size: 20px
    }
}

.ct-case-study-carousel-layout2 .item--title a {
    color: inherit
}

.ct-case-study-carousel-layout2 .item--title a:hover {
    color: inherit
}

.ct-case-study-carousel-layout2 .item--holder {
    background-color: #0e0e0e;
    max-width: 382px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px 30px 30px 35px;
    -webkit-transition: all .26s linear 0ms;
    -khtml-transition: all .26s linear 0ms;
    -moz-transition: all .26s linear 0ms;
    -ms-transition: all .26s linear 0ms;
    -o-transition: all .26s linear 0ms;
    transition: all .26s linear 0ms;
    -webkit-transform: translateX(-100%);
    -khtml-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
}

@media screen and (max-width:767px) {
    .ct-case-study-carousel-layout2 .item--holder {
        padding-left: 20px;
        padding-right: 20px
    }
}

.ct-case-study-carousel-layout2 .item--category {
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 20px
}

.ct-case-study-carousel-layout2 .item--category label {
    color: #1ce596
}

.ct-case-study-carousel-layout2 .item--category a {
    color: inherit
}

.ct-case-study-carousel-layout2 .item--category a:hover {
    color: #1ce596
}

.ct-case-study-carousel-layout2 .item--readmore {
    font-size: 14px;
    line-height: 24px;
    font-family: 'Poppins', sans-serif
}

.ct-case-study-carousel-layout2 .item--readmore i {
    color: #1ce596;
    margin-left: 6px
}

.ct-case-study-carousel-layout2 .item--readmore a {
    color: #fff
}

.ct-case-study-carousel-layout2 .item--readmore a:hover {
    color: #1ce596
}

.ct-case-study-carousel-layout2 .item--featured {
    position: relative;
    overflow: hidden;
    margin-bottom: 80px
}

.ct-case-study-carousel-layout2 .item--featured img {
    -webkit-transition: all .26s linear 0ms;
    -khtml-transition: all .26s linear 0ms;
    -moz-transition: all .26s linear 0ms;
    -ms-transition: all .26s linear 0ms;
    -o-transition: all .26s linear 0ms;
    transition: all .26s linear 0ms
}

.ct-case-study-carousel-layout2 .grid-item-inner {
    position: relative;
    overflow: hidden
}

.ct-case-study-carousel-layout2 .grid-item-inner:hover .item--featured img {
    -webkit-transform: scale(1.12);
    -khtml-transform: scale(1.12);
    -moz-transform: scale(1.12);
    -ms-transform: scale(1.12);
    -o-transform: scale(1.12);
    transform: scale(1.12)
}

.ct-case-study-carousel-layout2 .grid-item-inner:hover .item--holder {
    -webkit-transform: translateX(0%);
    -khtml-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%)
}

.ct-case-study-carousel-layout2 .slick-arrow {
    height: 45px;
    width: 45px;
    border: 2px solid #cecfe3;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    color: #b7bce9;
    margin: 0 5px
}

.ct-case-study-carousel-layout2 .slick-arrow:after {
    display: none
}

.ct-case-study-carousel-layout2 .slick-arrow:hover,
.ct-case-study-carousel-layout2 .slick-arrow:focus {
    border-color: #0e0e0e;
    background-color: #0e0e0e;
    color: #fff
}

.ct-case-study-carousel-layout2 .slick-arrow.slick-prev {
    margin-left: -27px
}

.ct-case-study-carousel-layout2 .slick-arrow.slick-next {
    margin-left: 27px
}

.ct-case-study-carousel-layout2 .ct-slick-carousel[data-arrows=true] {
    padding-bottom: 62px
}

.cta-custom-bg>.elementor-column-wrap {
    z-index: 1
}

.cta-custom-bg>.elementor-column-wrap:before {
    content: '';
    z-index: -1;
    height: 100%;
    width: 5000px;
    position: absolute;
    background-color: #fafafa;
    top: 0;
    left: 0;
    -webkit-border-radius: 0 0 0 5px;
    -khtml-border-radius: 0 0 0 5px;
    -moz-border-radius: 0 0 0 5px;
    -ms-border-radius: 0 0 0 5px;
    -o-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px
}

.cta-custom-bg+.elementor-element {
    z-index: 1
}

.ct-divider1 {
    width: 244px;
    height: 5px;
    background-color: #5a3919;
    background-image: -webkit-gradient(linear, left top, right top, from(#5a3919), to(#b57b28));
    background-image: -webkit-linear-gradient(left, #5a3919, #b57b28);
    background-image: -moz-linear-gradient(left, #5a3919, #b57b28);
    background-image: -ms-linear-gradient(left, #5a3919, #b57b28);
    background-image: -o-linear-gradient(left, #5a3919, #b57b28);
    background-image: linear-gradient(left, #5a3919, #b57b28);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#5a3919', endColorStr='#b57b28', gradientType='1')
}

@media screen and (max-width:767px) {
    .ct-divider1 {
        width: 120px
    }
}

.ct-typing-out {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0
}

.ct-typing-out .ct-sub-title {
    font-size: 30px;
    font-weight: 400;
    font-style: italic;
    font-family: "Playfair Display";
    margin-right: 4px;
    display: inline-block
}

.ct-process1 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    text-align: center;
    position: relative;
    z-index: 1
}

.ct-process1.ct-process-1-column .ct-process-item {
    width: 100%
}

.ct-process1.ct-process-2-column .ct-process-item {
    width: 50%
}

.ct-process1.ct-process-2-column .ct-process-item:nth-child(2) .ct-process-divider {
    display: none
}

.ct-process1.ct-process-3-column .ct-process-item {
    width: 33.33%
}

.ct-process1.ct-process-3-column .ct-process-item:nth-child(3) .ct-process-divider {
    display: none
}

.ct-process1.ct-process-4-column .ct-process-item {
    width: 25%
}

.ct-process1 .ct-process-item {
    padding: 0 15px;
    text-align: center;
    position: relative
}

@media screen and (max-width:767px) {
    .ct-process1 .ct-process-item+.ct-process-item {
        margin-top: 60px
    }
}

@media screen and (max-width:767px) {
    .ct-process1 .ct-process-item {
        width: 50% !important
    }
}

@media screen and (max-width:575px) {
    .ct-process1 .ct-process-item {
        width: 100% !important
    }
}

.ct-process1.style1:before {
    content: '';
    width: 1234px;
    height: 2px;
    background-image: url(../images/line-process.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 54px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -khtml-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: -1
}

@media screen and (max-width:767px) {
    .ct-process1.style1:before {
        display: none
    }
}

.ct-process1.style1 .ct-process-icon {
    height: 111px;
    width: 111px;
    background-color: #5a3919;
    background-image: -webkit-gradient(linear, left top, right top, from(#5a3919), to(#b57b28));
    background-image: -webkit-linear-gradient(left, #5a3919, #b57b28);
    background-image: -moz-linear-gradient(left, #5a3919, #b57b28);
    background-image: -ms-linear-gradient(left, #5a3919, #b57b28);
    background-image: -o-linear-gradient(left, #5a3919, #b57b28);
    background-image: linear-gradient(left, #5a3919, #b57b28);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#5a3919', endColorStr='#b57b28', gradientType='1');
    -webkit-border-radius: 111px;
    -khtml-border-radius: 111px;
    -moz-border-radius: 111px;
    -ms-border-radius: 111px;
    -o-border-radius: 111px;
    border-radius: 111px;
    position: relative;
    -webkit-box-shadow: 0px 8px 18px rgba(12, 12, 12, .19);
    -khtml-box-shadow: 0px 8px 18px rgba(12, 12, 12, .19);
    -moz-box-shadow: 0px 8px 18px rgba(12, 12, 12, .19);
    -ms-box-shadow: 0px 8px 18px rgba(12, 12, 12, .19);
    -o-box-shadow: 0px 8px 18px rgba(12, 12, 12, .19);
    box-shadow: 0px 8px 18px rgba(12, 12, 12, .19);
    margin: 0 auto 26px auto;
    line-height: 111px;
    overflow: hidden;
    position: relative
}

.ct-process1.style1 .ct-process-icon i {
    font-size: 48px;
    color: #fff;
    display: inline-block;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms
}

.ct-process1.style1 .ct-process-divider {
    position: absolute;
    top: 80px
}

@media screen and (max-width:767px) {
    .ct-process1.style1 .ct-process-divider {
        display: none !important
    }
}

.ct-process1.style1 .ct-process-title {
    margin-bottom: 14px;
    font-size: 22px
}

@media screen and (max-width:991px) {
    .ct-process1.style1 .ct-process-title {
        font-size: 18px
    }
}

@media screen and (max-width:767px) {
    .ct-process1.style1 .ct-process-description {
        font-size: 14px;
        line-height: 26px
    }
}

.ct-process1.style1 .ct-process-button {
    padding-top: 11px
}

.ct-process1.style1 .ct-process-button a {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    background-color: #5a3919;
    background-image: -webkit-gradient(linear, left top, right top, from(#5a3919), to(#b57b28));
    background-image: -webkit-linear-gradient(left, #5a3919, #b57b28);
    background-image: -moz-linear-gradient(left, #5a3919, #b57b28);
    background-image: -ms-linear-gradient(left, #5a3919, #b57b28);
    background-image: -o-linear-gradient(left, #5a3919, #b57b28);
    background-image: linear-gradient(left, #5a3919, #b57b28);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#5a3919', endColorStr='#b57b28', gradientType='1');
    position: relative
}

.ct-process1.style1 .ct-process-button a:before {
    content: '';
    height: 1px;
    width: 0;
    -webkit-transition: all .2s linear 0ms;
    -khtml-transition: all .2s linear 0ms;
    -moz-transition: all .2s linear 0ms;
    -ms-transition: all .2s linear 0ms;
    -o-transition: all .2s linear 0ms;
    transition: all .2s linear 0ms;
    position: absolute;
    bottom: 0;
    left: 0
}

.ct-process1.style1 .ct-process-button a i {
    margin-left: 4px;
    display: initial;
    -webkit-transition: all .2s linear 0ms;
    -khtml-transition: all .2s linear 0ms;
    -moz-transition: all .2s linear 0ms;
    -ms-transition: all .2s linear 0ms;
    -o-transition: all .2s linear 0ms;
    transition: all .2s linear 0ms
}

.ct-process1.style1 .ct-process-button a:hover i {
    margin-left: 8px
}

.ct-process1.style1 .ct-process-button a:hover:before {
    width: 100%
}

.ct-process1.style1 .ct-process-item:hover .ct-process-icon i {
    -o-animation: toTopFromBottom .3s forwards;
    -ms-animation: toTopFromBottom .3s forwards;
    -webkit-animation: toTopFromBottom .3s forwards;
    animation: toTopFromBottom .3s forwards
}

.ct-process1.style2 .ct-process-icon {
    line-height: 1;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99
}

.ct-process1.style2 .ct-process-icon i {
    font-size: 42px
}

.ct-process1.style2 .ct-process-title {
    margin-bottom: 14px;
    color: #fff;
    font-size: 22px
}

.ct-process1.style2 .ct-process-description {
    color: #f2f2f2;
    margin-bottom: 5px
}

.ct-process1.style2 .ct-process-button a {
    font-size: 15px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #1ce596
}

.ct-process1.style2 .ct-process-button a:hover {
    color: #1ce596
}

.ct-process1.style2 .ct-process-button a i {
    margin-left: 4px;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms
}

.ct-process1.style2 .ct-process-button a i:before {
    content: "\f101"
}

.ct-process1.style2 .ct-process-button a:hover i {
    -webkit-transform: translateX(6px);
    -khtml-transform: translateX(6px);
    -moz-transform: translateX(6px);
    -ms-transform: translateX(6px);
    -o-transform: translateX(6px);
    transform: translateX(6px)
}

.ct-process1.style2 .ct-piechart-process {
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
    max-width: 165px;
    z-index: 1
}

.ct-process1.style2 .ct-piechart-process .ct-process-border:before {
    content: '';
    left: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
    border: 4px solid #d7e7fd;
    position: absolute;
    background-color: #292929;
    z-index: -1;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%
}

.ct-process1.style2 .ct-piechart-process .ct-process-border:after {
    content: '';
    width: 37px;
    height: 37px;
    -webkit-border-radius: 37px;
    -khtml-border-radius: 37px;
    -moz-border-radius: 37px;
    -ms-border-radius: 37px;
    -o-border-radius: 37px;
    border-radius: 37px;
    position: absolute;
    top: 12px;
    right: 12px;
    background-image: -webkit-linear-gradient(-210deg, #9af657, #1ce596);
    background-image: -moz-linear-gradient(-210deg, #9af657, #1ce596);
    background-image: -ms-linear-gradient(-210deg, #9af657, #1ce596);
    background-image: -o-linear-gradient(-210deg, #9af657, #1ce596);
    background-image: linear-gradient(-210deg, #9af657, #1ce596);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#9af657', endColorStr='#1ce596');
    -webkit-box-shadow: 0 10px 16px rgba(28, 229, 150, .4);
    -khtml-box-shadow: 0 10px 16px rgba(28, 229, 150, .4);
    -moz-box-shadow: 0 10px 16px rgba(28, 229, 150, .4);
    -ms-box-shadow: 0 10px 16px rgba(28, 229, 150, .4);
    -o-box-shadow: 0 10px 16px rgba(28, 229, 150, .4);
    box-shadow: 0 10px 16px rgba(28, 229, 150, .4)
}

.ct-process1.style2 .ct-process-item-inner {
    max-width: 225px;
    margin: 0 auto
}

.ct-process1.style2 .ct-process-item:before {
    content: '';
    width: 83px;
    height: 12px;
    background-image: url(../images/process-shape1.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 80px;
    right: -41px
}

@media screen and (max-width:1199px) {
    .ct-process1.style2 .ct-process-item:before {
        display: none
    }
}

.ct-process1.style2 .ct-process-item:last-child:before {
    display: none
}

.ct-process1.style2.ct-process-3-column .ct-process-item:nth-child(1) .ct-process-border:after {
    background-image: -webkit-linear-gradient(-210deg, #00bdff, #007aff);
    background-image: -moz-linear-gradient(-210deg, #00bdff, #007aff);
    background-image: -ms-linear-gradient(-210deg, #00bdff, #007aff);
    background-image: -o-linear-gradient(-210deg, #00bdff, #007aff);
    background-image: linear-gradient(-210deg, #00bdff, #007aff);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#00bdff', endColorStr='#007aff');
    -webkit-box-shadow: 0 10px 16px rgba(0, 122, 255, .4);
    -khtml-box-shadow: 0 10px 16px rgba(0, 122, 255, .4);
    -moz-box-shadow: 0 10px 16px rgba(0, 122, 255, .4);
    -ms-box-shadow: 0 10px 16px rgba(0, 122, 255, .4);
    -o-box-shadow: 0 10px 16px rgba(0, 122, 255, .4);
    box-shadow: 0 10px 16px rgba(0, 122, 255, .4)
}

.ct-process1.style2.ct-process-3-column .ct-process-item:nth-child(2):before {
    width: 55px;
    height: 18px;
    background-image: url(../images/process-shape2.png);
    top: 78px;
    right: -27px
}

.ct-process1.style2.ct-process-3-column .ct-process-item:nth-child(2) .ct-process-border:after {
    background-image: -webkit-linear-gradient(-210deg, #fdc032, #f66f25);
    background-image: -moz-linear-gradient(-210deg, #fdc032, #f66f25);
    background-image: -ms-linear-gradient(-210deg, #fdc032, #f66f25);
    background-image: -o-linear-gradient(-210deg, #fdc032, #f66f25);
    background-image: linear-gradient(-210deg, #fdc032, #f66f25);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#fdc032', endColorStr='#f66f25');
    -webkit-box-shadow: 0 10px 16px rgba(246, 111, 37, .4);
    -khtml-box-shadow: 0 10px 16px rgba(246, 111, 37, .4);
    -moz-box-shadow: 0 10px 16px rgba(246, 111, 37, .4);
    -ms-box-shadow: 0 10px 16px rgba(246, 111, 37, .4);
    -o-box-shadow: 0 10px 16px rgba(246, 111, 37, .4);
    box-shadow: 0 10px 16px rgba(246, 111, 37, .4);
    top: auto;
    bottom: 12px
}

.ct-process1.style2.ct-process-3-column .ct-process-item:nth-child(2) .percentage {
    -webkit-transform: rotate(90deg);
    -khtml-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.ct-process1.style2.ct-process-3-column .ct-process-item:nth-child(3) .ct-process-border:after {
    background-image: -webkit-linear-gradient(-210deg, #54e8ec, #33cefa);
    background-image: -moz-linear-gradient(-210deg, #54e8ec, #33cefa);
    background-image: -ms-linear-gradient(-210deg, #54e8ec, #33cefa);
    background-image: -o-linear-gradient(-210deg, #54e8ec, #33cefa);
    background-image: linear-gradient(-210deg, #54e8ec, #33cefa);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#54e8ec', endColorStr='#33cefa');
    -webkit-box-shadow: 0 10px 16px rgba(51, 206, 250, .4);
    -khtml-box-shadow: 0 10px 16px rgba(51, 206, 250, .4);
    -moz-box-shadow: 0 10px 16px rgba(51, 206, 250, .4);
    -ms-box-shadow: 0 10px 16px rgba(51, 206, 250, .4);
    -o-box-shadow: 0 10px 16px rgba(51, 206, 250, .4);
    box-shadow: 0 10px 16px rgba(51, 206, 250, .4);
    right: auto;
    left: 12px
}

.ct-process1.style2.ct-process-3-column .ct-process-item:nth-child(3) .percentage {
    -webkit-transform: rotate(-90deg);
    -khtml-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

@media screen and (min-width:768px) {
    .box-offset-01>.elementor-container>.elementor-row>.elementor-column {
        width: calc(100% + 195px);
        width: -webkit-calc(100% + 195px);
        display: block;
        margin-right: -195px;
        position: relative;
        z-index: 99
    }
}

.logo-landing img {
    max-height: 120px
}

.ct-showcase1 {
    margin-top: 15px;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    position: relative
}

.ct-showcase1 .ct-showcase-image {
    -webkit-box-shadow: 0 0 15px rgba(14, 14, 14, .19);
    -khtml-box-shadow: 0 0 15px rgba(14, 14, 14, .19);
    -moz-box-shadow: 0 0 15px rgba(14, 14, 14, .19);
    -ms-box-shadow: 0 0 15px rgba(14, 14, 14, .19);
    -o-box-shadow: 0 0 15px rgba(14, 14, 14, .19);
    box-shadow: 0 0 15px rgba(14, 14, 14, .19);
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    overflow: hidden;
    position: relative
}

.ct-showcase1 .ct-showcase-image label {
    -webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, .15);
    -khtml-box-shadow: 0 6px 18px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 6px 18px rgba(0, 0, 0, .15);
    -ms-box-shadow: 0 6px 18px rgba(0, 0, 0, .15);
    -o-box-shadow: 0 6px 18px rgba(0, 0, 0, .15);
    box-shadow: 0 6px 18px rgba(0, 0, 0, .15);
    line-height: 33px;
    height: 33px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    background-color: #c1282a;
    position: absolute;
    width: 180px;
    padding: 0 10px;
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 25px;
    left: -48px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    text-transform: uppercase
}

.ct-showcase1 .ct-showcase-meta {
    text-align: center
}

.ct-showcase1 .ct-showcase-meta h3 {
    margin-top: 56px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600
}

@media screen and (max-width:991px) {
    .ct-showcase1 .ct-showcase-meta h3 {
        font-size: 17px
    }
}

.ct-showcase1 .ct-showcase-meta h3 cite {
    color: #c1282a;
    font-style: normal
}

.ct-showcase1 .ct-showcase-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .49);
    z-index: 2;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    opacity: 0
}

.ct-showcase1 .ct-showcase-link {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 15px;
    font-weight: 600;
    line-height: 63px;
    padding: 0 60px;
    background-image: -webkit-linear-gradient(90deg, #d1651a 0%, #c1282a 50%, #d1651a);
    background-image: -moz-linear-gradient(90deg, #d1651a 0%, #c1282a 50%, #d1651a);
    background-image: -ms-linear-gradient(90deg, #d1651a 0%, #c1282a 50%, #d1651a);
    background-image: -o-linear-gradient(90deg, #d1651a 0%, #c1282a 50%, #d1651a);
    background-image: linear-gradient(90deg, #d1651a 0%, #c1282a 50%, #d1651a);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
    z-index: 3;
    -webkit-border-radius: 60px;
    -khtml-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    opacity: 0
}

@media screen and (max-width:991px) {
    .ct-showcase1 .ct-showcase-link {
        padding: 0 40px;
        line-height: 55px
    }
}

.ct-showcase1:hover {
    -webkit-transform: translateY(-15px);
    -khtml-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px)
}

.ct-showcase1:hover .ct-showcase-overlay,
.ct-showcase1:hover .ct-showcase-link {
    opacity: 1
}

.el-max-width .ct-fancy-box-layout3.style2 {
    max-width: 410px
}

.ct-fancy-box-carousel1 {
    position: relative;
    z-index: 1
}

.ct-fancy-box-carousel1:before {
    content: '';
    z-index: -1;
    width: 100%;
    top: 0;
    bottom: 50px;
    background-color: #fafafa;
    -webkit-box-shadow: 0 2px 40px rgba(34, 34, 35, .15);
    -khtml-box-shadow: 0 2px 40px rgba(34, 34, 35, .15);
    -moz-box-shadow: 0 2px 40px rgba(34, 34, 35, .15);
    -ms-box-shadow: 0 2px 40px rgba(34, 34, 35, .15);
    -o-box-shadow: 0 2px 40px rgba(34, 34, 35, .15);
    box-shadow: 0 2px 40px rgba(34, 34, 35, .15);
    position: absolute
}

.ct-fancy-box-carousel1 .item--icon {
    line-height: 1;
    margin-bottom: 18px
}

.ct-fancy-box-carousel1 .item--icon i {
    font-size: 60px;
    color: #4b58ff
}

.ct-fancy-box-carousel1 .item--title {
    font-size: 22px;
    margin-bottom: 15px
}

.ct-fancy-box-carousel1 .item--description {
    font-size: 16px;
    line-height: 26px;
    color: #000
}

.ct-fancy-box-carousel1 .item--link a {
    position: absolute;
    line-height: 45px;
    padding: 0 50px;
    background-color: #4b58ff;
    width: 100%;
    color: #fff;
    font-weight: 700;
    bottom: -45px;
    left: 0;
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    -webkit-transform: scaleY(0);
    -khtml-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0)
}

.ct-fancy-box-carousel1 .item--link a i {
    margin-left: 8px
}

.ct-fancy-box-carousel1 .item--link a:hover,
.ct-fancy-box-carousel1 .item--link a:focus {
    background-color: #00c7d4;
    color: #fff
}

.ct-fancy-box-carousel1 .item--inner {
    padding: 50px 50px 47px;
    position: relative
}

@media screen and (max-width:767px) {
    .ct-fancy-box-carousel1 .item--inner {
        padding-left: 30px;
        padding-right: 30px
    }
}

.ct-fancy-box-carousel1 .item--inner:before {
    content: '';
    width: 0;
    height: 140px;
    border-right: 1px dashed #d0d0d0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: -1px;
    opacity: 0
}

.ct-fancy-box-carousel1 .item--inner:hover .item--link a {
    -webkit-transform: scaleY(1);
    -khtml-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1)
}

.ct-fancy-box-carousel1 .slick-active .item--inner:before {
    opacity: 1
}

.ct-fancy-box-carousel1 .slick-list {
    padding: 0 0 50px
}

.ct-fancy-box-carousel1.ct-slick-slider .ct-carousel-inner {
    margin: 0
}

.ct-fancy-box-carousel1.ct-slick-slider .ct-carousel-inner .slick-slide {
    padding: 0
}

.feature-offset>.elementor-container {
    width: calc(100% + 90px)
}

.ct-particle-animate {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media screen and (max-width:991px) {
    .ct-particle-animate {
        display: none
    }
}

.ct-particle-animate div {
    position: absolute;
    top: 0;
    left: 0
}

.ct-particle-animate .shape-animate1 {
    animation: animationFramesTwo 12s infinite linear alternate
}

.ct-particle-animate .shape-animate2 {
    animation: animationFramesOne 15s infinite linear alternate
}

.ct-particle-animate .shape-animate3 {
    animation: animationFramesOne 12s infinite linear alternate
}

.ct-particle-animate .shape-animate4 {
    animation: animationFramesFour 12s infinite linear alternate
}

.ct-particle-animate .shape-animate5 {
    animation: animationFramesThree 12s infinite linear alternate
}

.ct-particle-animate .shape-animate6 {
    animation: animationFramesFive 12s infinite linear alternate
}

.h6-icon-phone {
    font-size: 0px;
    margin-right: 9px;
    color: #4b58ff
}

.h6-icon-phone:before {
    font-size: 18px;
    -webkit-transform: scaleX(-1);
    -khtml-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    display: inline-block
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    body .text-gradient,
    body blockquote cite,
    blockquote body cite,
    body .ct-header-popup-wrap .ct-header-meta .h-item-icon,
    .ct-header-popup-wrap .ct-header-meta body .h-item-icon,
    body .post-previous-next a span:nth-child(1),
    .post-previous-next a body span:nth-child(1),
    body .comment-content:hover .comment-date,
    .comment-content:hover body .comment-date,
    body .ct-list.style1 .ct-list-icon i,
    .ct-list.style1 .ct-list-icon body i,
    body .ct-contact-info1.style2 .ct-contact-icon i,
    .ct-contact-info1.style2 .ct-contact-icon body i,
    body .ct-fancy-box-layout1.style3 .item--icon i,
    .ct-fancy-box-layout1.style3 .item--icon body i,
    body .ct-fancy-box-layout1.style4 .item--icon i,
    .ct-fancy-box-layout1.style4 .item--icon body i,
    body .ct-fancy-box-layout2 .item--icon i,
    .ct-fancy-box-layout2 .item--icon body i,
    body .ct-fancy-box-layout5 .item--icon i,
    .ct-fancy-box-layout5 .item--icon body i,
    body .ct-fancy-box-layout5 .item--list i,
    .ct-fancy-box-layout5 .item--list body i,
    body .ct-service-grid4 .item--title i,
    .ct-service-grid4 .item--title body i,
    body .ct-service-carousel3 .item--icon i,
    .ct-service-carousel3 .item--icon body i,
    body .ct-download .item--download a i,
    .ct-download .item--download a body i,
    body .ct-blog-grid-layout1 .entry-readmore a,
    .ct-blog-grid-layout1 .entry-readmore body a,
    body .ct-blog-carousel-layout1 .entry-readmore a,
    .ct-blog-carousel-layout1 .entry-readmore body a,
    body .ct-blog-grid-layout2 .entry-readmore a,
    .ct-blog-grid-layout2 .entry-readmore body a,
    body .ct-counter-layout2 .ct-counter-icon i,
    .ct-counter-layout2 .ct-counter-icon body i,
    body .ct-counter-layout3 .ct-counter-number .ct-counter-number-prefix,
    .ct-counter-layout3 .ct-counter-number body .ct-counter-number-prefix,
    body .ct-counter-layout3 .ct-counter-number .ct-counter-number-suffix,
    .ct-counter-layout3 .ct-counter-number body .ct-counter-number-suffix,
    body .ct-process1.style1 .ct-process-button a,
    .ct-process1.style1 .ct-process-button body a,
    body .widget_products .amount,
    .widget_products body .amount,
    body .woocommerce ul.products li.product .price .amount,
    .woocommerce ul.products li.product .price body .amount,
    body .woocommerce ul.products li.product .price ins,
    .woocommerce ul.products li.product .price body ins,
    body .single-product #primary div.product .entry-summary .price ins,
    .single-product #primary div.product .entry-summary .price body ins,
    body .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__published-date,
    .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta body .woocommerce-review__published-date,
    body body #yith-quick-view-modal #yith-quick-view-content .entry-summary .price ins,
    body #yith-quick-view-modal #yith-quick-view-content .entry-summary .price body ins,
    body blockquote cite,
    body .ct-header-popup-wrap .ct-header-meta .h-item-icon,
    body .post-previous-next a span:nth-child(1),
    body .comment-content:hover .comment-date,
    body .ct-list.style1 .ct-list-icon i,
    body .ct-contact-info1.style2 .ct-contact-icon i,
    body .ct-fancy-box-layout1.style3 .item--icon i,
    body .ct-fancy-box-layout1.style4 .item--icon i,
    body .ct-fancy-box-layout2 .item--icon i,
    body .ct-fancy-box-layout5 .item--icon i,
    body .ct-fancy-box-layout5 .item--list i,
    body .ct-service-grid4 .item--title i,
    body .ct-service-carousel3 .item--icon i,
    body .ct-download .item--download a i,
    body .ct-blog-grid-layout1 .entry-readmore a,
    body .ct-blog-carousel-layout1 .entry-readmore a,
    body .ct-blog-grid-layout2 .entry-readmore a,
    body .ct-counter-layout2 .ct-counter-icon i,
    body .ct-counter-layout3 .ct-counter-number .ct-counter-number-prefix,
    body .ct-counter-layout3 .ct-counter-number .ct-counter-number-suffix,
    body .ct-process1.style1 .ct-process-button a,
    .widget_products .amount,
    body.woocommerce ul.products li.product .price .amount,
    body.woocommerce ul.products li.product .price ins,
    body.single-product #primary div.product .entry-summary .price ins,
    body.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__published-date,
    body #yith-quick-view-modal #yith-quick-view-content .entry-summary .price ins,
    body.text-gradient2,
    body.ct-text-gradient .elementor-text-editor,
    body.elementor-icon i {
        text-fill-color: #c1282a;
        -o-text-fill-color: #c1282a;
        -ms-text-fill-color: #c1282a;
        -moz-text-fill-color: #c1282a;
        -webkit-text-fill-color: #c1282a;
        background-clip: #c1282a;
        -o-background-clip: #c1282a;
        -ms-background-clip: #c1282a;
        -webkit-background-clip: #c1282a;
        background-image: none
    }
}

.sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 30px
}

.admin-bar .sidebar-sticky {
    top: 60px
}

.header-sticky .sidebar-sticky {
    top: 110px
}

.admin-bar.header-sticky .sidebar-sticky {
    top: 140px
}

.site-content {
    padding: 90px 0;
    position: relative
}

@media screen and (max-width:991px) {
    .site-content {
        overflow: hidden
    }
}

.single-footer .site-footer-custom {
    display: none
}

.single-footer .site-content {
    padding: 0
}

@media screen and (min-width:1200px) {
    body .container {
        max-width: 1200px;
        width: 100%
    }
    body .content-has-sidebar.float-left {
        padding-right: 70px
    }
    body .content-has-sidebar.float-right {
        padding-left: 70px
    }
    body.single-post .content-has-sidebar.float-left {
        padding-right: 15px
    }
    body.single-post .content-has-sidebar.float-right {
        padding-left: 15px
    }
}

@media screen and (min-width:992px) {
    .content-has-sidebar.float-right {
        order: 2;
        -webkit-order: 2;
        -ms-order: 2
    }
    .content-has-sidebar.float-right+#secondary {
        order: 1;
        -webkit-order: 1;
        -ms-order: 1
    }
}

@media screen and (max-width:1199px) {
    body .container {
        max-width: 100%
    }
}

@media screen and (max-width:991px) {
    #primary+#secondary {
        margin-top: 60px
    }
}

.logo-hidden-sidebar.site-h2,
.logo-hidden-sidebar.site-h3 {
    display: none
}

.site-h2 .logo-hidden-sidebar.site-h2 {
    display: block
}

.site-h2 .ct-spinner5>div {
    background-color: #cc650d
}

.site-h2 .scroll-top {
    background-image: -webkit-linear-gradient(-190deg, #f58220, #cc650d);
    background-image: -moz-linear-gradient(-190deg, #f58220, #cc650d);
    background-image: -ms-linear-gradient(-190deg, #f58220, #cc650d);
    background-image: -o-linear-gradient(-190deg, #f58220, #cc650d);
    background-image: linear-gradient(-190deg, #f58220, #cc650d);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#f58220', endColorStr='#cc650d')
}

.site-h2 .btn,
.site-h2 button,
.site-h2 .button,
.site-h2 input[type=submit] {
    background-image: -webkit-linear-gradient(90deg, #f58220 0%, #cc650d 50%, #f58220);
    background-image: -moz-linear-gradient(90deg, #f58220 0%, #cc650d 50%, #f58220);
    background-image: -ms-linear-gradient(90deg, #f58220 0%, #cc650d 50%, #f58220);
    background-image: -o-linear-gradient(90deg, #f58220 0%, #cc650d 50%, #f58220);
    background-image: linear-gradient(90deg, #f58220 0%, #cc650d 50%, #f58220);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='')
}

.site-h2 .ct-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list a.remove_from_cart_button,
.site-h2 .ct-hidden-sidebar .ct-hidden-close:hover {
    color: #cc650d
}

.site-h2 .ct-widget-cart-sidebar .ct-close,
.site-h2 .ct-getintouch .ct-getintouch-item .ct-getintouch-icon i,
.site-h2 .btn.btn-secondary:after,
.site-h2 .ct-social a:before,
.site-h2 .ct-progressbar1 .ct-progress-bar,
.site-h2 .ct-counter-layout2 .ct-counter-icon i,
.site-h2 .ct-video-button,
.site-h2 .ct-testimonial-carousel2 .testimonial-image .testimonial-icon,
.site-h2 .ct-slick-carousel.slick-arrow-style2 .slick-arrow:after,
.site-h2 .ct-fancy-box-layout1 .item--icon,
.site-h2 .ct-pricing-layout1 .pricing-price,
.site-h2 .ct-heading .item--sub-title.style1:before,
.site-h2 .ct-newsletter1 .tnp-field-button:before,
.site-h2 .ct-heading .item--title.st-line-top1 .ct-heading-divider span {
    background-color: #f58220;
    background-image: -webkit-gradient(linear, left top, right top, from(#f58220), to(#cc650d));
    background-image: -webkit-linear-gradient(left, #f58220, #cc650d);
    background-image: -moz-linear-gradient(left, #f58220, #cc650d);
    background-image: -ms-linear-gradient(left, #f58220, #cc650d);
    background-image: -o-linear-gradient(left, #f58220, #cc650d);
    background-image: linear-gradient(left, #f58220, #cc650d);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#f58220', endColorStr='#cc650d', gradientType='1')
}

.site-h2 .ct-social a:after {
    background-color: #cc650d;
    background-image: -webkit-gradient(linear, left top, right top, from(#cc650d), to(#f58220));
    background-image: -webkit-linear-gradient(left, #cc650d, #f58220);
    background-image: -moz-linear-gradient(left, #cc650d, #f58220);
    background-image: -ms-linear-gradient(left, #cc650d, #f58220);
    background-image: -o-linear-gradient(left, #cc650d, #f58220);
    background-image: linear-gradient(left, #cc650d, #f58220);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#cc650d', endColorStr='#f58220', gradientType='1')
}

.site-h2 .ct-video-player .ct-video-button.style2 .line-video-animation {
    border-color: rgba(103, 148, 241, .2)
}

.site-h2 .ct-testimonial-carousel2 .ct-testimonial-primary .slick-arrow {
    background-color: #e6e6e6;
    color: #0e0e0e;
    -webkit-box-shadow: 0 8px 10px rgba(12, 12, 12, .06);
    -khtml-box-shadow: 0 8px 10px rgba(12, 12, 12, .06);
    -moz-box-shadow: 0 8px 10px rgba(12, 12, 12, .06);
    -ms-box-shadow: 0 8px 10px rgba(12, 12, 12, .06);
    -o-box-shadow: 0 8px 10px rgba(12, 12, 12, .06);
    box-shadow: 0 8px 10px rgba(12, 12, 12, .06)
}

.site-h2 .ct-testimonial-carousel2 .ct-testimonial-primary .slick-arrow:hover {
    color: #fff
}

.site-h2 .ct-text-gradient .elementor-text-editor,
.site-h2 .ct-newsletter1 .tnp-field-button:before {
    background-color: #f58220;
    background-image: -webkit-gradient(linear, left top, right top, from(#f58220), to(#cc650d));
    background-image: -webkit-linear-gradient(left, #f58220, #cc650d);
    background-image: -moz-linear-gradient(left, #f58220, #cc650d);
    background-image: -ms-linear-gradient(left, #f58220, #cc650d);
    background-image: -o-linear-gradient(left, #f58220, #cc650d);
    background-image: linear-gradient(left, #f58220, #cc650d);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#f58220', endColorStr='#cc650d', gradientType='1')
}

.site-h2 .ct-tabs--layout1.style2 .ct-tab-title.active:before {
    border-color: #f58220
}

.site-h2 .ct-tabs--layout1.style2 .ct-tab-title.active:after {
    background-color: #f58220
}

.site-h2 .ct-pricing-layout1 .pricing-recommend {
    background-color: rgba(103, 148, 241, .3)
}

.site-h2 .ct-pricing-layout1 .pricing-feature li.active {
    background-color: #eef2fb
}

.site-h2 .ct-tabs--layout1.style2 .ct-tab-title {
    color: #1a1e66
}

.site-h2 .ct-tabs--layout1.style2 .ct-tab-title span {
    background-color: #dfe2f6
}

.site-h2 .ct-tabs--layout1.style2 .ct-tab-title.active {
    color: #0e0e0e
}

.site-h2 #ct-loadding .ct-dual-ring:after {
    border-bottom-color: #f58220;
    border-top-color: #f58220
}

@media screen and (max-width:1199px) {
    .site-h2 #ct-menu-mobile .btn-nav-cart:hover,
    .site-h2 .ct-main-menu>li>a:hover,
    .site-h2 .ct-main-menu>li>a.current,
    .site-h2 .ct-main-menu>li.current_page_item>a,
    .site-h2 .ct-main-menu>li.current-menu-item>a,
    .site-h2 .ct-main-menu>li.current_page_ancestor>a,
    .site-h2 .ct-main-menu>li.current-menu-ancestor>a,
    .site-h2 .ct-main-menu .sub-menu li>a:hover,
    .site-h2 .ct-main-menu .sub-menu li>a.current,
    .site-h2 .ct-main-menu .sub-menu li.current_page_item>a,
    .site-h2 .ct-main-menu .sub-menu li.current-menu-item>a,
    .site-h2 .ct-main-menu .sub-menu li.current_page_ancestor>a,
    .site-h2 .ct-main-menu .sub-menu li.current-menu-ancestor>a {
        color: #cc650d
    }
}

.site-h3 .logo-hidden-sidebar.site-h3 {
    display: block
}

.site-h3 .ct-spinner5>div {
    background-color: #b57b28
}

.site-h3 .scroll-top {
    background-image: -webkit-linear-gradient(-190deg, #b57b28, #5a3919);
    background-image: -moz-linear-gradient(-190deg, #b57b28, #5a3919);
    background-image: -ms-linear-gradient(-190deg, #b57b28, #5a3919);
    background-image: -o-linear-gradient(-190deg, #b57b28, #5a3919);
    background-image: linear-gradient(-190deg, #b57b28, #5a3919);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#b57b28', endColorStr='#5a3919')
}

.site-h3 .btn,
.site-h3 button,
.site-h3 .button,
.site-h3 input[type=submit] {
    background-image: -webkit-linear-gradient(90deg, #5a3919 0%, #b57b28 50%, #5a3919);
    background-image: -moz-linear-gradient(90deg, #5a3919 0%, #b57b28 50%, #5a3919);
    background-image: -ms-linear-gradient(90deg, #5a3919 0%, #b57b28 50%, #5a3919);
    background-image: -o-linear-gradient(90deg, #5a3919 0%, #b57b28 50%, #5a3919);
    background-image: linear-gradient(90deg, #5a3919 0%, #b57b28 50%, #5a3919);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
    line-height: 59px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.site-h3 .ct-text-gradient .elementor-text-editor,
.site-h3 .ct-newsletter1 .tnp-field-button:before {
    background-color: #5a3919;
    background-image: -webkit-gradient(linear, left top, right top, from(#5a3919), to(#b57b28));
    background-image: -webkit-linear-gradient(left, #5a3919, #b57b28);
    background-image: -moz-linear-gradient(left, #5a3919, #b57b28);
    background-image: -ms-linear-gradient(left, #5a3919, #b57b28);
    background-image: -o-linear-gradient(left, #5a3919, #b57b28);
    background-image: linear-gradient(left, #5a3919, #b57b28);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#5a3919', endColorStr='#b57b28', gradientType='1')
}

.site-h3 a.link-preset {
    color: #b57b28
}

.site-h3 a.link-preset:hover {
    color: #b57b28;
    text-decoration: underline
}

.site-h3 .ct-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list a.remove_from_cart_button,
.site-h3 .ct-hidden-sidebar .ct-hidden-close:hover {
    color: #b57b28
}

.site-h3 .ct-widget-cart-sidebar .ct-close,
.site-h3 .ct-getintouch .ct-getintouch-item .ct-getintouch-icon i,
.site-h3 .btn.btn-secondary:after,
.site-h3 .ct-social a:before,
.site-h3 .ct-progressbar1 .ct-progress-bar,
.site-h3 .ct-counter-layout2 .ct-counter-icon i,
.site-h3 .ct-video-button,
.site-h3 .ct-testimonial-carousel2 .testimonial-image .testimonial-icon,
.site-h3 .ct-slick-carousel.slick-arrow-style2 .slick-arrow:after,
.site-h3 .ct-fancy-box-layout1 .item--icon,
.site-h3 .ct-pricing-layout1 .pricing-price,
.site-h3 .ct-heading .item--sub-title.style1:before,
.site-h3 .ct-newsletter1 .tnp-field-button:before,
.site-h3 .ct-heading .item--title.st-line-top1:before,
.site-h3 .ct-heading .item--title.st-line-top1 .ct-heading-divider span,
.site-h3 .text-gradient,
.site-h3 blockquote cite,
blockquote .site-h3 cite,
.site-h3 .ct-header-popup-wrap .ct-header-meta .h-item-icon,
.ct-header-popup-wrap .ct-header-meta .site-h3 .h-item-icon,
.site-h3 .post-previous-next a span:nth-child(1),
.post-previous-next a .site-h3 span:nth-child(1),
.site-h3 .comment-content:hover .comment-date,
.comment-content:hover .site-h3 .comment-date,
.site-h3 .ct-list.style1 .ct-list-icon i,
.ct-list.style1 .ct-list-icon .site-h3 i,
.site-h3 .ct-contact-info1.style2 .ct-contact-icon i,
.ct-contact-info1.style2 .ct-contact-icon .site-h3 i,
.site-h3 .ct-fancy-box-layout1.style3 .item--icon i,
.ct-fancy-box-layout1.style3 .item--icon .site-h3 i,
.site-h3 .ct-fancy-box-layout1.style4 .item--icon i,
.ct-fancy-box-layout1.style4 .item--icon .site-h3 i,
.site-h3 .ct-fancy-box-layout2 .item--icon i,
.ct-fancy-box-layout2 .item--icon .site-h3 i,
.site-h3 .ct-fancy-box-layout5 .item--icon i,
.ct-fancy-box-layout5 .item--icon .site-h3 i,
.site-h3 .ct-fancy-box-layout5 .item--list i,
.ct-fancy-box-layout5 .item--list .site-h3 i,
.site-h3 .ct-service-grid4 .item--title i,
.ct-service-grid4 .item--title .site-h3 i,
.site-h3 .ct-service-carousel3 .item--icon i,
.ct-service-carousel3 .item--icon .site-h3 i,
.site-h3 .ct-download .item--download a i,
.ct-download .item--download a .site-h3 i,
.site-h3 .ct-blog-grid-layout1 .entry-readmore a,
.ct-blog-grid-layout1 .entry-readmore .site-h3 a,
.site-h3 .ct-blog-carousel-layout1 .entry-readmore a,
.ct-blog-carousel-layout1 .entry-readmore .site-h3 a,
.site-h3 .ct-blog-grid-layout2 .entry-readmore a,
.ct-blog-grid-layout2 .entry-readmore .site-h3 a,
.site-h3 .ct-counter-layout2 .ct-counter-icon i,
.ct-counter-layout2 .ct-counter-icon .site-h3 i,
.site-h3 .ct-counter-layout3 .ct-counter-number .ct-counter-number-prefix,
.ct-counter-layout3 .ct-counter-number .site-h3 .ct-counter-number-prefix,
.site-h3 .ct-counter-layout3 .ct-counter-number .ct-counter-number-suffix,
.ct-counter-layout3 .ct-counter-number .site-h3 .ct-counter-number-suffix,
.site-h3 .ct-process1.style1 .ct-process-button a,
.ct-process1.style1 .ct-process-button .site-h3 a,
.site-h3 .widget_products .amount,
.widget_products .site-h3 .amount,
.site-h3 .woocommerce ul.products li.product .price .amount,
.woocommerce ul.products li.product .price .site-h3 .amount,
.site-h3 .woocommerce ul.products li.product .price ins,
.woocommerce ul.products li.product .price .site-h3 ins,
.site-h3 .single-product #primary div.product .entry-summary .price ins,
.single-product #primary div.product .entry-summary .price .site-h3 ins,
.site-h3 .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__published-date,
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .site-h3 .woocommerce-review__published-date,
.site-h3 body #yith-quick-view-modal #yith-quick-view-content .entry-summary .price ins,
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .price .site-h3 ins {
    background-color: #5a3919;
    background-image: -webkit-gradient(linear, left top, right top, from(#5a3919), to(#b57b28));
    background-image: -webkit-linear-gradient(left, #5a3919, #b57b28);
    background-image: -moz-linear-gradient(left, #5a3919, #b57b28);
    background-image: -ms-linear-gradient(left, #5a3919, #b57b28);
    background-image: -o-linear-gradient(left, #5a3919, #b57b28);
    background-image: linear-gradient(left, #5a3919, #b57b28);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#5a3919', endColorStr='#b57b28', gradientType='1')
}

.site-h3 .ct-social a:after {
    background-color: #b57b28;
    background-image: -webkit-gradient(linear, left top, right top, from(#b57b28), to(#5a3919));
    background-image: -webkit-linear-gradient(left, #b57b28, #5a3919);
    background-image: -moz-linear-gradient(left, #b57b28, #5a3919);
    background-image: -ms-linear-gradient(left, #b57b28, #5a3919);
    background-image: -o-linear-gradient(left, #b57b28, #5a3919);
    background-image: linear-gradient(left, #b57b28, #5a3919);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#b57b28', endColorStr='#5a3919', gradientType='1')
}

.site-h3 .ct-folding-cube .ct-cube:before {
    background-color: #b57b28
}

.site-h4 .logo-hidden-sidebar.site-h3 {
    display: block
}

.site-h4 .ct-spinner5>div {
    background-color: #701ad1
}

.site-h4 .scroll-top {
    background-image: -webkit-linear-gradient(-190deg, #701ad1, #f700e3);
    background-image: -moz-linear-gradient(-190deg, #701ad1, #f700e3);
    background-image: -ms-linear-gradient(-190deg, #701ad1, #f700e3);
    background-image: -o-linear-gradient(-190deg, #701ad1, #f700e3);
    background-image: linear-gradient(-190deg, #701ad1, #f700e3);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#701ad1', endColorStr='#f700e3')
}

.site-h4 .btn,
.site-h4 button,
.site-h4 .button,
.site-h4 input[type=submit] {
    background-image: -webkit-linear-gradient(90deg, #f700e3 0%, #701ad1 50%, #f700e3);
    background-image: -moz-linear-gradient(90deg, #f700e3 0%, #701ad1 50%, #f700e3);
    background-image: -ms-linear-gradient(90deg, #f700e3 0%, #701ad1 50%, #f700e3);
    background-image: -o-linear-gradient(90deg, #f700e3 0%, #701ad1 50%, #f700e3);
    background-image: linear-gradient(90deg, #f700e3 0%, #701ad1 50%, #f700e3);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
    line-height: 59px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.site-h4 .ct-portfolio-grid1 .item--readmore a,
.site-h4 .ct-portfolio-carousel1 .item--readmore a {
    background-image: -webkit-linear-gradient(90deg, #32c6f6 0%, #0042ff 50%, #32c6f6);
    background-image: -moz-linear-gradient(90deg, #32c6f6 0%, #0042ff 50%, #32c6f6);
    background-image: -ms-linear-gradient(90deg, #32c6f6 0%, #0042ff 50%, #32c6f6);
    background-image: -o-linear-gradient(90deg, #32c6f6 0%, #0042ff 50%, #32c6f6);
    background-image: linear-gradient(90deg, #32c6f6 0%, #0042ff 50%, #32c6f6);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='')
}

.site-h4 .ct-text-gradient .elementor-text-editor,
.site-h4 .ct-newsletter1 .tnp-field-button:before {
    background-color: #f700e3;
    background-image: -webkit-gradient(linear, left top, right top, from(#f700e3), to(#701ad1));
    background-image: -webkit-linear-gradient(left, #f700e3, #701ad1);
    background-image: -moz-linear-gradient(left, #f700e3, #701ad1);
    background-image: -ms-linear-gradient(left, #f700e3, #701ad1);
    background-image: -o-linear-gradient(left, #f700e3, #701ad1);
    background-image: linear-gradient(left, #f700e3, #701ad1);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#f700e3', endColorStr='#701ad1', gradientType='1')
}

.site-h4 a.link-preset {
    color: #32c6f6
}

.site-h4 a.link-preset:hover {
    color: #32c6f6;
    text-decoration: underline
}

.site-h4 .ct-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list a.remove_from_cart_button,
.site-h4 .ct-hidden-sidebar .ct-hidden-close:hover {
    color: #701ad1
}

.site-h4 .ct-widget-cart-sidebar .ct-close,
.site-h4 .ct-getintouch .ct-getintouch-item .ct-getintouch-icon i,
.site-h4 .btn.btn-secondary:after,
.site-h4 .ct-social a:before,
.site-h4 .ct-progressbar1 .ct-progress-bar,
.site-h4 .ct-counter-layout2 .ct-counter-icon i,
.site-h4 .ct-testimonial-carousel2 .testimonial-image .testimonial-icon,
.site-h4 .ct-slick-carousel.slick-arrow-style2 .slick-arrow:after,
.site-h4 .ct-fancy-box-layout1 .item--icon,
.site-h4 .ct-pricing-layout1 .pricing-price,
.site-h4 .ct-heading .item--sub-title.style1:before,
.site-h4 .ct-heading .item--title.st-line-top1:before,
.site-h4 .ct-heading .item--title.st-line-top1 .ct-heading-divider span,
.site-h4 .text-gradient,
.site-h4 blockquote cite,
blockquote .site-h4 cite,
.site-h4 .ct-header-popup-wrap .ct-header-meta .h-item-icon,
.ct-header-popup-wrap .ct-header-meta .site-h4 .h-item-icon,
.site-h4 .post-previous-next a span:nth-child(1),
.post-previous-next a .site-h4 span:nth-child(1),
.site-h4 .comment-content:hover .comment-date,
.comment-content:hover .site-h4 .comment-date,
.site-h4 .ct-list.style1 .ct-list-icon i,
.ct-list.style1 .ct-list-icon .site-h4 i,
.site-h4 .ct-contact-info1.style2 .ct-contact-icon i,
.ct-contact-info1.style2 .ct-contact-icon .site-h4 i,
.site-h4 .ct-fancy-box-layout1.style3 .item--icon i,
.ct-fancy-box-layout1.style3 .item--icon .site-h4 i,
.site-h4 .ct-fancy-box-layout1.style4 .item--icon i,
.ct-fancy-box-layout1.style4 .item--icon .site-h4 i,
.site-h4 .ct-fancy-box-layout2 .item--icon i,
.ct-fancy-box-layout2 .item--icon .site-h4 i,
.site-h4 .ct-fancy-box-layout5 .item--icon i,
.ct-fancy-box-layout5 .item--icon .site-h4 i,
.site-h4 .ct-fancy-box-layout5 .item--list i,
.ct-fancy-box-layout5 .item--list .site-h4 i,
.site-h4 .ct-service-grid4 .item--title i,
.ct-service-grid4 .item--title .site-h4 i,
.site-h4 .ct-service-carousel3 .item--icon i,
.ct-service-carousel3 .item--icon .site-h4 i,
.site-h4 .ct-download .item--download a i,
.ct-download .item--download a .site-h4 i,
.site-h4 .ct-blog-grid-layout1 .entry-readmore a,
.ct-blog-grid-layout1 .entry-readmore .site-h4 a,
.site-h4 .ct-blog-carousel-layout1 .entry-readmore a,
.ct-blog-carousel-layout1 .entry-readmore .site-h4 a,
.site-h4 .ct-blog-grid-layout2 .entry-readmore a,
.ct-blog-grid-layout2 .entry-readmore .site-h4 a,
.site-h4 .ct-counter-layout2 .ct-counter-icon i,
.ct-counter-layout2 .ct-counter-icon .site-h4 i,
.site-h4 .ct-counter-layout3 .ct-counter-number .ct-counter-number-prefix,
.ct-counter-layout3 .ct-counter-number .site-h4 .ct-counter-number-prefix,
.site-h4 .ct-counter-layout3 .ct-counter-number .ct-counter-number-suffix,
.ct-counter-layout3 .ct-counter-number .site-h4 .ct-counter-number-suffix,
.site-h4 .ct-process1.style1 .ct-process-button a,
.ct-process1.style1 .ct-process-button .site-h4 a,
.site-h4 .widget_products .amount,
.widget_products .site-h4 .amount,
.site-h4 .woocommerce ul.products li.product .price .amount,
.woocommerce ul.products li.product .price .site-h4 .amount,
.site-h4 .woocommerce ul.products li.product .price ins,
.woocommerce ul.products li.product .price .site-h4 ins,
.site-h4 .single-product #primary div.product .entry-summary .price ins,
.single-product #primary div.product .entry-summary .price .site-h4 ins,
.site-h4 .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__published-date,
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .site-h4 .woocommerce-review__published-date,
.site-h4 body #yith-quick-view-modal #yith-quick-view-content .entry-summary .price ins,
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .price .site-h4 ins,
.site-h4 .grid-filter-wrap span:before,
.site-h4 .ct-blog-grid-layout2 .ct-video-overlay .ct-video-button {
    background-color: #f700e3;
    background-image: -webkit-gradient(linear, left top, right top, from(#f700e3), to(#701ad1));
    background-image: -webkit-linear-gradient(left, #f700e3, #701ad1);
    background-image: -moz-linear-gradient(left, #f700e3, #701ad1);
    background-image: -ms-linear-gradient(left, #f700e3, #701ad1);
    background-image: -o-linear-gradient(left, #f700e3, #701ad1);
    background-image: linear-gradient(left, #f700e3, #701ad1);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#f700e3', endColorStr='#701ad1', gradientType='1')
}

.site-h4 .ct-newsletter1 .tnp-field-button:before,
.site-h4 .ct-video-button,
.site-h4 .ct-blog-grid-layout2 .entry-readmore a,
.site-h4 .ct-blog-grid-layout2 .entry-readmore a:before {
    background-color: #32c6f6;
    background-image: -webkit-gradient(linear, left top, right top, from(#32c6f6), to(#0042ff));
    background-image: -webkit-linear-gradient(left, #32c6f6, #0042ff);
    background-image: -moz-linear-gradient(left, #32c6f6, #0042ff);
    background-image: -ms-linear-gradient(left, #32c6f6, #0042ff);
    background-image: -o-linear-gradient(left, #32c6f6, #0042ff);
    background-image: linear-gradient(left, #32c6f6, #0042ff);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#32c6f6', endColorStr='#0042ff', gradientType='1')
}

.site-h4 .ct-social a:after {
    background-color: #701ad1;
    background-image: -webkit-gradient(linear, left top, right top, from(#701ad1), to(#f700e3));
    background-image: -webkit-linear-gradient(left, #701ad1, #f700e3);
    background-image: -moz-linear-gradient(left, #701ad1, #f700e3);
    background-image: -ms-linear-gradient(left, #701ad1, #f700e3);
    background-image: -o-linear-gradient(left, #701ad1, #f700e3);
    background-image: linear-gradient(left, #701ad1, #f700e3);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#701ad1', endColorStr='#f700e3', gradientType='1')
}

.site-h4 .ct-counter-layout1:not(.elementor-widget):before {
    background-color: rgba(247, 0, 227, .8);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(247, 0, 227, .8)), to(rgba(112, 26, 209, .8)));
    background-image: -webkit-linear-gradient(left, rgba(247, 0, 227, .8), rgba(112, 26, 209, .8));
    background-image: -moz-linear-gradient(left, rgba(247, 0, 227, .8), rgba(112, 26, 209, .8));
    background-image: -ms-linear-gradient(left, rgba(247, 0, 227, .8), rgba(112, 26, 209, .8));
    background-image: -o-linear-gradient(left, rgba(247, 0, 227, .8), rgba(112, 26, 209, .8));
    background-image: linear-gradient(left, rgba(247, 0, 227, .8), rgba(112, 26, 209, .8));
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='rgba(247, 0, 227, 0.8)', endColorStr='rgba(112, 26, 209, 0.8)', gradientType='1');
    background-color: transparent
}

.site-h4 .ct-fancy-box-layout1.style2 .item--icon {
    margin-right: 22px;
    margin-top: -5px
}

.site-h4 .ct-fancy-box-layout1.style2 .item--title {
    font-family: 22px;
    margin-bottom: 18px
}

.site-h4 .ct-fancy-box-layout1.style2 .item--description {
    max-width: 350px
}

.site-h4 #ct-loadding.style3 {
    background-color: #701ad1;
    background-image: -webkit-gradient(linear, left top, right top, from(#701ad1), to(#f700e3));
    background-image: -webkit-linear-gradient(left, #701ad1, #f700e3);
    background-image: -moz-linear-gradient(left, #701ad1, #f700e3);
    background-image: -ms-linear-gradient(left, #701ad1, #f700e3);
    background-image: -o-linear-gradient(left, #701ad1, #f700e3);
    background-image: linear-gradient(left, #701ad1, #f700e3);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#701ad1', endColorStr='#f700e3', gradientType='1')
}

.site-h4 #ct-loadding.style3 .ct-spinner3 .double-bounce1,
.site-h4 #ct-loadding.style3 .ct-spinner3 .double-bounce2 {
    background-color: #fff
}

.site-h5 .scroll-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1ce596), to(#9af657));
    background-image: -webkit-linear-gradient(bottom, #1ce596, #9af657);
    background-image: -moz-linear-gradient(bottom, #1ce596, #9af657);
    background-image: -ms-linear-gradient(bottom, #1ce596, #9af657);
    background-image: -o-linear-gradient(bottom, #1ce596, #9af657);
    background-image: linear-gradient(bottom, #1ce596, #9af657);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#1ce596', endColorStr='#9af657')
}

.site-h6 .scroll-top {
    background-image: none;
    background-color: #4b58ff
}

.site-h6 .ct-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list a.remove_from_cart_button,
.site-h6 .ct-hidden-sidebar .ct-hidden-close:hover {
    color: #cc650d
}

.site-h6 .btn,
.site-h6 button,
.site-h6 .button,
.site-h6 input[type=submit] {
    background-image: -webkit-linear-gradient(90deg, #4b58ff 0%, #00c7d4 50%, #4b58ff);
    background-image: -moz-linear-gradient(90deg, #4b58ff 0%, #00c7d4 50%, #4b58ff);
    background-image: -ms-linear-gradient(90deg, #4b58ff 0%, #00c7d4 50%, #4b58ff);
    background-image: -o-linear-gradient(90deg, #4b58ff 0%, #00c7d4 50%, #4b58ff);
    background-image: linear-gradient(90deg, #4b58ff 0%, #00c7d4 50%, #4b58ff);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='')
}

.site-h6 .ct-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list a.remove_from_cart_button,
.site-h6 .ct-hidden-sidebar .ct-hidden-close:hover {
    color: #4b58ff
}

.site-h6 .ct-widget-cart-sidebar .ct-close,
.site-h6 .ct-getintouch .ct-getintouch-item .ct-getintouch-icon i,
.site-h6 .btn.btn-secondary:after,
.site-h6 .ct-social a:before,
.site-h6 .ct-progressbar1 .ct-progress-bar,
.site-h6 .ct-counter-layout2 .ct-counter-icon i,
.site-h6 .ct-video-button,
.site-h6 .ct-testimonial-carousel2 .testimonial-image .testimonial-icon,
.site-h6 .ct-slick-carousel.slick-arrow-style2 .slick-arrow:after,
.site-h6 .ct-fancy-box-layout1 .item--icon,
.site-h6 .ct-pricing-layout1 .pricing-price,
.site-h6 .ct-heading .item--sub-title.style1:before,
.site-h6 .ct-heading .item--title.st-line-top1 .ct-heading-divider span {
    background-color: #4b58ff;
    background-image: -webkit-gradient(linear, left top, right top, from(#4b58ff), to(#00c7d4));
    background-image: -webkit-linear-gradient(left, #4b58ff, #00c7d4);
    background-image: -moz-linear-gradient(left, #4b58ff, #00c7d4);
    background-image: -ms-linear-gradient(left, #4b58ff, #00c7d4);
    background-image: -o-linear-gradient(left, #4b58ff, #00c7d4);
    background-image: linear-gradient(left, #4b58ff, #00c7d4);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#4b58ff', endColorStr='#00c7d4', gradientType='1')
}

.site-h6 .ct-case-study-carousel-layout2 .item--category label,
.site-h6 .ct-case-study-carousel-layout2 .item--readmore i,
.site-h6 .ct-case-study-carousel-layout2 .item--readmore a:hover {
    color: #00c7d4
}

.site-h6 .ct-case-study-carousel-layout2 .slick-arrow {
    background-color: #171717;
    border-color: #171717;
    color: #fff
}

.site-h6 .ct-case-study-carousel-layout2 .slick-arrow:hover {
    background-color: #3e3e3e;
    border-color: #3e3e3e;
    color: #fff
}

.site-h6 .ct-blog-grid-layout1 .entry-readmore a,
.site-h6 .ct-blog-carousel-layout1 .entry-readmore a {
    text-fill-color: #4b58ff;
    -o-text-fill-color: #4b58ff;
    -ms-text-fill-color: #4b58ff;
    -moz-text-fill-color: #4b58ff;
    -webkit-text-fill-color: #4b58ff;
    background-clip: #4b58ff;
    -o-background-clip: #4b58ff;
    -ms-background-clip: #4b58ff;
    -webkit-background-clip: #4b58ff;
    background-image: none
}

.site-h6 .ct-blog-grid-layout1 .entry-readmore a:hover,
.site-h6 .ct-blog-carousel-layout1 .entry-readmore a:hover {
    text-fill-color: #00c7d4;
    -o-text-fill-color: #00c7d4;
    -ms-text-fill-color: #00c7d4;
    -moz-text-fill-color: #00c7d4;
    -webkit-text-fill-color: #00c7d4;
    background-clip: #00c7d4;
    -o-background-clip: #00c7d4;
    -ms-background-clip: #00c7d4;
    -webkit-background-clip: #00c7d4
}

.ct-widget-cart-sidebar {
    -webkit-transition: transform .8s ease 0s;
    -khtml-transition: transform .8s ease 0s;
    -moz-transition: transform .8s ease 0s;
    -ms-transition: transform .8s ease 0s;
    -o-transition: transform .8s ease 0s;
    transition: transform .8s ease 0s;
    -webkit-transform: translateX(100%);
    -khtml-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    padding-top: 30px;
    padding-bottom: 137px;
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    -webkit-box-shadow: 0 2px 27px rgba(54, 54, 54, .13);
    -khtml-box-shadow: 0 2px 27px rgba(54, 54, 54, .13);
    -moz-box-shadow: 0 2px 27px rgba(54, 54, 54, .13);
    -ms-box-shadow: 0 2px 27px rgba(54, 54, 54, .13);
    -o-box-shadow: 0 2px 27px rgba(54, 54, 54, .13);
    box-shadow: 0 2px 27px rgba(54, 54, 54, .13);
    z-index: 9999;
    width: 320px;
    overflow: hidden
}

.ct-widget-cart-sidebar .widget_shopping_title {
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 18px;
    padding-bottom: 14px;
    font-size: 20px;
    font-weight: 600;
    color: #222;
    font-family: 'Poppins', sans-serif
}

.ct-widget-cart-sidebar .ct-close {
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    height: 44px;
    width: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 18px;
    cursor: pointer
}

.ct-widget-cart-sidebar .widget_shopping_cart {
    padding: 30px 45px 0 30px;
    height: 100%;
    overflow-y: scroll;
    width: 350px
}

.ct-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li {
    padding: 20px 15px 15px 0;
    display: flex;
    flex-wrap: nowrap;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    position: relative
}

.ct-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li:last-child {
    border: none;
    padding-bottom: 0
}

.ct-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty {
    font-size: 16px;
    margin-top: 40px;
    padding: 0 !important;
    text-align: center;
    display: block
}

.ct-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty span {
    text-align: center;
    margin-bottom: 20px;
    display: block;
    margin-top: 20px
}

.ct-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty i {
    font-size: 60px;
    color: #0d2335
}

.ct-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty .btn {
    line-height: 50px;
    width: 100%
}

.ct-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty .btn:hover {
    color: #fff
}

.ct-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-image {
    width: 45px;
    min-width: 45px;
    margin-right: 15px
}

.ct-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-image a {
    display: inline-block
}

.ct-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-image img {
    margin: 0;
    width: inherit;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .08);
    -khtml-box-shadow: 0 3px 5px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .08);
    -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, .08);
    -o-box-shadow: 0 3px 5px rgba(0, 0, 0, .08);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .08)
}

.ct-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta {
    padding-right: 12px
}

.ct-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta h3 {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 3px
}

.ct-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta h3 a {
    color: inherit;
    font-weight: 500
}

.ct-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta h3 a:hover {
    color: #555
}

.ct-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta .quantity {
    font-size: 14px
}

.ct-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list a.remove_from_cart_button {
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 0;
    width: 18px;
    height: 18px;
    text-align: center;
    -webkit-border-radius: 18px;
    -khtml-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    border-radius: 18px;
    line-height: 17px;
    color: #c1282a;
    font-size: 18px
}

.ct-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list a.remove_from_cart_button i {
    vertical-align: middle
}

.ct-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li:hover a.remove_from_cart_button {
    opacity: 1
}

.ct-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    background-color: #fff
}

.ct-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.total {
    border: none;
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding-top: 15px;
    padding-bottom: 0;
    font-weight: 600
}

.ct-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.total strong {
    font-weight: inherit
}

.ct-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons {
    margin: 0;
    display: flex;
    flex-wrap: nowrap
}

.ct-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
    width: 50%;
    line-height: 45px
}

.ct-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn:not(.checkout) {
    margin-right: 20px
}

@media screen and (min-width:992px) {
    .admin-bar .widget-cart-sidebar {
        top: 32px;
        padding-bottom: 167px
    }
    .admin-bar .widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer {
        bottom: 32px
    }
}

.entry-content>.woocommerce .cart-empty,
.entry-content>.woocommerce .return-to-shop {
    text-align: center
}

.woocommerce ins {
    background-color: transparent;
    color: #c1282a
}

.woocommerce .content-row #secondary.widget-has-sidebar:before {
    display: none
}

.woocommerce #secondary .widget {
    padding: 0;
    border: none;
    margin-bottom: 52px
}

.woocommerce #secondary .widget:last-child {
    margin-bottom: 0
}

.woocommerce #secondary .widget_product_search button {
    padding: 0;
    width: 53px;
    height: 50px;
    text-indent: -9999px;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0;
    opacity: 1;
    z-index: 3;
    border-left: 1px solid #ececf0;
    color: #222;
    font-size: 15px;
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

.woocommerce #secondary .widget_product_search button:after {
    content: "\f002";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: "Font Awesome 5 Pro";
    text-indent: 0px;
    font-weight: 400
}

.woocommerce #secondary .widget_product_search button:hover {
    background-color: #c1282a;
    border-color: #c1282a;
    color: #fff
}

.woocommerce #secondary .widget_product_search .search-field {
    height: 50px;
    color: #222;
    border-color: #ececf0;
    font-size: 15px
}

.woocommerce #secondary .widget_product_search .search-field:focus {
    border-color: #c1282a
}

.woocommerce #secondary .widget_product_search .search-field:focus+button {
    border-color: #c1282a
}

.woocommerce #secondary .widget_product_search .woocommerce-product-search {
    position: relative
}

.woocommerce #secondary .widget_product_search .woocommerce-product-search:before {
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    content: '\f002';
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 50%;
    right: 23px;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 2
}

.woocommerce #secondary .widget_product_search .woocommerce-product-search:after {
    content: '';
    z-index: 1;
    height: 60px;
    width: 60px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    top: 0;
    right: 0
}

.woocommerce #secondary .widget_products ul li {
    position: relative;
    padding: 0 0 0 95px;
    margin-bottom: 15px;
    min-height: 80px
}

.woocommerce #secondary .widget_products ul li .product-title {
    margin-bottom: 0
}

.woocommerce #secondary .widget_products ul li img {
    margin: 0;
    width: 100%;
    max-width: 80px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 7px;
    -webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, .1);
    -khtml-box-shadow: 0 5px 9px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 5px 9px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 5px 9px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 5px 9px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 9px rgba(0, 0, 0, .1)
}

.woocommerce #secondary .widget_products ul li a {
    font-size: 15px;
    color: #222;
    font-weight: 700;
    line-height: 1.25;
    margin-top: 8px;
    margin-bottom: 6px;
    font-family: 'Poppins', sans-serif
}

.woocommerce #secondary .widget_products ul li a:hover {
    color: #c1282a
}

@media screen and (max-width:769px) {
    body.woocommerce .coupon #coupon_code,
    body.woocommerce-page .coupon #coupon_code {
        width: 100% !important;
        margin-bottom: 10px;
        border: none;
        -webkit-border-radius: 50px;
        -khtml-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        border-radius: 50px
    }
    body.woocommerce .coupon .button,
    body.woocommerce-page .coupon .button {
        width: 100% !important
    }
}

body.woocommerce form .form-row,
body.woocommerce-page form .form-row {
    padding: 0 0 10px
}

body.woocommerce table.cart td.actions .coupon .input-text,
body.woocommerce-page table.cart td.actions .coupon .input-text {
    margin-right: 15px
}

body.woocommerce textarea,
body.woocommerce-page textarea {
    padding-top: 24px;
    padding-bottom: 24px;
    min-height: 140px
}

body.woocommerce .nice-select,
body.woocommerce-page .nice-select {
    border: 1px solid #ececec;
    text-align: left;
    -webkit-border-radius: 1px;
    -khtml-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    height: 50px
}

body.woocommerce .nice-select span.current,
body.woocommerce-page .nice-select span.current {
    line-height: 35px
}

body.woocommerce .nice-select:after,
body.woocommerce-page .nice-select:after {
    color: inherit
}

body.woocommerce form .select2-container--default .select2-selection,
body.woocommerce-page form .select2-container--default .select2-selection {
    border: 1px solid #ececec;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0;
    height: 50px
}

body.woocommerce form .select2-container--default .select2-selection .select2-selection__rendered,
body.woocommerce-page form .select2-container--default .select2-selection .select2-selection__rendered {
    line-height: 50px;
    color: #767677;
    font-size: 16px;
    padding-left: 14px
}

body.woocommerce #respond input#submit,
body.woocommerce-page #respond input#submit,
body.woocommerce a.button,
body.woocommerce-page a.button,
body.woocommerce a.wc-forward,
body.woocommerce-page a.wc-forward,
body.woocommerce button.button,
body.woocommerce-page button.button,
body.woocommerce input.button,
body.woocommerce-page input.button,
body.woocommerce .cart button.button,
body.woocommerce-page .cart button.button,
body.woocommerce a.button.alt,
body.woocommerce-page a.button.alt {
    border: none;
    color: #fff;
    font-size: 16px;
    padding: 0 42px;
    line-height: 54px;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-weight: 600;
    outline: none;
    white-space: nowrap;
    text-transform: inherit;
    -webkit-transition: all .2s linear 0ms;
    -khtml-transition: all .2s linear 0ms;
    -moz-transition: all .2s linear 0ms;
    -ms-transition: all .2s linear 0ms;
    -o-transition: all .2s linear 0ms;
    transition: all .2s linear 0ms;
    background-image: -webkit-linear-gradient(90deg, #d1651a 0%, #c1282a 50%, #d1651a);
    background-image: -moz-linear-gradient(90deg, #d1651a 0%, #c1282a 50%, #d1651a);
    background-image: -ms-linear-gradient(90deg, #d1651a 0%, #c1282a 50%, #d1651a);
    background-image: -o-linear-gradient(90deg, #d1651a 0%, #c1282a 50%, #d1651a);
    background-image: linear-gradient(90deg, #d1651a 0%, #c1282a 50%, #d1651a);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
    background-size: 300%, 1px;
    background-position: 0
}

body.woocommerce #respond input#submit:hover,
body.woocommerce-page #respond input#submit:hover,
body.woocommerce a.button:hover,
body.woocommerce-page a.button:hover,
body.woocommerce a.wc-forward:hover,
body.woocommerce-page a.wc-forward:hover,
body.woocommerce button.button:hover,
body.woocommerce-page button.button:hover,
body.woocommerce input.button:hover,
body.woocommerce-page input.button:hover,
body.woocommerce .cart button.button:hover,
body.woocommerce-page .cart button.button:hover,
body.woocommerce a.button.alt:hover,
body.woocommerce-page a.button.alt:hover,
body.woocommerce #respond input#submit:focus,
body.woocommerce-page #respond input#submit:focus,
body.woocommerce a.button:focus,
body.woocommerce-page a.button:focus,
body.woocommerce a.wc-forward:focus,
body.woocommerce-page a.wc-forward:focus,
body.woocommerce button.button:focus,
body.woocommerce-page button.button:focus,
body.woocommerce input.button:focus,
body.woocommerce-page input.button:focus,
body.woocommerce .cart button.button:focus,
body.woocommerce-page .cart button.button:focus,
body.woocommerce a.button.alt:focus,
body.woocommerce-page a.button.alt:focus,
body.woocommerce #respond input#submit:active,
body.woocommerce-page #respond input#submit:active,
body.woocommerce a.button:active,
body.woocommerce-page a.button:active,
body.woocommerce a.wc-forward:active,
body.woocommerce-page a.wc-forward:active,
body.woocommerce button.button:active,
body.woocommerce-page button.button:active,
body.woocommerce input.button:active,
body.woocommerce-page input.button:active,
body.woocommerce .cart button.button:active,
body.woocommerce-page .cart button.button:active,
body.woocommerce a.button.alt:active,
body.woocommerce-page a.button.alt:active {
    outline: medium none;
    text-decoration: none;
    color: #fff;
    background-position: 100%
}

.woocommerce .comment-form,
.woocommerce-page .comment-form {
    max-width: 100%
}

.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info {
    color: inherit;
    border-color: #c1282a
}

.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-message:before,
.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-info:before {
    color: #c1282a
}

.woocommerce #content .quantity,
.woocommerce-page #content .quantity {
    position: relative;
    display: inline-block;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px
}

.woocommerce #content .quantity .qty,
.woocommerce-page #content .quantity .qty {
    padding: 0 10px;
    border: 2px solid #e2e2e2;
    color: #767677;
    font-weight: 500;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    -moz-appearance: textfield;
    height: 54px;
    width: 83px
}

.woocommerce #content .quantity .qty::-webkit-outer-spin-button,
.woocommerce-page #content .quantity .qty::-webkit-outer-spin-button,
.woocommerce #content .quantity .qty::-webkit-inner-spin-button,
.woocommerce-page #content .quantity .qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.woocommerce #content .quantity-icon i,
.woocommerce-page #content .quantity-icon i {
    height: 12px;
    width: 12px;
    line-height: 12px;
    text-align: center;
    position: absolute;
    color: #999;
    font-size: 14px;
    right: 12px;
    cursor: pointer
}

.woocommerce #content .quantity-icon i.quantity-up,
.woocommerce-page #content .quantity-icon i.quantity-up {
    top: 20px
}

.woocommerce #content .quantity-icon i.quantity-down,
.woocommerce-page #content .quantity-icon i.quantity-down {
    bottom: 20px
}

.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0
}

.woocommerce table.shop_table td,
.woocommerce-page table.shop_table td {
    padding: 20px 15px
}

.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th,
.woocommerce table.shop_table tbody th,
.woocommerce-page table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce-page table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce-page table.shop_table tfoot th {
    font-weight: 500
}

.woocommerce-page #add_payment_method table.cart img,
.woocommerce-page.woocommerce-cart table.cart img,
.woocommerce-page.woocommerce-checkout table.cart img {
    width: 50px
}

@media screen and (min-width:992px) {
    .woocommerce .content-row {
        margin: 0 -15px
    }
    .woocommerce #primary.content-has-sidebar {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 75%;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        -o-flex: 0 0 75%;
        max-width: 75%
    }
    .woocommerce #secondary.widget-has-sidebar {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 25%;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        -o-flex: 0 0 25%;
        max-width: 25%
    }
}

.woocommerce #secondary .widget_price_filter .ui-slider-horizontal {
    height: 4px;
    background-color: #e6e6e6;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0
}

.woocommerce #secondary .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #c1282a
}

.woocommerce #secondary .widget_price_filter .ui-slider .ui-slider-handle {
    height: 10px;
    width: 10px;
    background-color: #c1282a;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0;
    top: -3px
}

.woocommerce #secondary .widget_price_filter .price_slider_amount {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    padding-top: 10px
}

.woocommerce #secondary .widget_price_filter .price_slider_amount .button {
    line-height: 36px;
    font-size: 14px;
    margin-right: 20px;
    letter-spacing: .05em;
    padding-left: 18px;
    padding-right: 18px
}

.woocommerce #secondary .widget_price_filter .price_label {
    font-size: 14px;
    color: #252525;
    font-family: 'Poppins', sans-serif
}

.widget_products .amount {
    font-size: 14px;
    font-weight: 700
}

.widget_products del {
    color: #8f8f8f
}

.widget_products del .amount {
    font-weight: 400;
    color: #8f8f8f
}

.widget_products .star-rating-wrap {
    display: none !important
}

.widget_rating_filter .wc-layered-nav-rating a {
    font-size: 0px;
    display: block;
    padding-left: 28px !important;
    position: relative
}

.widget_rating_filter .wc-layered-nav-rating a:before {
    content: "";
    height: 18px;
    width: 18px;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 18px;
    -khtml-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    border-radius: 18px;
    position: absolute;
    top: 1px;
    left: 0;
    -webkit-transition: all .2s cubic-bezier(.39, .575, .565, 1) 0s;
    -khtml-transition: all .2s cubic-bezier(.39, .575, .565, 1) 0s;
    -moz-transition: all .2s cubic-bezier(.39, .575, .565, 1) 0s;
    -ms-transition: all .2s cubic-bezier(.39, .575, .565, 1) 0s;
    -o-transition: all .2s cubic-bezier(.39, .575, .565, 1) 0s;
    transition: all .2s cubic-bezier(.39, .575, .565, 1) 0s
}

.widget_rating_filter .wc-layered-nav-rating a .star-rating {
    font-size: 18px
}

.widget_rating_filter .wc-layered-nav-rating a:hover:before {
    border-color: #c1282a;
    background-color: #c1282a
}

.widget_rating_filter .wc-layered-nav-rating.chosen a:before {
    border-color: #c1282a;
    background-color: #c1282a
}

#shop-topbar {
    border-bottom: 1px solid #e5e5e5;
    background-color: #f7f7f7
}

#shop-topbar .shop-topbar-item {
    margin: 11px 0;
    position: relative;
    padding-left: 76px;
    color: #000;
    font-size: 16px;
    min-height: 56px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center
}

#shop-topbar .shop-topbar-item i {
    height: 56px;
    width: 56px;
    -webkit-border-radius: 56px;
    -khtml-border-radius: 56px;
    -moz-border-radius: 56px;
    -ms-border-radius: 56px;
    -o-border-radius: 56px;
    border-radius: 56px;
    border: 1px solid #e5e5e5;
    line-height: 54px;
    text-align: center;
    font-size: 24px;
    position: absolute;
    top: 0;
    left: 0
}

#shop-topbar .shop-topbar-item span {
    font-weight: 500
}

#shop-breadcrumb {
    padding: 23px 0
}

#shop-breadcrumb ul {
    list-style: none;
    margin: 0
}

#shop-breadcrumb ul li {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #c1282a;
    margin: 10px 0;
    padding: 0 12px;
    position: relative
}

#shop-breadcrumb ul li:after {
    content: '/';
    color: #e9e9e9;
    position: absolute;
    top: 0;
    right: -4px
}

#shop-breadcrumb ul li:first-child {
    padding-left: 0
}

#shop-breadcrumb ul li:last-child:after {
    display: none
}

#shop-breadcrumb ul li a {
    color: #282828
}

#shop-breadcrumb ul li a:hover {
    color: #c1282a
}

.woocommerce .star-rating-wrap {
    display: flex;
    align-items: center;
    flex-wrap: nowrap
}

.woocommerce .star-rating-wrap .star-rating {
    margin: 0
}

.woocommerce .star-rating-wrap .count-rating {
    font-size: 16px;
    margin-left: 8px;
    color: #223543;
    font-weight: 600
}

.woocommerce span.onsale {
    height: 45px;
    width: 45px;
    min-width: inherit;
    min-height: inherit;
    font-size: 16px;
    color: #fff;
    padding: 0;
    text-align: center;
    line-height: 45px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    margin: 0 !important;
    top: 14px !important;
    left: 29px !important;
    right: auto !important;
    font-weight: 400;
    z-index: 1
}

.woocommerce .star-rating {
    margin: 0;
    letter-spacing: .2em;
    width: 90px;
    height: 18px
}

.woocommerce .star-rating span:before,
.woocommerce .star-rating:before {
    content: "\f27d\f27d\f27d\f27d\f27d";
    font-family: 'Material-Design-Iconic-Font';
    font-size: 18px
}

.woocommerce .star-rating span:before {
    color: #ffc600
}

.woocommerce .star-rating:before {
    color: #d4d4d4
}

.woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px
}

.woocommerce ul.products li.product {
    margin-bottom: 44px;
    margin-right: 0;
    margin-left: 0;
    padding: 0 15px
}

.woocommerce ul.products li.product.last {
    margin-right: 0
}

@media screen and (min-width:992px) {
    .woocommerce ul.products.columns-4 li.product {
        width: calc(25% - 1px);
        width: -webkit-calc(25% - 1px);
        width: -ms-calc(25% - 1px);
        width: -o-calc(25% - 1px)
    }
}

@media screen and (max-width:991px) {
    .woocommerce ul.products.columns-4 li.product {
        width: calc(33.33% - 1px);
        width: -webkit-calc(33.33% - 1px);
        width: -ms-calc(33.33% - 1px);
        width: -o-calc(33.33% - 1px)
    }
}

@media screen and (min-width:768px) {
    .woocommerce ul.products.columns-3 li.product {
        width: calc(33.33% - 1px);
        width: -webkit-calc(33.33% - 1px);
        width: -ms-calc(33.33% - 1px);
        width: -o-calc(33.33% - 1px)
    }
}

@media (min-width:576px) and (max-width:767px) {
    .woocommerce ul.products li.product {
        width: 50% !important
    }
}

@media screen and (max-width:575px) {
    .woocommerce ul.products li.product {
        width: 100% !important
    }
}

@media screen and (min-width:992px) {
    .woocommerce #primary.content-has-sidebar ul.products.columns-4 li.product {
        width: calc(33.33% - 1px);
        width: -webkit-calc(33.33% - 1px);
        width: -ms-calc(33.33% - 1px);
        width: -o-calc(33.33% - 1px)
    }
}

.woocommerce ul.products li.product .woocommerce-product-title,
.woocommerce .woocommerce-product-title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 7px;
    font-weight: 700
}

.woocommerce ul.products li.product .woocommerce-product-title a,
.woocommerce .woocommerce-product-title a {
    color: inherit
}

.woocommerce ul.products li.product .woocommerce-product-title a:hover,
.woocommerce .woocommerce-product-title a:hover {
    color: #c1282a
}

.woocommerce .woocommerce-product-category {
    font-size: 14px;
    color: inherit;
    margin-bottom: 3px
}

.woocommerce .woocommerce-product-category a {
    color: inherit
}

.woocommerce .woocommerce-product-category a:hover {
    color: #c1282a
}

.woocommerce ul.products li.product .price {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 0
}

.woocommerce ul.products li.product .price del {
    color: #8f8f8f;
    font-weight: 400;
    opacity: 1
}

.woocommerce ul.products li.product .price del .amount {
    background-image: none;
    text-fill-color: #8f8f8f;
    -o-text-fill-color: #8f8f8f;
    -ms-text-fill-color: #8f8f8f;
    -moz-text-fill-color: #8f8f8f;
    -webkit-text-fill-color: #8f8f8f
}

.woocommerce ul.products li.product .price ins {
    font-weight: inherit
}

.woocommerce .woocommerce-topbar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
    position: relative;
    z-index: 101
}

.woocommerce .woocommerce-topbar div.woocommerce-result-count {
    margin: 0 30px 30px 0;
    flex-grow: 1
}

.woocommerce .woocommerce-topbar .woocommerce-topbar-ordering {
    margin-bottom: 30px
}

.woocommerce .woocommerce-topbar .woocommerce-result-count,
.woocommerce .woocommerce-topbar .woocommerce-topbar-ordering .woocommerce-ordering {
    float: none;
    margin: 0;
    font-size: 16px
}

.woocommerce .woocommerce-topbar .woocommerce-ordering {
    min-width: 220px
}

.woocommerce .woocommerce-topbar .woocommerce-ordering .nice-select {
    background-color: #fff
}

.woocommerce .woocommerce-product-inner {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 27px rgba(54, 54, 54, .13);
    -khtml-box-shadow: 0 2px 27px rgba(54, 54, 54, .13);
    -moz-box-shadow: 0 2px 27px rgba(54, 54, 54, .13);
    -ms-box-shadow: 0 2px 27px rgba(54, 54, 54, .13);
    -o-box-shadow: 0 2px 27px rgba(54, 54, 54, .13);
    box-shadow: 0 2px 27px rgba(54, 54, 54, .13);
    padding-bottom: 22px;
    -webkit-border-radius: 18px;
    -khtml-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    border-radius: 18px;
    overflow: hidden
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header {
    position: relative;
    overflow: hidden
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header img {
    width: auto;
    display: inline-block;
    margin-bottom: 0 !important
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    padding: 20px
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .2s ease 0s;
    -khtml-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -ms-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart,
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-wishlist,
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-quick-view {
    width: 40px;
    height: 40px;
    margin: 0;
    position: relative;
    -webkit-transition: all .2s ease 0s;
    -khtml-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -ms-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    white-space: nowrap;
    -webkit-transform: translateY(-100%) rotate(0);
    -khtml-transform: translateY(-100%) rotate(0);
    -moz-transform: translateY(-100%) rotate(0);
    -ms-transform: translateY(-100%) rotate(0);
    -o-transform: translateY(-100%) rotate(0);
    transform: translateY(-100%) rotate(0);
    opacity: 0
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart .button,
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-wishlist .button,
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-quick-view .button {
    overflow: visible
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart .view-tooltip,
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-wishlist .view-tooltip,
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-quick-view .view-tooltip {
    position: absolute;
    top: 50%;
    background-color: #c1282a;
    color: #fff;
    text-indent: 0px;
    right: 65px;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 12px;
    padding: 0 10px;
    line-height: 30px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .2s linear 0ms;
    -khtml-transition: all .2s linear 0ms;
    -moz-transition: all .2s linear 0ms;
    -ms-transition: all .2s linear 0ms;
    -o-transition: all .2s linear 0ms;
    transition: all .2s linear 0ms;
    opacity: 0;
    visibility: hidden
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart .view-tooltip:before,
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-wishlist .view-tooltip:before,
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-quick-view .view-tooltip:before {
    content: '';
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent #c1282a;
    position: absolute;
    top: 50%;
    right: -11px;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart .view-tooltip.tooltip-view-cart,
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-wishlist .view-tooltip.tooltip-view-cart,
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-quick-view .view-tooltip.tooltip-view-cart {
    display: none
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart:hover .view-tooltip,
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-wishlist:hover .view-tooltip,
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-quick-view:hover .view-tooltip {
    opacity: 1;
    right: 50px;
    visibility: visible
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-wishlist {
    position: absolute;
    top: 70px;
    right: 20px;
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-quick-view {
    position: absolute;
    right: 20px;
    top: 120px;
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart {
    position: absolute;
    top: 20px;
    right: 20px;
    -webkit-transition-delay: 0;
    transition-delay: 0
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a {
    margin-top: 0;
    width: 40px;
    height: 40px;
    border: none;
    padding: 0;
    text-indent: -9999px;
    background-color: #0e0e0e;
    background-position: inherit;
    background-size: inherit;
    background-image: none;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-shadow: 0 4px 8px rgba(14, 14, 14, .23);
    -khtml-box-shadow: 0 4px 8px rgba(14, 14, 14, .23);
    -moz-box-shadow: 0 4px 8px rgba(14, 14, 14, .23);
    -ms-box-shadow: 0 4px 8px rgba(14, 14, 14, .23);
    -o-box-shadow: 0 4px 8px rgba(14, 14, 14, .23);
    box-shadow: 0 4px 8px rgba(14, 14, 14, .23);
    color: #fff;
    opacity: 1
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a.loading:before {
    opacity: 0
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a.loading:after {
    top: 0 !important;
    right: 0 !important;
    text-indent: 0px;
    height: 40px !important;
    width: 40px !important;
    line-height: 40px !important;
    text-align: center !important
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a.added {
    display: none
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a:before {
    content: '\f07a';
    font-size: 13px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    position: absolute;
    top: 50%;
    left: 50%;
    text-indent: 0px;
    transform: translate(-50%, -50%)
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a.wc-forward:before {
    content: '\f00c'
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a.wc-forward+.tooltip-add-cart {
    display: none
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a.wc-forward+.tooltip-add-cart+.tooltip-view-cart {
    display: block
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a:hover {
    -webkit-transform: translate(0, 0);
    -khtml-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .yith-wcwl-add-to-wishlist {
    margin-top: 0
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .yith-wcwl-add-button,
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .yith-wcwl-wishlistexistsbrowse,
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .yith-wcwl-wishlistaddedbrowse {
    width: 40px;
    height: 40px;
    position: relative;
    text-indent: -9999px;
    color: #222
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .yith-wcwl-add-button .add_to_wishlist,
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .yith-wcwl-wishlistexistsbrowse .add_to_wishlist,
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .yith-wcwl-wishlistaddedbrowse .add_to_wishlist,
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .yith-wcwl-add-button a,
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .yith-wcwl-wishlistexistsbrowse a,
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .yith-wcwl-wishlistaddedbrowse a {
    height: 40px;
    width: 40px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background-color: #0e0e0e;
    -webkit-box-shadow: 0 4px 8px rgba(14, 14, 14, .23);
    -khtml-box-shadow: 0 4px 8px rgba(14, 14, 14, .23);
    -moz-box-shadow: 0 4px 8px rgba(14, 14, 14, .23);
    -ms-box-shadow: 0 4px 8px rgba(14, 14, 14, .23);
    -o-box-shadow: 0 4px 8px rgba(14, 14, 14, .23);
    box-shadow: 0 4px 8px rgba(14, 14, 14, .23)
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .yith-wcwl-add-button .add_to_wishlist i,
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .yith-wcwl-wishlistexistsbrowse .add_to_wishlist i,
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .yith-wcwl-wishlistaddedbrowse .add_to_wishlist i,
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .yith-wcwl-add-button a i,
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .yith-wcwl-wishlistexistsbrowse a i,
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .yith-wcwl-wishlistaddedbrowse a i {
    font-size: 13px;
    position: absolute;
    top: 50%;
    left: 50%;
    text-indent: 0px;
    transform: translate(-50%, -50%);
    margin: 0
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .yith-wcwl-wishlistexistsbrowse a:before,
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .yith-wcwl-wishlistaddedbrowse a:before {
    content: "\f004";
    font-family: "Font Awesome 5 Pro";
    font-size: 13px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    text-indent: 0px;
    transform: translate(-50%, -50%);
    font-weight: 900
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .yith-wcqv-button {
    width: 40px;
    height: 40px;
    position: relative;
    background-color: #0e0e0e;
    -webkit-box-shadow: 0 4px 8px rgba(14, 14, 14, .23);
    -khtml-box-shadow: 0 4px 8px rgba(14, 14, 14, .23);
    -moz-box-shadow: 0 4px 8px rgba(14, 14, 14, .23);
    -ms-box-shadow: 0 4px 8px rgba(14, 14, 14, .23);
    -o-box-shadow: 0 4px 8px rgba(14, 14, 14, .23);
    box-shadow: 0 4px 8px rgba(14, 14, 14, .23);
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
    overflow: hidden
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .yith-wcqv-button i {
    font-size: 13px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    text-indent: 0px;
    transform: translate(-50%, -50%);
    margin: 0
}

.woocommerce .woocommerce-product-inner:hover .woocommerce-product-header .woocommerce-product-meta {
    opacity: 1
}

.woocommerce .woocommerce-product-inner:hover .woocommerce-product-header .woocommerce-product-meta:before {
    opacity: 1
}

.woocommerce .woocommerce-product-inner:hover .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart,
.woocommerce .woocommerce-product-inner:hover .woocommerce-product-header .woocommerce-product-meta .woocommerce-wishlist,
.woocommerce .woocommerce-product-inner:hover .woocommerce-product-header .woocommerce-product-meta .woocommerce-quick-view {
    opacity: 1;
    -webkit-transform: translateY(0) rotate(360deg);
    -khtml-transform: translateY(0) rotate(360deg);
    -moz-transform: translateY(0) rotate(360deg);
    -ms-transform: translateY(0) rotate(360deg);
    -o-transform: translateY(0) rotate(360deg);
    transform: translateY(0) rotate(360deg)
}

.woocommerce .woocommerce-product-inner .woocommerce-product-content {
    margin-top: 24px;
    text-align: center
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder .price {
    line-height: 1
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder .star-rating {
    float: none;
    margin: 0 auto 8px auto
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder .count-rating {
    font-size: 14px;
    color: rgba(0, 0, 0, .5);
    margin-left: 8px
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title {
    padding: 0 !important
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title a {
    color: inherit
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title a:hover {
    color: #c1282a
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-subtitle {
    color: rgba(51, 51, 51, .66);
    font-size: 14px;
    margin-bottom: 12px
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-attr {
    margin-bottom: 12px
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-attr img {
    width: auto !important;
    margin: 0 !important
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder .star-rating-wrap {
    margin-bottom: 3px
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder .star-rating-wrap .count-rating {
    display: none
}

.woocommerce .woocommerce-product-inner+.button.yith-wcqv-button {
    display: none !important
}

.woocommerce .product-type-grouped .woocommerce-product-header .woocommerce-product-meta {
    display: none !important
}

.woocommerce nav.woocommerce-pagination {
    text-align: center
}

.woocommerce nav.woocommerce-pagination ul.page-numbers {
    border: none
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li {
    border: none;
    overflow: visible
}

.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers {
    padding: 0;
    text-align: center;
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 700;
    color: #222;
    background-color: #fff;
    display: inline-block;
    margin: 0 6px 10px;
    -webkit-border-radius: 56px;
    -khtml-border-radius: 56px;
    -moz-border-radius: 56px;
    -ms-border-radius: 56px;
    -o-border-radius: 56px;
    border-radius: 56px;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    position: relative;
    z-index: 1
}

.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers:before,
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms
}

.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers:before {
    -webkit-box-shadow: 0 1px 20px rgba(0, 8, 11, .14);
    -khtml-box-shadow: 0 1px 20px rgba(0, 8, 11, .14);
    -moz-box-shadow: 0 1px 20px rgba(0, 8, 11, .14);
    -ms-box-shadow: 0 1px 20px rgba(0, 8, 11, .14);
    -o-box-shadow: 0 1px 20px rgba(0, 8, 11, .14);
    box-shadow: 0 1px 20px rgba(0, 8, 11, .14);
    -webkit-border-radius: 60px;
    -khtml-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    z-index: -2
}

.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers:after {
    -webkit-border-radius: 60px;
    -khtml-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    z-index: -1;
    opacity: 0
}

.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.next,
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.prev {
    font-size: 0
}

.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.next:before,
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.next:after {
    font-size: 16px;
    content: '\f105';
    font-weight: 400;
    font-family: "Font Awesome 5 Pro"
}

.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.prev:before,
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.prev:after {
    font-size: 16px;
    font-weight: 400;
    content: '\f104';
    font-family: "Font Awesome 5 Pro"
}

.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.current,
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers:hover {
    color: #fff
}

.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.current:before,
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers:hover:before {
    opacity: 0
}

.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.current:after,
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers:hover:after {
    opacity: 1
}

.single-product .woocommerce-social-share {
    padding-top: 30px
}

.single-product .woocommerce-social-share label {
    font-size: 14px;
    color: #42495b;
    font-family: 'Poppins', sans-serif;
    margin-right: 20px
}

.single-product .woocommerce-social-share a {
    color: #6a6a6a;
    font-size: 16px;
    margin-right: 12px
}

.single-product .woocommerce-social-share a:hover {
    color: #c1282a
}

.single-product .woocommerce-summary-wrap {
    margin: 0 -25px
}

.single-product .woocommerce-summary-wrap>.col-xl-6 {
    padding: 0 25px
}

.single-product #shop-breadcrumb {
    padding-bottom: 46px
}

.single-product #shop-newsletter {
    margin-top: 30px
}

.single-product .woocommerce-sg-product-price {
    margin-bottom: 25px
}

.single-product section.related {
    padding-top: 72px
}

.single-product section.related h2 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 0
}

.single-product section.related ul.products {
    margin-bottom: 0
}

.single-product section.related ul.products li.product {
    margin-bottom: 0 !important;
    margin-top: 65px
}

.single-product #primary div.product .woocommerce-product-details__short-description p:last-child {
    margin-bottom: 0
}

.single-product #primary div.product .woocommerce-sg-product-feature {
    margin-top: 34px;
    margin-bottom: 71px;
    list-style: none
}

.single-product #primary div.product .woocommerce-sg-product-feature li {
    display: flex;
    flex-wrap: nowrap
}

.single-product #primary div.product .woocommerce-sg-product-feature li i {
    margin-right: 8px;
    margin-top: 8px
}

.single-product #primary div.product .woocommerce-sg-product-feature li p:last-child {
    margin-bottom: 0
}

.single-product #primary div.product .woocommerce-sg-product-feature li+li {
    margin-top: 10px
}

.single-product #primary div.product form.cart {
    margin-bottom: 24px
}

.single-product #primary div.product form.cart label {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
    font-weight: 700;
    color: #232323;
    font-family: 'Poppins', sans-serif
}

@media screen and (max-width:767px) {
    .single-product #primary div.product form.cart label {
        font-size: 15px;
        line-height: normal
    }
}

.single-product #primary div.product form.cart .reset_variations {
    display: none !important
}

.single-product #primary div.product form.cart .variations {
    margin-bottom: 10px
}

.single-product #primary div.product form.cart .variations td {
    padding-bottom: 20px
}

.single-product #primary div.product form.cart .button-variable-wrapper .button-variable-item {
    background-color: #f3f3f3;
    border: none;
    line-height: 40px;
    color: #152136;
    text-transform: uppercase;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .3s ease 0s;
    -khtml-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    margin: 0 5px 5px 0;
    width: 40px;
    height: 40px
}

.single-product #primary div.product form.cart .button-variable-wrapper .button-variable-item span {
    font-size: 14px
}

.single-product #primary div.product form.cart .button-variable-wrapper .button-variable-item.selected,
.single-product #primary div.product form.cart .button-variable-wrapper .button-variable-item:hover {
    background-color: #c1282a;
    color: #fff
}

.single-product #primary div.product form.cart .color-variable-wrapper .color-variable-item {
    padding: 0;
    border: none;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    margin: 0 5px 5px 0;
    opacity: .5
}

.single-product #primary div.product form.cart .color-variable-wrapper .color-variable-item span {
    border: 2px solid rgba(0, 0, 0, .2)
}

.single-product #primary div.product form.cart .color-variable-wrapper .color-variable-item.selected {
    opacity: 1
}

.single-product #primary div.product form.cart.variations_form .woocommerce-variation-add-to-cart {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.single-product #primary div.product form.cart.variations_form .woocommerce-variation-add-to-cart .single_add_to_cart_button,
.single-product #primary div.product form.cart.variations_form .woocommerce-variation-add-to-cart .quantity {
    margin-top: 20px
}

.single-product #primary div.product form.cart.variations_form .woocommerce-variation-price {
    margin: 25px 0
}

.single-product #primary div.product form.cart.variations_form button.single_add_to_cart_button {
    background-color: #c1282a
}

.single-product #primary div.product form.cart.variations_form button.single_add_to_cart_button:hover {
    background-color: transparent
}

.single-product #primary div.product form.cart:not(.variations_form),
.single-product #primary div.product form.cart:not(.grouped_form) {
    display: flex;
    margin: 0;
    align-items: center;
    flex-wrap: wrap
}

.single-product #primary div.product form.cart:not(.variations_form) .quantity,
.single-product #primary div.product form.cart:not(.grouped_form) .quantity,
.single-product #primary div.product form.cart:not(.variations_form) .single_add_to_cart_button,
.single-product #primary div.product form.cart:not(.grouped_form) .single_add_to_cart_button {
    margin-top: 10px
}

.single-product #primary div.product .woocommerce-gallery span.onsale {
    display: none
}

.single-product #primary div.product .woocommerce-product-gallery {
    width: 100% !important;
    margin-bottom: 80px
}

@media screen and (max-width:991px) {
    .single-product #primary div.product .woocommerce-product-gallery {
        margin-bottom: 50px
    }
}

.single-product #primary div.product .woocommerce-product-gallery .woocommerce-product-gallery__image {
    -webkit-border-radius: 18px;
    -khtml-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    border-radius: 18px;
    -webkit-box-shadow: 0 23px 27px rgba(16, 16, 16, .09);
    -khtml-box-shadow: 0 23px 27px rgba(16, 16, 16, .09);
    -moz-box-shadow: 0 23px 27px rgba(16, 16, 16, .09);
    -ms-box-shadow: 0 23px 27px rgba(16, 16, 16, .09);
    -o-box-shadow: 0 23px 27px rgba(16, 16, 16, .09);
    box-shadow: 0 23px 27px rgba(16, 16, 16, .09)
}

.single-product #primary div.product .woocommerce-product-gallery .flex-viewport {
    -webkit-border-radius: 18px;
    -khtml-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    border-radius: 18px;
    -webkit-box-shadow: 0 23px 27px rgba(16, 16, 16, .09);
    -khtml-box-shadow: 0 23px 27px rgba(16, 16, 16, .09);
    -moz-box-shadow: 0 23px 27px rgba(16, 16, 16, .09);
    -ms-box-shadow: 0 23px 27px rgba(16, 16, 16, .09);
    -o-box-shadow: 0 23px 27px rgba(16, 16, 16, .09);
    box-shadow: 0 23px 27px rgba(16, 16, 16, .09)
}

.single-product #primary div.product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image {
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

.single-product #primary div.product .woocommerce-product-gallery .flex-control-nav {
    margin-top: 40px;
    margin-left: -15px;
    margin-right: -15px
}

@media screen and (max-width:575px) {
    .single-product #primary div.product .woocommerce-product-gallery .flex-control-nav {
        margin-top: 20px;
        margin-left: -10px;
        margin-right: -10px
    }
}

.single-product #primary div.product .woocommerce-product-gallery .flex-control-nav li {
    padding: 0 15px;
    width: 33.33%;
    margin-bottom: 30px
}

@media screen and (max-width:575px) {
    .single-product #primary div.product .woocommerce-product-gallery .flex-control-nav li {
        padding: 0 10px
    }
}

.single-product #primary div.product .woocommerce-product-gallery .flex-control-nav img {
    opacity: 1
}

.single-product #primary div.product .woocommerce-product-gallery .flex-control-nav img.flex-active {
    outline: 5px solid rgba(193, 40, 42, .1);
    outline-offset: -5px
}

.single-product #primary div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a {
    position: relative;
    display: block
}

.single-product #primary div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:before {
    content: '';
    background-color: rgba(193, 40, 42, .85);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    -webkit-transition: all .3s linear;
    -khtml-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.single-product #primary div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:after {
    content: "\f06e";
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    -webkit-border-radius: 40px;
    -khtml-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    background-color: #fff;
    text-align: center;
    color: #c1282a;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -khtml-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all .3s linear;
    -khtml-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    opacity: 0
}

.single-product #primary div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:hover:before {
    opacity: .8
}

.single-product #primary div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:hover:after {
    opacity: 1
}

.single-product #primary div.product .entry-summary {
    width: 100% !important;
    margin-bottom: 80px
}

@media screen and (min-width:768px) {
    .single-product #primary div.product .entry-summary {
        position: sticky;
        top: 62px
    }
}

.single-product #primary div.product .entry-summary .yith-wcwl-add-to-wishlist {
    display: none
}

.single-product #primary div.product .entry-summary .woocommerce-product-rating {
    margin-bottom: 0
}

.single-product #primary div.product .entry-summary .woocommerce-product-rating .woocommerce-review-link {
    display: none
}

.single-product #primary div.product .entry-summary .woocommerce-product-rating .star-rating-wrap {
    margin-bottom: 8px
}

.single-product #primary div.product .entry-summary .entry-title {
    font-size: 30px;
    margin-bottom: 9px
}

.single-product #primary div.product .entry-summary .price {
    font-size: 24px;
    line-height: 1;
    color: #222;
    font-family: 'Poppins', sans-serif;
    font-weight: 600
}

.single-product #primary div.product .entry-summary .price ins {
    margin-right: 22px
}

.single-product #primary div.product .entry-summary .price del {
    color: #bfc7d3
}

.single-product #primary div.product .entry-summary .price del .amount {
    color: #bfc7d3
}

.single-product #primary div.product .entry-summary .woocommerce-sg-product-excerpt {
    border-top: 1px dashed #6f6f6f;
    padding-top: 21px
}

.single-product #primary div.product .entry-summary .woocommerce-sg-product-excerpt>h3 {
    font-size: 30px;
    margin-bottom: 11px
}

.single-product #primary div.product .entry-summary .single_add_to_cart_button {
    clear: left;
    margin-top: 30px
}

.single-product #primary div.product .woocommerce-tabs ul.wc-tabs {
    overflow: visible;
    padding: 0;
    margin-top: -20px;
    margin-bottom: 0;
    text-align: center;
    position: relative;
    z-index: 1
}

.single-product #primary div.product .woocommerce-tabs ul.wc-tabs:before {
    width: 100%;
    height: 2px;
    bottom: 24px;
    z-index: -1;
    background-color: #e2e2e2;
    border: none;
    top: auto
}

@media screen and (max-width:575px) {
    .single-product #primary div.product .woocommerce-tabs ul.wc-tabs:before {
        display: none
    }
}

.single-product #primary div.product .woocommerce-tabs ul.wc-tabs:after {
    display: none !important
}

.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li {
    margin: 20px 8px 0;
    padding: 0;
    border: none;
    background-color: transparent;
    position: relative;
    z-index: 99
}

.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li:before,
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li:after {
    display: none !important
}

@media screen and (max-width:575px) {
    .single-product #primary div.product .woocommerce-tabs ul.wc-tabs li {
        display: block;
        padding: 0;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 5px
    }
    .single-product #primary div.product .woocommerce-tabs ul.wc-tabs li a {
        display: block
    }
}

.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li a {
    padding: 0 50px;
    font-size: 15px;
    line-height: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    color: #222;
    font-weight: 600;
    position: relative;
    background-color: #fff;
    z-index: 1
}

.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li a:before {
    content: '';
    background-color: #fff;
    border: 2px solid #e2e2e2;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms
}

.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    opacity: 0;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms
}

@media screen and (max-width:991px) {
    .single-product #primary div.product .woocommerce-tabs ul.wc-tabs li a {
        padding: 0 30px
    }
}

.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li.active>a {
    color: #fff
}

.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li.active>a:before {
    opacity: 0
}

.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li.active>a:after {
    opacity: 1
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel {
    font-size: 14px;
    line-height: 26px
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel p:last-child {
    margin-bottom: 0
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel>h2 {
    display: none
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel.panel {
    padding-top: 32px;
    margin-bottom: 0
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes {
    border: 1px solid #dee2e6
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes th,
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td {
    border-bottom: 1px solid #dee2e6;
    font-family: inherit;
    color: #152136;
    font-weight: 400;
    font-style: normal;
    padding: 10px
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td {
    border-left: 1px solid #dee2e6
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-noreviews {
    margin-bottom: 10px !important
}

.single-product #primary div.product .woocommerce-tabs .tab-product-feature-list {
    font-size: 18px;
    line-height: 34px
}

.single-product #primary div.product .woocommerce-tabs .tab-product-feature-list .col-xl-4 {
    font-weight: 600
}

.single-product #primary div.product .woocommerce-tabs .tab-product-feature-list .line-gap {
    margin: 0;
    width: 100%
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating {
    margin-bottom: 15px
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating label {
    margin-bottom: 10px
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-comment label {
    margin-bottom: 8px
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title {
    font-size: 24px;
    margin-bottom: 22px
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-reply-title,
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .nice-select {
    display: none
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form #comment {
    height: 140px;
    min-height: 140px
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form {
    padding: 30px;
    border: 1px solid #e9e9e9
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #commentform {
    padding: 0;
    background-color: inherit
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist {
    padding: 0
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review {
    position: relative;
    margin-bottom: 20px;
    padding: 30px;
    border: 1px solid #eee
}

@media screen and (max-width:1199px) {
    .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review {
        padding: 20px 15px 20px 20px
    }
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap {
    position: absolute;
    right: 0;
    top: 0
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap .count-rating {
    display: none
}

@media screen and (max-width:991px) {
    .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap {
        position: static;
        margin-bottom: 8px
    }
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment_container {
    position: relative
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar {
    padding: 0;
    width: 80px;
    -webkit-border-radius: 80px;
    -khtml-border-radius: 80px;
    -moz-border-radius: 80px;
    -ms-border-radius: 80px;
    -o-border-radius: 80px;
    border-radius: 80px;
    -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, .08);
    -khtml-box-shadow: 0 5px 8px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 5px 8px rgba(0, 0, 0, .08);
    -ms-box-shadow: 0 5px 8px rgba(0, 0, 0, .08);
    -o-box-shadow: 0 5px 8px rgba(0, 0, 0, .08);
    box-shadow: 0 5px 8px rgba(0, 0, 0, .08)
}

@media screen and (max-width:575px) {
    .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar {
        width: 40px;
        border: none
    }
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text {
    border: none;
    margin: 0;
    padding: 0 0 0 100px
}

@media screen and (max-width:767px) {
    .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text .star-rating {
        float: none
    }
}

@media screen and (max-width:575px) {
    .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text {
        padding-left: 60px
    }
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta {
    margin: 0 0 8px;
    font-size: 16px
}

@media screen and (max-width:575px) {
    .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta {
        display: block
    }
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__published-date {
    display: block;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__author {
    color: #222;
    font-family: 'Poppins', sans-serif;
    display: block;
    line-height: 1;
    margin-bottom: 4px
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__dash {
    display: none
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .description p {
    margin: 0
}

.single-product #primary div.product .quantity {
    margin-right: 30px
}

.single-product #primary div.product .product_meta {
    padding-top: 29px;
    border-top: 1px dashed #6f6f6f;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    color: inherit
}

.single-product #primary div.product .product_meta>span {
    display: block;
    width: 100%;
    color: #222
}

.single-product #primary div.product .product_meta>span+span {
    margin-top: 5px
}

.single-product #primary div.product .product_meta a {
    color: #636363
}

.single-product #primary div.product .product_meta a:hover {
    color: #c1282a
}

@media screen and (min-width:768px) {
    .single-product.header-sticky #primary div.product .entry-summary {
        top: 120px
    }
    .single-product.header-sticky.admin-bar #primary div.product .entry-summary {
        top: 150px
    }
}

body.woocommerce-cart .woocommerce-cart-form .actions .button,
body.woocommerce-wishlist .woocommerce-cart-form .actions .button,
body.woocommerce-cart #yith-wcwl-form .actions .button,
body.woocommerce-wishlist #yith-wcwl-form .actions .button {
    padding: 0 20px !important
}

body.woocommerce-cart .woocommerce-cart-form table.cart td.actions .input-text,
body.woocommerce-wishlist .woocommerce-cart-form table.cart td.actions .input-text,
body.woocommerce-cart #yith-wcwl-form table.cart td.actions .input-text,
body.woocommerce-wishlist #yith-wcwl-form table.cart td.actions .input-text {
    width: 180px !important;
    height: 54px;
    padding: 0 25px;
    font-size: 16px
}

body.woocommerce-cart .woocommerce-cart-form .shop_table,
body.woocommerce-wishlist .woocommerce-cart-form .shop_table,
body.woocommerce-cart #yith-wcwl-form .shop_table,
body.woocommerce-wishlist #yith-wcwl-form .shop_table {
    border: none
}

body.woocommerce-cart .woocommerce-cart-form .shop_table thead th,
body.woocommerce-wishlist .woocommerce-cart-form .shop_table thead th,
body.woocommerce-cart #yith-wcwl-form .shop_table thead th,
body.woocommerce-wishlist #yith-wcwl-form .shop_table thead th {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    padding: 10px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 3px solid #c1282a
}

body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td,
body.woocommerce-wishlist .woocommerce-cart-form .shop_table tbody td,
body.woocommerce-cart #yith-wcwl-form .shop_table tbody td,
body.woocommerce-wishlist #yith-wcwl-form .shop_table tbody td {
    text-align: left;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.actions,
body.woocommerce-wishlist .woocommerce-cart-form .shop_table tbody td.actions,
body.woocommerce-cart #yith-wcwl-form .shop_table tbody td.actions,
body.woocommerce-wishlist #yith-wcwl-form .shop_table tbody td.actions {
    border-bottom: none;
    padding-left: 0;
    padding-right: 0
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-name a,
body.woocommerce-wishlist .woocommerce-cart-form tbody .product-name a,
body.woocommerce-cart #yith-wcwl-form tbody .product-name a,
body.woocommerce-wishlist #yith-wcwl-form tbody .product-name a {
    color: #152136;
    font-size: 16px;
    font-weight: 600
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-name a:hover,
body.woocommerce-wishlist .woocommerce-cart-form tbody .product-name a:hover,
body.woocommerce-cart #yith-wcwl-form tbody .product-name a:hover,
body.woocommerce-wishlist #yith-wcwl-form tbody .product-name a:hover {
    color: #c1282a
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-name .yith-wcqv-button,
body.woocommerce-wishlist .woocommerce-cart-form tbody .product-name .yith-wcqv-button,
body.woocommerce-cart #yith-wcwl-form tbody .product-name .yith-wcqv-button,
body.woocommerce-wishlist #yith-wcwl-form tbody .product-name .yith-wcqv-button {
    display: none
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-name dl.variation,
body.woocommerce-wishlist .woocommerce-cart-form tbody .product-name dl.variation,
body.woocommerce-cart #yith-wcwl-form tbody .product-name dl.variation,
body.woocommerce-wishlist #yith-wcwl-form tbody .product-name dl.variation {
    display: none
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-price,
body.woocommerce-wishlist .woocommerce-cart-form tbody .product-price,
body.woocommerce-cart #yith-wcwl-form tbody .product-price,
body.woocommerce-wishlist #yith-wcwl-form tbody .product-price,
body.woocommerce-cart .woocommerce-cart-form tbody .product-subtotal,
body.woocommerce-wishlist .woocommerce-cart-form tbody .product-subtotal,
body.woocommerce-cart #yith-wcwl-form tbody .product-subtotal,
body.woocommerce-wishlist #yith-wcwl-form tbody .product-subtotal {
    color: #152136;
    font-size: 16px;
    font-weight: 600
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-price ins,
body.woocommerce-wishlist .woocommerce-cart-form tbody .product-price ins,
body.woocommerce-cart #yith-wcwl-form tbody .product-price ins,
body.woocommerce-wishlist #yith-wcwl-form tbody .product-price ins,
body.woocommerce-cart .woocommerce-cart-form tbody .product-subtotal ins,
body.woocommerce-wishlist .woocommerce-cart-form tbody .product-subtotal ins,
body.woocommerce-cart #yith-wcwl-form tbody .product-subtotal ins,
body.woocommerce-wishlist #yith-wcwl-form tbody .product-subtotal ins {
    color: #152136;
    background-color: transparent
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail,
body.woocommerce-wishlist .woocommerce-cart-form tbody .product-thumbnail,
body.woocommerce-cart #yith-wcwl-form tbody .product-thumbnail,
body.woocommerce-wishlist #yith-wcwl-form tbody .product-thumbnail {
    text-align: center !important;
    min-width: 120px
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail a,
body.woocommerce-wishlist .woocommerce-cart-form tbody .product-thumbnail a,
body.woocommerce-cart #yith-wcwl-form tbody .product-thumbnail a,
body.woocommerce-wishlist #yith-wcwl-form tbody .product-thumbnail a {
    display: block
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail a img,
body.woocommerce-wishlist .woocommerce-cart-form tbody .product-thumbnail a img,
body.woocommerce-cart #yith-wcwl-form tbody .product-thumbnail a img,
body.woocommerce-wishlist #yith-wcwl-form tbody .product-thumbnail a img {
    width: 100%;
    max-width: 80px
}

body.woocommerce-cart .woocommerce-cart-form .product-remove,
body.woocommerce-wishlist .woocommerce-cart-form .product-remove,
body.woocommerce-cart #yith-wcwl-form .product-remove,
body.woocommerce-wishlist #yith-wcwl-form .product-remove {
    position: relative;
    min-width: 50px
}

body.woocommerce-cart .woocommerce-cart-form .product-remove a.remove,
body.woocommerce-wishlist .woocommerce-cart-form .product-remove a.remove,
body.woocommerce-cart #yith-wcwl-form .product-remove a.remove,
body.woocommerce-wishlist #yith-wcwl-form .product-remove a.remove {
    font-size: 0px
}

body.woocommerce-cart .woocommerce-cart-form .product-remove a.remove:before,
body.woocommerce-wishlist .woocommerce-cart-form .product-remove a.remove:before,
body.woocommerce-cart #yith-wcwl-form .product-remove a.remove:before,
body.woocommerce-wishlist #yith-wcwl-form .product-remove a.remove:before {
    content: "\f136";
    font-family: "Material-Design-Iconic-Font";
    font-size: 18px;
    height: 32px;
    width: 32px;
    line-height: 32px;
    background-color: #c1282a;
    color: #fff;
    -webkit-border-radius: 32px;
    -khtml-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
    border-radius: 32px;
    font-weight: 400;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
    right: 0;
    margin: auto
}

body.woocommerce-cart .woocommerce-cart-form .product-remove a.remove:hover:before,
body.woocommerce-wishlist .woocommerce-cart-form .product-remove a.remove:hover:before,
body.woocommerce-cart #yith-wcwl-form .product-remove a.remove:hover:before,
body.woocommerce-wishlist #yith-wcwl-form .product-remove a.remove:hover:before {
    color: #fff;
    background-color: rgba(193, 40, 42, .85)
}

@media screen and (max-width:769px) {
    body.woocommerce-cart .woocommerce-cart-form .product-remove,
    body.woocommerce-wishlist .woocommerce-cart-form .product-remove,
    body.woocommerce-cart #yith-wcwl-form .product-remove,
    body.woocommerce-wishlist #yith-wcwl-form .product-remove {
        min-height: 57px
    }
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table,
body.woocommerce-wishlist .woocommerce-cart-form table.shop_table,
body.woocommerce-cart #yith-wcwl-form table.shop_table,
body.woocommerce-wishlist #yith-wcwl-form table.shop_table {
    margin-bottom: 40px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0
}

@media screen and (max-width:769px) {
    body.woocommerce-cart .woocommerce-cart-form table.shop_table td,
    body.woocommerce-wishlist .woocommerce-cart-form table.shop_table td,
    body.woocommerce-cart #yith-wcwl-form table.shop_table td,
    body.woocommerce-wishlist #yith-wcwl-form table.shop_table td {
        background-color: #fff !important
    }
}

body.woocommerce-cart .cart-collaterals .cart_totals,
body.woocommerce-wishlist .cart-collaterals .cart_totals {
    background-color: #fff;
    padding: 40px 50px;
    -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, .08);
    -khtml-box-shadow: 0px 6px 30px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0px 6px 30px rgba(0, 0, 0, .08);
    -ms-box-shadow: 0px 6px 30px rgba(0, 0, 0, .08);
    -o-box-shadow: 0px 6px 30px rgba(0, 0, 0, .08);
    box-shadow: 0px 6px 30px rgba(0, 0, 0, .08);
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    width: 33.33%
}

@media screen and (max-width:991px) {
    body.woocommerce-cart .cart-collaterals .cart_totals,
    body.woocommerce-wishlist .cart-collaterals .cart_totals {
        width: 50%;
        padding-left: 40px;
        padding-right: 40px
    }
}

@media screen and (max-width:991px) {
    body.woocommerce-cart .cart-collaterals .cart_totals,
    body.woocommerce-wishlist .cart-collaterals .cart_totals {
        padding: 30px;
        width: 100%
    }
}

body.woocommerce-cart .cart-collaterals .cart_totals>h2,
body.woocommerce-wishlist .cart-collaterals .cart_totals>h2 {
    font-size: 24px;
    border-bottom: 1px solid rgba(96, 101, 104, .15);
    margin-bottom: 20px;
    padding-bottom: 14px;
    text-transform: capitalize
}

body.woocommerce-cart .cart-collaterals .cart_totals th,
body.woocommerce-wishlist .cart-collaterals .cart_totals th {
    vertical-align: middle !important;
    border: none !important;
    color: inherit;
    font-weight: 400;
    padding: 12px 10px 12px 0
}

body.woocommerce-cart .cart-collaterals .cart_totals th+td,
body.woocommerce-wishlist .cart-collaterals .cart_totals th+td {
    border-left: 1px solid #ebebeb
}

body.woocommerce-cart .cart-collaterals .cart_totals td,
body.woocommerce-wishlist .cart-collaterals .cart_totals td {
    border: none !important;
    padding: 12px 10px;
    text-align: right
}

body.woocommerce-cart .cart-collaterals .cart_totals strong,
body.woocommerce-wishlist .cart-collaterals .cart_totals strong {
    font-weight: 600
}

body.woocommerce-cart .cart-collaterals .cart_totals .order-total th,
body.woocommerce-wishlist .cart-collaterals .cart_totals .order-total th,
body.woocommerce-cart .cart-collaterals .cart_totals .order-total td,
body.woocommerce-wishlist .cart-collaterals .cart_totals .order-total td {
    color: #222;
    font-weight: 600
}

body.woocommerce-cart .cart-collaterals .cart_totals .shop_table,
body.woocommerce-wishlist .cart-collaterals .cart_totals .shop_table {
    border: none
}

body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator p,
body.woocommerce-wishlist .cart-collaterals .cart_totals .woocommerce-shipping-calculator p {
    margin-bottom: 0
}

body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button,
body.woocommerce-wishlist .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button {
    color: #c1282a
}

body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:after,
body.woocommerce-wishlist .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:after {
    content: '\f2f9';
    margin-left: 9px;
    font-family: "Material-Design-Iconic-Font";
    position: relative;
    top: 1px
}

body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:hover,
body.woocommerce-wishlist .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:hover {
    color: #c1282a
}

body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form,
body.woocommerce-wishlist .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form {
    padding-top: 10px
}

body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout,
body.woocommerce-wishlist .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    padding-bottom: 0
}

body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button,
body.woocommerce-wishlist .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
    width: 100%
}

body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout,
body.woocommerce-wishlist .cart-collaterals .wc-proceed-to-checkout {
    text-align: right
}

.woocommerce-checkout form.checkout_coupon {
    border: 1px solid #eee;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0;
    background-color: #f7f8fa
}

.woocommerce-checkout form.checkout_coupon .form-row-first {
    width: 50%;
    padding-right: 30px
}

.woocommerce-checkout form.checkout_coupon .form-row-last {
    width: 50%
}

.woocommerce-checkout #add_payment_method #payment,
.woocommerce-checkout #payment {
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    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%;
    flex: inherit;
    max-width: 100%
}

@media 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%
    }
}

.woocommerce-checkout #customer_details span.woocommerce-input-wrapper {
    width: 100%;
    display: block
}

.woocommerce-checkout #customer_details .woocommerce-billing-fields {
    margin-bottom: 36px
}

.woocommerce-checkout #customer_details .woocommerce-billing-fields>h3 {
    font-size: 24px;
    margin-bottom: 18px;
    text-transform: capitalize
}

.woocommerce-checkout #customer_details .woocommerce-additional-fields {
    margin-bottom: 36px
}

.woocommerce-checkout #customer_details .woocommerce-additional-fields>h3 {
    font-size: 24px;
    margin-bottom: 18px;
    text-transform: capitalize
}

.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address {
    font-size: 24px;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -khtml-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address:hover {
    color: #c1282a
}

.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address #ship-to-different-address-checkbox {
    position: absolute;
    opacity: 0
}

.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__label span:after {
    content: "\f01a";
    font-family: FontAwesome;
    margin-left: 14px;
    font-weight: 400
}

.woocommerce-checkout #customer_details #billing_country_field label,
.woocommerce-checkout #customer_details #shipping_country_field label,
.woocommerce-checkout #customer_details #billing_address_1_field label,
.woocommerce-checkout #customer_details #shipping_address_1_field label,
.woocommerce-checkout #customer_details #order_comments_field label {
    display: none !important
}

.woocommerce-checkout #customer_details #billing_country_field textarea,
.woocommerce-checkout #customer_details #shipping_country_field textarea,
.woocommerce-checkout #customer_details #billing_address_1_field textarea,
.woocommerce-checkout #customer_details #shipping_address_1_field textarea,
.woocommerce-checkout #customer_details #order_comments_field textarea {
    padding: 18px 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 #ebebeb
}

.woocommerce-checkout form.woocommerce-checkout #order_review .product-total {
    border-left: 1px solid #ebebeb
}

.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table {
    margin-bottom: 60px;
    border-right: none;
    border-top: none
}

.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table th {
    font-weight: 700
}

.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
}

.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: 14px;
    font-weight: 700;
    color: #c1282a
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment {
    background-color: #f7f8fa;
    border: 1px solid #eee
}

.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: 20px;
    border-bottom: 1px solid #eee
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment .place-order {
    padding: 20px;
    margin: 0
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment #place_order {
    float: none;
    margin-top: 10px
}

.woocommerce-checkout #payment label {
    font-size: 16px;
    color: rgba(0, 0, 0, .87);
    font-weight: 600
}

.woocommerce-account .site-content #primary .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    display: block;
    width: 100%
}

.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation {
    margin-bottom: 30px;
    width: 30%;
    float: left;
    padding: 0 15px
}

@media screen and (max-width:767px) {
    .woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation {
        width: 100%;
        margin-bottom: 60px
    }
}

.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul {
    margin: 0;
    list-style: none
}

.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #eaeaea
}

.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li a {
    font-size: 16px;
    padding: 10px 0;
    color: #42495b;
    position: relative;
    display: block
}

.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li a:hover {
    color: #c1282a
}

.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li a:before {
    content: "\f178";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: block;
    font-family: "FontAwesome";
    color: #c1282a;
    margin-left: -16px;
    opacity: 0;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms
}

.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li.is-active>a,
.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li a:hover {
    color: inherit;
    padding-left: 26px
}

.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li.is-active>a:before,
.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li a:hover:before {
    margin-left: 0;
    opacity: 1
}

.woocommerce-account .site-content #primary .woocommerce-MyAccount-content {
    margin-bottom: 30px;
    padding: 0 15px;
    width: 70%;
    float: left
}

@media screen and (max-width:767px) {
    .woocommerce-account .site-content #primary .woocommerce-MyAccount-content {
        width: 100%;
        margin-bottom: 0
    }
}

.woocommerce-account .site-content #primary .woocommerce-MyAccount-content .col-1,
.woocommerce-account .site-content #primary .woocommerce-MyAccount-content .col-2 {
    flex: inherit;
    max-width: inherit
}

.woocommerce-account .site-content #primary .woocommerce-MyAccount-content .form-row label {
    width: 100%
}

.woocommerce-account .site-content #primary .woocommerce-MyAccount-content .form-row .woocommerce-input-wrapper {
    width: 100%
}

.woocommerce-account .site-content #primary .woocommerce-form {
    background-color: #f8f8f8;
    border: 1px solid #eee;
    padding: 30px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0;
    max-width: 670px;
    margin: 0 auto 30px auto
}

.woocommerce-account .site-content #primary .woocommerce-form label {
    font-weight: 500;
    margin-bottom: 2px
}

.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-Button.button {
    margin-right: 16px;
    height: auto
}

.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-LostPassword {
    margin-bottom: 0
}

.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-LostPassword a {
    color: #c1282a
}

.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-LostPassword a:hover {
    color: #c1282a
}

.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-form__label-for-checkbox {
    padding: 0;
    line-height: 50px
}

.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-form__label-for-checkbox span {
    font-size: 15px
}

.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
    position: relative;
    top: -1px
}

.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-Button {
    height: 42px
}

.woocommerce-account .site-content #primary .woocommerce-notices-wrapper+h2 {
    text-align: center;
    font-size: 24px
}

.woocommerce-account .site-content #primary #customer_login {
    margin: 0 -15px;
    width: inherit;
    display: flex;
    flex-wrap: wrap
}

.woocommerce-account .site-content #primary #customer_login h2 {
    font-size: 24px
}

.woocommerce-account .site-content #primary #customer_login .u-column1.col-1,
.woocommerce-account .site-content #primary #customer_login .u-column2.col-2 {
    width: 50%;
    flex: inherit;
    max-width: 100%
}

@media screen and (max-width:767px) {
    .woocommerce-account .site-content #primary #customer_login {
        margin: 0
    }
    .woocommerce-account .site-content #primary #customer_login .u-column1.col-1,
    .woocommerce-account .site-content #primary #customer_login .u-column2.col-2 {
        width: 100%;
        padding: 0
    }
}

.woocommerce-account .site-content #primary .woocommerce-password-strength.bad {
    background-color: transparent;
    padding: 8px 0
}

body #yith-wcwl-popup-message {
    margin-left: -108px;
    display: none;
    bottom: 30px;
    top: auto;
    right: 30px;
    left: auto;
    background-color: #c1282a;
    border-radius: 3px;
    border: none;
    color: #fff;
    padding: 0 20px
}

body #yith-quick-view-modal .yith-quick-view-overlay {
    background-color: rgba(0, 0, 0, .85)
}

body #yith-quick-view-modal .yith-wcqv-main {
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

body #yith-quick-view-modal .yith-wcqv-head #yith-quick-view-close {
    color: rgba(0, 0, 0, .2);
    opacity: 1;
    border: none;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 0px
}

body #yith-quick-view-modal .yith-wcqv-head #yith-quick-view-close:before {
    content: "\f410";
    font-family: "Font Awesome 5 Pro";
    font-size: 18px
}

body #yith-quick-view-modal .yith-wcqv-head #yith-quick-view-close:hover {
    color: #c1282a
}

body #yith-quick-view-modal .onsale {
    top: 29px !important
}

body #yith-quick-view-modal #yith-quick-view-content div.images {
    padding: 15px;
    margin-bottom: 0;
    width: 50%
}

@media screen and (max-width:575px) {
    body #yith-quick-view-modal #yith-quick-view-content div.images {
        width: 100%;
        margin-bottom: 30px
    }
}

body #yith-quick-view-modal #yith-quick-view-content .entry-summary {
    padding: 30px 30px 15px 15px;
    width: 50%
}

@media screen and (max-width:575px) {
    body #yith-quick-view-modal #yith-quick-view-content .entry-summary {
        width: 100%
    }
}

body #yith-quick-view-modal #yith-quick-view-content .entry-summary h1.product_title {
    font-size: 30px;
    margin-bottom: 5px
}

body #yith-quick-view-modal #yith-quick-view-content .entry-summary .woocommerce-product-rating {
    margin-bottom: 10px
}

body #yith-quick-view-modal #yith-quick-view-content .entry-summary .price {
    font-weight: 600;
    color: #c1282a
}

body #yith-quick-view-modal #yith-quick-view-content .entry-summary .price del {
    color: #666
}

body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart {
    border-top: 1px solid #f7f9fb;
    border-bottom: 1px solid #f7f9fb;
    padding: 18px 0;
    margin-bottom: 30px
}

body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart label {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
    font-weight: 600;
    color: #232323;
    font-family: 'Poppins', sans-serif
}

body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .reset_variations {
    display: none !important
}

body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .button-variable-wrapper .button-variable-item {
    background-color: #f3f3f3;
    border: none;
    line-height: 40px;
    color: #6f6f6f;
    text-transform: uppercase;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .3s ease 0s;
    -khtml-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    margin: 0 5px 5px 0;
    width: 40px;
    height: 40px
}

body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .button-variable-wrapper .button-variable-item span {
    font-size: 14px
}

body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .button-variable-wrapper .button-variable-item.selected,
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .button-variable-wrapper .button-variable-item:hover {
    background-color: #c1282a;
    color: #fff
}

body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .color-variable-wrapper .color-variable-item {
    padding: 0;
    border: none;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    margin: 0 5px 5px 0;
    opacity: .5
}

body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .color-variable-wrapper .color-variable-item span {
    border: 2px solid rgba(0, 0, 0, .2)
}

body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .color-variable-wrapper .color-variable-item.selected {
    opacity: 1
}

body #yith-quick-view-modal #yith-quick-view-content .entry-summary .woocommerce-product-details__short-description p {
    margin-bottom: 24px
}

body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .sku_wrapper,
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .posted_in,
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .tagged_as {
    display: block;
    font-weight: 600;
    font-size: 15px
}

body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .sku_wrapper span,
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .posted_in span,
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .tagged_as span,
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .sku_wrapper a,
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .posted_in a,
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .tagged_as a {
    color: #c1282a;
    margin-left: 7px
}

body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .sku_wrapper a:hover,
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .posted_in a:hover,
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .tagged_as a:hover {
    color: #0e0e0e
}

body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .posted_in {
    display: none
}

body #yith-quick-view-modal #yith-quick-view-content .entry-summary .quantity .qty {
    margin: 0 20px 0 0;
    padding: 0 12px;
    width: 70px;
    height: 54px
}

.wishlist-title {
    width: 100%;
    text-align: center;
    margin: 0 0 45px
}

.wishlist-title .button .fa {
    font-family: FontAwesome
}

.hidden-title-form input+input {
    margin-top: 15px
}

.hidden-title-form .btn {
    line-height: 51px !important
}

.shop_table.cart.wishlist_table {
    margin-bottom: 0 !important
}

#yith-wcwl-form tfoot td {
    display: none
}

#yith-wcwl-form .product-stock-status {
    font-size: 16px;
    font-weight: 600
}

#yith-wcwl-form .product-stock-status .wishlist-in-stock {
    color: #0e0e0e !important
}

#yith-wcwl-form .wishlist-empty {
    text-align: center !important
}

#yith-wcwl-form .product-add-to-cart {
    text-align: right !important
}

#yith-wcwl-form .product-add-to-cart a.button {
    padding: 0 34px;
    display: inline-block !important
}

#yith-wcwl-form .product-add-to-cart a.button.loading {
    padding-right: 30px
}

#yith-wcwl-form .product-add-to-cart a.button.loading:after {
    top: 0 !important;
    right: 0 !important;
    text-indent: 0px;
    height: 50px !important;
    width: 50px !important;
    line-height: 50px !important;
    text-align: center !important
}

#yith-wcwl-form .yith-wcwl-share {
    display: none
}

@media screen and (max-width:767px) {
    #yith-wcwl-form {
        overflow-x: scroll
    }
    #yith-wcwl-form .cart.wishlist_table {
        min-width: 767px
    }
}

#elementor-panel-get-pro-elements {
    display: none !important
}

.elementor-icons-manager__tab__item {
    height: 80px !important
}

.elementor-element .elementor-widget:not(:last-child) {
    margin-bottom: 0
}

.elementor .elementor-section.elementor-section-boxed>.elementor-container.elementor-column-gap-default {
    max-width: 1190px
}

.elementor .elementor-section.elementor-section-boxed>.elementor-container.elementor-column-gap-extended {
    max-width: 1200px
}

.elementor .elementor-section.elementor-section-boxed>.elementor-container.elementor-column-gap-extended .elementor-section-boxed>.elementor-column-gap-no {
    max-width: 1170px
}

.site-content .elementor-container.elementor-column-gap-default {
    margin: 0 -10px
}

.site-content .elementor-container.elementor-column-gap-extended {
    margin: 0 -15px
}

.site-content .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-default {
    margin: 0 auto
}

.site-content .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-default .elementor-row .elementor-column-gap-extended {
    margin: 0 -10px
}

.site-content .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-extended {
    margin: 0 auto
}

.site-content .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-extended .elementor-row .elementor-column-gap-extended {
    margin: 0 -15px
}

.site-content .elementor-widget-text-editor {
    color: inherit;
    font-family: inherit;
    font-weight: inherit
}

.footer-template-default #ct-masthead,
.footer-template-default #pagetitle {
    display: none
}

.elementor-section-full_width.landing-boxed>.elementor-container {
    max-width: 1810px;
    padding: 0 55px
}

@media screen and (max-width:1260px) {
    .elementor-section-full_width.landing-boxed>.elementor-container {
        padding: 0 15px
    }
}

.elementor-section-full_width.landing-boxed>.elementor-container>.elementor-row {
    background-color: #fff;
    -webkit-box-shadow: 0 0 54px rgba(7, 0, 76, .3);
    -khtml-box-shadow: 0 0 54px rgba(7, 0, 76, .3);
    -moz-box-shadow: 0 0 54px rgba(7, 0, 76, .3);
    -ms-box-shadow: 0 0 54px rgba(7, 0, 76, .3);
    -o-box-shadow: 0 0 54px rgba(7, 0, 76, .3);
    box-shadow: 0 0 54px rgba(7, 0, 76, .3);
    overflow: hidden
}

.elementor-section-full_width.landing-boxed>.elementor-container>.elementor-row .elementor-element>.elementor-container {
    margin-left: auto;
    margin-right: auto
}

.elementor-section-full_width.landing-boxed>.elementor-container>.elementor-row {
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

.ct-text-editor p:last-child {
    margin-bottom: 0
}

@media screen and (max-width:1199px) {
    .ct-team-carousel2 .ct-slick-carousel {
        padding-left: 20px
    }
    .ct-service-carousel2.ct-slick-slider .slick-list,
    .ct-testimonial-carousel2.ct-slick-slider .slick-list,
    .ct-portfolio-carousel2.ct-slick-slider .slick-list,
    .ct-client1.ct-slick-slider .slick-list {
        margin: 0
    }
    .col-offset-left>.elementor-column-wrap .elementor-widget-wrap {
        padding-left: 0 !important
    }
    .col-offset-right>.elementor-column-wrap .elementor-widget-wrap {
        padding-right: 0 !important
    }
}

.animate-time1 .wow {
    animation-delay: .1s
}

.animate-time2 .wow {
    animation-delay: .2s
}

.animate-time3 .wow {
    animation-delay: .3s
}

.animate-time4 .wow {
    animation-delay: .4s
}

.animate-time5 .wow {
    animation-delay: .5s
}

.animate-time6 .wow {
    animation-delay: .6s
}

.animate-time7 .wow {
    animation-delay: .7s
}

.animate-time8 .wow {
    animation-delay: .8s
}

.animate-time9 .wow {
    animation-delay: .8s
}

.animate-time10 .wow {
    animation-delay: 1s
}

.animate-time11 .wow {
    animation-delay: 1.1s
}

.animate-time12 .wow {
    animation-delay: 1.2s
}

.animate-time13 .wow {
    animation-delay: 1.3s
}

.animate-time14 .wow {
    animation-delay: 1.4s
}

.animate-time15 .wow {
    animation-delay: 1.5s
}

.animate-time16 .wow {
    animation-delay: 1.6s
}

body.rtl {
    direction: rtl;
    unicode-bidi: embed;
    text-align: right
}

body.rtl .text-left,
body.rtl .align-left {
    text-align: right
}

body.rtl .slick-slide {
    float: right
}

body.rtl .ct-demo-bar {
    left: 0;
    right: auto;
    -webkit-transform: translate(-301px, 0px);
    -khtml-transform: translate(-301px, 0px);
    -moz-transform: translate(-301px, 0px);
    -ms-transform: translate(-301px, 0px);
    -o-transform: translate(-301px, 0px);
    transform: translate(-301px, 0px)
}

body.rtl .ct-demo-bar.active {
    -webkit-transform: translate(0px, 0px);
    -khtml-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px)
}

body.rtl .ct-demo-bar .ct-demo-option {
    left: auto;
    right: -40px;
    -webkit-border-radius: 0 5px 5px 0;
    -khtml-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0
}

body.rtl .ct-demo-bar .ct-demo-option span {
    right: auto;
    left: 100%;
    margin-right: 0;
    margin-left: 12px
}

body.rtl .ct-demo-bar .ct-demo-option span:before {
    right: auto;
    left: -12px;
    border-color: transparent #222 transparent transparent
}

body.rtl .btn .ct-align-icon-left i {
    margin-right: 0;
    margin-left: 8px
}

body.rtl .ct-grid .ct-load-more i {
    margin-right: 0;
    margin-left: 8px
}

body.rtl input[type=text],
body.rtl input[type=email],
body.rtl input[type=url],
body.rtl input[type=password],
body.rtl input[type=search],
body.rtl input[type=tel],
body.rtl input[type=number],
body.rtl input[type=range],
body.rtl input[type=date],
body.rtl input[type=month],
body.rtl input[type=week],
body.rtl input[type=time],
body.rtl input[type=datetime],
body.rtl input[type=datetime-local],
body.rtl input[type=color],
body.rtl textarea,
body.rtl select,
body.rtl .nice-select {
    text-align: right
}

body.rtl .nice-select {
    padding-left: 40px;
    padding-right: 22px
}

body.rtl .nice-select:after {
    left: 18px;
    right: auto
}

body.rtl .ct-nav-carousel .nav-prev .fac-angle-left:before {
    content: "\f105"
}

body.rtl .ct-nav-carousel .nav-next {
    margin-left: 0;
    margin-right: 10px
}

body.rtl .ct-nav-carousel .nav-next .fac-angle-right:before {
    content: "\f104"
}

body.rtl #ct-header-wrap .ct-header-branding .logo-light,
body.rtl #ct-header-wrap .ct-header-branding .logo-mobile {
    left: auto;
    right: 0
}

body.rtl .header-mobile-search .search-submit {
    right: auto;
    left: 0
}

body.rtl .ct-menu-toggle {
    right: auto;
    left: 0
}

body.rtl .ct-header-arrow:before {
    left: auto;
    right: 0;
    -webkit-transform: skew(30deg);
    -khtml-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -ms-transform: skew(30deg);
    -o-transform: skew(30deg);
    transform: skew(30deg)
}

body.rtl #ct-header-wrap .ct-header-meta .header-right-item.h-btn-cart .widget_cart_counter_header {
    right: auto;
    left: -11px
}

body.rtl #ct-header-wrap #ct-header-top .ct-header-social a+a {
    margin-left: 0;
    margin-right: 10px
}

body.rtl #ct-header-wrap .ct-header-holder .ct-header-address {
    margin-left: 0;
    padding-left: 0;
    margin-right: 35px;
    padding-right: 35px
}

body.rtl #ct-header-wrap .ct-header-holder .ct-header-address:before {
    left: auto;
    right: 0
}

body.rtl #ct-header-wrap .ct-header-holder .ct-header-call i,
body.rtl #ct-header-wrap .ct-header-holder .ct-header-address i {
    margin-right: 0;
    margin-left: 12px
}

body.rtl #ct-header-wrap .ct-header-button {
    margin-right: 0;
    margin-left: 15px
}

body.rtl #ct-header-wrap .ct-header-meta {
    margin-left: 0;
    margin-right: 18px
}

body.rtl #ct-header-wrap .ct-header-meta .header-right-item+.header-right-item {
    margin-left: 0;
    margin-right: 36px
}

body.rtl #ct-header-wrap.ct-header-layout1 .ct-header-main:not(.h-fixed) .ct-header-navigation-bg {
    padding: 0 80px 0 30px
}

body.rtl #ct-header-wrap.ct-header-layout1 .ct-header-main:not(.h-fixed) .ct-header-navigation {
    margin-right: 15px;
    margin-left: 10px
}

body.rtl #ct-header-wrap.ct-header-layout1 .ct-header-button .btn i {
    margin-left: 0;
    margin-right: 14px
}

body.rtl #ct-header-wrap.ct-header-layout1 .ct-arrow-right:before {
    right: auto;
    left: 0;
    -webkit-transform: scaleX(-1) translate(0, -50%);
    -khtml-transform: scaleX(-1) translate(0, -50%);
    -moz-transform: scaleX(-1) translate(0, -50%);
    -ms-transform: scaleX(-1) translate(0, -50%);
    -o-transform: scaleX(-1) translate(0, -50%);
    transform: scaleX(-1) translate(0, -50%)
}

@media screen and (min-width:1200px) {
    body.rtl .ct-main-menu>li {
        float: right
    }
    body.rtl .ct-main-menu>li.menu-item-has-children>a:after {
        margin-left: 0;
        margin-right: 4px
    }
    body.rtl .ct-main-menu .sub-menu {
        left: auto;
        right: 0
    }
    body.rtl .ct-main-menu .sub-menu a {
        padding-left: 10px;
        padding-right: 0
    }
    body.rtl .ct-main-menu .sub-menu li.menu-item-has-children>a:after {
        right: auto;
        left: 0;
        content: "\f104"
    }
    body.rtl .ct-main-menu .sub-menu li>a:hover:before,
    body.rtl .ct-main-menu .sub-menu li.current_page_item>a:before,
    body.rtl .ct-main-menu .sub-menu li.current-menu-item>a:before,
    body.rtl .ct-main-menu .sub-menu li.current_page_ancestor>a:before,
    body.rtl .ct-main-menu .sub-menu li.current-menu-ancestor>a:before {
        left: auto;
        right: -23px
    }
    body.rtl .ct-main-menu .sub-menu .sub-menu {
        right: 100%;
        -webkit-border-radius: 7px 0 7px 7px;
        -khtml-border-radius: 7px 0 7px 7px;
        -moz-border-radius: 7px 0 7px 7px;
        -ms-border-radius: 7px 0 7px 7px;
        -o-border-radius: 7px 0 7px 7px;
        border-radius: 7px 0 7px 7px
    }
    body.rtl #ct-header-wrap.ct-header-layout1 .ct-main-menu>li:first-child {
        margin-left: 18px;
        margin-right: 0
    }
    body.rtl #ct-header-wrap.ct-header-layout2 #ct-header:not(.h-fixed) .ct-header-branding {
        padding-right: 0;
        padding-left: 20px
    }
    body.rtl #ct-header-wrap.ct-header-layout2 #ct-header:not(.h-fixed) .ct-header-branding:before {
        left: -26px;
        right: auto;
        -webkit-transform: skew(26deg);
        -khtml-transform: skew(26deg);
        -moz-transform: skew(26deg);
        -ms-transform: skew(26deg);
        -o-transform: skew(26deg);
        transform: skew(26deg)
    }
}

@media screen and (max-width:1199px) {
    body.rtl .ct-main-menu .sub-menu li a {
        padding-left: 0;
        padding-right: 15px
    }
    body.rtl #ct-menu-mobile .btn-nav-cart {
        margin-right: 0;
        margin-left: 6px
    }
    body.rtl #ct-header-wrap #ct-menu-mobile {
        right: auto;
        left: 15px
    }
    body.rtl .ct-header-navigation .ct-main-navigation {
        -webkit-transform: translateX(100%);
        -khtml-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%)
    }
    body.rtl .ct-header-navigation.navigation-open .ct-main-navigation {
        -webkit-transform: translateX(0%);
        -khtml-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%)
    }
}

body.rtl .ct-modal-search .search-field {
    margin-right: 0;
    margin-left: 60px
}

body.rtl .ct-modal-search .search-submit {
    left: 0;
    right: auto;
    text-align: left
}

body.rtl .entry-meta li,
body.rtl .item--meta-default li {
    margin-right: 0;
    margin-left: 20px
}

body.rtl .entry-meta li i,
body.rtl .item--meta-default li i {
    margin-right: 0;
    margin-left: 4px
}

body.rtl .entry-readmore .fac-angle-right:before {
    content: "\f104"
}

body.rtl .posts-pagination .fac-angle-right:before {
    content: "\f104"
}

body.rtl .posts-pagination .fac-angle-left:before {
    content: "\f105"
}

body.rtl #content .widget_product_categories ul li a:before,
body.rtl #content .widget_categories ul li a:before,
body.rtl #content .widget_nav_menu ul li a:before,
body.rtl #content .widget_pages ul li a:before,
body.rtl #content .widget_archive ul li a:before,
body.rtl #content .widget_meta ul li a:before,
body.rtl #content .widget_recent_entries ul li a:before {
    content: "\f104";
    margin-left: 8px;
    margin-right: 0;
    float: right
}

body.rtl span.count.left {
    float: left
}

body.rtl .widget-title:before,
body.rtl .comments-title:before,
body.rtl .comment-reply-title:before {
    left: auto;
    right: 0
}

body.rtl .widget_search .search-form .search-submit {
    right: auto;
    left: 0
}

body.rtl .widget_ct_recent_posts .entry-media {
    margin-right: 0;
    margin-left: 25px
}

body.rtl .ct-getintouch .ct-getintouch-item i {
    margin-right: 0;
    margin-left: 12px
}

body.rtl .ct-getintouch .ct-getintouch-item a.btn i {
    margin-left: 12px;
    margin-right: 0
}

body.rtl .ct-feature-layout1 .item--title i {
    margin-right: 0;
    margin-left: 6px
}

body.rtl .ct-feature-layout1 .item--title i:before {
    content: "\f100"
}

body.rtl .ct-heading .item--title.st-line-left1 {
    padding-left: 0;
    padding-right: 82px
}

body.rtl .ct-heading .item--title.st-line-left1:before {
    left: auto;
    right: 0
}

@media screen and (max-width:1024px) {
    body.rtl .ct-heading .item--title.st-line-left1 {
        padding-left: 0;
        padding-right: 68px
    }
}

@media screen and (max-width:575px) {
    body.rtl .ct-heading .item--title.st-line-left1 {
        padding-left: 0;
        padding-right: 0
    }
}

body.rtl .ct-service-carousel2 .grid-item-inner .grid-item-holder .item--overlay:before,
body.rtl .ct-service-grid3 .grid-item-inner .grid-item-holder .item--overlay:before {
    right: auto;
    left: -11px
}

body.rtl .ct-service-carousel2 .item--icon-abs,
body.rtl .ct-service-grid3 .item--icon-abs {
    right: auto;
    left: 0
}

body.rtl .ct-portfolio-grid1 .item--holder .item--meta,
body.rtl .ct-portfolio-carousel1 .item--holder .item--meta {
    margin-right: 0;
    margin-left: 20px
}

body.rtl .ct-fancy-box-layout3 .item--icon {
    margin-right: 0;
    margin-left: 38px
}

body.rtl .ct-contact-info1 .ct-contact-icon {
    margin-right: 0;
    margin-left: 10px
}

body.rtl .ct-title1.style1 h3 span {
    margin-right: 0;
    margin-left: 20px
}

body.rtl .ct-newsletter1 .tnp-field-button,
body.rtl .ct-newsletter1 .tnp-field-button .tnp-button {
    right: auto;
    left: 0
}

body.rtl .ct-navigation-menu1.tow-col-light ul.menu li a {
    padding-left: 0;
    padding-right: 16px
}

body.rtl .ct-navigation-menu1.tow-col-light ul.menu li a:before {
    content: "\f104";
    left: auto;
    right: 0;
    margin-left: 8px;
    margin-right: 0
}

body.rtl .ct-navigation-menu1.tow-col-light ul.menu li a:after {
    display: none
}

body.rtl .ct-signature1 .signature-image {
    margin-right: 0;
    margin-left: 48px
}

@media screen and (max-width:767px) {
    body.rtl .ct-signature1 .signature-image {
        margin-right: 0;
        margin-left: 20px
    }
}

body.rtl .ct-heading .item--sub-title.style1 {
    padding-left: 0;
    padding-right: 75px
}

body.rtl .ct-heading .item--sub-title.style1:before {
    left: auto;
    right: 0
}

body.rtl .ct-progressbar1 .ct-progress-meta {
    margin-right: 0;
    margin-left: 15px
}

body.rtl .ct-progressbar1 .ct-progress-percentage {
    text-align: left
}

body.rtl .ct-counter-layout2 .ct-counter-icon {
    margin-right: 0;
    margin-left: 25px
}

body.rtl .ct-fancy-box-layout1.style1 .item--icon {
    margin-right: 0;
    margin-left: 30px
}

body.rtl .ct-pricing-layout1 .pricing-meta .pricing-description {
    padding-right: 0;
    padding-left: 16%
}

@media screen and (max-width:1199px) {
    body.rtl .ct-pricing-layout1 .pricing-meta .pricing-description {
        padding-left: 0
    }
}

body.rtl .ct-pricing-layout1 .pricing-feature li i {
    margin-right: 0;
    margin-left: 8px
}

body.rtl .ct-pricing-layout1 .pricing-price span {
    margin-left: 0;
    margin-right: 4px
}

body.rtl .ct-team-grid1 .item--image .item--social {
    right: auto;
    left: -18px
}

body.rtl .about-call2 i {
    margin-right: 0;
    margin-left: 10px
}

body.rtl .ct-case-study-grid1 .item--readmore a {
    right: auto;
    left: 0
}

body.rtl .ct-case-study-grid1 .item--readmore a:before {
    -webkit-border-radius: 5px 0 5px 0px;
    -khtml-border-radius: 5px 0 5px 0px;
    -moz-border-radius: 5px 0 5px 0px;
    -ms-border-radius: 5px 0 5px 0px;
    -o-border-radius: 5px 0 5px 0px;
    border-radius: 5px 0
}

body.rtl .ct-blog-grid-layout2 .entry-meta li {
    margin-right: 0;
    margin-left: 8px;
    padding-right: 0;
    padding-left: 8px
}

body.rtl .ct-blog-grid-layout2 .entry-meta li:before {
    right: auto;
    left: 0
}

body.rtl .cta-custom-bg>.elementor-column-wrap:before {
    left: auto;
    right: 0;
    -webkit-border-radius: 0 0 5px 0px;
    -khtml-border-radius: 0 0 5px 0px;
    -moz-border-radius: 0 0 5px 0px;
    -ms-border-radius: 0 0 5px 0px;
    -o-border-radius: 0 0 5px 0px;
    border-radius: 0 0 5px
}

body.rtl .ct-fancy-box-layout1.style2 .item--icon {
    margin-right: 0;
    margin-left: 20px
}

body.rtl .ct-fancy-box-layout1.style3 .item--icon {
    margin-right: 0;
    margin-left: 35px
}

body.rtl .ct-fancy-box-layout1.style4 .item--icon {
    margin-right: 0;
    margin-left: 17px
}

body.rtl .ct-fancy-box-layout1.style4:after {
    right: auto;
    left: 0
}

body.rtl .ct-testimonial-carousel3 .item--description:before {
    left: auto;
    right: 0
}

body.rtl .ct-testimonial-carousel3 .item--inner:hover .item--description {
    -webkit-border-radius: 9px 9px 0px;
    -khtml-border-radius: 9px 9px 0px;
    -moz-border-radius: 9px 9px 0px;
    -ms-border-radius: 9px 9px 0px;
    -o-border-radius: 9px 9px 0px;
    border-radius: 9px 9px 0
}

body.rtl .ct-testimonial-carousel3 .item--holder {
    padding-left: 0;
    padding-right: 17px
}

body.rtl .ct-testimonial-carousel3 .item--image {
    margin-right: 0;
    margin-left: 21px
}

body.rtl .ct-testimonial-carousel3 .item--inner:hover .item--image {
    margin-right: 0;
    margin-left: 41px
}

body.rtl.site-h4:not(.elementor-editor-active) .elementor-section-wrap>.elementor-element {
    right: 0 !important;
    left: auto !important
}

body.rtl.site-h4:not(.elementor-editor-active) .site-content .elementor-section.elementor-section-boxed:not(.elementor-section-stretched)>.elementor-container {
    left: auto;
    right: 50%;
    -webkit-transform: translate(50%, 0);
    -khtml-transform: translate(50%, 0);
    -moz-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    -o-transform: translate(50%, 0);
    transform: translate(50%, 0)
}

body.rtl blockquote:before {
    left: auto;
    right: 0
}

body.rtl.single-post .entry-category {
    right: auto;
    left: 35px
}

body.rtl.single-post .entry-meta:before {
    left: auto;
    right: 0
}

body.rtl.single-post .entry-footer label {
    margin-right: 0;
    margin-left: 17px
}

body.rtl.single-post .post-previous-next .fac-angle-double-left:before {
    content: "\f101"
}

body.rtl.single-post .post-previous-next .fac-angle-double-right:before {
    content: "\f100"
}

body.rtl.single-post .post-previous-next .post-previous {
    margin-right: 0;
    margin-left: 30px
}

body.rtl .comment-inner img.avatar {
    margin-right: 0;
    margin-left: 30px
}

@media screen and (max-width:767px) {
    body.rtl .comment-inner img.avatar {
        margin-left: 18px;
        margin-right: 0
    }
}

@media screen and (max-width:575px) {
    body.rtl .comment-inner img.avatar {
        margin: 0 auto 22px auto
    }
}

body.rtl .comment-reply {
    right: auto;
    left: 22px
}

body.rtl .comment-reply a i {
    margin-left: 0;
    margin-right: 4px
}

body.rtl .comment-reply a i:before {
    content: "\f104"
}

body.rtl .comment-form-cookies-consent {
    padding-left: 0;
    padding-right: 20px
}

body.rtl .comment-form-cookies-consent input {
    left: auto;
    right: 0
}

body.rtl .comment-form-cookies-consent label:before,
body.rtl .comment-form-cookies-consent label:after {
    left: auto;
    right: 0
}

body.rtl .ct-portfolio-detail li i {
    margin-right: 0;
    margin-left: 4px
}

body.rtl .ct-widget-cart-sidebar .widget_shopping_cart {
    width: auto
}

body.rtl .ct-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li {
    padding-right: 0;
    padding-left: 15px
}

body.rtl .ct-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content .cart-product-image {
    margin-right: 0;
    margin-left: 15px
}

body.rtl .ct-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content a.remove_from_cart_button {
    right: auto;
    left: 0
}

body.rtl .ct-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn:not(.checkout) {
    margin-right: 0;
    margin-left: 20px
}

body.rtl.woocommerce #secondary .widget_product_search button {
    right: auto;
    left: 0;
    border-left: none;
    border-right: 1px solid #ececf0
}

body.rtl.woocommerce #secondary .widget_product_search .woocommerce-product-search:before {
    display: none
}

body.rtl.woocommerce #secondary .widget_price_filter .price_slider_amount .button {
    margin-left: 20px;
    margin-right: 0
}

body.rtl.woocommerce #secondary .widget_products ul li {
    padding-left: 0;
    padding-right: 95px
}

body.rtl.woocommerce #secondary .widget_products ul li img {
    left: auto;
    right: 0
}

body.rtl.single-product #primary div.product .woocommerce-sg-product-feature li i {
    margin-right: 0;
    margin-left: 8px
}

body.rtl.single-product #primary div.product .quantity {
    margin-right: 0;
    margin-left: 30px
}

body.rtl #yith-wcwl-form .product-add-to-cart {
    text-align: left !important
}

body.rtl .scroll-top {
    right: auto;
    left: 30px
}

@media screen and (max-width:767px) {
    body.rtl .scroll-top {
        -webkit-border-radius: 0 2px 0 0;
        -khtml-border-radius: 0 2px 0 0;
        -moz-border-radius: 0 2px 0 0;
        -ms-border-radius: 0 2px 0 0;
        -o-border-radius: 0 2px 0 0;
        border-radius: 0 2px 0 0;
        left: 0
    }
}

@media screen and(max-width:1199px) {}

@media screen and(min-width:1200px) {}



.tnp-subscription {
    font-size: 13px;
    display: block;
    margin: 15px auto;
    max-width: 500px;
    width: 100%
}

.tnp-subscription div.tnp-field {
    margin-bottom: 10px;
    border: 0;
    padding: 0
}

.tnp-subscription label {
    display: block;
    color: inherit;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    padding: 5px;
    margin: 0
}

.tnp-subscription input[type=text],
.tnp-subscription input[type=email],
.tnp-subscription input[type=submit],
.tnp-subscription select {
    width: 100%;
    height: 50px;
    padding: 10px;
    display: block;
    border: 1px;
    border-color: #ddd;
    background-color: #f4f4f4;
    background-image: none;
    text-shadow: none;
    color: #444;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    line-height: normal;
    box-sizing: border-box
}

.tnp-subscription input[type=checkbox],
.tnp-widget input[type=radio] {
    max-width: 20px;
    display: inline-block
}

.tnp-subscription select option {
    margin-right: 10px
}

.tnp-subscription input.tnp-submit {
    background-color: #444;
    color: #fff;
    width: auto;
    height: auto;
    margin: 0
}

@media all and (max-width:480px) {
    .tnp-subscription input[type=submit] {
        width: 100%
    }
}

.tnp-profile {
    font-size: 13px
}

.tnp-profile form .tnp-field {
    margin-bottom: 10px;
    border: 0;
    padding: 0
}

.tnp-profile form .tnp-field label {
    display: block;
    color: #333;
    font-size: 14px
}

.tnp-profile form .tnp-field input[type=text],
.tnp-profile form .tnp-field input[type=email],
.tnp-profile form .tnp-field input[type=submit],
.tnp-profile form .tnp-field textarea,
.tnp-profile form .tnp-field select {
    padding: 10px;
    display: block;
    border: 1px;
    border-color: #ddd;
    background-color: #f4f4f4;
    background-image: none;
    text-shadow: none;
    color: #444;
    font-size: 14px;
    margin: 0;
    line-height: normal;
    box-sizing: border-box;
    border-radius: 0;
    height: auto;
    float: none
}

.tnp-profile form input[type=checkbox],
.tnp-profile input[type=radio] {
    max-width: 20px;
    display: inline-block
}

.tnp-profile form .tnp-list-label {
    margin-left: 15px
}

.tnp-profile form select option {
    margin-right: 10px
}

.tnp-profile form .tnp-field input[type=submit] {
    background-color: #444;
    color: #fff;
    width: auto;
    height: auto;
    margin: 0
}

@media all and (max-width:480px) {
    .tnp-profile input[type=submit] {
        width: 100%;
        margin: 0
    }
}

.tnp-widget {
    width: 100%;
    display: block;
    box-sizing: border-box
}

.tnp-widget .tnp-field {
    margin-bottom: 10px;
    border: 0;
    padding: 0
}

.tnp-widget label {
    display: block;
    color: inherit;
    font-size: 14px
}

.tnp-widget input[type=text],
.tnp-widget input[type=email],
.tnp-widget input[type=submit],
.tnp-widget select {
    width: 100%;
    padding: 10px;
    display: block;
    border: 1px solid #ddd;
    border-color: #ddd;
    background-color: #f4f4f4;
    background-image: none;
    text-shadow: none;
    color: #444;
    font-size: 14px;
    line-height: normal;
    box-sizing: border-box;
    height: auto
}

.tnp-widget input[type=checkbox],
.tnp-widget input[type=radio] {
    width: auto;
    display: inline-block
}

.tnp-widget select option {
    margin-right: 10px
}

.tnp-widget input.tnp-submit {
    background-color: #444;
    background-image: none;
    text-shadow: none;
    color: #fff;
    margin: 0
}

.tnp-field input[type=submit] {
    position: inherit
}

.tnp-widget-minimal {
    width: 100%
}

.tnp-widget-minimal form {
    margin: 0;
    padding: 0;
    border: 0
}

.tnp-widget-minimal input.tnp-email {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    color: #444;
    font-size: 14px
}

.tnp-widget-minimal input.tnp-submit {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
    border: 1px;
    border-color: #ddd;
    background-color: #444;
    background-image: none;
    text-shadow: none;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    border-radius: 0;
    box-sizing: border-box;
    height: auto;
    margin: 0
}

.tnp-subscription-minimal {
    width: 100%;
    box-sizing: border-box
}

.tnp-subscription-minimal form {
    margin: 0;
    padding: 0;
    border: 0
}

.tnp-subscription-minimal input.tnp-email {
    width: 70%;
    max-width: 300px;
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    color: #444;
    font-size: 14px;
    line-height: 20px;
    border-radius: 0
}

.tnp-subscription-minimal .tnp-privacy-field {
    margin-top: 10px
}

.tnp-subscription-minimal input.tnp-submit {
    width: 29%;
    box-sizing: border-box;
    display: inline-block;
    padding: 10px;
    border: 1px;
    border-color: #ddd;
    background-color: #444;
    background-image: none;
    text-shadow: none;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    box-sizing: border-box;
    border-radius: 0;
    margin: 0
}

.tnp-comments {
    clear: both;
    margin-top: 15px;
    margin-bottom: 15px
}

.tnp-comments label {
    display: block
}

.tnp-comments input[type=checkbox] {
    display: inline-block;
    width: auto!important
}

.tnp-lock {
    clear: both;
    display: block;
    box-sizing: border-box;
    box-shadow: none;
    margin: 20px;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #ddd
}


/*! elementor-icons - v5.5.0 - 01-12-2019 */

@font-face {
    font-family: eicons;
    src: url(../fonts/eicons/eicons.eot);
    src: url(../fonts/eicons/eicons.eot) format("embedded-opentype"), 
    url(../fonts/eicons/eicons.woff2) format("woff2"), 
    url(../fonts/eicons/eicons.woff) format("woff"), 
    url(../fonts/eicons/eicons.ttf) format("truetype"), 
    url(../fonts/eicons/eicons.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" eicon-"],
[class^=eicon] {
    display: inline-block;
    font-family: eicons;
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@keyframes a {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(359deg)
    }
}

.eicon-animation-spin {
    animation: a 2s infinite linear
}

.eicon-editor-link:before {
    content: '\e800'
}

.eicon-editor-unlink:before {
    content: '\e801'
}

.eicon-editor-external-link:before {
    content: '\e802'
}

.eicon-editor-close:before {
    content: '\e803'
}

.eicon-editor-list-ol:before {
    content: '\e804'
}

.eicon-editor-list-ul:before {
    content: '\e805'
}

.eicon-editor-bold:before {
    content: '\e806'
}

.eicon-editor-italic:before {
    content: '\e807'
}

.eicon-editor-underline:before {
    content: '\e808'
}

.eicon-editor-paragraph:before {
    content: '\e809'
}

.eicon-editor-h1:before {
    content: '\e80a'
}

.eicon-editor-h2:before {
    content: '\e80b'
}

.eicon-editor-h3:before {
    content: '\e80c'
}

.eicon-editor-h4:before {
    content: '\e80d'
}

.eicon-editor-h5:before {
    content: '\e80e'
}

.eicon-editor-h6:before {
    content: '\e80f'
}

.eicon-editor-quote:before {
    content: '\e810'
}

.eicon-editor-code:before {
    content: '\e811'
}

.eicon-elementor:before {
    content: '\e812'
}

.eicon-elementor-square:before {
    content: '\e813'
}

.eicon-pojome:before {
    content: '\e814'
}

.eicon-plus:before {
    content: '\e815'
}

.eicon-menu-bar:before {
    content: '\e816'
}

.eicon-apps:before {
    content: '\e817'
}

.eicon-accordion:before {
    content: '\e818'
}

.eicon-alert:before {
    content: '\e819'
}

.eicon-animation-text:before {
    content: '\e81a'
}

.eicon-animation:before {
    content: '\e81b'
}

.eicon-banner:before {
    content: '\e81c'
}

.eicon-blockquote:before {
    content: '\e81d'
}

.eicon-button:before {
    content: '\e81e'
}

.eicon-call-to-action:before {
    content: '\e81f'
}

.eicon-captcha:before {
    content: '\e820'
}

.eicon-carousel:before {
    content: '\e821'
}

.eicon-checkbox:before {
    content: '\e822'
}

.eicon-columns:before {
    content: '\e823'
}

.eicon-countdown:before {
    content: '\e824'
}

.eicon-counter:before {
    content: '\e825'
}

.eicon-date:before {
    content: '\e826'
}

.eicon-divider-shape:before {
    content: '\e827'
}

.eicon-divider:before {
    content: '\e828'
}

.eicon-download-button:before {
    content: '\e829'
}

.eicon-dual-button:before {
    content: '\e82a'
}

.eicon-email-field:before {
    content: '\e82b'
}

.eicon-facebook-comments:before {
    content: '\e82c'
}

.eicon-facebook-like-box:before {
    content: '\e82d'
}

.eicon-form-horizontal:before {
    content: '\e82e'
}

.eicon-form-vertical:before {
    content: '\e82f'
}

.eicon-gallery-grid:before {
    content: '\e830'
}

.eicon-gallery-group:before {
    content: '\e831'
}

.eicon-gallery-justified:before {
    content: '\e832'
}

.eicon-gallery-masonry:before {
    content: '\e833'
}

.eicon-icon-box:before {
    content: '\e834'
}

.eicon-image-before-after:before {
    content: '\e835'
}

.eicon-image-box:before {
    content: '\e836'
}

.eicon-image-hotspot:before {
    content: '\e837'
}

.eicon-image-rollover:before {
    content: '\e838'
}

.eicon-info-box:before {
    content: '\e839'
}

.eicon-inner-section:before {
    content: '\e83a'
}

.eicon-mailchimp:before {
    content: '\e83b'
}

.eicon-menu-card:before {
    content: '\e83c'
}

.eicon-navigation-horizontal:before {
    content: '\e83d'
}

.eicon-nav-menu:before {
    content: '\e83e'
}

.eicon-navigation-vertical:before {
    content: '\e83f'
}

.eicon-number-field:before {
    content: '\e840'
}

.eicon-parallax:before {
    content: '\e841'
}

.eicon-php7:before {
    content: '\e842'
}

.eicon-post-list:before {
    content: '\e843'
}

.eicon-post-slider:before {
    content: '\e844'
}

.eicon-post:before {
    content: '\e845'
}

.eicon-posts-carousel:before {
    content: '\e846'
}

.eicon-posts-grid:before {
    content: '\e847'
}

.eicon-posts-group:before {
    content: '\e848'
}

.eicon-posts-justified:before {
    content: '\e849'
}

.eicon-posts-masonry:before {
    content: '\e84a'
}

.eicon-posts-ticker:before {
    content: '\e84b'
}

.eicon-price-list:before {
    content: '\e84c'
}

.eicon-price-table:before {
    content: '\e84d'
}

.eicon-radio:before {
    content: '\e84e'
}

.eicon-rtl:before {
    content: '\e84f'
}

.eicon-scroll:before {
    content: '\e850'
}

.eicon-search:before {
    content: '\e851'
}

.eicon-select:before {
    content: '\e852'
}

.eicon-share:before {
    content: '\e853'
}

.eicon-sidebar:before {
    content: '\e854'
}

.eicon-skill-bar:before {
    content: '\e855'
}

.eicon-slider-3d:before {
    content: '\e856'
}

.eicon-slider-album:before {
    content: '\e857'
}

.eicon-slider-device:before {
    content: '\e858'
}

.eicon-slider-full-screen:before {
    content: '\e859'
}

.eicon-slider-push:before {
    content: '\e85a'
}

.eicon-slider-vertical:before {
    content: '\e85b'
}

.eicon-slider-video:before {
    content: '\e85c'
}

.eicon-slides:before {
    content: '\e85d'
}

.eicon-social-icons:before {
    content: '\e85e'
}

.eicon-spacer:before {
    content: '\e85f'
}

.eicon-table:before {
    content: '\e860'
}

.eicon-tabs:before {
    content: '\e861'
}

.eicon-tel-field:before {
    content: '\e862'
}

.eicon-text-area:before {
    content: '\e863'
}

.eicon-text-field:before {
    content: '\e864'
}

.eicon-thumbnails-down:before {
    content: '\e865'
}

.eicon-thumbnails-half:before {
    content: '\e866'
}

.eicon-thumbnails-right:before {
    content: '\e867'
}

.eicon-time-line:before {
    content: '\e868'
}

.eicon-toggle:before {
    content: '\e869'
}

.eicon-url:before {
    content: '\e86a'
}

.eicon-t-letter:before {
    content: '\e86b'
}

.eicon-wordpress:before {
    content: '\e86c'
}

.eicon-text:before {
    content: '\e86d'
}

.eicon-anchor:before {
    content: '\e86e'
}

.eicon-bullet-list:before {
    content: '\e86f'
}

.eicon-code:before {
    content: '\e870'
}

.eicon-favorite:before {
    content: '\e871'
}

.eicon-google-maps:before {
    content: '\e872'
}

.eicon-image:before {
    content: '\e873'
}

.eicon-photo-library:before {
    content: '\e874'
}

.eicon-woocommerce:before {
    content: '\e875'
}

.eicon-youtube:before {
    content: '\e876'
}

.eicon-flip-box:before {
    content: '\e877'
}

.eicon-settings:before {
    content: '\e878'
}

.eicon-headphones:before {
    content: '\e879'
}

.eicon-testimonial:before {
    content: '\e87a'
}

.eicon-counter-circle:before {
    content: '\e87b'
}

.eicon-person:before {
    content: '\e87c'
}

.eicon-chevron-right:before {
    content: '\e87d'
}

.eicon-chevron-left:before {
    content: '\e87e'
}

.eicon-close:before {
    content: '\e87f'
}

.eicon-file-download:before {
    content: '\e880'
}

.eicon-save:before {
    content: '\e881'
}

.eicon-zoom-in:before {
    content: '\e882'
}

.eicon-shortcode:before {
    content: '\e883'
}

.eicon-nerd:before {
    content: '\e884'
}

.eicon-device-desktop:before {
    content: '\e885'
}

.eicon-device-tablet:before {
    content: '\e886'
}

.eicon-device-mobile:before {
    content: '\e887'
}

.eicon-document-file:before {
    content: '\e888'
}

.eicon-folder-o:before {
    content: '\e889'
}

.eicon-hypster:before {
    content: '\e88a'
}

.eicon-h-align-left:before {
    content: '\e88b'
}

.eicon-h-align-right:before {
    content: '\e88c'
}

.eicon-h-align-center:before {
    content: '\e88d'
}

.eicon-h-align-stretch:before {
    content: '\e88e'
}

.eicon-v-align-top:before {
    content: '\e88f'
}

.eicon-v-align-bottom:before {
    content: '\e890'
}

.eicon-v-align-middle:before {
    content: '\e891'
}

.eicon-v-align-stretch:before {
    content: '\e892'
}

.eicon-pro-icon:before {
    content: '\e893'
}

.eicon-mail:before {
    content: '\e894'
}

.eicon-lock-user:before {
    content: '\e895'
}

.eicon-testimonial-carousel:before {
    content: '\e896'
}

.eicon-media-carousel:before {
    content: '\e897'
}

.eicon-section:before {
    content: '\e898'
}

.eicon-column:before {
    content: '\e899'
}

.eicon-edit:before {
    content: '\e89a'
}

.eicon-clone:before {
    content: '\e89b'
}

.eicon-trash:before {
    content: '\e89c'
}

.eicon-play:before {
    content: '\e89d'
}

.eicon-angle-right:before {
    content: '\e89e'
}

.eicon-angle-left:before {
    content: '\e89f'
}

.eicon-animated-headline:before {
    content: '\e8a0'
}

.eicon-menu-toggle:before {
    content: '\e8a1'
}

.eicon-fb-embed:before {
    content: '\e8a2'
}

.eicon-fb-feed:before {
    content: '\e8a3'
}

.eicon-twitter-embed:before {
    content: '\e8a4'
}

.eicon-twitter-feed:before {
    content: '\e8a5'
}

.eicon-sync:before {
    content: '\e8a6'
}

.eicon-import-export:before {
    content: '\e8a7'
}

.eicon-check-circle:before {
    content: '\e8a8'
}

.eicon-library-save:before {
    content: '\e8a9'
}

.eicon-library-download:before {
    content: '\e8aa'
}

.eicon-insert:before {
    content: '\e8ab'
}

.eicon-preview:before {
    content: '\e8ac'
}

.eicon-sort-down:before {
    content: '\e8ad'
}

.eicon-sort-up:before {
    content: '\e8ae'
}

.eicon-heading:before {
    content: '\e8af'
}

.eicon-logo:before {
    content: '\e8b0'
}

.eicon-meta-data:before {
    content: '\e8b1'
}

.eicon-post-content:before {
    content: '\e8b2'
}

.eicon-post-excerpt:before {
    content: '\e8b3'
}

.eicon-post-navigation:before {
    content: '\e8b4'
}

.eicon-yoast:before {
    content: '\e8b5'
}

.eicon-nerd-chuckle:before {
    content: '\e8b6'
}

.eicon-nerd-wink:before {
    content: '\e8b7'
}

.eicon-comments:before {
    content: '\e8b8'
}

.eicon-download-circle-o:before {
    content: '\e8b9'
}

.eicon-library-upload:before {
    content: '\e8ba'
}

.eicon-save-o:before {
    content: '\e8bb'
}

.eicon-upload-circle-o:before {
    content: '\e8bc'
}

.eicon-ellipsis-h:before {
    content: '\e8bd'
}

.eicon-ellipsis-v:before {
    content: '\e8be'
}

.eicon-arrow-left:before {
    content: '\e8bf'
}

.eicon-arrow-right:before {
    content: '\e8c0'
}

.eicon-arrow-up:before {
    content: '\e8c1'
}

.eicon-arrow-down:before {
    content: '\e8c2'
}

.eicon-play-o:before {
    content: '\e8c3'
}

.eicon-archive-posts:before {
    content: '\e8c4'
}

.eicon-archive-title:before {
    content: '\e8c5'
}

.eicon-featured-image:before {
    content: '\e8c6'
}

.eicon-post-info:before {
    content: '\e8c7'
}

.eicon-post-title:before {
    content: '\e8c8'
}

.eicon-site-logo:before {
    content: '\e8c9'
}

.eicon-site-search:before {
    content: '\e8ca'
}

.eicon-site-title:before {
    content: '\e8cb'
}

.eicon-plus-square:before {
    content: '\e8cc'
}

.eicon-minus-square:before {
    content: '\e8cd'
}

.eicon-cloud-check:before {
    content: '\e8ce'
}

.eicon-drag-n-drop:before {
    content: '\e8cf'
}

.eicon-welcome:before {
    content: '\e8d0'
}

.eicon-handle:before {
    content: '\e8d1'
}

.eicon-cart:before {
    content: '\e8d2'
}

.eicon-product-add-to-cart:before {
    content: '\e8d3'
}

.eicon-product-breadcrumbs:before {
    content: '\e8d4'
}

.eicon-product-categories:before {
    content: '\e8d5'
}

.eicon-product-description:before {
    content: '\e8d6'
}

.eicon-product-images:before {
    content: '\e8d7'
}

.eicon-product-info:before {
    content: '\e8d8'
}

.eicon-product-meta:before {
    content: '\e8d9'
}

.eicon-product-pages:before {
    content: '\e8da'
}

.eicon-product-price:before {
    content: '\e8db'
}

.eicon-product-rating:before {
    content: '\e8dc'
}

.eicon-product-related:before {
    content: '\e8dd'
}

.eicon-product-stock:before {
    content: '\e8de'
}

.eicon-product-tabs:before {
    content: '\e8df'
}

.eicon-product-title:before {
    content: '\e8e0'
}

.eicon-product-upsell:before {
    content: '\e8e1'
}

.eicon-products:before {
    content: '\e8e2'
}

.eicon-bag-light:before {
    content: '\e8e3'
}

.eicon-bag-medium:before {
    content: '\e8e4'
}

.eicon-bag-solid:before {
    content: '\e8e5'
}

.eicon-basket-light:before {
    content: '\e8e6'
}

.eicon-basket-medium:before {
    content: '\e8e7'
}

.eicon-basket-solid:before {
    content: '\e8e8'
}

.eicon-cart-light:before {
    content: '\e8e9'
}

.eicon-cart-medium:before {
    content: '\e8ea'
}

.eicon-cart-solid:before {
    content: '\e8eb'
}

.eicon-exchange:before {
    content: '\e8ec'
}

.eicon-eye:before {
    content: '\e8ed'
}

.eicon-device-laptop:before {
    content: '\e8ee'
}

.eicon-collapse:before {
    content: '\e8ef'
}

.eicon-expand:before {
    content: '\e8f0'
}

.eicon-navigator:before {
    content: '\e8f1'
}

.eicon-plug:before {
    content: '\e8f2'
}

.eicon-dashboard:before {
    content: '\e8f3'
}

.eicon-typography:before {
    content: '\e8f4'
}

.eicon-info-circle-o:before {
    content: '\e8f5'
}

.eicon-integration:before {
    content: '\e8f6'
}

.eicon-plus-circle-o:before {
    content: '\e8f7'
}

.eicon-rating:before {
    content: '\e8f8'
}

.eicon-review:before {
    content: '\e8f9'
}

.eicon-tools:before {
    content: '\e8fa'
}

.eicon-loading:before {
    content: '\e8fb'
}

.eicon-sitemap:before {
    content: '\e8fc'
}

.eicon-click:before {
    content: '\e8fd'
}

.eicon-clock:before {
    content: '\e8fe'
}

.eicon-library-open:before {
    content: '\e8ff'
}

.eicon-warning:before {
    content: '\e900'
}

.eicon-flow:before {
    content: '\e901'
}

.eicon-cursor-move:before {
    content: '\e902'
}

.eicon-arrow-circle-left:before {
    content: '\e903'
}

.eicon-flash:before {
    content: '\e904'
}

.eicon-redo:before {
    content: '\e905'
}

.eicon-ban:before {
    content: '\e906'
}

.eicon-barcode:before {
    content: '\e907'
}

.eicon-calendar:before {
    content: '\e908'
}

.eicon-caret-left:before {
    content: '\e909'
}

.eicon-caret-right:before {
    content: '\e90a'
}

.eicon-caret-up:before {
    content: '\e90b'
}

.eicon-chain-broken:before {
    content: '\e90c'
}

.eicon-check-circle-o:before {
    content: '\e90d'
}

.eicon-check:before {
    content: '\e90e'
}

.eicon-chevron-double-left:before {
    content: '\e90f'
}

.eicon-chevron-double-right:before {
    content: '\e910'
}

.eicon-undo:before {
    content: '\e911'
}

.eicon-filter:before {
    content: '\e912'
}

.eicon-circle-o:before {
    content: '\e913'
}

.eicon-circle:before {
    content: '\e914'
}

.eicon-clock-o:before {
    content: '\e915'
}

.eicon-cog:before {
    content: '\e916'
}

.eicon-cogs:before {
    content: '\e917'
}

.eicon-commenting-o:before {
    content: '\e918'
}

.eicon-copy:before {
    content: '\e919'
}

.eicon-database:before {
    content: '\e91a'
}

.eicon-dot-circle-o:before {
    content: '\e91b'
}

.eicon-envelope:before {
    content: '\e91c'
}

.eicon-external-link-square:before {
    content: '\e91d'
}

.eicon-eyedropper:before {
    content: '\e91e'
}

.eicon-folder:before {
    content: '\e91f'
}

.eicon-font:before {
    content: '\e920'
}

.eicon-adjust:before {
    content: '\e921'
}

.eicon-lightbox:before {
    content: '\e922'
}

.eicon-heart-o:before {
    content: '\e923'
}

.eicon-history:before {
    content: '\e924'
}

.eicon-image-bold:before {
    content: '\e925'
}

.eicon-info-circle:before {
    content: '\e926'
}

.eicon-link:before {
    content: '\e927'
}

.eicon-long-arrow-left:before {
    content: '\e928'
}

.eicon-long-arrow-right:before {
    content: '\e929'
}

.eicon-caret-down:before {
    content: '\e92a'
}

.eicon-paint-brush:before {
    content: '\e92b'
}

.eicon-pencil:before {
    content: '\e92c'
}

.eicon-plus-circle:before {
    content: '\e92d'
}

.eicon-zoom-in-bold:before {
    content: '\e92e'
}

.eicon-sort-amount-desc:before {
    content: '\e92f'
}

.eicon-sign-out:before {
    content: '\e930'
}

.eicon-spinner:before {
    content: '\e931'
}

.eicon-square:before {
    content: '\e932'
}

.eicon-star-o:before {
    content: '\e933'
}

.eicon-star:before {
    content: '\e934'
}

.eicon-text-align-justify:before {
    content: '\e935'
}

.eicon-text-align-center:before {
    content: '\e936'
}

.eicon-tags:before {
    content: '\e937'
}

.eicon-text-align-left:before {
    content: '\e938'
}

.eicon-text-align-right:before {
    content: '\e939'
}

.eicon-close-circle:before {
    content: '\e93a'
}

.eicon-trash-o:before {
    content: '\e93b'
}

.eicon-font-awesome:before {
    content: '\e93c'
}

.eicon-user-circle-o:before {
    content: '\e93d'
}

.eicon-video-camera:before {
    content: '\e93e'
}

.eicon-heart:before {
    content: '\e93f'
}

.eicon-wrench:before {
    content: '\e940'
}

.eicon-help:before {
    content: '\e941'
}

.eicon-help-o:before {
    content: '\e942'
}

.eicon-zoom-out-bold:before {
    content: '\e943'
}

.eicon-plus-square-o:before {
    content: '\e944'
}

.eicon-minus-square-o:before {
    content: '\e945'
}

.eicon-minus-circle:before {
    content: '\e946'
}

.eicon-minus-circle-o:before {
    content: '\e947'
}

.eicon-code-bold:before {
    content: '\e948'
}

.eicon-cloud-upload:before {
    content: '\e949'
}

.eicon-search-bold:before {
    content: '\e94a'
}

.eicon-map-pin:before {
    content: '\e94b'
}

.eicon-meetup:before {
    content: '\e94c'
}

.eicon-slideshow:before {
    content: '\e94d'
}

.eicon-t-letter-bold:before {
    content: '\e94e'
}

.eicon-preferences:before {
    content: '\e94f'
}

.eicon-table-of-contents:before {
    content: '\e950'
}

.eicon-tv:before {
    content: '\e951'
}

.eicon-upload:before {
    content: '\e952'
}

.eicon-instagram-comments:before {
    content: '\e953'
}

.eicon-instagram-nested-gallery:before {
    content: '\e954'
}

.eicon-instagram-post:before {
    content: '\e955'
}

.eicon-instagram-video:before {
    content: '\e956'
}

.eicon-instagram-gallery:before {
    content: '\e957'
}

.eicon-instagram-likes:before {
    content: '\e958'
}

@keyframes bounce {
    20%,
    53%,
    80%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom
}

@keyframes flash {
    50%,
    from,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

.flash {
    animation-name: flash
}

@keyframes pulse {
    from,
    to {
        transform: scale3d(1, 1, 1)
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }
}

.pulse {
    animation-name: pulse
}

@keyframes rubberBand {
    from,
    to {
        transform: scale3d(1, 1, 1)
    }
    30% {
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        transform: scale3d(1.05, .95, 1)
    }
}

.rubberBand {
    animation-name: rubberBand
}

@keyframes shake {
    from,
    to {
        transform: translate3d(0, 0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    animation-name: shake
}

@keyframes headShake {
    0% {
        transform: translateX(0)
    }
    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        transform: translateX(0)
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        transform: rotate3d(0, 0, 1, -5deg)
    }
    to {
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing
}

@keyframes tada {
    from,
    to {
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
}

.tada {
    animation-name: tada
}

@keyframes wobble {
    from,
    to {
        transform: none
    }
    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
}

.wobble {
    animation-name: wobble
}

@keyframes jello {
    11.1%,
    from,
    to {
        transform: none
    }
    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    animation-name: jello;
    transform-origin: center
}

@keyframes bounceIn {
    20%,
    40%,
    60%,
    80%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    animation-name: bounceIn
}

@keyframes bounceInDown {
    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }
    75% {
        transform: translate3d(0, -10px, 0)
    }
    90% {
        transform: translate3d(0, 5px, 0)
    }
    to {
        transform: none
    }
}

.bounceInDown {
    animation-name: bounceInDown
}

@keyframes bounceInLeft {
    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }
    75% {
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        transform: translate3d(5px, 0, 0)
    }
    to {
        transform: none
    }
}

.bounceInLeft {
    animation-name: bounceInLeft
}

@keyframes bounceInRight {
    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        transform: translate3d(10px, 0, 0)
    }
    90% {
        transform: translate3d(-5px, 0, 0)
    }
    to {
        transform: none
    }
}

.bounceInRight {
    animation-name: bounceInRight
}

@keyframes bounceInUp {
    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    75% {
        transform: translate3d(0, 10px, 0)
    }
    90% {
        transform: translate3d(0, -5px, 0)
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    animation-name: bounceInUp
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes lightSpeedIn {
    from {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        transform: skewX(-5deg);
        opacity: 1
    }
    to {
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out
}

@keyframes rotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    to {
        transform-origin: center;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    animation-name: rotateIn
}

@keyframes rotateInDownLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight
}

@keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.rollIn {
    animation-name: rollIn
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    animation-name: zoomIn
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    animation-name: zoomInDown
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    animation-name: zoomInLeft
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    animation-name: zoomInRight
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    animation-name: zoomInUp
}

@keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    animation-name: slideInDown
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    animation-name: slideInLeft
}

@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    animation-name: slideInRight
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    animation-name: slideInUp
}

.elementor-animation-grow {
    transition-duration: .3s;
    transition-property: transform
}

.elementor-animation-grow:active,
.elementor-animation-grow:focus,
.elementor-animation-grow:hover {
    transform: scale(1.1)
}

.elementor-animation-shrink {
    transition-duration: .3s;
    transition-property: transform
}

.elementor-animation-shrink:active,
.elementor-animation-shrink:focus,
.elementor-animation-shrink:hover {
    transform: scale(0.9)
}

@keyframes elementor-animation-pulse {
    25% {
        transform: scale(1.1)
    }
    75% {
        transform: scale(0.9)
    }
}

.elementor-animation-pulse:active,
.elementor-animation-pulse:focus,
.elementor-animation-pulse:hover {
    animation-name: elementor-animation-pulse;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@keyframes elementor-animation-pulse-grow {
    to {
        transform: scale(1.1)
    }
}

.elementor-animation-pulse-grow:active,
.elementor-animation-pulse-grow:focus,
.elementor-animation-pulse-grow:hover {
    animation-name: elementor-animation-pulse-grow;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate
}

@keyframes elementor-animation-pulse-shrink {
    to {
        transform: scale(0.9)
    }
}

.elementor-animation-pulse-shrink:active,
.elementor-animation-pulse-shrink:focus,
.elementor-animation-pulse-shrink:hover {
    animation-name: elementor-animation-pulse-shrink;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate
}

@keyframes elementor-animation-push {
    50% {
        transform: scale(0.8)
    }
    100% {
        transform: scale(1)
    }
}

.elementor-animation-push:active,
.elementor-animation-push:focus,
.elementor-animation-push:hover {
    animation-name: elementor-animation-push;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: 1
}

@keyframes elementor-animation-pop {
    50% {
        transform: scale(1.2)
    }
}

.elementor-animation-pop:active,
.elementor-animation-pop:focus,
.elementor-animation-pop:hover {
    animation-name: elementor-animation-pop;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: 1
}

.elementor-animation-bounce-in {
    transition-duration: .5s
}

.elementor-animation-bounce-in:active,
.elementor-animation-bounce-in:focus,
.elementor-animation-bounce-in:hover {
    transform: scale(1.2);
    transition-timing-function: cubic-bezier(0.47, 2.02, .31, -.36)
}

.elementor-animation-bounce-out {
    transition-duration: .5s
}

.elementor-animation-bounce-out:active,
.elementor-animation-bounce-out:focus,
.elementor-animation-bounce-out:hover {
    transform: scale(0.8);
    transition-timing-function: cubic-bezier(0.47, 2.02, .31, -.36)
}

.elementor-animation-rotate {
    transition-duration: .3s;
    transition-property: transform
}

.elementor-animation-rotate:active,
.elementor-animation-rotate:focus,
.elementor-animation-rotate:hover {
    transform: rotate(4deg)
}

.elementor-animation-grow-rotate {
    transition-duration: .3s;
    transition-property: transform
}

.elementor-animation-grow-rotate:active,
.elementor-animation-grow-rotate:focus,
.elementor-animation-grow-rotate:hover {
    transform: scale(1.1) rotate(4deg)
}

.elementor-animation-float {
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out
}

.elementor-animation-float:active,
.elementor-animation-float:focus,
.elementor-animation-float:hover {
    transform: translateY(-8px)
}

.elementor-animation-sink {
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out
}

.elementor-animation-sink:active,
.elementor-animation-sink:focus,
.elementor-animation-sink:hover {
    transform: translateY(8px)
}

@keyframes elementor-animation-bob {
    0% {
        transform: translateY(-8px)
    }
    50% {
        transform: translateY(-4px)
    }
    100% {
        transform: translateY(-8px)
    }
}

@keyframes elementor-animation-bob-float {
    100% {
        transform: translateY(-8px)
    }
}

.elementor-animation-bob:active,
.elementor-animation-bob:focus,
.elementor-animation-bob:hover {
    animation-name: elementor-animation-bob-float, elementor-animation-bob;
    animation-duration: .3s, 1.5s;
    animation-delay: 0s, .3s;
    animation-timing-function: ease-out, ease-in-out;
    animation-iteration-count: 1, infinite;
    animation-fill-mode: forwards;
    animation-direction: normal, alternate
}

@keyframes elementor-animation-hang {
    0% {
        transform: translateY(8px)
    }
    50% {
        transform: translateY(4px)
    }
    100% {
        transform: translateY(8px)
    }
}

@keyframes elementor-animation-hang-sink {
    100% {
        transform: translateY(8px)
    }
}

.elementor-animation-hang:active,
.elementor-animation-hang:focus,
.elementor-animation-hang:hover {
    animation-name: elementor-animation-hang-sink, elementor-animation-hang;
    animation-duration: .3s, 1.5s;
    animation-delay: 0s, .3s;
    animation-timing-function: ease-out, ease-in-out;
    animation-iteration-count: 1, infinite;
    animation-fill-mode: forwards;
    animation-direction: normal, alternate
}

.elementor-animation-skew {
    transition-duration: .3s;
    transition-property: transform
}

.elementor-animation-skew:active,
.elementor-animation-skew:focus,
.elementor-animation-skew:hover {
    transform: skew(-10deg)
}

.elementor-animation-skew-forward {
    transition-duration: .3s;
    transition-property: transform;
    transform-origin: 0 100%
}

.elementor-animation-skew-forward:active,
.elementor-animation-skew-forward:focus,
.elementor-animation-skew-forward:hover {
    transform: skew(-10deg)
}

.elementor-animation-skew-backward {
    transition-duration: .3s;
    transition-property: transform;
    transform-origin: 0 100%
}

.elementor-animation-skew-backward:active,
.elementor-animation-skew-backward:focus,
.elementor-animation-skew-backward:hover {
    transform: skew(10deg)
}

@keyframes elementor-animation-wobble-vertical {
    16.65% {
        transform: translateY(8px)
    }
    33.3% {
        transform: translateY(-6px)
    }
    49.95% {
        transform: translateY(4px)
    }
    66.6% {
        transform: translateY(-2px)
    }
    83.25% {
        transform: translateY(1px)
    }
    100% {
        transform: translateY(0)
    }
}

.elementor-animation-wobble-vertical:active,
.elementor-animation-wobble-vertical:focus,
.elementor-animation-wobble-vertical:hover {
    animation-name: elementor-animation-wobble-vertical;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-horizontal {
    16.65% {
        transform: translateX(8px)
    }
    33.3% {
        transform: translateX(-6px)
    }
    49.95% {
        transform: translateX(4px)
    }
    66.6% {
        transform: translateX(-2px)
    }
    83.25% {
        transform: translateX(1px)
    }
    100% {
        transform: translateX(0)
    }
}

.elementor-animation-wobble-horizontal:active,
.elementor-animation-wobble-horizontal:focus,
.elementor-animation-wobble-horizontal:hover {
    animation-name: elementor-animation-wobble-horizontal;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-to-bottom-right {
    16.65% {
        transform: translate(8px, 8px)
    }
    33.3% {
        transform: translate(-6px, -6px)
    }
    49.95% {
        transform: translate(4px, 4px)
    }
    66.6% {
        transform: translate(-2px, -2px)
    }
    83.25% {
        transform: translate(1px, 1px)
    }
    100% {
        transform: translate(0, 0)
    }
}

.elementor-animation-wobble-to-bottom-right:active,
.elementor-animation-wobble-to-bottom-right:focus,
.elementor-animation-wobble-to-bottom-right:hover {
    animation-name: elementor-animation-wobble-to-bottom-right;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-to-top-right {
    16.65% {
        transform: translate(8px, -8px)
    }
    33.3% {
        transform: translate(-6px, 6px)
    }
    49.95% {
        transform: translate(4px, -4px)
    }
    66.6% {
        transform: translate(-2px, 2px)
    }
    83.25% {
        transform: translate(1px, -1px)
    }
    100% {
        transform: translate(0, 0)
    }
}

.elementor-animation-wobble-to-top-right:active,
.elementor-animation-wobble-to-top-right:focus,
.elementor-animation-wobble-to-top-right:hover {
    animation-name: elementor-animation-wobble-to-top-right;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-top {
    16.65% {
        transform: skew(-12deg)
    }
    33.3% {
        transform: skew(10deg)
    }
    49.95% {
        transform: skew(-6deg)
    }
    66.6% {
        transform: skew(4deg)
    }
    83.25% {
        transform: skew(-2deg)
    }
    100% {
        transform: skew(0)
    }
}

.elementor-animation-wobble-top {
    transform-origin: 0 100%
}

.elementor-animation-wobble-top:active,
.elementor-animation-wobble-top:focus,
.elementor-animation-wobble-top:hover {
    animation-name: elementor-animation-wobble-top;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-bottom {
    16.65% {
        transform: skew(-12deg)
    }
    33.3% {
        transform: skew(10deg)
    }
    49.95% {
        transform: skew(-6deg)
    }
    66.6% {
        transform: skew(4deg)
    }
    83.25% {
        transform: skew(-2deg)
    }
    100% {
        transform: skew(0)
    }
}

.elementor-animation-wobble-bottom {
    transform-origin: 100% 0
}

.elementor-animation-wobble-bottom:active,
.elementor-animation-wobble-bottom:focus,
.elementor-animation-wobble-bottom:hover {
    animation-name: elementor-animation-wobble-bottom;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-skew {
    16.65% {
        transform: skew(-12deg)
    }
    33.3% {
        transform: skew(10deg)
    }
    49.95% {
        transform: skew(-6deg)
    }
    66.6% {
        transform: skew(4deg)
    }
    83.25% {
        transform: skew(-2deg)
    }
    100% {
        transform: skew(0)
    }
}

.elementor-animation-wobble-skew:active,
.elementor-animation-wobble-skew:focus,
.elementor-animation-wobble-skew:hover {
    animation-name: elementor-animation-wobble-skew;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-buzz {
    50% {
        transform: translateX(3px) rotate(2deg)
    }
    100% {
        transform: translateX(-3px) rotate(-2deg)
    }
}

.elementor-animation-buzz:active,
.elementor-animation-buzz:focus,
.elementor-animation-buzz:hover {
    animation-name: elementor-animation-buzz;
    animation-duration: .15s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@keyframes elementor-animation-buzz-out {
    10% {
        transform: translateX(3px) rotate(2deg)
    }
    20% {
        transform: translateX(-3px) rotate(-2deg)
    }
    30% {
        transform: translateX(3px) rotate(2deg)
    }
    40% {
        transform: translateX(-3px) rotate(-2deg)
    }
    50% {
        transform: translateX(2px) rotate(1deg)
    }
    60% {
        transform: translateX(-2px) rotate(-1deg)
    }
    70% {
        transform: translateX(2px) rotate(1deg)
    }
    80% {
        transform: translateX(-2px) rotate(-1deg)
    }
    90% {
        transform: translateX(1px) rotate(0)
    }
    100% {
        transform: translateX(-1px) rotate(0)
    }
}

.elementor-animation-buzz-out:active,
.elementor-animation-buzz-out:focus,
.elementor-animation-buzz-out:hover {
    animation-name: elementor-animation-buzz-out;
    animation-duration: .75s;
    animation-timing-function: linear;
    animation-iteration-count: 1
}


/*! elementor - v2.8.5 - 27-01-2020 */

.dialog-widget-content {
    background-color: #fff;
    position: absolute;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, .2);
    box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, .2);
    overflow: hidden
}

.dialog-message {
    font-size: 12px;
    line-height: 1.5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.dialog-type-lightbox {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.dialog-type-lightbox .dialog-widget-content {
    margin: auto;
    width: 375px
}

.dialog-type-lightbox .dialog-header {
    font-size: 15px;
    color: #495157;
    padding: 30px 0 10px;
    font-weight: 500
}

.dialog-type-lightbox .dialog-message {
    padding: 0 30px 30px;
    min-height: 50px
}

.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-header,
.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-message {
    text-align: center
}

.dialog-type-lightbox .dialog-buttons-wrapper {
    border-top: 1px solid #e6e9ec;
    text-align: center
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button {
    font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
    width: 50%;
    border: none;
    background: none;
    color: #6d7882;
    font-size: 15px;
    cursor: pointer;
    padding: 13px 0;
    outline: 0
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button:hover {
    background-color: #f4f6f7
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button.dialog-ok {
    color: #b01b1b
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button.dialog-take_over {
    color: #39b54a
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button:active {
    background-color: rgba(230, 233, 236, .5)
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button::-moz-focus-inner {
    border: 0
}

.dialog-close-button {
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 15px;
    line-height: 1
}

.dialog-close-button:not(:hover) {
    opacity: .4
}

.dialog-alert-widget .dialog-buttons-wrapper>button {
    width: 100%
}

.dialog-confirm-widget .dialog-button:first-child {
    border-right: 1px solid #e6e9ec
}

.dialog-prevent-scroll {
    overflow: hidden;
    max-height: 100vh
}

@media (max-width:767px) {
    .dialog-close-button {
        top: 15px;
        right: 15px
    }
    body.admin-bar .dialog-close-button {
        top: 40px
    }
}

.elementor-aspect-ratio-219 .elementor-fit-aspect-ratio {
    padding-bottom: 42.8571%
}

.elementor-aspect-ratio-169 .elementor-fit-aspect-ratio {
    padding-bottom: 56.25%
}

.elementor-aspect-ratio-43 .elementor-fit-aspect-ratio {
    padding-bottom: 75%
}

.elementor-aspect-ratio-32 .elementor-fit-aspect-ratio {
    padding-bottom: 66.6666%
}

.elementor-aspect-ratio-11 .elementor-fit-aspect-ratio {
    padding-bottom: 100%
}

.elementor-aspect-ratio-916 .elementor-fit-aspect-ratio {
    padding-bottom: 177.8%
}

.elementor-fit-aspect-ratio {
    position: relative;
    height: 0
}

.elementor-fit-aspect-ratio iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 0;
    background-color: #000
}

.elementor-fit-aspect-ratio video {
    width: 100%
}

.flatpickr-calendar {
    width: 280px
}

.flatpickr-calendar .flatpickr-current-month span.cur-month {
    font-weight: 300
}

.flatpickr-calendar .dayContainer {
    width: 280px;
    min-width: 280px;
    max-width: 280px
}

.flatpickr-calendar .flatpickr-days {
    width: 280px
}

.flatpickr-calendar .flatpickr-day {
    max-width: 37px;
    height: 37px;
    line-height: 37px
}

.elementor-templates-modal .dialog-widget-content {
    font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
    background-color: #f1f3f5;
    width: 100%
}

@media (max-width:1439px) {
    .elementor-templates-modal .dialog-widget-content {
        max-width: 990px
    }
}

@media (min-width:1440px) {
    .elementor-templates-modal .dialog-widget-content {
        max-width: 1200px
    }
}

.elementor-templates-modal .dialog-header {
    padding: 0;
    z-index: 1
}

.elementor-templates-modal .dialog-buttons-wrapper,
.elementor-templates-modal .dialog-header {
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    position: relative
}

.elementor-templates-modal .dialog-buttons-wrapper {
    border: none;
    display: none;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 5px
}

.elementor-templates-modal .dialog-buttons-wrapper .elementor-button {
    height: 40px;
    margin-left: 5px
}

.elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success {
    padding: 12px 36px;
    color: #fff;
    width: auto;
    font-size: 15px
}

.elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success:hover {
    background-color: #39b54a
}

.elementor-templates-modal .dialog-message {
    height: 750px;
    max-height: 85vh;
    overflow: auto;
    padding-top: 25px
}

.elementor-templates-modal .dialog-content {
    height: 100%
}

.elementor-templates-modal .dialog-loading {
    display: none
}

.elementor-templates-modal__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 50px
}

.elementor-templates-modal__header__logo {
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer
}

.elementor-templates-modal__header__logo-area {
    text-align: left;
    padding-left: 15px
}

.elementor-templates-modal__header__logo-area>* {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-templates-modal__header__logo__icon-wrapper {
    margin-right: 10px
}

.elementor-templates-modal__header__logo__title {
    padding-top: 2px
}

.elementor-templates-modal__header__logo i {
    font-size: 10px
}

.elementor-templates-modal__header__items-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.elementor-templates-modal__header__item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.elementor-templates-modal__header__item>i {
    font-size: 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer
}

.elementor-templates-modal__header__item>i:not(:hover) {
    color: #a4afb7
}

.elementor-templates-modal__header__close--normal {
    width: 45px;
    border-left: 1px solid #e6e9ec
}

.elementor-templates-modal__header__close--normal i {
    font-size: 18px
}

.elementor-templates-modal__header__close--skip {
    padding: 10px 10px 10px 20px;
    margin-right: 10px;
    color: #fff;
    background-color: #a4afb7;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer
}

.elementor-templates-modal__header__close--skip>i {
    font-size: inherit;
    padding-left: 10px;
    margin-left: 15px;
    border-left: 1px solid
}

.elementor-templates-modal__header__close--skip>i:not(:hover) {
    color: #fff
}

.elementor-templates-modal__sidebar {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 25%;
    background-color: hsla(0, 0%, 100%, .3)
}

.elementor-templates-modal__content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-shadow: 0 0 13px inset rgba(0, 0, 0, .05);
    box-shadow: inset 0 0 13px rgba(0, 0, 0, .05)
}

.elementor-hidden {
    display: none
}

.elementor-screen-only,
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.elementor-clearfix:after {
    content: "";
    display: block;
    clear: both;
    width: 0;
    height: 0
}

.elementor-gradient-logo {
    background-image: -webkit-linear-gradient(225deg, #f2295b, #434363);
    background-image: -o-linear-gradient(225deg, #f2295b, #434363);
    background-image: linear-gradient(-135deg, #f2295b, #434363);
    display: inline-block;
    padding: .6em;
    -webkit-border-radius: .2em;
    border-radius: .2em
}

.elementor-gradient-logo i {
    color: #fff;
    display: block
}

.elementor {
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual
}

.elementor *,
.elementor:after,
.elementor:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.elementor a {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none
}

.elementor hr {
    margin: 0;
    background-color: transparent
}

.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.elementor .elementor-widget:not(.elementor-widget-text-editor) figure {
    margin: 0
}

.elementor embed,
.elementor iframe,
.elementor object,
.elementor video {
    max-width: 100%;
    width: 100%;
    margin: 0;
    line-height: 1;
    border: none
}

.elementor .elementor-custom-embed {
    line-height: 0
}

.elementor .elementor-background,
.elementor .elementor-background-holder,
.elementor .elementor-background-video-container {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    z-index: 0;
    direction: ltr
}

.elementor .elementor-background-video-container {
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    pointer-events: none
}

.elementor .elementor-background-video-container.elementor-loading {
    opacity: 0
}

.elementor .elementor-background-video-embed {
    max-width: none
}

.elementor .elementor-background-video-embed,
.elementor .elementor-background-video-hosted {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.elementor .elementor-background-video {
    position: absolute;
    max-width: none;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%)
}

.elementor .elementor-html5-video {
    -o-object-fit: cover;
    object-fit: cover
}

.elementor .elementor-background-overlay,
.elementor .elementor-background-slideshow {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute
}

.elementor .elementor-background-slideshow {
    z-index: 0
}

.elementor .elementor-background-slideshow__slide__image {
    width: 100%;
    height: 100%;
    background-position: 50%;
    -webkit-background-size: cover;
    background-size: cover
}

.elementor-widget-wrap>.elementor-element.elementor-absolute {
    position: absolute
}

.elementor-widget-wrap>.elementor-element.elementor-fixed {
    position: fixed
}

.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,
.elementor-widget-wrap .elementor-element.elementor-widget__width-initial {
    max-width: 100%
}

@media (max-width:1024px) {
    .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,
    .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial {
        max-width: 100%
    }
}

@media (max-width:767px) {
    .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,
    .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial {
        max-width: 100%
    }
}

.elementor-element.elementor-absolute,
.elementor-element.elementor-fixed {
    z-index: 1
}

.elementor-invisible {
    visibility: hidden
}

.elementor-align-center {
    text-align: center
}

.elementor-align-center .elementor-button {
    width: auto
}

.elementor-align-right {
    text-align: right
}

.elementor-align-right .elementor-button {
    width: auto
}

.elementor-align-left {
    text-align: left
}

.elementor-align-left .elementor-button {
    width: auto
}

.elementor-align-justify .elementor-button {
    width: 100%
}

.elementor-custom-embed-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.elementor-custom-embed-play i {
    font-size: 100px;
    color: #fff;
    opacity: .8;
    text-shadow: 1px 0 6px rgba(0, 0, 0, .3);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.elementor-custom-embed-play.elementor-playing i {
    font-family: eicons;
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite
}

.elementor-custom-embed-play.elementor-playing i:before {
    content: "\e8fb"
}

.elementor-tag {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.elementor-ken-burns {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 10s;
    -o-transition-duration: 10s;
    transition-duration: 10s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear
}

.elementor-ken-burns--out {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

.elementor-ken-burns--active {
    -webkit-transition-duration: 20s;
    -o-transition-duration: 20s;
    transition-duration: 20s
}

.elementor-ken-burns--active.elementor-ken-burns--out {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.elementor-ken-burns--active.elementor-ken-burns--in {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

@media (max-width:1024px) {
    .elementor-tablet-align-center {
        text-align: center
    }
    .elementor-tablet-align-center .elementor-button {
        width: auto
    }
    .elementor-tablet-align-right {
        text-align: right
    }
    .elementor-tablet-align-right .elementor-button {
        width: auto
    }
    .elementor-tablet-align-left {
        text-align: left
    }
    .elementor-tablet-align-left .elementor-button {
        width: auto
    }
    .elementor-tablet-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width:767px) {
    .elementor-mobile-align-center {
        text-align: center
    }
    .elementor-mobile-align-center .elementor-button {
        width: auto
    }
    .elementor-mobile-align-right {
        text-align: right
    }
    .elementor-mobile-align-right .elementor-button {
        width: auto
    }
    .elementor-mobile-align-left {
        text-align: left
    }
    .elementor-mobile-align-left .elementor-button {
        width: auto
    }
    .elementor-mobile-align-justify .elementor-button {
        width: 100%
    }
}

#wpadminbar #wp-admin-bar-elementor_edit_page>.ab-item:before {
    content: "\e813";
    font-family: eicons;
    top: 3px;
    font-size: 18px
}

#wpadminbar #wp-admin-bar-elementor_inspector>.ab-item:before {
    content: "\f348";
    top: 2px
}

.elementor-section {
    position: relative
}

.elementor-section .elementor-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1140px
}

.elementor-section.elementor-section-stretched {
    position: relative;
    width: 100%
}

.elementor-section.elementor-section-items-top>.elementor-container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.elementor-section.elementor-section-items-middle>.elementor-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-section.elementor-section-items-bottom>.elementor-container {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media (min-width:768px) {
    .elementor-section.elementor-section-height-full {
        height: 100vh
    }
    .elementor-section.elementor-section-height-full>.elementor-container {
        height: 100%
    }
}

.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.elementor-row {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:1024px) {
    .elementor-row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.elementor-column-wrap {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.elementor-widget-wrap {
    position: relative;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.elementor-widget-wrap>.elementor-element {
    width: 100%
}

.elementor-widget {
    position: relative
}

.elementor-widget:not(:last-child) {
    margin-bottom: 20px
}

.elementor-widget:not(:last-child).elementor-absolute,
.elementor-widget:not(:last-child).elementor-widget__width-auto,
.elementor-widget:not(:last-child).elementor-widget__width-initial {
    margin-bottom: 0
}

.elementor-column {
    position: relative;
    min-height: 1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.elementor-column-gap-narrow>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 5px
}

.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 10px
}

.elementor-column-gap-extended>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 15px
}

.elementor-column-gap-wide>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 20px
}

.elementor-column-gap-wider>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 30px
}

.elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
    padding: 0
}

@media (min-width:768px) {
    .elementor-column.elementor-col-10,
    .elementor-column[data-col="10"] {
        width: 10%
    }
    .elementor-column.elementor-col-11,
    .elementor-column[data-col="11"] {
        width: 11.111%
    }
    .elementor-column.elementor-col-12,
    .elementor-column[data-col="12"] {
        width: 12.5%
    }
    .elementor-column.elementor-col-14,
    .elementor-column[data-col="14"] {
        width: 14.285%
    }
    .elementor-column.elementor-col-16,
    .elementor-column[data-col="16"] {
        width: 16.666%
    }
    .elementor-column.elementor-col-20,
    .elementor-column[data-col="20"] {
        width: 20%
    }
    .elementor-column.elementor-col-25,
    .elementor-column[data-col="25"] {
        width: 25%
    }
    .elementor-column.elementor-col-30,
    .elementor-column[data-col="30"] {
        width: 30%
    }
    .elementor-column.elementor-col-33,
    .elementor-column[data-col="33"] {
        width: 33.333%
    }
    .elementor-column.elementor-col-40,
    .elementor-column[data-col="40"] {
        width: 40%
    }
    .elementor-column.elementor-col-50,
    .elementor-column[data-col="50"] {
        width: 50%
    }
    .elementor-column.elementor-col-60,
    .elementor-column[data-col="60"] {
        width: 60%
    }
    .elementor-column.elementor-col-66,
    .elementor-column[data-col="66"] {
        width: 66.666%
    }
    .elementor-column.elementor-col-70,
    .elementor-column[data-col="70"] {
        width: 70%
    }
    .elementor-column.elementor-col-75,
    .elementor-column[data-col="75"] {
        width: 75%
    }
    .elementor-column.elementor-col-80,
    .elementor-column[data-col="80"] {
        width: 80%
    }
    .elementor-column.elementor-col-83,
    .elementor-column[data-col="83"] {
        width: 83.333%
    }
    .elementor-column.elementor-col-90,
    .elementor-column[data-col="90"] {
        width: 90%
    }
    .elementor-column.elementor-col-100,
    .elementor-column[data-col="100"] {
        width: 100%
    }
}

@media (max-width:479px) {
    .elementor-column.elementor-xs-10 {
        width: 10%
    }
    .elementor-column.elementor-xs-11 {
        width: 11.111%
    }
    .elementor-column.elementor-xs-12 {
        width: 12.5%
    }
    .elementor-column.elementor-xs-14 {
        width: 14.285%
    }
    .elementor-column.elementor-xs-16 {
        width: 16.666%
    }
    .elementor-column.elementor-xs-20 {
        width: 20%
    }
    .elementor-column.elementor-xs-25 {
        width: 25%
    }
    .elementor-column.elementor-xs-30 {
        width: 30%
    }
    .elementor-column.elementor-xs-33 {
        width: 33.333%
    }
    .elementor-column.elementor-xs-40 {
        width: 40%
    }
    .elementor-column.elementor-xs-50 {
        width: 50%
    }
    .elementor-column.elementor-xs-60 {
        width: 60%
    }
    .elementor-column.elementor-xs-66 {
        width: 66.666%
    }
    .elementor-column.elementor-xs-70 {
        width: 70%
    }
    .elementor-column.elementor-xs-75 {
        width: 75%
    }
    .elementor-column.elementor-xs-80 {
        width: 80%
    }
    .elementor-column.elementor-xs-83 {
        width: 83.333%
    }
    .elementor-column.elementor-xs-90 {
        width: 90%
    }
    .elementor-column.elementor-xs-100 {
        width: 100%
    }
}

@media (max-width:767px) {
    .elementor-column.elementor-sm-10 {
        width: 10%
    }
    .elementor-column.elementor-sm-11 {
        width: 11.111%
    }
    .elementor-column.elementor-sm-12 {
        width: 12.5%
    }
    .elementor-column.elementor-sm-14 {
        width: 14.285%
    }
    .elementor-column.elementor-sm-16 {
        width: 16.666%
    }
    .elementor-column.elementor-sm-20 {
        width: 20%
    }
    .elementor-column.elementor-sm-25 {
        width: 25%
    }
    .elementor-column.elementor-sm-30 {
        width: 30%
    }
    .elementor-column.elementor-sm-33 {
        width: 33.333%
    }
    .elementor-column.elementor-sm-40 {
        width: 40%
    }
    .elementor-column.elementor-sm-50 {
        width: 50%
    }
    .elementor-column.elementor-sm-60 {
        width: 60%
    }
    .elementor-column.elementor-sm-66 {
        width: 66.666%
    }
    .elementor-column.elementor-sm-70 {
        width: 70%
    }
    .elementor-column.elementor-sm-75 {
        width: 75%
    }
    .elementor-column.elementor-sm-80 {
        width: 80%
    }
    .elementor-column.elementor-sm-83 {
        width: 83.333%
    }
    .elementor-column.elementor-sm-90 {
        width: 90%
    }
    .elementor-column.elementor-sm-100 {
        width: 100%
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .elementor-column.elementor-md-10 {
        width: 10%
    }
    .elementor-column.elementor-md-11 {
        width: 11.111%
    }
    .elementor-column.elementor-md-12 {
        width: 12.5%
    }
    .elementor-column.elementor-md-14 {
        width: 14.285%
    }
    .elementor-column.elementor-md-16 {
        width: 16.666%
    }
    .elementor-column.elementor-md-20 {
        width: 20%
    }
    .elementor-column.elementor-md-25 {
        width: 25%
    }
    .elementor-column.elementor-md-30 {
        width: 30%
    }
    .elementor-column.elementor-md-33 {
        width: 33.333%
    }
    .elementor-column.elementor-md-40 {
        width: 40%
    }
    .elementor-column.elementor-md-50 {
        width: 50%
    }
    .elementor-column.elementor-md-60 {
        width: 60%
    }
    .elementor-column.elementor-md-66 {
        width: 66.666%
    }
    .elementor-column.elementor-md-70 {
        width: 70%
    }
    .elementor-column.elementor-md-75 {
        width: 75%
    }
    .elementor-column.elementor-md-80 {
        width: 80%
    }
    .elementor-column.elementor-md-83 {
        width: 83.333%
    }
    .elementor-column.elementor-md-90 {
        width: 90%
    }
    .elementor-column.elementor-md-100 {
        width: 100%
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .elementor-reverse-tablet>.elementor-container>.elementor-row>:first-child {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }
    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(2) {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }
    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(3) {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }
    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(4) {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }
    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(5) {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }
    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(6) {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }
    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(7) {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }
    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(8) {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }
    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(9) {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(10) {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (max-width:767px) {
    .elementor-reverse-mobile>.elementor-container>.elementor-row>:first-child {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }
    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(2) {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }
    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(3) {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }
    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(4) {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }
    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(5) {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }
    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(6) {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }
    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(7) {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }
    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(8) {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }
    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(9) {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(10) {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .elementor-column {
        width: 100%
    }
}

ul.elementor-icon-list-items.elementor-inline-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item {
    word-break: break-word
}

.elementor-grid .elementor-grid-item {
    word-break: break-word;
    min-width: 0
}

.elementor-grid-0 .elementor-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.elementor-grid-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr);
    display: grid
}

.elementor-grid-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr);
    display: grid
}

.elementor-grid-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr);
    display: grid
}

.elementor-grid-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr);
    display: grid
}

.elementor-grid-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr);
    display: grid
}

.elementor-grid-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr);
    display: grid
}

.elementor-grid-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr);
    display: grid
}

.elementor-grid-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr);
    display: grid
}

.elementor-grid-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr);
    display: grid
}

.elementor-grid-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr);
    display: grid
}

.elementor-grid-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr);
    display: grid
}

.elementor-grid-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr);
    display: grid
}

@media (max-width:1024px) {
    .elementor-grid-tablet-0 .elementor-grid {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .elementor-grid-tablet-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr);
        display: grid
    }
    .elementor-grid-tablet-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr);
        display: grid
    }
    .elementor-grid-tablet-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr);
        display: grid
    }
    .elementor-grid-tablet-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr);
        display: grid
    }
    .elementor-grid-tablet-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr);
        display: grid
    }
    .elementor-grid-tablet-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr);
        display: grid
    }
    .elementor-grid-tablet-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr);
        display: grid
    }
    .elementor-grid-tablet-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr);
        display: grid
    }
    .elementor-grid-tablet-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr);
        display: grid
    }
    .elementor-grid-tablet-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr);
        display: grid
    }
    .elementor-grid-tablet-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr);
        display: grid
    }
    .elementor-grid-tablet-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr);
        display: grid
    }
}

@media (max-width:767px) {
    .elementor-grid-mobile-0 .elementor-grid {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .elementor-grid-mobile-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr);
        display: grid
    }
    .elementor-grid-mobile-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr);
        display: grid
    }
    .elementor-grid-mobile-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr);
        display: grid
    }
    .elementor-grid-mobile-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr);
        display: grid
    }
    .elementor-grid-mobile-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr);
        display: grid
    }
    .elementor-grid-mobile-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr);
        display: grid
    }
    .elementor-grid-mobile-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr);
        display: grid
    }
    .elementor-grid-mobile-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr);
        display: grid
    }
    .elementor-grid-mobile-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr);
        display: grid
    }
    .elementor-grid-mobile-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr);
        display: grid
    }
    .elementor-grid-mobile-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr);
        display: grid
    }
    .elementor-grid-mobile-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr);
        display: grid
    }
}

@media (min-width:1025px) {
    #elementor-device-mode:after {
        content: "desktop"
    }
}

@media (min-width:768px) and (max-width:1024px) {
    #elementor-device-mode:after {
        content: "tablet"
    }
}

@media (max-width:767px) {
    #elementor-device-mode:after {
        content: "mobile"
    }
}

.elementor-form-fields-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.elementor-form-fields-wrapper.elementor-labels-above>.elementor-field-group .elementor-field-subgroup,
.elementor-form-fields-wrapper.elementor-labels-above>.elementor-field-group>.elementor-select-wrapper,
.elementor-form-fields-wrapper.elementor-labels-above>.elementor-field-group>input,
.elementor-form-fields-wrapper.elementor-labels-above>.elementor-field-group>textarea {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,
.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.elementor-field-group {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-field-group.elementor-field-type-submit {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.elementor-field-group .elementor-field-textual {
    width: 100%;
    max-width: 100%;
    border: 1px solid #818a91;
    background-color: transparent;
    color: #373a3c;
    vertical-align: middle;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.elementor-field-group .elementor-field-textual:focus {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .1) inset;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
    outline: 0
}

.elementor-field-group .elementor-field-textual::-webkit-input-placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-field-group .elementor-field-textual:-ms-input-placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-field-group .elementor-field-textual::-ms-input-placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-field-group .elementor-field-textual::placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-field-group .elementor-select-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%
}

.elementor-field-group .elementor-select-wrapper select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-right: 20px
}

.elementor-field-group .elementor-select-wrapper:before {
    content: "\e92a";
    font-family: eicons;
    font-size: 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    pointer-events: none
}

.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before {
    content: ""
}

.elementor-field-subgroup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.elementor-field-subgroup .elementor-field-option label {
    display: inline-block
}

.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
    padding-right: 10px
}

.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label {
    display: inline
}

.elementor-field-label {
    cursor: pointer
}

.elementor-mark-required .elementor-field-label:after {
    content: "*";
    color: red;
    padding-left: .2em
}

.elementor-field-textual {
    line-height: 1.4
}

.elementor-field-textual.elementor-size-xs {
    font-size: 13px;
    min-height: 33px;
    padding: 4px 12px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.elementor-field-textual.elementor-size-sm {
    font-size: 15px;
    min-height: 40px;
    padding: 5px 14px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.elementor-field-textual.elementor-size-md {
    font-size: 16px;
    min-height: 47px;
    padding: 6px 16px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.elementor-field-textual.elementor-size-lg {
    font-size: 18px;
    min-height: 59px;
    padding: 7px 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.elementor-field-textual.elementor-size-xl {
    font-size: 20px;
    min-height: 72px;
    padding: 8px 24px;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.elementor-button-align-center .elementor-field-type-submit {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-button-align-stretch .elementor-field-type-submit button {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.elementor-button-align-start .elementor-field-type-submit {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.elementor-button-align-end .elementor-field-type-submit {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media screen and (max-width:1024px) {
    .elementor-tablet-button-align-center .elementor-field-type-submit {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .elementor-tablet-button-align-stretch .elementor-field-type-submit button {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
    .elementor-tablet-button-align-start .elementor-field-type-submit {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .elementor-tablet-button-align-end .elementor-field-type-submit {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media screen and (max-width:767px) {
    .elementor-mobile-button-align-center .elementor-field-type-submit {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .elementor-mobile-button-align-stretch .elementor-field-type-submit button {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
    .elementor-mobile-button-align-start .elementor-field-type-submit {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .elementor-mobile-button-align-end .elementor-field-type-submit {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.elementor-error .elementor-field {
    border-color: #d9534f
}

.elementor-error .help-inline {
    color: #d9534f;
    font-size: .9em
}

.elementor-message {
    margin: 10px 0;
    font-size: 1em;
    line-height: 1
}

.elementor-message:before {
    content: "\e90e";
    display: inline-block;
    font-family: eicons;
    font-weight: 400;
    font-style: normal;
    vertical-align: middle;
    margin-right: 5px
}

.elementor-message.elementor-message-danger {
    color: #d9534f
}

.elementor-message.elementor-message-danger:before {
    content: "\e87f"
}

.elementor-message.form-message-success {
    color: #5cb85c
}

.elementor-form .elementor-button {
    padding-top: 0;
    padding-bottom: 0;
    border: 0
}

.elementor-form .elementor-button>span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-form .elementor-button.elementor-size-xs {
    min-height: 33px
}

.elementor-form .elementor-button.elementor-size-sm {
    min-height: 40px
}

.elementor-form .elementor-button.elementor-size-md {
    min-height: 47px
}

.elementor-form .elementor-button.elementor-size-lg {
    min-height: 59px
}

.elementor-form .elementor-button.elementor-size-xl {
    min-height: 72px
}

.elementor-element .elementor-widget-container {
    -webkit-transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
    transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
    -o-transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s
}

.elementor-accordion {
    text-align: left
}

.elementor-accordion .elementor-accordion-item {
    border: 1px solid #d4d4d4
}

.elementor-accordion .elementor-accordion-item+.elementor-accordion-item {
    border-top: none
}

.elementor-accordion .elementor-tab-title {
    margin: 0;
    padding: 15px 20px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    outline: none
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon {
    display: inline-block;
    width: 1.5em
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right {
    float: right;
    text-align: right
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left {
    float: left;
    text-align: left
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed {
    display: block
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,
.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed {
    display: none
}

.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened {
    display: block
}

.elementor-accordion .elementor-tab-content {
    display: none;
    padding: 15px 20px;
    border-top: 1px solid #d4d4d4
}

@media (max-width:767px) {
    .elementor-accordion .elementor-tab-title {
        padding: 12px 15px
    }
    .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
        width: 1.2em
    }
    .elementor-accordion .elementor-tab-content {
        padding: 7px 15px
    }
}

.elementor-alert {
    padding: 15px;
    border-left: 5px solid transparent;
    position: relative;
    text-align: left
}

.elementor-alert .elementor-alert-title {
    display: block;
    font-weight: 700
}

.elementor-alert .elementor-alert-description {
    font-size: 13px
}

.elementor-alert button.elementor-alert-dismiss {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 3px;
    font-size: 20px;
    line-height: 1;
    background: transparent;
    color: inherit;
    border: none;
    cursor: pointer
}

.elementor-alert.elementor-alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bcdff1
}

.elementor-alert.elementor-alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #cae6be
}

.elementor-alert.elementor-alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #f9f0c3
}

.elementor-alert.elementor-alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #e8c4c4
}

@media (max-width:767px) {
    .elementor-alert {
        padding: 10px
    }
    .elementor-alert button.elementor-alert-dismiss {
        right: 7px;
        top: 7px
    }
}

.elementor-tab-title a {
    color: inherit
}

.elementor-button {
    display: inline-block;
    line-height: 1;
    background-color: #818a91;
    color: #fff;
    fill: #fff;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.elementor-button:focus,
.elementor-button:hover,
.elementor-button:visited {
    color: #fff
}

.elementor-button-content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-button-icon {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5
}

.elementor-button-icon svg {
    width: 1em
}

.elementor-button-text {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
    display: inline-block
}

.elementor-button.elementor-size-xs {
    font-size: 13px;
    padding: 10px 20px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.elementor-button.elementor-size-sm {
    font-size: 15px;
    padding: 12px 24px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.elementor-button.elementor-size-md {
    font-size: 16px;
    padding: 15px 30px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.elementor-button.elementor-size-lg {
    font-size: 18px;
    padding: 20px 40px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.elementor-button.elementor-size-xl {
    font-size: 20px;
    padding: 25px 50px;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.elementor-button .elementor-align-icon-right {
    margin-left: 5px;
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
    -ms-flex-order: 15;
    order: 15
}

.elementor-button .elementor-align-icon-left {
    margin-right: 5px;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5
}

.elementor-button span {
    text-decoration: inherit
}

.elementor-menu-cart__toggle .elementor-button-icon {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
    -ms-flex-order: 15;
    order: 15
}

.elementor-element.elementor-button-info .elementor-button {
    background-color: #5bc0de
}

.elementor-element.elementor-button-success .elementor-button {
    background-color: #5cb85c
}

.elementor-element.elementor-button-warning .elementor-button {
    background-color: #f0ad4e
}

.elementor-element.elementor-button-danger .elementor-button {
    background-color: #d9534f
}

.elementor-widget-button .elementor-button .elementor-button-info {
    background-color: #5bc0de
}

.elementor-widget-button .elementor-button .elementor-button-success {
    background-color: #5cb85c
}

.elementor-widget-button .elementor-button .elementor-button-warning {
    background-color: #f0ad4e
}

.elementor-widget-button .elementor-button .elementor-button-danger {
    background-color: #d9534f
}

.elementor-counter .elementor-counter-number-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 69px;
    font-weight: 600;
    color: #222;
    line-height: 1
}

.elementor-counter .elementor-counter-number-prefix,
.elementor-counter .elementor-counter-number-suffix {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    white-space: pre-wrap
}

.elementor-counter .elementor-counter-number-prefix {
    text-align: right
}

.elementor-counter .elementor-counter-number-suffix {
    text-align: left
}

.elementor-counter .elementor-counter-title {
    text-align: center;
    font-size: 19px;
    font-weight: 400;
    color: #666;
    line-height: 2.5
}

.elementor-widget-divider {
    --divider-border-style: none;
    --divider-border-width: 1px;
    --divider-border-color: $gray-darkest;
    --divider-icon-size: 20px;
    --divider-element-spacing: 10px;
    --divider-pattern-height: 24px;
    --divider-pattern-size: 20px;
    --divider-pattern-url: none;
    --divider-pattern-repeat: repeat-x
}

.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon):not(.elementor-widget-divider--separator-type-pattern) .elementor-divider-separator {
    display: inline-block
}

.elementor-widget-divider .elementor-divider {
    line-height: 0;
    font-size: 0
}

.elementor-widget-divider .elementor-divider__text {
    font-size: 15px;
    line-height: 1;
    max-width: 95%
}

.elementor-widget-divider .elementor-divider__element {
    margin: 0 var(--divider-element-spacing);
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.elementor-widget-divider .elementor-icon {
    font-size: var(--divider-icon-size)
}

.elementor-widget-divider .elementor-divider-separator {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    direction: ltr
}

.elementor-widget-divider--view-line_icon .elementor-divider-separator,
.elementor-widget-divider--view-line_text .elementor-divider-separator {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,
.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,
.elementor-widget-divider--view-line_text .elementor-divider-separator:after,
.elementor-widget-divider--view-line_text .elementor-divider-separator:before {
    display: block;
    content: "";
    border-bottom: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-border-color)
}

.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 100;
    -ms-flex-negative: 100;
    flex-shrink: 100
}

.elementor-widget-divider--element-align-left .elementor-divider-separator:before {
    content: none
}

.elementor-widget-divider--element-align-left .elementor-divider__element {
    margin-left: 0
}

.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 100;
    -ms-flex-negative: 100;
    flex-shrink: 100
}

.elementor-widget-divider--element-align-right .elementor-divider-separator:after {
    content: none
}

.elementor-widget-divider--element-align-right .elementor-divider__element {
    margin-right: 0
}

.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator {
    border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-border-color)
}

.elementor-widget-divider--separator-type-pattern {
    --divider-border-style: none
}

.elementor-widget-divider--separator-type-pattern .elementor-divider-separator,
.elementor-widget-divider--separator-type-pattern .elementor-divider-separator:after,
.elementor-widget-divider--separator-type-pattern .elementor-divider-separator:before {
    width: 100%;
    min-height: var(--divider-pattern-height);
    background-image: var(--divider-pattern-url);
    -webkit-background-size: var(--divider-pattern-size) 100%;
    background-size: var(--divider-pattern-size) 100%;
    background-repeat: var(--divider-pattern-repeat)
}

.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line_icon .elementor-divider-separator,
.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line_text .elementor-divider-separator {
    background-image: none
}

.elementor-widget-divider--no-spacing {
    --divider-pattern-size: auto
}

.elementor-widget-divider--bg-round {
    --divider-pattern-repeat: round
}

.rtl .elementor-widget-divider .elementor-divider__text {
    direction: rtl
}

.elementor-image-gallery .gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    max-width: 100%;
    margin: 0 auto
}

.elementor-image-gallery .gallery-item img {
    margin: 0 auto
}

.elementor-image-gallery .gallery-item .gallery-caption {
    margin: 0
}

@media (min-width:768px) {
    .elementor-image-gallery .gallery-columns-2 .gallery-item {
        max-width: 50%
    }
    .elementor-image-gallery .gallery-columns-3 .gallery-item {
        max-width: 33.33%
    }
    .elementor-image-gallery .gallery-columns-4 .gallery-item {
        max-width: 25%
    }
    .elementor-image-gallery .gallery-columns-5 .gallery-item {
        max-width: 20%
    }
    .elementor-image-gallery .gallery-columns-6 .gallery-item {
        max-width: 16.666%
    }
    .elementor-image-gallery .gallery-columns-7 .gallery-item {
        max-width: 14.28%
    }
    .elementor-image-gallery .gallery-columns-8 .gallery-item {
        max-width: 12.5%
    }
    .elementor-image-gallery .gallery-columns-9 .gallery-item {
        max-width: 11.11%
    }
    .elementor-image-gallery .gallery-columns-10 .gallery-item {
        max-width: 10%
    }
}

@media (min-width:480px) and (max-width:767px) {
    .elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-10 .gallery-item {
        max-width: 50%
    }
}

@media (max-width:479px) {
    .elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-10 .gallery-item {
        max-width: 100%
    }
}

.elementor-widget-google_maps iframe {
    height: 300px
}

.elementor-widget-heading .elementor-heading-title {
    padding: 0;
    margin: 0;
    line-height: 1
}

.elementor-widget-heading .elementor-heading-title>a {
    color: inherit;
    font-size: inherit
}

.elementor-widget-heading .elementor-heading-title.elementor-size-small {
    font-size: 15px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-medium {
    font-size: 19px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-large {
    font-size: 29px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xl {
    font-size: 39px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
    font-size: 59px
}

.elementor-icon {
    display: inline-block;
    line-height: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #818a91;
    font-size: 50px;
    text-align: center
}

.elementor-icon:hover {
    color: #818a91
}

.elementor-icon i,
.elementor-icon svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block
}

.elementor-icon i:before,
.elementor-icon svg:before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.elementor-view-stacked .elementor-icon {
    padding: .5em;
    background-color: #818a91;
    color: #fff;
    fill: #fff
}

.elementor-view-framed .elementor-icon {
    padding: .5em;
    color: #818a91;
    border: 3px solid #818a91;
    background-color: transparent
}

.elementor-shape-circle .elementor-icon {
    -webkit-border-radius: 50%;
    border-radius: 50%
}

@media (min-width:768px) {
    .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper,
    .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon,
    .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
        text-align: right;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper {
        text-align: left;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .elementor-widget-icon-box.elementor-position-top .elementor-icon-box-img {
        margin: auto
    }
    .elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .elementor-widget-icon-box.elementor-vertical-align-middle .elementor-icon-box-wrapper {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .elementor-widget-icon-box.elementor-vertical-align-bottom .elementor-icon-box-wrapper {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media (max-width:767px) {
    .elementor-widget-icon-box .elementor-icon-box-icon {
        margin-left: auto!important;
        margin-right: auto!important;
        margin-bottom: 15px
    }
}

.elementor-widget-icon-box .elementor-icon-box-wrapper {
    text-align: center
}

.elementor-widget-icon-box .elementor-icon-box-title a {
    color: inherit
}

.elementor-widget-icon-box .elementor-icon-box-content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.elementor-widget-icon-box .elementor-icon-box-description {
    margin: 0
}

.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container {
    overflow: hidden
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items {
    margin-right: -8px;
    margin-left: -8px
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-right: 8px;
    margin-left: 8px
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    width: auto;
    left: auto;
    right: auto;
    position: relative;
    height: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    border-left-width: 1px;
    border-style: solid;
    right: -8px
}

.elementor-widget .elementor-icon-list-items {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.elementor-widget .elementor-icon-list-item {
    margin: 0;
    padding: 0;
    position: relative
}

.elementor-widget .elementor-icon-list-item:after {
    position: absolute;
    bottom: 0;
    width: 100%
}

.elementor-widget .elementor-icon-list-item,
.elementor-widget .elementor-icon-list-item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.elementor-widget .elementor-icon-list-item a {
    width: 100%
}

.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    padding-left: 5px
}

.elementor-widget .elementor-icon-list-icon {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.elementor-widget .elementor-icon-list-icon i {
    width: 1.25em
}

.elementor-widget .elementor-icon-list-icon svg {
    width: 1em
}

.elementor-widget.elementor-align-center .elementor-icon-list-item,
.elementor-widget.elementor-align-center .elementor-icon-list-item a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-widget.elementor-align-center .elementor-icon-list-item:after {
    margin: auto
}

.elementor-widget.elementor-align-center .elementor-inline-items {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-widget.elementor-align-left .elementor-icon-list-item,
.elementor-widget.elementor-align-left .elementor-icon-list-item a {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left
}

.elementor-widget.elementor-align-left .elementor-inline-items {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.elementor-widget.elementor-align-right .elementor-icon-list-item,
.elementor-widget.elementor-align-right .elementor-icon-list-item a {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right
}

.elementor-widget.elementor-align-right .elementor-icon-list-items {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after {
    left: 0
}

.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after {
    right: 0
}

@media (max-width:1024px) {
    .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,
    .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,
    .elementor-widget.elementor-tablet-align-center .elementor-icon-list-items {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after {
        margin: auto
    }
    .elementor-widget.elementor-tablet-align-left .elementor-icon-list-items {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,
    .elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left
    }
    .elementor-widget.elementor-tablet-align-right .elementor-icon-list-items {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,
    .elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: right
    }
    .elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after {
        left: 0
    }
    .elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after {
        right: 0
    }
}

@media (max-width:767px) {
    .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,
    .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,
    .elementor-widget.elementor-mobile-align-center .elementor-icon-list-items {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after {
        margin: auto
    }
    .elementor-widget.elementor-mobile-align-left .elementor-icon-list-items {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,
    .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left
    }
    .elementor-widget.elementor-mobile-align-right .elementor-icon-list-items {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,
    .elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: right
    }
    .elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after {
        left: 0
    }
    .elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after {
        right: 0
    }
}

.elementor-widget-image {
    text-align: center
}

.elementor-widget-image .elementor-image>a,
.elementor-widget-image .elementor-image figure>a {
    display: inline-block
}

.elementor-widget-image .elementor-image>a img[src$=".svg"],
.elementor-widget-image .elementor-image figure>a img[src$=".svg"] {
    width: 48px
}

.elementor-widget-image .elementor-image img {
    vertical-align: middle;
    display: inline-block
}

.elementor-widget-image .elementor-image.elementor-image-shape-circle {
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.elementor-widget-image-box .elementor-image-box-content {
    width: 100%
}

@media (min-width:768px) {
    .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,
    .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
        text-align: right;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper {
        text-align: left;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .elementor-widget-image-box.elementor-position-top .elementor-image-box-img {
        margin: auto
    }
    .elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media (max-width:767px) {
    .elementor-widget-image-box .elementor-image-box-img {
        margin-left: auto!important;
        margin-right: auto!important;
        margin-bottom: 15px
    }
}

.elementor-widget-image-box .elementor-image-box-img {
    display: inline-block
}

.elementor-widget-image-box .elementor-image-box-title a {
    color: inherit
}

.elementor-widget-image-box .elementor-image-box-wrapper {
    text-align: center
}

.elementor-widget-image-box .elementor-image-box-description {
    margin: 0
}

.elementor-widget-image-carousel .swiper-container {
    position: static
}

.elementor-widget-image-carousel .swiper-container .swiper-slide figure {
    line-height: inherit
}

.elementor-widget-image-carousel .swiper-slide {
    text-align: center
}

.elementor-image-gallery figure img {
    display: block
}

.elementor-image-gallery figure figcaption {
    width: 100%
}

.gallery-spacing-custom .elementor-image-gallery .gallery-icon {
    padding: 0
}

body.elementor-page .elementor-widget-menu-anchor {
    margin-bottom: 0
}

.elementor-widget-progress {
    text-align: left
}

.elementor-progress-wrapper {
    position: relative;
    background-color: #eee;
    color: #fff;
    height: 100%;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.elementor-progress-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #818a91;
    width: 0;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out
}

.elementor-progress-text {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 15px
}

.elementor-progress-percentage {
    padding-right: 15px
}

.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar {
    background-color: #5bc0de
}

.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar {
    background-color: #5cb85c
}

.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar {
    background-color: #f0ad4e
}

.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar {
    background-color: #d9534f
}

.elementor-progress .elementor-title {
    display: block
}

@media (max-width:767px) {
    .elementor-progress-text {
        padding-left: 10px
    }
}

.elementor-social-icons-wrapper {
    font-size: 0
}

.elementor-social-icon {
    background-color: #818a91;
    font-size: 25px;
    text-align: center;
    padding: .5em;
    margin-right: 5px;
    cursor: pointer
}

.elementor-social-icon i {
    color: #fff
}

.elementor-social-icon:last-child {
    margin: 0
}

.elementor-social-icon:hover {
    opacity: .9;
    color: #fff
}

.elementor-social-icon-android {
    background-color: #a4c639
}

.elementor-social-icon-apple {
    background-color: #999
}

.elementor-social-icon-behance {
    background-color: #1769ff
}

.elementor-social-icon-bitbucket {
    background-color: #205081
}

.elementor-social-icon-codepen {
    background-color: #000
}

.elementor-social-icon-delicious {
    background-color: #39f
}

.elementor-social-icon-deviantart {
    background-color: #05cc47
}

.elementor-social-icon-digg {
    background-color: #005be2
}

.elementor-social-icon-dribbble {
    background-color: #ea4c89
}

.elementor-social-icon-elementor {
    background-color: #d30c5c
}

.elementor-social-icon-envelope {
    background-color: #ea4335
}

.elementor-social-icon-facebook,
.elementor-social-icon-facebook-f {
    background-color: #3b5998
}

.elementor-social-icon-flickr {
    background-color: #0063dc
}

.elementor-social-icon-foursquare {
    background-color: #2d5be3
}

.elementor-social-icon-free-code-camp,
.elementor-social-icon-freecodecamp {
    background-color: #006400
}

.elementor-social-icon-github {
    background-color: #333
}

.elementor-social-icon-gitlab {
    background-color: #e24329
}

.elementor-social-icon-globe {
    background-color: #818a91
}

.elementor-social-icon-google-plus,
.elementor-social-icon-google-plus-g {
    background-color: #dd4b39
}

.elementor-social-icon-houzz {
    background-color: #7ac142
}

.elementor-social-icon-instagram {
    background-color: #262626
}

.elementor-social-icon-jsfiddle {
    background-color: #487aa2
}

.elementor-social-icon-link {
    background-color: #818a91
}

.elementor-social-icon-linkedin,
.elementor-social-icon-linkedin-in {
    background-color: #0077b5
}

.elementor-social-icon-medium {
    background-color: #00ab6b
}

.elementor-social-icon-meetup {
    background-color: #ec1c40
}

.elementor-social-icon-mixcloud {
    background-color: #273a4b
}

.elementor-social-icon-odnoklassniki {
    background-color: #f4731c
}

.elementor-social-icon-pinterest {
    background-color: #bd081c
}

.elementor-social-icon-product-hunt {
    background-color: #da552f
}

.elementor-social-icon-reddit {
    background-color: #ff4500
}

.elementor-social-icon-rss {
    background-color: #f26522
}

.elementor-social-icon-shopping-cart {
    background-color: #4caf50
}

.elementor-social-icon-skype {
    background-color: #00aff0
}

.elementor-social-icon-slideshare {
    background-color: #0077b5
}

.elementor-social-icon-snapchat {
    background-color: #fffc00
}

.elementor-social-icon-soundcloud {
    background-color: #f80
}

.elementor-social-icon-spotify {
    background-color: #2ebd59
}

.elementor-social-icon-stack-overflow {
    background-color: #fe7a15
}

.elementor-social-icon-steam {
    background-color: #00adee
}

.elementor-social-icon-stumbleupon {
    background-color: #eb4924
}

.elementor-social-icon-telegram {
    background-color: #2ca5e0
}

.elementor-social-icon-thumb-tack {
    background-color: #1aa1d8
}

.elementor-social-icon-tripadvisor {
    background-color: #589442
}

.elementor-social-icon-tumblr {
    background-color: #35465c
}

.elementor-social-icon-twitch {
    background-color: #6441a5
}

.elementor-social-icon-twitter {
    background-color: #1da1f2
}

.elementor-social-icon-viber {
    background-color: #665cac
}

.elementor-social-icon-vimeo {
    background-color: #1ab7ea
}

.elementor-social-icon-vk {
    background-color: #45668e
}

.elementor-social-icon-weibo {
    background-color: #df2029
}

.elementor-social-icon-weixin {
    background-color: #7bb32e
}

.elementor-social-icon-whatsapp {
    background-color: #25d366
}

.elementor-social-icon-wordpress {
    background-color: #21759b
}

.elementor-social-icon-xing {
    background-color: #026466
}

.elementor-social-icon-yelp {
    background-color: #af0606
}

.elementor-social-icon-youtube {
    background-color: #cd201f
}

.elementor-social-icon-500px {
    background-color: #0099e5
}

.elementor-shape-rounded .elementor-icon.elementor-social-icon {
    -webkit-border-radius: 10%;
    border-radius: 10%
}

.elementor-shape-circle .elementor-icon.elementor-social-icon {
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.elementor-star-rating {
    color: #ccd6df;
    font-family: eicons;
    display: inline-block
}

.elementor-star-rating i {
    display: inline-block;
    position: relative;
    font-style: normal;
    cursor: default
}

.elementor-star-rating i:before {
    content: "\e934";
    display: block;
    font-size: inherit;
    font-family: inherit;
    position: absolute;
    overflow: hidden;
    color: #f0ad4e;
    top: 0;
    left: 0
}

.elementor-star-rating .elementor-star-empty:before {
    content: none
}

.elementor-star-rating .elementor-star-1:before {
    width: 10%
}

.elementor-star-rating .elementor-star-2:before {
    width: 20%
}

.elementor-star-rating .elementor-star-3:before {
    width: 30%
}

.elementor-star-rating .elementor-star-4:before {
    width: 40%
}

.elementor-star-rating .elementor-star-5:before {
    width: 50%
}

.elementor-star-rating .elementor-star-6:before {
    width: 60%
}

.elementor-star-rating .elementor-star-7:before {
    width: 70%
}

.elementor-star-rating .elementor-star-8:before {
    width: 80%
}

.elementor-star-rating .elementor-star-9:before {
    width: 90%
}

.elementor-star-rating__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-star-rating__title {
    margin-right: 10px
}

.elementor-star-rating--align-right .elementor-star-rating__wrapper {
    text-align: right;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.elementor-star-rating--align-left .elementor-star-rating__wrapper {
    text-align: left;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.elementor-star-rating--align-center .elementor-star-rating__wrapper {
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-star-rating--align-justify .elementor-star-rating__title {
    margin-right: auto
}

@media (max-width:1024px) {
    .elementor-star-rating-tablet--align-right .elementor-star-rating__wrapper {
        text-align: right;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .elementor-star-rating-tablet--align-left .elementor-star-rating__wrapper {
        text-align: left;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .elementor-star-rating-tablet--align-center .elementor-star-rating__wrapper {
        text-align: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .elementor-star-rating-tablet--align-justify .elementor-star-rating__title {
        margin-right: auto
    }
}

@media (max-width:767px) {
    .elementor-star-rating-mobile--align-right .elementor-star-rating__wrapper {
        text-align: right;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .elementor-star-rating-mobile--align-left .elementor-star-rating__wrapper {
        text-align: left;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .elementor-star-rating-mobile--align-center .elementor-star-rating__wrapper {
        text-align: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .elementor-star-rating-mobile--align-justify .elementor-star-rating__title {
        margin-right: auto
    }
}

.last-star {
    letter-spacing: 0
}

.elementor--star-style-star_unicode .elementor-star-rating {
    font-family: Arial, Helvetica, sans-serif
}

.elementor--star-style-star_unicode .elementor-star-rating i:not(.elementor-star-empty):before {
    content: "\002605"
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper {
    width: 25%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active {
    border-right-style: none
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after,
.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before {
    height: 999em;
    width: 0;
    right: 0;
    border-right-style: solid
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before {
    top: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after {
    top: 100%
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title {
    display: table-cell
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active {
    border-bottom-style: none
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after,
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before {
    bottom: 0;
    height: 0;
    width: 999em;
    border-bottom-style: solid
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before {
    right: 100%
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after {
    left: 100%
}

.elementor-widget-tabs .elementor-tab-content,
.elementor-widget-tabs .elementor-tab-title,
.elementor-widget-tabs .elementor-tab-title:after,
.elementor-widget-tabs .elementor-tab-title:before,
.elementor-widget-tabs .elementor-tabs-content-wrapper {
    border: 1px #d4d4d4
}

.elementor-widget-tabs .elementor-tabs {
    text-align: left
}

.elementor-widget-tabs .elementor-tabs-wrapper {
    overflow: hidden
}

.elementor-widget-tabs .elementor-tab-title {
    cursor: pointer;
    outline: none
}

.elementor-widget-tabs .elementor-tab-desktop-title {
    position: relative;
    padding: 20px 25px;
    font-weight: 700;
    line-height: 1;
    border: solid transparent
}

.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active {
    border-color: #d4d4d4
}

.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:after,
.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:before {
    display: block;
    content: "";
    position: absolute
}

.elementor-widget-tabs .elementor-tab-mobile-title {
    padding: 10px;
    cursor: pointer
}

.elementor-widget-tabs .elementor-tab-content {
    padding: 20px;
    display: none
}

@media (max-width:767px) {
    .elementor-tabs .elementor-tab-content,
    .elementor-tabs .elementor-tab-title {
        border-style: solid solid none
    }
    .elementor-tabs .elementor-tabs-wrapper {
        display: none
    }
    .elementor-tabs .elementor-tabs-content-wrapper {
        border-bottom-style: solid
    }
    .elementor-tabs .elementor-tab-content {
        padding: 10px
    }
}

@media (min-width:768px) {
    .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        border-style: solid solid solid none
    }
    .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content {
        border-style: none solid solid
    }
    .elementor-tabs .elementor-tab-mobile-title {
        display: none
    }
}

.elementor-testimonial-wrapper {
    overflow: hidden;
    text-align: center
}

.elementor-testimonial-wrapper .elementor-testimonial-content {
    font-size: 1.3em;
    margin-bottom: 20px
}

.elementor-testimonial-wrapper .elementor-testimonial-name {
    line-height: 1.5;
    color: inherit;
    display: block
}

.elementor-testimonial-wrapper .elementor-testimonial-job {
    font-size: .85em;
    color: inherit;
    display: block
}

.elementor-testimonial-wrapper.elementor-testimonial-text-align-left {
    text-align: left
}

.elementor-testimonial-wrapper.elementor-testimonial-text-align-right {
    text-align: right
}

.elementor-testimonial-wrapper .elementor-testimonial-meta {
    width: 100%;
    line-height: 1
}

.elementor-testimonial-wrapper .elementor-testimonial-meta-inner {
    display: inline-block
}

.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,
.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image {
    display: table-cell;
    vertical-align: middle
}

.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image {
    padding-right: 15px
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details {
    text-align: left
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,
.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image {
    display: block
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image {
    margin-bottom: 20px
}

.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
    background-color: #818a91;
    color: #fff
}

.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap {
    color: #818a91;
    border: 3px solid;
    background-color: transparent
}

.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap {
    margin-top: 8px
}

.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter {
    width: 1em;
    height: 1em
}

.elementor-widget-text-editor .elementor-drop-cap {
    float: left;
    text-align: center;
    line-height: 1;
    font-size: 50px
}

.elementor-widget-text-editor .elementor-drop-cap-letter {
    display: inline-block
}

.elementor-widget-toggle .elementor-widget-container {
    overflow: hidden
}

.elementor-toggle {
    text-align: left
}

.elementor-toggle .elementor-tab-title {
    font-weight: 700;
    line-height: 1;
    margin: 0;
    padding: 15px;
    border-bottom: 1px solid #d4d4d4;
    cursor: pointer;
    outline: none
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon {
    display: inline-block;
    width: 1em
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right {
    float: right;
    text-align: right
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left {
    float: left;
    text-align: left
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed {
    display: block
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened {
    display: none
}

.elementor-toggle .elementor-tab-title.elementor-active {
    border-bottom: none
}

.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed {
    display: none
}

.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened {
    display: block
}

.elementor-toggle .elementor-tab-content {
    padding: 15px;
    border-bottom: 1px solid #d4d4d4;
    display: none
}

@media (max-width:767px) {
    .elementor-toggle .elementor-tab-title {
        padding: 12px
    }
    .elementor-toggle .elementor-tab-content {
        padding: 12px 10px
    }
}

.elementor-widget-video .elementor-widget-container {
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.elementor-widget-video .elementor-open-inline .elementor-custom-embed-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50%
}

.elementor-widget-video .elementor-custom-embed-image-overlay {
    cursor: pointer;
    text-align: center
}

.elementor-widget-video .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play i {
    opacity: 1
}

.elementor-widget-video .elementor-custom-embed-image-overlay img {
    display: block;
    width: 100%
}

.elementor-widget-video .elementor-video {
    -o-object-fit: cover;
    object-fit: cover
}

.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
/*    height: 100%;
    min-height: 1px;*/
    display: none;
}

.elementor-slick-slider[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.elementor-slick-slider .slick-loading .slick-list {
    background: #fff
}

.elementor-slick-slider .slick-loading .slick-list:after {
    content: "\e8fb";
    font-family: eicons;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite;
    font-size: 25px;
    color: #a4afb7
}

.elementor-slick-slider .slick-next,
.elementor-slick-slider .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    padding: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent
}

.elementor-slick-slider .slick-next:focus,
.elementor-slick-slider .slick-next:hover,
.elementor-slick-slider .slick-prev:focus,
.elementor-slick-slider .slick-prev:hover {
    color: transparent;
    outline: none;
    background: transparent
}

.elementor-slick-slider .slick-next:focus:before,
.elementor-slick-slider .slick-next:hover:before,
.elementor-slick-slider .slick-prev:focus:before,
.elementor-slick-slider .slick-prev:hover:before {
    opacity: 1
}

.elementor-slick-slider .slick-next.slick-disabled:before,
.elementor-slick-slider .slick-prev.slick-disabled:before {
    opacity: .25
}

.elementor-slick-slider .slick-next:before,
.elementor-slick-slider .slick-prev:before {
    font-family: eicons;
    font-size: 35px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.elementor-slick-slider .slick-prev {
    left: -25px
}

[dir=rtl] .elementor-slick-slider .slick-prev {
    left: auto;
    right: -25px
}

.elementor-slick-slider .slick-prev:before {
    content: "\e89f"
}

[dir=rtl] .elementor-slick-slider .slick-prev:before {
    content: "\e89e"
}

.elementor-slick-slider .slick-next {
    right: -25px
}

[dir=rtl] .elementor-slick-slider .slick-next {
    left: -25px;
    right: auto
}

.elementor-slick-slider .slick-next:before {
    content: "\e89e"
}

[dir=rtl] .elementor-slick-slider .slick-next:before {
    content: "\e89f"
}

.elementor-slick-slider .slick-dotted.slick-slider {
    margin-bottom: 30px
}

.elementor-slick-slider ul.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}

.elementor-slick-slider ul.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer
}

.elementor-slick-slider ul.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

.elementor-slick-slider ul.slick-dots li button:focus,
.elementor-slick-slider ul.slick-dots li button:hover {
    outline: none
}

.elementor-slick-slider ul.slick-dots li button:focus:before,
.elementor-slick-slider ul.slick-dots li button:hover:before {
    opacity: 1
}

.elementor-slick-slider ul.slick-dots li button:before {
    font-family: eicons;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "\e914";
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.elementor-slick-slider ul.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.elementor-slick-slider .slick-arrows-inside .slick-prev {
    left: 20px
}

[dir=rtl] .elementor-slick-slider .slick-arrows-inside .slick-prev {
    left: auto;
    right: 20px
}

.elementor-slick-slider .slick-arrows-inside .slick-next {
    right: 20px
}

[dir=rtl] .elementor-slick-slider .slick-arrows-inside .slick-next {
    left: 20px;
    right: auto
}

.elementor-slick-slider .slick-dots-inside .slick-dots {
    bottom: 5px
}

.elementor-slick-slider .slick-dots-inside.slick-dotted.slick-slider {
    margin-bottom: 0
}

.elementor-slick-slider .slick-slider .slick-next,
.elementor-slick-slider .slick-slider .slick-prev {
    z-index: 1
}

.elementor-slick-slider .slick-slide img {
    margin: auto
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container .swiper-slide figure {
    line-height: 0
}

.swiper-container .elementor-lightbox-content-source {
    display: none
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background: no-repeat 50%
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 5px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #000;
    opacity: .2
}

.swiper-pagination-fraction {
    color: #000
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: hsla(0, 0%, 100%, .5)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-scrollbar {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.elementor-pagination-position-outside .swiper-container {
    padding-bottom: 30px
}

.elementor-pagination-position-outside .elementor-swiper-button {
    top: -webkit-calc(50% - 15px);
    top: calc(50% - 15px)
}

.elementor-swiper {
    position: relative
}

.elementor-main-swiper {
    position: static
}

.elementor-arrows-position-outside .swiper-container {
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px)
}

.elementor-arrows-position-outside .elementor-swiper-button-prev {
    left: 0
}

.elementor-arrows-position-outside .elementor-swiper-button-next {
    right: 0
}

.swiper-image-stretch .swiper-slide .swiper-slide-image {
    width: 100%
}

.elementor-swiper-button {
    position: absolute;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    z-index: 1;
    cursor: pointer;
    font-size: 25px;
    color: hsla(0, 0%, 93.3%, .9);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.elementor-swiper-button-prev {
    left: 10px
}

.elementor-swiper-button-next {
    right: 10px
}

.elementor-swiper-button.swiper-button-disabled {
    opacity: .3
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
    animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E") no-repeat 50%
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.elementor-lightbox .dialog-header {
    display: none
}

.elementor-lightbox .dialog-widget-content {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    height: 100%
}

.elementor-lightbox .dialog-message {
    -webkit-animation-duration: .4s;
    animation-duration: .4s
}

.elementor-lightbox .dialog-message:not(.elementor-fit-aspect-ratio) {
    height: 100%
}

.elementor-lightbox .dialog-lightbox-close-button {
    cursor: pointer;
    position: absolute;
    font-size: 25px;
    padding: 5px;
    z-index: 2;
    line-height: 1
}

@media (max-width:767px) {
    .elementor-lightbox .dialog-lightbox-close-button {
        padding: 0
    }
}

.elementor-lightbox .dialog-lightbox-close-button,
.elementor-lightbox .elementor-swiper-button {
    color: hsla(0, 0%, 93.3%, .9);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 1
}

.elementor-lightbox .dialog-lightbox-close-button:hover,
.elementor-lightbox .elementor-swiper-button:hover {
    color: #fff
}

.elementor-lightbox .swiper-container {
    height: 100%
}

.elementor-lightbox .elementor-lightbox-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding: 70px 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    margin: auto
}

@media (max-width:767px) {
    .elementor-lightbox .elementor-lightbox-item {
        padding: 40px
    }
}

.elementor-lightbox .elementor-lightbox-image {
    max-height: 100%
}

.elementor-lightbox .elementor-video-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

@media (min-width:1025px) {
    .elementor-lightbox .elementor-video-container {
        width: 75%
    }
}

@media (max-width:1024px) {
    .elementor-lightbox .elementor-video-container {
        width: 100%
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .elementor-lightbox .elementor-aspect-ratio-916 .elementor-video-container {
        width: 70%
    }
}

.elementor-lightbox .elementor-swiper-button-prev {
    left: 35px
}

.elementor-lightbox .elementor-swiper-button-next {
    right: 35px
}

@media (max-width:767px) {
    .elementor-lightbox .elementor-swiper-button-prev {
        left: 10px
    }
    .elementor-lightbox .elementor-swiper-button-next {
        right: 10px
    }
}

.animated {
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s
}

.animated.animated-slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.animated-fast {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.reverse {
    animation-direction: reverse
}

@media (prefers-reduced-motion:reduce) {
    .animated {
        -webkit-animation: none;
        animation: none
    }
}

.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr
}

.elementor-shape-top {
    top: -1px
}

.elementor-shape-bottom {
    bottom: -1px
}

.elementor-shape[data-negative=false].elementor-shape-bottom {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.elementor-shape[data-negative=true].elementor-shape-top {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.elementor-shape svg {
    display: block;
    width: -webkit-calc(100% + 1.3px);
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.elementor-shape .elementor-shape-fill {
    fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

#wp-admin-bar-elementor_edit_page .ab-submenu .ab-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-title {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-type {
    background: #55595c;
    font-size: 11px;
    line-height: 9px;
    margin-top: 6px;
    padding: 4px 8px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.page-template-elementor_canvas.elementor-page:before {
    display: none
}

.elementor-post__thumbnail__link {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

#elementor .elementor-element ul.elementor-icon-list-items,
#left-area ul.elementor-icon-list-items,
.elementor .elementor-element ul.elementor-icon-list-items {
    padding: 0
}

@media (max-width:767px) {
    .elementor:not(.elementor-edit-area-active) .elementor-hidden-phone {
        display: none
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .elementor:not(.elementor-edit-area-active) .elementor-hidden-tablet {
        display: none
    }
}

@media (min-width:1025px) {
    .elementor:not(.elementor-edit-area-active) .elementor-hidden-desktop {
        display: none
    }
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

body .site-content {
    background-color: #fafafa
}

#content {
    padding-top: 0;
    padding-bottom: 0
}

.woocommerce img.pswp__img,
.woocommerce-page img.pswp__img {
    max-width: none
}

button.pswp__button {
    box-shadow: none!important;
    background-image: url(../images/default-skin.png)!important
}

button.pswp__button,
button.pswp__button--arrow--left::before,
button.pswp__button--arrow--right::before,
button.pswp__button:hover {
    background-color: transparent!important
}

button.pswp__button--arrow--left,
button.pswp__button--arrow--left:hover,
button.pswp__button--arrow--right,
button.pswp__button--arrow--right:hover {
    background-image: none!important
}

button.pswp__button--close:hover {
    background-position: 0 -44px
}

button.pswp__button--zoom:hover {
    background-position: -88px 0
}


/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */

.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    outline: 0
}

.pswp * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.pswp img {
    max-width: none
}

.pswp--animate_opacity {
    opacity: .001;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--open {
    display: block
}

.pswp--zoom-allowed .pswp__img {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.pswp--zoomed-in .pswp__img {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}

.pswp--dragging .pswp__img {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing
}

.pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.pswp__container,
.pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.pswp__container,
.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1);
    transition: transform 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp__bg {
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    -webkit-transition: none;
    transition: none
}

.pswp__container,
.pswp__zoom-wrap {
    -webkit-backface-visibility: hidden
}

.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden
}

.pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0
}

.pswp__img--placeholder {
    -webkit-backface-visibility: hidden
}

.pswp__img--placeholder--blank {
    background: #222
}

.pswp--ie .pswp__img {
    width: 100%!important;
    height: auto!important;
    left: 0;
    top: 0
}

.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #ccc
}

.pswp__error-msg a {
    color: #ccc;
    text-decoration: underline
}


/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */

.pswp__button {
    width: 44px;
    height: 44px;
    position: relative;
    background: 0 0;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: .75;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    -webkit-box-shadow: none;
    box-shadow: none
}

.pswp__button:focus,
.pswp__button:hover {
    opacity: 1
}

.pswp__button:active {
    outline: 0;
    opacity: .9
}

.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.pswp__ui--over-close .pswp__button--close {
    opacity: 1
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    background: url(../images/default-skin.png) 0 0 no-repeat;
    background-size: 264px 88px;
    width: 44px;
    height: 44px
}

@media (-webkit-min-device-pixel-ratio:1.1),
(-webkit-min-device-pixel-ratio:1.09375),
(min-resolution:105dpi),
(min-resolution:1.1dppx) {
    .pswp--svg .pswp__button,
    .pswp--svg .pswp__button--arrow--left:before,
    .pswp--svg .pswp__button--arrow--right:before {
        background-image: url(../images/default-skin.svg)
    }
    .pswp--svg .pswp__button--arrow--left,
    .pswp--svg .pswp__button--arrow--right {
        background: 0 0
    }
}

.pswp__button--close {
    background-position: 0 -44px
}

.pswp__button--share {
    background-position: -44px -44px
}

.pswp__button--fs {
    display: none
}

.pswp--supports-fs .pswp__button--fs {
    display: block
}

.pswp--fs .pswp__button--fs {
    background-position: -44px 0
}

.pswp__button--zoom {
    display: none;
    background-position: -88px 0
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block
}

.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
    visibility: hidden
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
    background: 0 0;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    position: absolute
}

.pswp__button--arrow--left {
    left: 0
}

.pswp__button--arrow--right {
    right: 0
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    content: '';
    top: 35px;
    background-color: rgba(0, 0, 0, .3);
    height: 30px;
    width: 32px;
    position: absolute
}

.pswp__button--arrow--left:before {
    left: 6px;
    background-position: -138px -44px
}

.pswp__button--arrow--right:before {
    right: 6px;
    background-position: -94px -44px
}

.pswp__counter,
.pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pswp__share-modal {
    display: block;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__share-modal--hidden {
    display: none
}

.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #fff;
    top: 56px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-transition: -webkit-transform .25s;
    transition: transform .25s;
    -webkit-backface-visibility: hidden;
    will-change: transform
}

.pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px
}

.pswp__share-tooltip a:hover {
    text-decoration: none;
    color: #000
}

.pswp__share-tooltip a:first-child {
    border-radius: 2px 2px 0 0
}

.pswp__share-tooltip a:last-child {
    border-radius: 0 0 2px 2px
}

.pswp__share-modal--fade-in {
    opacity: 1
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px
}

a.pswp__share--facebook:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 15px;
    border: 6px solid transparent;
    border-bottom-color: #fff;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none
}

a.pswp__share--facebook:hover {
    background: #3e5c9a;
    color: #fff
}

a.pswp__share--facebook:hover:before {
    border-bottom-color: #3e5c9a
}

a.pswp__share--twitter:hover {
    background: #55acee;
    color: #fff
}

a.pswp__share--pinterest:hover {
    background: #ccc;
    color: #ce272d
}

a.pswp__share--download:hover {
    background: #ddd
}

.pswp__counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #fff;
    opacity: .75;
    padding: 0 10px
}

.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px
}

.pswp__caption small {
    font-size: 11px;
    color: #bbb
}

.pswp__caption__center {
    text-align: left;
    max-width: 420px;
    margin: 0 auto;
    font-size: 13px;
    padding: 10px;
    line-height: 20px;
    color: #ccc
}

.pswp__caption--empty {
    display: none
}

.pswp__caption--fake {
    visibility: hidden
}

.pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    will-change: opacity;
    direction: ltr
}

.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px
}

.pswp__preloader--active {
    opacity: 1
}

.pswp__preloader--active .pswp__preloader__icn {
    background: url(../images/preloader.gif) 0 0 no-repeat
}

.pswp--css_animation .pswp__preloader--active {
    opacity: 1
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise .5s linear infinite;
    animation: clockwise .5s linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite;
    animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite
}

.pswp--css_animation .pswp__preloader__icn {
    background: 0 0;
    opacity: .75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0
}

.pswp--css_animation .pswp__preloader__cut {
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden
}

.pswp--css_animation .pswp__preloader__donut {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: 0 0;
    margin: 0
}

@media screen and (max-width:1024px) {
    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right
    }
}

@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes clockwise {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550
}

.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__caption,
.pswp__top-bar {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible
}

.pswp__caption,
.pswp__top-bar {
    background-color: rgba(0, 0, 0, .5)
}

.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
    background-color: rgba(0, 0, 0, .3)
}

.pswp__ui--idle .pswp__top-bar {
    opacity: 0
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
    opacity: 0
}

.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
    opacity: .001
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
    display: none
}

.pswp__element--disabled {
    display: none!important
}

.pswp--minimal--dark .pswp__top-bar {
    background: 0 0
}


.pad-lt-0 {
	padding-left:0px !important;
}

.elementor-2272 .elementor-element.elementor-element-83d22b3 {
    margin-top: 0;
    margin-bottom: 0;
    z-index: 99
}

.elementor-2272 .elementor-element.elementor-element-ebba4bb>.elementor-element-populated {
    margin: -195px 0 0
}

.elementor-2272 .elementor-element.elementor-element-c0cf313 {
    --divider-border-style: solid;
    --divider-border-color: rgba(255, 255, 255, .21);
    --divider-border-width: 1px
}

.elementor-2272 .elementor-element.elementor-element-c0cf313 .elementor-divider-separator {
    width: 100%;
    margin: 0 auto;
    margin-center: 0
}

.elementor-2272 .elementor-element.elementor-element-c0cf313 .elementor-divider {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0
}

.elementor-2272 .elementor-element.elementor-element-c0cf313>.elementor-widget-container {
    margin: 0 0 14px
}

.elementor-2272 .elementor-element.elementor-element-093840f>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap>.elementor-widget-wrap {
    align-content: center;
    align-items: center
}

.elementor-2272 .elementor-element.elementor-element-b27ba64>.elementor-element-populated {
    margin: 0 0 17px
}

.elementor-2272 .elementor-element.elementor-element-7f295b2 .ct-contact-info .ct-contact-icon i {
    color: #fafafa
}

.elementor-2272 .elementor-element.elementor-element-7f295b2 .ct-contact-info {
    color: #fafafa;
    font-size: 16px;
    line-height: 26px
}

.elementor-2272 .elementor-element.elementor-element-f08e4fc>.elementor-element-populated {
    margin: 0 0 17px
}

.elementor-2272 .elementor-element.elementor-element-b698a5f .ct-contact-info .ct-contact-icon i {
    color: #fafafa
}

.elementor-2272 .elementor-element.elementor-element-b698a5f .ct-contact-info {
    color: #fafafa;
    font-size: 16px;
    line-height: 26px
}

.elementor-2272 .elementor-element.elementor-element-cec95c3>.elementor-element-populated {
    margin: 0 0 17px
}

.elementor-2272 .elementor-element.elementor-element-2fc8916 .ct-contact-info .ct-contact-icon i {
    color: #fafafa
}

.elementor-2272 .elementor-element.elementor-element-2fc8916 .ct-contact-info {
    color: #fafafa;
    font-size: 16px;
    line-height: 26px
}

.elementor-2272 .elementor-element.elementor-element-33d86d1>.elementor-element-populated {
    margin: 0 0 17px
}

.elementor-2272 .elementor-element.elementor-element-ed54bb4 .ct-button-wrapper {
    text-align: left
}

.elementor-2272 .elementor-element.elementor-element-867d3ad .ct-button-wrapper {
    text-align: left
}

.elementor-2272 .elementor-element.elementor-element-ad0aa64 {
    box-shadow: 0px 2px 40px 0px rgba(34, 34, 34, .127)
}

.elementor-2272 .elementor-element.elementor-element-987d057 {
    margin-top: 15px;
    margin-bottom: 46px
}

.elementor-2272 .elementor-element.elementor-element-a09e317>.elementor-element-populated {
    margin: 45px 0 0
}

.elementor-2272 .elementor-element.elementor-element-1babad4 .ct-heading .item--title {
    margin-bottom: 31px
}

.elementor-2272 .elementor-element.elementor-element-1babad4 .ct-heading .item--sub-title {
    color: #595959;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
    margin-bottom: 9px
}

.elementor-2272 .elementor-element.elementor-element-57e766d {
    font-size: 18px;
    line-height: 34px
}

.elementor-2272 .elementor-element.elementor-element-57e766d>.elementor-widget-container {
    margin: 0 0 34px
}

.elementor-2272 .elementor-element.elementor-element-d4c9300 {
    font-size: 18px;
    line-height: 34px
}

.elementor-2272 .elementor-element.elementor-element-d4c9300>.elementor-widget-container {
    margin: 0 0 26px
}

.elementor-2272 .elementor-element.elementor-element-3b102512>.elementor-widget-container {
    margin: 0 0 59px
}

.elementor-2272 .elementor-element.elementor-element-7e3f0cc9>.elementor-widget-container {
    margin: 0 0 12px
}

.elementor-2272 .elementor-element.elementor-element-7034776 {
    text-align: left
}

.elementor-2272 .elementor-element.elementor-element-7034776>.elementor-widget-container {
    margin: 0 0 10px
}

.elementor-2272 .elementor-element.elementor-element-4ac7830>.elementor-element-populated {
    margin: 45px 0 0
}

.elementor-2272 .elementor-element.elementor-element-1442b6b:not(.elementor-motion-effects-element-type-background),
.elementor-2272 .elementor-element.elementor-element-1442b6b>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-image: url("../images/theme-09.jpg");
    background-position: center center;
    background-size: cover
}

.elementor-2272 .elementor-element.elementor-element-1442b6b>.elementor-background-overlay {
    background-color: #00050e;
    opacity: .95;
    transition: background .3s, border-radius .3s, opacity .3s
}

.elementor-2272 .elementor-element.elementor-element-1442b6b {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 65px 0
}

.elementor-2272 .elementor-element.elementor-element-7f5b66d .ct-heading .item--title {
    color: #fff;
    margin-bottom: 65px
}

.elementor-2272 .elementor-element.elementor-element-7f5b66d .ct-heading .item--sub-title {
    color: #fff;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
    margin-bottom: 9px
}

.elementor-2272 .elementor-element.elementor-element-7f5b66d .ct-heading {
    text-align: center
}

.elementor-2272 .elementor-element.elementor-element-7f5b66d>.elementor-widget-container {
    padding: 0 25%
}

.elementor-2272 .elementor-element.elementor-element-edc27ca>.elementor-element-populated {
    margin: 0 60px 0 0
}

.elementor-2272 .elementor-element.elementor-element-710dec7 {
    color: #fff;
    font-size: 18px;
    line-height: 34px
}

.elementor-2272 .elementor-element.elementor-element-710dec7>.elementor-widget-container {
    margin: 10px 0 50px
}

.elementor-2272 .elementor-element.elementor-element-3af562c .ct-tabs--layout1.style3 .ct-tab-title {
    color: #fff
}

.elementor-2272 .elementor-element.elementor-element-3af562c .ct-tabs--layout1.style3 .ct-tab-content {
    color: #fff
}

.elementor-2272 .elementor-element.elementor-element-df4720b {
    margin-top: 28px;
    margin-bottom: 40px;
    padding: 0
}

.elementor-2272 .elementor-element.elementor-element-34b20fa>.elementor-element-populated {
    margin: 40px 0 0
}

.elementor-2272 .elementor-element.elementor-element-80f5fbf>.elementor-element-populated {
    margin: 40px 0 0
}

.elementor-2272 .elementor-element.elementor-element-7815947>.elementor-element-populated {
    margin: 40px 0 0
}

.elementor-2272 .elementor-element.elementor-element-f85a564>.elementor-element-populated {
    margin: 40px 0 0
}

.elementor-2272 .elementor-element.elementor-element-c9f1d50 {
    padding: 0 110px
}

.elementor-2272 .elementor-element.elementor-element-f3a1e1a {
    --divider-border-style: solid;
    --divider-border-color: #e8e9e9;
    --divider-border-width: 1px
}

.elementor-2272 .elementor-element.elementor-element-f3a1e1a .elementor-divider-separator {
    width: 100%;
    margin: 0 auto;
    margin-center: 0
}

.elementor-2272 .elementor-element.elementor-element-f3a1e1a .elementor-divider {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0
}

.elementor-2272 .elementor-element.elementor-element-c685ce4 {
    margin-top: 57px;
    margin-bottom: 75px
}

.elementor-2272 .elementor-element.elementor-element-c13a17d>.elementor-element-populated {
    margin: 0 40px 0 0
}

.elementor-2272 .elementor-element.elementor-element-552b87d .ct-heading .item--title {
    margin-bottom: 26px
}

.elementor-2272 .elementor-element.elementor-element-552b87d .ct-heading .item--sub-title {
    color: #595959;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
    margin-bottom: 9px
}

.elementor-2272 .elementor-element.elementor-element-232287f {
    font-size: 18px;
    line-height: 34px
}

.elementor-2272 .elementor-element.elementor-element-232287f>.elementor-widget-container {
    margin: 0 0 33px
}

.elementor-2272 .elementor-element.elementor-element-5079ee3>.elementor-element-populated {
    margin: -25px 0 0
}

.elementor-2272 .elementor-element.elementor-element-772c2acc>.elementor-widget-container {
    margin: 0
}

.elementor-2272 .elementor-element.elementor-element-c3fecce:not(.elementor-motion-effects-element-type-background),
.elementor-2272 .elementor-element.elementor-element-c3fecce>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-image: url("../images/bg-section-04.jpg");
    background-position: center center;
    background-size: cover
}

.elementor-2272 .elementor-element.elementor-element-c3fecce {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 70px 0 75px
}

.elementor-2272 .elementor-element.elementor-element-c3fecce>.elementor-background-overlay {
    transition: background .3s, border-radius .3s, opacity .3s
}

.elementor-2272 .elementor-element.elementor-element-60e950a .ct-heading .item--title {
    margin-bottom: 57px
}

.elementor-2272 .elementor-element.elementor-element-60e950a .ct-heading .item--sub-title {
    color: #595959;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
    margin-bottom: 9px
}

.elementor-2272 .elementor-element.elementor-element-60e950a .ct-heading {
    text-align: center
}

.elementor-2272 .elementor-element.elementor-element-60e950a>.elementor-widget-container {
    padding: 0 16%
}

.elementor-2272 .elementor-element.elementor-element-1d6a3d38:not(.elementor-motion-effects-element-type-background),
.elementor-2272 .elementor-element.elementor-element-1d6a3d38>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-image: url("../images/bg-section-05.png");
    background-position: center center;
    background-size: cover
}

.elementor-2272 .elementor-element.elementor-element-1d6a3d38>.elementor-background-overlay {
    opacity: 1;
    transition: background .3s, border-radius .3s, opacity .3s
}

.elementor-2272 .elementor-element.elementor-element-1d6a3d38 {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 60px 0 65px
}

.elementor-2272 .elementor-element.elementor-element-f6d5ef5>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap>.elementor-widget-wrap {
    align-content: center;
    align-items: center
}

.elementor-2272 .elementor-element.elementor-element-f6d5ef5 {
    padding: 0 85px
}

.elementor-2272 .elementor-element.elementor-element-e801ad2 .ct-heading .item--title {
    margin-bottom: 0
}

.elementor-2272 .elementor-element.elementor-element-e801ad2 .ct-heading .item--sub-title {
    color: #595959;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
    margin-bottom: 9px
}

.elementor-2272 .elementor-element.elementor-element-5c40ddc9 {
    font-size: 18px;
    line-height: 34px
}

.elementor-2272 .elementor-element.elementor-element-16d9eefd .ct-testimonial .item--title {
    color: #0e0e0e
}

.elementor-2272 .elementor-element.elementor-element-16d9eefd .ct-testimonial .item--position {
    color: #595959
}

.elementor-2272 .elementor-element.elementor-element-16d9eefd .ct-testimonial .item--description {
    color: #383838
}

.elementor-2272 .elementor-element.elementor-element-16d9eefd>.elementor-widget-container {
    margin: 38px 0 0
}

.elementor-2272 .elementor-element.elementor-element-49bbd84:not(.elementor-motion-effects-element-type-background)>.elementor-element-populated,
.elementor-2272 .elementor-element.elementor-element-49bbd84>.elementor-column-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-image: url("../images/theme-14.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.elementor-2272 .elementor-element.elementor-element-49bbd84>.elementor-element-populated>.elementor-background-overlay {
    background-color: #01050e;
    opacity: .95
}

.elementor-2272 .elementor-element.elementor-element-49bbd84>.elementor-element-populated {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    margin: 0;
    padding: 90px 90px 90px 15px
}

.elementor-2272 .elementor-element.elementor-element-49bbd84>.elementor-element-populated>.elementor-background-overlay {
    transition: background .3s, border-radius .3s, opacity .3s
}

.elementor-2272 .elementor-element.elementor-element-0acff2a .ct-heading .item--title {
    color: #fff;
    margin-bottom: 91px
}

.elementor-2272 .elementor-element.elementor-element-0acff2a .ct-heading .item--sub-title {
    color: #fafafa;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
    margin-bottom: 9px
}

.elementor-2272 .elementor-element.elementor-element-1372a5a .ct-fancy-box .item--title {
    color: #fff
}

.elementor-2272 .elementor-element.elementor-element-1372a5a .ct-fancy-box .item--description {
    color: #b7b7b7
}

.elementor-2272 .elementor-element.elementor-element-1372a5a>.elementor-widget-container {
    margin: 0 0 0 55px;
    padding: 0 0 36px
}

.elementor-2272 .elementor-element.elementor-element-5180195 .ct-fancy-box .item--title {
    color: #fff
}

.elementor-2272 .elementor-element.elementor-element-5180195 .ct-fancy-box .item--description {
    color: #b7b7b7
}

.elementor-2272 .elementor-element.elementor-element-5180195>.elementor-widget-container {
    margin: 0 0 0 55px;
    padding: 0 0 36px
}

.elementor-2272 .elementor-element.elementor-element-d9d205a .ct-fancy-box .item--title {
    color: #fff
}

.elementor-2272 .elementor-element.elementor-element-d9d205a .ct-fancy-box .item--description {
    color: #b7b7b7
}

.elementor-2272 .elementor-element.elementor-element-d9d205a>.elementor-widget-container {
    margin: 0 0 0 55px
}

.elementor-2272 .elementor-element.elementor-element-641ba85 iframe {
    height: 760px;
    filter: brightness(100%) contrast(105%) saturate(0%) blur(0px) hue-rotate(279deg)
}

.elementor-2272 .elementor-element.elementor-element-1367e4ce>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap>.elementor-widget-wrap {
    align-content: center;
    align-items: center
}

.elementor-2272 .elementor-element.elementor-element-1367e4ce {
    margin-top: 67px;
    margin-bottom: 34px;
    padding: 0 40px
}

.elementor-2272 .elementor-element.elementor-element-43d3dd6b .ct-heading .item--title {
    margin-bottom: 0
}

.elementor-2272 .elementor-element.elementor-element-43d3dd6b .ct-heading .item--sub-title {
    color: #595959;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
    margin-bottom: 9px
}

.elementor-2272 .elementor-element.elementor-element-2e9c4715>.elementor-element-populated {
    margin: 0 0 0 40px
}

.elementor-2272 .elementor-element.elementor-element-31228257 {
    color: #383838;
    font-size: 18px;
    line-height: 34px
}

.elementor-2272 .elementor-element.elementor-element-31228257>.elementor-widget-container {
    margin: 0
}

.elementor-2272 .elementor-element.elementor-element-edee4c1 {
    margin-top: 0;
    margin-bottom: 20px
}

.elementor-2272 .elementor-element.elementor-element-4be32c23:not(.elementor-motion-effects-element-type-background),
.elementor-2272 .elementor-element.elementor-element-4be32c23>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #eef2fb
}

.elementor-2272 .elementor-element.elementor-element-4be32c23 {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 52px 0 0
}

.elementor-2272 .elementor-element.elementor-element-4be32c23>.elementor-background-overlay {
    transition: background .3s, border-radius .3s, opacity .3s
}

.elementor-2272 .elementor-element.elementor-element-df5779f>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap>.elementor-widget-wrap {
    align-content: center;
    align-items: center
}

.elementor-2272 .elementor-element.elementor-element-df5779f {
    margin-top: 0;
    margin-bottom: 50px
}

.elementor-2272 .elementor-element.elementor-element-58829d93 .ct-heading .item--title {
    margin-bottom: 0
}

.elementor-2272 .elementor-element.elementor-element-58829d93 .ct-heading .item--sub-title {
    color: #595959;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 9px
}

.elementor-2272 .elementor-element.elementor-element-505ca36>.elementor-element-populated {
    margin: 0 0 0 35px
}

.elementor-2272 .elementor-element.elementor-element-a90634a {
    color: #383838;
    font-size: 18px;
    line-height: 34px
}

.elementor-2272 .elementor-element.elementor-element-a90634a>.elementor-widget-container {
    margin: 13px 0 0
}

.elementor-2272 .elementor-element.elementor-element-4b42416 {
    margin-top: -10px;
    margin-bottom: 0
}

.elementor-2272 .elementor-element.elementor-element-67eaa1e>.elementor-element-populated {
    margin: 0 50px 0 0
}

.elementor-2272 .elementor-element.elementor-element-140426f0 {
    color: #383838;
    font-size: 18px;
    line-height: 34px
}

.elementor-2272 .elementor-element.elementor-element-140426f0>.elementor-widget-container {
    margin: 6px 0 30px
}

.elementor-2272 .elementor-element.elementor-element-5dfea1b>.elementor-widget-container {
    margin: 0 0 39px
}

.elementor-2272 .elementor-element.elementor-element-31fc14f {
    margin-top: 65px;
    margin-bottom: 0
}

.elementor-2272 .elementor-element.elementor-element-2761ba4 .ct-heading .item--title {
    margin-bottom: 54px
}

.elementor-2272 .elementor-element.elementor-element-2761ba4 .ct-heading .item--sub-title {
    color: #595959;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
    margin-bottom: 9px
}

.elementor-2272 .elementor-element.elementor-element-2761ba4 .ct-heading {
    text-align: center
}

.elementor-2272 .elementor-element.elementor-element-2761ba4>.elementor-widget-container {
    padding: 0 19%
}

.elementor-2272 .elementor-element.elementor-element-25d7d69 {
    padding: 0
}

.elementor-2272 .elementor-element.elementor-element-183f2b2>.elementor-element-populated {
    margin: 0 65px
}

.elementor-2272 .elementor-element.elementor-element-02d38d6>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap>.elementor-widget-wrap {
    align-content: center;
    align-items: center
}

.elementor-2272 .elementor-element.elementor-element-02d38d6 {
    margin-top: 2px;
    margin-bottom: 20px;
    padding: 0 50px
}

.elementor-2272 .elementor-element.elementor-element-14e76e8 .ct-heading .item--title {
    margin-bottom: 0
}

.elementor-2272 .elementor-element.elementor-element-14e76e8 .ct-heading .item--sub-title {
    color: #595959;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
    margin-bottom: 9px
}

.elementor-2272 .elementor-element.elementor-element-0f8ab5b>.elementor-element-populated {
    margin: 0 0 0 40px
}

.elementor-2272 .elementor-element.elementor-element-3c0306d {
    color: #383838;
    font-size: 18px;
    line-height: 34px
}

.elementor-2272 .elementor-element.elementor-element-3c0306d>.elementor-widget-container {
    margin: 0
}

.elementor-2272 .elementor-element.elementor-element-f6fbf09 {
    margin-top: 7px;
    margin-bottom: 12px;
    padding: 0 95px
}

.elementor-2272 .elementor-element.elementor-element-37f3c8e {
    --divider-border-style: solid;
    --divider-border-color: #ebecec;
    --divider-border-width: 1px
}

.elementor-2272 .elementor-element.elementor-element-37f3c8e .elementor-divider-separator {
    width: 100%
}

.elementor-2272 .elementor-element.elementor-element-37f3c8e .elementor-divider {
    padding-top: 0;
    padding-bottom: 0
}

.elementor-2272 .elementor-element.elementor-element-544967ae {
    margin-top: 9px;
    margin-bottom: 44px
}

@media(max-width:1024px) {
    .elementor-2272 .elementor-element.elementor-element-83d22b3 {
        padding: 35px 0 0
    }
    .elementor-2272 .elementor-element.elementor-element-ebba4bb>.elementor-element-populated {
        margin: 0
    }
    .elementor-2272 .elementor-element.elementor-element-093840f {
        margin-top: 0;
        margin-bottom: 35px
    }
    .elementor-2272 .elementor-element.elementor-element-7f295b2 .ct-contact-info .ct-contact-icon i {
        color: #6794f1
    }
    .elementor-2272 .elementor-element.elementor-element-7f295b2 .ct-contact-info {
        color: #383838
    }
    .elementor-2272 .elementor-element.elementor-element-b698a5f .ct-contact-info .ct-contact-icon i {
        color: #6794f1
    }
    .elementor-2272 .elementor-element.elementor-element-b698a5f .ct-contact-info {
        color: #383838
    }
    .elementor-2272 .elementor-element.elementor-element-2fc8916 .ct-contact-info .ct-contact-icon i {
        color: #6794f1
    }
    .elementor-2272 .elementor-element.elementor-element-2fc8916 .ct-contact-info {
        color: #383838
    }
    .elementor-2272 .elementor-element.elementor-element-57e766d {
        font-size: 16px;
        line-height: 30px
    }
    .elementor-2272 .elementor-element.elementor-element-d4c9300 {
        font-size: 16px;
        line-height: 30px
    }
    .elementor-2272 .elementor-element.elementor-element-7f5b66d>.elementor-widget-container {
        padding: 0 15%
    }
    .elementor-2272 .elementor-element.elementor-element-edc27ca>.elementor-element-populated {
        margin: 0
    }
    .elementor-2272 .elementor-element.elementor-element-710dec7 {
        font-size: 16px;
        line-height: 30px
    }
    .elementor-2272 .elementor-element.elementor-element-df4720b {
        padding: 0
    }
    .elementor-2272 .elementor-element.elementor-element-c9f1d50 {
        padding: 0
    }
    .elementor-2272 .elementor-element.elementor-element-c13a17d>.elementor-element-populated {
        margin: 0
    }
    .elementor-2272 .elementor-element.elementor-element-232287f {
        font-size: 16px;
        line-height: 30px
    }
    .elementor-2272 .elementor-element.elementor-element-f6d5ef5 {
        padding: 0
    }
    .elementor-2272 .elementor-element.elementor-element-5c40ddc9 {
        font-size: 16px;
        line-height: 30px
    }
    .elementor-2272 .elementor-element.elementor-element-49bbd84>.elementor-element-populated {
        padding: 80px 15px 70px
    }
    .elementor-2272 .elementor-element.elementor-element-0acff2a .ct-heading .item--title {
        margin-bottom: 41px
    }
    .elementor-2272 .elementor-element.elementor-element-1372a5a>.elementor-widget-container {
        margin: 0
    }
    .elementor-2272 .elementor-element.elementor-element-5180195>.elementor-widget-container {
        margin: 0
    }
    .elementor-2272 .elementor-element.elementor-element-d9d205a>.elementor-widget-container {
        margin: 0
    }
    .elementor-2272 .elementor-element.elementor-element-1367e4ce {
        padding: 0
    }
    .elementor-2272 .elementor-element.elementor-element-2e9c4715>.elementor-element-populated {
        margin: 0
    }
    .elementor-2272 .elementor-element.elementor-element-31228257 {
        font-size: 16px;
        line-height: 28px
    }
    .elementor-2272 .elementor-element.elementor-element-a90634a {
        font-size: 16px;
        line-height: 28px
    }
    .elementor-2272 .elementor-element.elementor-element-4b42416 {
        margin-top: 0;
        margin-bottom: 0
    }
    .elementor-2272 .elementor-element.elementor-element-140426f0 {
        font-size: 16px;
        line-height: 28px
    }
    .elementor-2272 .elementor-element.elementor-element-140426f0>.elementor-widget-container {
        margin: 0 0 30px
    }
    .elementor-2272 .elementor-element.elementor-element-1e2f719>.elementor-widget-container {
        margin: 0 0 30px
    }
    .elementor-2272 .elementor-element.elementor-element-b8f2693>.elementor-element-populated {
        margin: 0
    }
    .elementor-2272 .elementor-element.elementor-element-2761ba4>.elementor-widget-container {
        padding: 0 10%
    }
    .elementor-2272 .elementor-element.elementor-element-183f2b2>.elementor-element-populated {
        margin: 0 15px
    }
    .elementor-2272 .elementor-element.elementor-element-02d38d6 {
        padding: 0
    }
    .elementor-2272 .elementor-element.elementor-element-0f8ab5b>.elementor-element-populated {
        margin: 0
    }
    .elementor-2272 .elementor-element.elementor-element-3c0306d {
        font-size: 16px;
        line-height: 28px
    }
    .elementor-2272 .elementor-element.elementor-element-f6fbf09 {
        padding: 0
    }
}

@media(max-width:767px) {
    .elementor-2272 .elementor-element.elementor-element-57e766d>.elementor-widget-container {
        margin: 0 0 34px
    }
    .elementor-2272 .elementor-element.elementor-element-d4c9300>.elementor-widget-container {
        margin: 0 0 34px
    }
    .elementor-2272 .elementor-element.elementor-element-7f5b66d>.elementor-widget-container {
        margin: 0;
        padding: 0
    }
    .elementor-2272 .elementor-element.elementor-element-710dec7>.elementor-widget-container {
        margin: 0 0 60px
    }
    .elementor-2272 .elementor-element.elementor-element-232287f>.elementor-widget-container {
        margin: 0 0 34px
    }
    .elementor-2272 .elementor-element.elementor-element-5079ee3>.elementor-element-populated {
        margin: 20px 0 0
    }
    .elementor-2272 .elementor-element.elementor-element-60e950a>.elementor-widget-container {
        padding: 0
    }
    .elementor-2272 .elementor-element.elementor-element-5c40ddc9>.elementor-widget-container {
        margin: 0 0 34px
    }
    .elementor-2272 .elementor-element.elementor-element-31228257>.elementor-widget-container {
        margin: 0
    }
    .elementor-2272 .elementor-element.elementor-element-505ca36>.elementor-element-populated {
        margin: 0
    }
    .elementor-2272 .elementor-element.elementor-element-a90634a>.elementor-widget-container {
        margin: 0;
        padding: 0
    }
    .elementor-2272 .elementor-element.elementor-element-140426f0>.elementor-widget-container {
        margin: -5px 0 0
    }
    .elementor-2272 .elementor-element.elementor-element-5dfea1b>.elementor-widget-container {
        margin: 32px 0
    }
    .elementor-2272 .elementor-element.elementor-element-2761ba4>.elementor-widget-container {
        padding: 0
    }
    .elementor-2272 .elementor-element.elementor-element-3c0306d>.elementor-widget-container {
        margin: -5px 0 0
    }
}

@media(min-width:768px) {
    .elementor-2272 .elementor-element.elementor-element-b27ba64 {
        width: 18.235%
    }
    .elementor-2272 .elementor-element.elementor-element-f08e4fc {
        width: 23.529%
    }
    .elementor-2272 .elementor-element.elementor-element-cec95c3 {
        width: 37.479%
    }
    .elementor-2272 .elementor-element.elementor-element-33d86d1 {
        width: 20.726%
    }
    .elementor-2272 .elementor-element.elementor-element-a09e317 {
        width: 45%
    }
    .elementor-2272 .elementor-element.elementor-element-4ac7830 {
        width: 55%
    }
    .elementor-2272 .elementor-element.elementor-element-759ecb5 {
        width: 52%
    }
    .elementor-2272 .elementor-element.elementor-element-505ca36 {
        width: 48%
    }
}

@media(max-width:1024px) and (min-width:768px) {
    .elementor-2272 .elementor-element.elementor-element-b27ba64 {
        width: 50%
    }
    .elementor-2272 .elementor-element.elementor-element-f08e4fc {
        width: 50%
    }
    .elementor-2272 .elementor-element.elementor-element-cec95c3 {
        width: 50%
    }
    .elementor-2272 .elementor-element.elementor-element-33d86d1 {
        width: 50%
    }
    .elementor-2272 .elementor-element.elementor-element-34b20fa {
        width: 50%
    }
    .elementor-2272 .elementor-element.elementor-element-80f5fbf {
        width: 50%
    }
    .elementor-2272 .elementor-element.elementor-element-7815947 {
        width: 50%
    }
    .elementor-2272 .elementor-element.elementor-element-f85a564 {
        width: 50%
    }
    .elementor-2272 .elementor-element.elementor-element-67eaa1e {
        width: 100%
    }
    .elementor-2272 .elementor-element.elementor-element-b8f2693 {
        width: 100%
    }
}

@media(min-width:1025px) {
    .elementor-2272 .elementor-element.elementor-element-1442b6b:not(.elementor-motion-effects-element-type-background),
    .elementor-2272 .elementor-element.elementor-element-1442b6b>.elementor-motion-effects-container>.elementor-motion-effects-layer {
        background-attachment: fixed
    }
    .elementor-2272 .elementor-element.elementor-element-49bbd84:not(.elementor-motion-effects-element-type-background)>.elementor-element-populated,
    .elementor-2272 .elementor-element.elementor-element-49bbd84>.elementor-column-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer {
        background-attachment: fixed
    }
}

.elementor-widget-heading.elementor-widget-heading .elementor-heading-title {
    color: #6ec1e4
}

.elementor-widget-heading .elementor-heading-title {
    font-family: "Roboto", Sans-serif;
    font-weight: 600
}

.elementor-widget-image .widget-image-caption {
    color: #7a7a7a;
    font-family: "Roboto", Sans-serif;
    font-weight: 400
}

.elementor-widget-text-editor {
    color: #7a7a7a;
    font-family: "Roboto", Sans-serif;
    font-weight: 400
}

.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
    background-color: #6ec1e4
}

.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap,
.elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap {
    color: #6ec1e4;
    border-color: #6ec1e4
}

.elementor-widget-button a.elementor-button,
.elementor-widget-button .elementor-button {
    font-family: "Roboto", Sans-serif;
    font-weight: 500;
    background-color: #61ce70
}

.elementor-widget-divider {
    --divider-border-color: #54595f
}

.elementor-widget-divider .elementor-divider__text {
    color: #54595f;
    font-family: "Roboto Slab", Sans-serif;
    font-weight: 400
}

.elementor-widget-divider.elementor-view-stacked .elementor-icon {
    background-color: #54595f
}

.elementor-widget-divider.elementor-view-framed .elementor-icon,
.elementor-widget-divider.elementor-view-default .elementor-icon {
    color: #54595f;
    border-color: #54595f
}

.elementor-widget-divider.elementor-view-framed .elementor-icon,
.elementor-widget-divider.elementor-view-default .elementor-icon svg {
    fill: #54595f
}

.elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title {
    color: #6ec1e4;
    font-family: "Roboto", Sans-serif;
    font-weight: 600
}

.elementor-widget-image-box .elementor-image-box-content .elementor-image-box-description {
    color: #7a7a7a;
    font-family: "Roboto", Sans-serif;
    font-weight: 400
}

.elementor-widget-icon.elementor-view-stacked .elementor-icon {
    background-color: #6ec1e4
}

.elementor-widget-icon.elementor-view-framed .elementor-icon,
.elementor-widget-icon.elementor-view-default .elementor-icon {
    color: #6ec1e4;
    border-color: #6ec1e4
}

.elementor-widget-icon.elementor-view-framed .elementor-icon,
.elementor-widget-icon.elementor-view-default .elementor-icon svg {
    fill: #6ec1e4
}

.elementor-widget-icon-box.elementor-view-stacked .elementor-icon {
    background-color: #6ec1e4
}

.elementor-widget-icon-box.elementor-view-framed .elementor-icon,
.elementor-widget-icon-box.elementor-view-default .elementor-icon {
    fill: #6ec1e4;
    color: #6ec1e4;
    border-color: #6ec1e4
}

.elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title {
    color: #6ec1e4;
    font-family: "Roboto", Sans-serif;
    font-weight: 600
}

.elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-description {
    color: #7a7a7a;
    font-family: "Roboto", Sans-serif;
    font-weight: 400
}

.elementor-widget-star-rating .elementor-star-rating__title {
    color: #7a7a7a;
    font-family: "Roboto", Sans-serif;
    font-weight: 400
}

.elementor-widget-image-carousel .elementor-image-carousel-caption {
    font-family: "Roboto", Sans-serif;
    font-weight: 500
}

.elementor-widget-image-gallery .gallery-item .gallery-caption {
    font-family: "Roboto", Sans-serif;
    font-weight: 500
}

.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after {
    border-color: #7a7a7a
}

.elementor-widget-icon-list .elementor-icon-list-icon i {
    color: #6ec1e4
}

.elementor-widget-icon-list .elementor-icon-list-icon svg {
    fill: #6ec1e4
}

.elementor-widget-icon-list .elementor-icon-list-text {
    color: #54595f
}

.elementor-widget-icon-list .elementor-icon-list-item {
    font-family: "Roboto", Sans-serif;
    font-weight: 400
}

.elementor-widget-counter .elementor-counter-number-wrapper {
    color: #6ec1e4;
    font-family: "Roboto", Sans-serif;
    font-weight: 600
}

.elementor-widget-counter .elementor-counter-title {
    color: #54595f;
    font-family: "Roboto Slab", Sans-serif;
    font-weight: 400
}

.elementor-widget-progress .elementor-progress-wrapper .elementor-progress-bar {
    background-color: #6ec1e4
}

.elementor-widget-progress .elementor-title {
    color: #6ec1e4;
    font-family: "Roboto", Sans-serif;
    font-weight: 400
}

.elementor-widget-testimonial .elementor-testimonial-content {
    color: #7a7a7a;
    font-family: "Roboto", Sans-serif;
    font-weight: 400
}

.elementor-widget-testimonial .elementor-testimonial-name {
    color: #6ec1e4;
    font-family: "Roboto", Sans-serif;
    font-weight: 600
}

.elementor-widget-testimonial .elementor-testimonial-job {
    color: #54595f;
    font-family: "Roboto Slab", Sans-serif;
    font-weight: 400
}

.elementor-widget-tabs .elementor-tab-title {
    color: #6ec1e4;
    font-family: "Roboto", Sans-serif;
    font-weight: 600
}

.elementor-widget-tabs .elementor-tab-title.elementor-active {
    color: #61ce70
}

.elementor-widget-tabs .elementor-tab-content {
    color: #7a7a7a;
    font-family: "Roboto", Sans-serif;
    font-weight: 400
}

.elementor-widget-accordion .elementor-accordion .elementor-tab-title {
    color: #6ec1e4;
    font-family: "Roboto", Sans-serif;
    font-weight: 600
}

.elementor-widget-accordion .elementor-accordion .elementor-tab-title.elementor-active {
    color: #61ce70
}

.elementor-widget-accordion .elementor-accordion .elementor-tab-content {
    color: #7a7a7a;
    font-family: "Roboto", Sans-serif;
    font-weight: 400
}

.elementor-widget-toggle .elementor-toggle .elementor-tab-title {
    color: #6ec1e4;
    font-family: "Roboto", Sans-serif;
    font-weight: 600
}

.elementor-widget-toggle .elementor-toggle .elementor-tab-title.elementor-active {
    color: #61ce70
}

.elementor-widget-toggle .elementor-toggle .elementor-tab-content {
    color: #7a7a7a;
    font-family: "Roboto", Sans-serif;
    font-weight: 400
}

.elementor-widget-alert .elementor-alert-title {
    font-family: "Roboto", Sans-serif;
    font-weight: 600
}

.elementor-widget-alert .elementor-alert-description {
    font-family: "Roboto", Sans-serif;
    font-weight: 400
}

.elementor-2331 .elementor-element.elementor-element-d1cb5f8 {
    margin-top: -15px;
    margin-bottom: 0
}

.elementor-2331 .elementor-element.elementor-element-4cc1412 {
    font-size: 16px;
    line-height: 34px
}

.elementor-2331 .elementor-element.elementor-element-4cc1412>.elementor-widget-container {
    margin: 0 0 38px
}

.elementor-2331 .elementor-element.elementor-element-5b3cc92 .ct-progressbar .ct-progress-title {
    color: #fff
}

.elementor-2331 .elementor-element.elementor-element-5b3cc92 .ct-progressbar .ct-progress-percentage {
    color: #fff
}

.elementor-2331 .elementor-element.elementor-element-5b3cc92 .ct-progressbar .ct-progress-holder {
    background-color: #1a2742
}

.elementor-1217 .elementor-element.elementor-element-c6873c8 {
    margin-top: 0;
    margin-bottom: 0
}

.elementor-1217 .elementor-element.elementor-element-9c326ae>.elementor-element-populated {
    margin: 0 0 40px
}

.elementor-1217 .elementor-element.elementor-element-ba9c4e2>.elementor-element-populated {
    margin: 0 0 40px
}

.elementor-1217 .elementor-element.elementor-element-9c8bcbf>.elementor-element-populated {
    margin: 0 0 40px
}

@media(max-width:767px) {
    .elementor-1217 .elementor-element.elementor-element-9c326ae>.elementor-element-populated {
        margin: 0
    }
    .elementor-1217 .elementor-element.elementor-element-ba9c4e2>.elementor-element-populated {
        margin: 39px 0 0
    }
}

.elementor-2249 .elementor-element.elementor-element-347d445:not(.elementor-motion-effects-element-type-background),
.elementor-2249 .elementor-element.elementor-element-347d445>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #fafafa
}

.elementor-2249 .elementor-element.elementor-element-347d445 {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s
}

.elementor-2249 .elementor-element.elementor-element-347d445>.elementor-background-overlay {
    transition: background .3s, border-radius .3s, opacity .3s
}

.elementor-2249 .elementor-element.elementor-element-8c4c502>.elementor-element-populated {
    margin: 0 0 -60px
}

.elementor-2249 .elementor-element.elementor-element-8c4c502 {
    z-index: 99
}

.elementor-2249 .elementor-element.elementor-element-42f22c5>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap>.elementor-widget-wrap {
    align-content: center;
    align-items: center
}

.elementor-2249 .elementor-element.elementor-element-d8f0a19>.elementor-element-populated {
    padding: 24px 15px 24px 70px
}

.elementor-2249 .elementor-element.elementor-element-7b7fe4d .ct-heading .item--title {
    font-size: 26px;
    margin-bottom: 5px
}

.elementor-2249 .elementor-element.elementor-element-7b7fe4d .ct-heading .item--sub-title {
    margin-bottom: 9px
}

.elementor-2249 .elementor-element.elementor-element-6d9f383 {
    font-size: 15px
}

.elementor-2249 .elementor-element.elementor-element-ae0b590>.elementor-element-populated {
    padding: 0
}

.elementor-2249 .elementor-element.elementor-element-72bf4a7 .ct-button-wrapper {
    text-align: right
}

.elementor-2249 .elementor-element.elementor-element-5869c0a4:not(.elementor-motion-effects-element-type-background),
.elementor-2249 .elementor-element.elementor-element-5869c0a4>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #0e0e0e;
    background-image: url("../images/theme-10.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.elementor-2249 .elementor-element.elementor-element-5869c0a4>.elementor-background-overlay {
    background-color: #0e0e0e;
    opacity: .94;
    transition: background .3s, border-radius .3s, opacity .3s
}

.elementor-2249 .elementor-element.elementor-element-5869c0a4 {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 66px 0 35px;
    z-index: 1
}

.elementor-2249 .elementor-element.elementor-element-3b652a72 {
    text-align: left
}

.elementor-2249 .elementor-element.elementor-element-3b652a72>.elementor-widget-container {
    margin: 0 0 47px
}

.elementor-2249 .elementor-element.elementor-element-20843a38 .ct-contact-info .ct-contact-icon i {
    color: #fff
}

.elementor-2249 .elementor-element.elementor-element-20843a38 .ct-contact-info {
    color: #fff
}

.elementor-2249 .elementor-element.elementor-element-20843a38>.elementor-widget-container {
    margin: 0 0 12px
}

.elementor-2249 .elementor-element.elementor-element-12bacf44 {
    color: #6693f0;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px
}

.elementor-2249 .elementor-element.elementor-element-12bacf44>.elementor-widget-container {
    margin: 0 0 5px;
    padding: 0
}

.elementor-2249 .elementor-element.elementor-element-3eb5f125 .elementor-text-editor {
    text-align: left
}

.elementor-2249 .elementor-element.elementor-element-3eb5f125 {
    color: #fff;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    line-height: 24px
}

.elementor-2249 .elementor-element.elementor-element-78d9d7c1>.elementor-element-populated {
    margin: 0 100px 0 0
}

.elementor-2249 .elementor-element.elementor-element-dc3 .ct-title1 h3 {
    color: #fff
}

.elementor-2249 .elementor-element.elementor-element-dc3>.elementor-widget-container {
    margin: 10px 0 0;
    padding: 0
}

.elementor-2249 .elementor-element.elementor-element-336a705f .ct-title1 h3 {
    color: #fff
}

.elementor-2249 .elementor-element.elementor-element-336a705f>.elementor-widget-container {
    margin: 10px 0 0;
    padding: 0
}

.elementor-2249 .elementor-element.elementor-element-4818db8d .elementor-text-editor {
    text-align: left
}

.elementor-2249 .elementor-element.elementor-element-4818db8d {
    color: #fff;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    line-height: 24px
}

.elementor-2249 .elementor-element.elementor-element-4818db8d>.elementor-widget-container {
    margin: 0 0 15px
}

.elementor-2249 .elementor-element.elementor-element-3bb4aae6>.elementor-widget-container {
    margin: 0
}

.elementor-2249 .elementor-element.elementor-element-4004ec78 {
    text-align: left
}

.elementor-2249 .elementor-element.elementor-element-4004ec78>.elementor-widget-container {
    margin: 18px 12px 0 0
}

.elementor-2249 .elementor-element.elementor-element-39a9de3a {
    text-align: left
}

.elementor-2249 .elementor-element.elementor-element-39a9de3a>.elementor-widget-container {
    margin: 18px 0 0
}

.elementor-2249 .elementor-element.elementor-element-2c3e70cf>.elementor-widget-container {
    margin: 18px 0 0
}

.elementor-2249 .elementor-element.elementor-element-26a7e721:not(.elementor-motion-effects-element-type-background),
.elementor-2249 .elementor-element.elementor-element-26a7e721>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #242323;
    background-image: url("../images/bg-footer-bottom.html");
    background-position: center center;
    background-repeat: no-repeat
}

.elementor-2249 .elementor-element.elementor-element-26a7e721 {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s
}

.elementor-2249 .elementor-element.elementor-element-26a7e721>.elementor-background-overlay {
    transition: background .3s, border-radius .3s, opacity .3s
}

.elementor-2249 .elementor-element.elementor-element-b985078>.elementor-element-populated {
    padding: 19px 0
}

.elementor-2249 .elementor-element.elementor-element-328657d4 .elementor-text-editor {
    text-align: center
}

.elementor-2249 .elementor-element.elementor-element-328657d4 {
    color: #fff;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    line-height: 24px
}

.elementor-2249 .elementor-element.elementor-element-328657d4>.elementor-widget-container {
    margin: 0;
    padding: 0
}

@media(max-width:1024px) {
    .elementor-2249 .elementor-element.elementor-element-d8f0a19>.elementor-element-populated {
        padding: 24px 15px 24px 30px
    }
    .elementor-2249 .elementor-element.elementor-element-7b7fe4d .ct-heading .item--title {
        font-size: 22px
    }
    .elementor-2249 .elementor-element.elementor-element-78d9d7c1>.elementor-element-populated {
        margin: 0
    }
}

@media(min-width:768px) {
    .elementor-2249 .elementor-element.elementor-element-a905d9f {
        width: 29%
    }
    .elementor-2249 .elementor-element.elementor-element-d8f0a19 {
        width: 43.417%
    }
    .elementor-2249 .elementor-element.elementor-element-ae0b590 {
        width: 27.247%
    }
    .elementor-2249 .elementor-element.elementor-element-3a06c4b {
        width: 28.3%
    }
    .elementor-2249 .elementor-element.elementor-element-78d9d7c1 {
        width: 37.664%
    }
    .elementor-2249 .elementor-element.elementor-element-20899165 {
        width: 33.7%
    }
}

@media(max-width:1024px) and (min-width:768px) {
    .elementor-2249 .elementor-element.elementor-element-a905d9f {
        width: 10%
    }
    .elementor-2249 .elementor-element.elementor-element-d8f0a19 {
        width: 55%
    }
}

@media(max-width:767px) {
    .elementor-2249 .elementor-element.elementor-element-8c4c502>.elementor-element-populated {
        margin: 0;
        padding: 0 0 60px
    }
    .elementor-2249 .elementor-element.elementor-element-d8f0a19>.elementor-element-populated {
        padding: 0 0 24px 15px
    }
    .elementor-2249 .elementor-element.elementor-element-7b7fe4d .ct-heading {
        text-align: left
    }
    .elementor-2249 .elementor-element.elementor-element-6d9f383 .elementor-text-editor {
        text-align: left
    }
    .elementor-2249 .elementor-element.elementor-element-ae0b590>.elementor-element-populated {
        padding: 0 30px 0 15px
    }
    .elementor-2249 .elementor-element.elementor-element-72bf4a7 .ct-button-wrapper {
        text-align: left
    }
    .elementor-2249 .elementor-element.elementor-element-78d9d7c1>.elementor-element-populated {
        margin: 20px 0 0
    }
}

.elementor-1214 .elementor-element.elementor-element-c6873c8 {
    margin-top: 0;
    margin-bottom: 0
}

.elementor-1214 .elementor-element.elementor-element-9c326ae>.elementor-element-populated {
    margin: 0 0 40px
}

.elementor-1214 .elementor-element.elementor-element-ba9c4e2>.elementor-element-populated {
    margin: 0 0 40px
}

.elementor-1214 .elementor-element.elementor-element-9c8bcbf>.elementor-element-populated {
    margin: 0 0 40px
}

@media(max-width:767px) {
    .elementor-1214 .elementor-element.elementor-element-9c326ae>.elementor-element-populated {
        margin: 0
    }
    .elementor-1214 .elementor-element.elementor-element-ba9c4e2>.elementor-element-populated {
        margin: 39px 0 0
    }
}

.close{
    opacity: 1;
    border-radius: 0px;
}





.elementor-3512 .elementor-element.elementor-element-35ebeef:not(.elementor-motion-effects-element-type-background),.elementor-3512 .elementor-element.elementor-element-35ebeef>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#eff1ff}.elementor-3512 .elementor-element.elementor-element-35ebeef{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;padding:76px 0 40px}.elementor-3512 .elementor-element.elementor-element-35ebeef>.elementor-background-overlay{transition:background .3s,border-radius .3s,opacity .3s}.elementor-3512 .elementor-element.elementor-element-b5f7aa2 .ct-heading .item--title{font-size:48px;line-height:58px;margin-bottom:0}.elementor-3512 .elementor-element.elementor-element-b5f7aa2 .ct-heading .item--sub-title{margin-bottom:9px}.elementor-3512 .elementor-element.elementor-element-b5f7aa2>.elementor-widget-container{margin:0 0 60px;padding:0 10% 0 0}.elementor-3512 .elementor-element.elementor-element-6cc7ca20>.elementor-widget-container{margin:0 0 40px;padding:0 34% 0 0}.elementor-3512 .elementor-element.elementor-element-5fc35b57>.elementor-widget-container{margin:0 0 40px;padding:0}.elementor-3512 .elementor-element.elementor-element-7087f74b>.elementor-widget-container{margin:0 0 40px}.elementor-3512 .elementor-element.elementor-element-dfda162>.elementor-element-populated{margin:22px 0 0}.elementor-3512 .elementor-element.elementor-element-76be961 .ct-text-editor{text-align:left;color:#000}.elementor-3512 .elementor-element.elementor-element-76be961{font-family:"Poppins",Sans-serif;font-size:14px;line-height:24px}.elementor-3512 .elementor-element.elementor-element-76be961>.elementor-widget-container{margin:0 0 23px}.elementor-3512 .elementor-element.elementor-element-47f4644d{margin-top:44px;margin-bottom:40px}@media(max-width:1024px){.elementor-3512 .elementor-element.elementor-element-b5f7aa2 .ct-heading .item--title{font-size:44px;line-height:54px}.elementor-3512 .elementor-element.elementor-element-6cc7ca20>.elementor-widget-container{padding:0}.elementor-3512 .elementor-element.elementor-element-47f4644d{padding:0}}@media(max-width:767px){.elementor-3512 .elementor-element.elementor-element-b5f7aa2 .ct-heading .item--title{font-size:36px;line-height:44px}.elementor-3512 .elementor-element.elementor-element-7ec43f27>.elementor-widget-container{margin:0 0 40px}}