.components-custom-select-control {
    position: relative
}

.components-custom-select-control__label {
    display: block;
    margin-bottom: 8px
}

.components-custom-select-control__button {
    border: 1px solid #757575;
    border-radius: 2px;
    min-height: 30px;
    min-width: 130px;
    position: relative;
    text-align: left
}

.components-custom-select-control__button.components-custom-select-control__button {
    padding-right: 24px
}

.components-custom-select-control__button:focus:not(:disabled) {
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 1px var(--wp-admin-theme-color)
}

.components-custom-select-control__button .components-custom-select-control__button-icon {
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0
}

.components-custom-select-control__menu {
    background-color: #fff;
    border: 1px solid #1e1e1e;
    border-radius: 2px;
    max-height: 400px;
    min-width: 100%;
    outline: none;
    overflow: auto;
    padding: 0;
    position: absolute;
    transition: none;
    z-index: 1000000
}

.components-custom-select-control__menu[aria-hidden=true] {
    display: none
}

.components-custom-select-control__item {
    align-items: center;
    cursor: default;
    display: flex;
    line-height: 28px;
    list-style-type: none;
    padding: 8px
}

.components-custom-select-control__item.is-highlighted {
    background: #ddd
}

.components-custom-select-control__item .components-custom-select-control__item-icon {
    margin-left: auto;
    margin-right: 0
}

.components-custom-select-control__item:last-child {
    margin-bottom: 0
}

.components-snackbar {
    background-color: #1e1e1e;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 13px;
    max-width: 600px;
    padding: 16px 24px;
    pointer-events: auto;
    width: 100%
}

@media(min-width:600px) {
    .components-snackbar {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
}

.components-snackbar:focus {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px var(--wp-admin-theme-color)
}

.components-snackbar.components-snackbar-explicit-dismiss {
    cursor: default
}

.components-snackbar .components-snackbar__content-with-icon {
    margin-left: 24px
}

.components-snackbar .components-snackbar__icon {
    left: 28px;
    position: absolute;
    top: 24px
}

.components-snackbar .components-snackbar__dismiss-button {
    cursor: pointer;
    margin-left: 32px
}

.components-snackbar__action.components-button {
    color: #fff;
    flex-shrink: 0;
    height: auto;
    line-height: 1.4;
    margin-left: 32px;
    padding: 0
}

.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary) {
    background-color: transparent;
    text-decoration: underline
}

.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):focus {
    box-shadow: none;
    color: #fff;
    outline: 1px dotted #fff
}

.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover {
    color: var(--wp-admin-theme-color)
}

.components-snackbar__content {
    align-items: baseline;
    display: flex;
    justify-content: space-between;
    line-height: 1.4
}

.components-snackbar-list {
    box-sizing: border-box;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 100000
}

.components-snackbar-list__notice-container {
    padding-top: 8px;
    position: relative
}

.components-combobox-control {
    width: 100%
}

input.components-combobox-control__input[type=text] {
    border: none;
    box-shadow: none;
    font-size: 16px;
    line-height: inherit;
    margin: 0;
    min-height: auto;
    padding: 2px;
    width: 100%
}

@media(min-width:600px) {
    input.components-combobox-control__input[type=text] {
        font-size: 13px
    }
}

input.components-combobox-control__input[type=text]:focus {
    box-shadow: none;
    outline: none
}

.components-combobox-control__suggestions-container {
    align-items: flex-start;
    border: 1px solid #757575;
    border-radius: 2px;
    box-shadow: 0 0 0 transparent;
    display: flex;
    flex-wrap: wrap;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 16px;
    line-height: normal;
    margin: 0 0 8px;
    padding: 4px;
    transition: box-shadow .1s linear;
    width: 100%
}

@media(prefers-reduced-motion:reduce) {
    .components-combobox-control__suggestions-container {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

@media(min-width:600px) {
    .components-combobox-control__suggestions-container {
        font-size: 13px;
        line-height: normal
    }
}

.components-combobox-control__suggestions-container:focus {
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
    outline: 2px solid transparent
}

.components-combobox-control__suggestions-container::-webkit-input-placeholder {
    color: rgba(30, 30, 30, .62)
}

.components-combobox-control__suggestions-container::-moz-placeholder {
    color: rgba(30, 30, 30, .62);
    opacity: 1
}

.components-combobox-control__suggestions-container:-ms-input-placeholder {
    color: rgba(30, 30, 30, .62)
}

.components-combobox-control__suggestions-container:focus-within {
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
    outline: 2px solid transparent
}

.components-combobox-control__reset.components-button {
    display: flex;
    height: 24px;
    min-width: 24px;
    padding: 0
}

.components-form-token-field__input-container {
    align-items: center;
    border: 1px solid #757575;
    border-radius: 2px;
    box-shadow: 0 0 0 transparent;
    cursor: text;
    display: flex;
    flex-wrap: wrap;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 16px;
    line-height: normal;
    margin: 0 0 8px;
    padding: 2px 4px;
    transition: box-shadow .1s linear;
    width: 100%
}

@media(prefers-reduced-motion:reduce) {
    .components-form-token-field__input-container {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

@media(min-width:600px) {
    .components-form-token-field__input-container {
        font-size: 13px;
        line-height: normal
    }
}

.components-form-token-field__input-container:focus {
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
    outline: 2px solid transparent
}

.components-form-token-field__input-container::-webkit-input-placeholder {
    color: rgba(30, 30, 30, .62)
}

.components-form-token-field__input-container::-moz-placeholder {
    color: rgba(30, 30, 30, .62);
    opacity: 1
}

.components-form-token-field__input-container:-ms-input-placeholder {
    color: rgba(30, 30, 30, .62)
}

.components-form-token-field__input-container.is-disabled {
    background: #ddd;
    border-color: #ddd
}

.components-form-token-field__input-container.is-active {
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
    outline: 2px solid transparent
}

.components-form-token-field__input-container input[type=text].components-form-token-field__input {
    background: inherit;
    border: 0;
    box-shadow: none;
    color: #1e1e1e;
    display: inline-block;
    flex: 1;
    font-size: 16px;
    margin-left: 4px;
    max-width: 100%;
    min-height: 24px;
    min-width: 50px;
    padding: 0;
    width: 100%
}

@media(min-width:600px) {
    .components-form-token-field__input-container input[type=text].components-form-token-field__input {
        font-size: 13px
    }
}

.components-form-token-field.is-active .components-form-token-field__input-container input[type=text].components-form-token-field__input,
.components-form-token-field__input-container input[type=text].components-form-token-field__input:focus {
    box-shadow: none;
    outline: none
}

.components-form-token-field__input-container .components-form-token-field__token+input[type=text].components-form-token-field__input {
    width: auto
}

.components-form-token-field__label {
    display: inline-block;
    margin-bottom: 4px
}

.components-form-token-field__help {
    color: #757575;
    font-size: 12px;
    font-style: normal
}

.components-form-token-field__token {
    color: #1e1e1e;
    display: flex;
    font-size: 13px;
    margin: 2px 4px 2px 0;
    max-width: 100%
}

.components-form-token-field__token.is-success .components-form-token-field__remove-token,
.components-form-token-field__token.is-success .components-form-token-field__token-text {
    background: #4ab866
}

.components-form-token-field__token.is-error .components-form-token-field__remove-token,
.components-form-token-field__token.is-error .components-form-token-field__token-text {
    background: #cc1818
}

.components-form-token-field__token.is-validating .components-form-token-field__remove-token,
.components-form-token-field__token.is-validating .components-form-token-field__token-text {
    color: #757575
}

.components-form-token-field__token.is-borderless {
    padding: 0 16px 0 0;
    position: relative
}

.components-form-token-field__token.is-borderless .components-form-token-field__token-text {
    background: 0 0;
    color: var(--wp-admin-theme-color)
}

.components-form-token-field__token.is-borderless .components-form-token-field__remove-token {
    background: 0 0;
    color: #757575;
    position: absolute;
    right: 0;
    top: 1px
}

.components-form-token-field__token.is-borderless.is-success .components-form-token-field__token-text {
    color: #4ab866
}

.components-form-token-field__token.is-borderless.is-error .components-form-token-field__token-text {
    border-radius: 4px 0 0 4px;
    color: #cc1818;
    padding: 0 4px 0 6px
}

.components-form-token-field__token.is-borderless.is-validating .components-form-token-field__token-text {
    color: #1e1e1e
}

.components-form-token-field__token.is-disabled .components-form-token-field__remove-token {
    cursor: default
}

.components-form-token-field__remove-token.components-button,
.components-form-token-field__token-text {
    background: #ddd;
    display: inline-block;
    height: auto;
    line-height: 24px;
    min-width: unset;
    transition: all .2s cubic-bezier(.4, 1, .4, 1)
}

@media(prefers-reduced-motion:reduce) {
    .components-form-token-field__remove-token.components-button,
    .components-form-token-field__token-text {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation-duration: 1ms;
        animation-duration: 1ms;
        transition-delay: 0s;
        transition-duration: 0s
    }
}

.components-form-token-field__token-text {
    border-radius: 2px 0 0 2px;
    overflow: hidden;
    padding: 0 0 0 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.components-form-token-field__remove-token.components-button {
    border-radius: 0 2px 2px 0;
    color: #1e1e1e;
    cursor: pointer;
    line-height: 10px;
    overflow: initial;
    padding: 0 2px
}

.components-form-token-field__remove-token.components-button:hover {
    color: #1e1e1e
}

.components-form-token-field__suggestions-list {
    border-top: 1px solid #757575;
    flex: 1 0 100%;
    list-style: none;
    margin: 4px -4px -4px;
    max-height: 9em;
    min-width: 100%;
    overflow-y: auto;
    padding: 0;
    transition: all .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .components-form-token-field__suggestions-list {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

.components-form-token-field__suggestion {
    color: #757575;
    cursor: pointer;
    display: block;
    font-size: 13px;
    margin: 0;
    padding: 4px 8px
}

.components-form-token-field__suggestion.is-selected {
    background: var(--wp-admin-theme-color);
    color: #fff
}

.components-form-token-field__suggestion-match {
    text-decoration: underline
}

.wc-block-grid__products .wc-block-grid__product-image {
    display: block;
    position: relative;
    text-decoration: none
}

.wc-block-grid__products .wc-block-grid__product-image a {
    border: 0;
    box-shadow: none;
    outline: 0;
    text-decoration: none
}

.wc-block-grid__products .wc-block-grid__product-image img {
    height: auto;
    max-width: 100%;
    width: auto
}

.wc-block-grid__products .wc-block-grid__product-image img[hidden] {
    display: none
}

.wc-block-grid__products .wc-block-grid__product-image img[alt=""] {
    border: 1px solid #f2f2f2
}

.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 {
    color: inherit;
    display: block;
    font-family: inherit;
    font-size: inherit;
    font-weight: 700;
    line-height: 1.2;
    padding: 0
}

.wc-block-grid__product-price {
    display: block
}

.wc-block-grid__product-price .wc-block-grid__product-price__regular {
    margin-right: .5em
}

.wc-block-grid__product-add-to-cart.wp-block-button {
    white-space: normal;
    word-break: break-word
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    display: inline-flex;
    font-size: 1em;
    justify-content: center;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: .5em 1em;
    text-align: center;
    white-space: normal;
    word-break: break-word
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading {
    opacity: .25
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after {
    content: "";
    display: inline-block;
    font-family: WooCommerce;
    height: auto;
    margin-left: .5em;
    width: auto
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    content: "";
    display: inline-block;
    font-family: WooCommerce;
    height: auto;
    margin-left: .5em;
    width: auto
}

.has-5-columns:not(.alignfull) .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,
.has-6-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,
.has-7-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,
.has-8-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,
.has-9-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after {
    content: "";
    margin: 0
}

.wc-block-grid__product-rating {
    display: block
}

.wc-block-grid__product-rating .star-rating,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
    font-family: star;
    font-size: 1em;
    font-weight: 400;
    height: 1.618em;
    line-height: 1.618;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 5.3em
}

.wc-block-grid__product-rating .star-rating:before,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before {
    content: "SSSSS";
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap
}

.wc-block-grid__product-rating .star-rating span,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span {
    left: 0;
    overflow: hidden;
    padding-top: 1.5em;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-grid__product-rating .star-rating span:before,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before {
    color: inherit;
    content: "SSSSS";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap
}

.wc-block-grid__product-onsale {
    background: #fff;
    border: 1px solid #43454b;
    border-radius: 3px;
    color: #43454b;
    display: inline-block;
    font-size: .875em;
    font-weight: 600;
    padding: .25em .75em;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    z-index: 9
}

.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image),
.wc-block-grid__product .wc-block-grid__product-title {
    margin: 0 0 12px
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart,
.wc-block-grid__product .wc-block-grid__product-onsale,
.wc-block-grid__product .wc-block-grid__product-price,
.wc-block-grid__product .wc-block-grid__product-rating {
    margin: 0 auto 12px
}

.theme-twentysixteen .wc-block-grid .price ins {
    color: #77a464
}

.theme-twentynineteen .wc-block-grid__product {
    font-size: .88889em
}

.theme-twentynineteen .wc-block-components-product-sale-badge,
.theme-twentynineteen .wc-block-components-product-title,
.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-components-product-sale-badge,
.theme-twentynineteen .wc-block-grid__product-onsale {
    line-height: 1
}

.theme-twentynineteen .editor-styles-wrapper .wp-block-button .wp-block-button__link:not(.has-text-color) {
    color: #fff
}

.theme-twentytwenty .wc-block-grid__product-link {
    color: #000
}

.theme-twentytwenty .wc-block-components-product-title,
.theme-twentytwenty .wc-block-grid__product-title {
    color: #cd2653;
    font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
    font-size: 1em
}

.theme-twentytwenty .wp-block-columns .wc-block-components-product-title {
    margin-top: 0
}

.theme-twentytwenty .wc-block-components-product-price .woocommerce-Price-amount,
.theme-twentytwenty .wc-block-components-product-price__value,
.theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount,
.theme-twentytwenty .wc-block-grid__product-price__value {
    font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
    font-size: .9em
}

.theme-twentytwenty .wc-block-components-product-price del,
.theme-twentytwenty .wc-block-grid__product-price del {
    opacity: .5
}

.theme-twentytwenty .wc-block-components-product-price ins,
.theme-twentytwenty .wc-block-grid__product-price ins {
    text-decoration: none
}

.theme-twentytwenty .star-rating,
.theme-twentytwenty .wc-block-grid__product-rating {
    font-size: .7em
}

.theme-twentytwenty .star-rating .wc-block-components-product-rating__stars,
.theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars,
.theme-twentytwenty .wc-block-grid__product-rating .wc-block-components-product-rating__stars,
.theme-twentytwenty .wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
    line-height: 1
}

.theme-twentytwenty .wc-block-components-product-button>.wp-block-button__link,
.theme-twentytwenty .wc-block-grid__product-add-to-cart>.wp-block-button__link {
    font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif
}

.theme-twentytwenty .wc-block-components-product-sale-badge,
.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
    background: #cd2653;
    color: #fff;
    font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.2;
    text-transform: uppercase
}

.theme-twentytwenty .wc-block-grid__products .wc-block-components-product-sale-badge {
    position: static
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-image .wc-block-components-product-sale-badge {
    position: absolute
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge) {
    position: absolute;
    right: 4px;
    top: 4px;
    z-index: 1
}

.theme-twentytwenty .wc-block-active-filters__title,
.theme-twentytwenty .wc-block-attribute-filter__title,
.theme-twentytwenty .wc-block-price-filter__title,
.theme-twentytwenty .wc-block-stock-filter__title {
    font-size: 1em
}

.theme-twentytwenty .wc-block-active-filters .wc-block-active-filters__clear-all {
    font-size: .75em
}

.theme-twentytwenty .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    font-size: .75em;
    padding: .5em
}

@media only screen and (min-width:768px) {
    .theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
        font-size: .875em;
        padding: .5em
    }
}

@media only screen and (min-width:1168px) {
    .theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
        font-size: .875em;
        padding: .5em
    }
}

.theme-twentytwentytwo .wc-block-grid__product-add-to-cart .added_to_cart {
    display: block;
    margin-top: 12px
}

.theme-twentytwentytwo .wc-block-components-product-price ins,
.theme-twentytwentytwo .wc-block-grid__product-price ins {
    text-decoration: none
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal !important;
    border: 0;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    overflow-wrap: normal !important;
    padding: 0;
    position: absolute !important;
    width: 1px
}

.screen-reader-text:focus {
    clip: auto !important;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    -webkit-clip-path: none;
    clip-path: none;
    color: #2b2d2f;
    display: block;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.wc-block-components-product-add-to-cart-attribute-picker {
    flex-basis: 100%;
    margin: 0
}

.wc-block-components-product-add-to-cart-attribute-picker label {
    display: block;
    font-size: 1em
}

.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__container {
    position: relative
}

.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select {
    margin: 0 0 .75em
}

.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select select {
    min-height: 1.75em;
    min-width: 60%
}

.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error {
    margin-bottom: 24px
}

.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error select {
    border-color: #cc1818
}

.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error select:focus {
    outline-color: #cc1818
}

.wc-block-components-product-add-to-cart {
    display: flex;
    flex-wrap: wrap;
    margin: 0
}

.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button {
    margin: 0 0 .75em
}

.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button .wc-block-components-button__text {
    display: block
}

.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button .wc-block-components-button__text>svg {
    fill: currentColor;
    height: 1.5em;
    margin: -.25em 0 -.25em .5em;
    vertical-align: top;
    width: 1.5em
}

.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .125);
    color: #43454b;
    flex-basis: 5em;
    margin: 0 1em .75em 0;
    padding: .618em;
    text-align: center
}

.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button,
.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity,
.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button,
.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button>*,
.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity>*,
.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button>*,
.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity>* {
    visibility: hidden
}

.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button:after,
.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity:after,
.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button:after,
.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button,
    .is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity,
    .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button,
    .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-grid .wc-block-components-product-add-to-cart {
    justify-content: center
}

.wc-block-components-product-add-to-cart-notice {
    margin: 0
}

.wp-block-button.wc-block-components-product-button {
    margin-bottom: 12px;
    white-space: normal;
    word-break: break-word
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button {
    border-style: none;
    display: inline-flex;
    font-family: inherit;
    font-weight: inherit;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    white-space: normal;
    word-break: break-word
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    max-width: 100% !important;
    min-height: 3em;
    min-width: 8em;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder>* {
    visibility: hidden
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    max-width: 100% !important;
    min-height: 3em;
    min-width: 8em;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button>* {
    visibility: hidden
}

.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-button>.wc-block-components-product-button__button {
        -webkit-animation: none;
        animation: none
    }
}

.theme-twentytwentyone .editor-styles-wrapper .wc-block-components-product-button .wp-block-button__link {
    background-color: var(--button--color-background);
    border-color: var(--button--color-background);
    color: var(--button--color-text)
}

.wc-block-components-product-category-list {
    margin-bottom: .75em;
    margin-top: 0
}

.wc-block-components-product-category-list ul {
    display: inline;
    margin: 0;
    padding: 0
}

.wc-block-components-product-category-list ul li {
    display: inline;
    list-style: none
}

.wc-block-components-product-category-list ul li:after {
    content: ", "
}

.wc-block-components-product-category-list ul li:last-child:after {
    content: ""
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image,
.wc-block-components-product-image {
    display: block;
    position: relative;
    text-decoration: none
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image a,
.wc-block-components-product-image a {
    border: 0;
    border-radius: inherit;
    box-shadow: none;
    outline: 0;
    text-decoration: none
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img,
.wc-block-components-product-image img {
    border-radius: inherit;
    vertical-align: middle;
    width: 100%
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img[hidden],
.wc-block-components-product-image img[hidden] {
    display: none
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img[alt=""],
.wc-block-components-product-image img[alt=""] {
    border: 1px solid #f2f2f2
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-left,
.wc-block-components-product-image .wc-block-components-product-sale-badge--align-left {
    left: 4px;
    margin: 0;
    position: absolute;
    right: auto;
    top: 4px
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-center,
.wc-block-components-product-image .wc-block-components-product-sale-badge--align-center {
    left: 50%;
    margin: 0;
    position: absolute;
    right: auto;
    top: 4px;
    transform: translateX(-50%)
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-right,
.wc-block-components-product-image .wc-block-components-product-sale-badge--align-right {
    left: auto;
    margin: 0;
    position: absolute;
    right: 4px;
    top: 4px
}

.is-loading .wc-block-components-product-image {
    background-color: currentColor !important;
    border: 0 !important;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    width: auto;
    z-index: 1
}

.is-loading .wc-block-components-product-image>* {
    visibility: hidden
}

.is-loading .wc-block-components-product-image:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-image {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-product-image {
    margin: 0 0 12px
}

.wc-block-components-product-price {
    margin-bottom: 12px
}

.wc-block-components-product-rating {
    display: block;
    margin-bottom: 12px;
    margin-top: 0
}

.wc-block-components-product-rating__stars {
    font-family: star;
    font-size: 1em;
    font-weight: 400;
    height: 1.618em;
    line-height: 1.618;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 5.3em
}

.wc-block-components-product-rating__stars:before {
    color: inherit;
    content: "SSSSS";
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap
}

.wc-block-components-product-rating__stars span {
    color: inherit;
    left: 0;
    overflow: hidden;
    padding-top: 1.5em;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-components-product-rating__stars span:before {
    color: inherit;
    content: "SSSSS";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap
}

.wc-block-single-product .wc-block-components-product-rating__stars {
    margin: 0
}

.wc-block-components-product-sale-badge {
    background: #fff;
    border: 1px solid #43454b;
    border-radius: 3px;
    box-sizing: border-box;
    color: #43454b;
    display: inline-block;
    font-size: .875em;
    font-weight: 600;
    margin: 0 auto 12px;
    padding: .25em .75em;
    position: static;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    z-index: 9
}

.wc-block-components-product-sale-badge span {
    background-color: inherit;
    color: inherit
}

.wc-block-components-product-sku {
    display: block;
    font-size: .875em;
    margin-bottom: 12px;
    margin-top: 0;
    text-transform: uppercase
}

.wc-block-components-product-stock-indicator {
    display: block;
    font-size: .875em;
    margin-bottom: .75em;
    margin-top: 0
}

.wc-block-components-product-summary {
    margin-bottom: 12px;
    margin-top: 0
}

.is-loading .wc-block-components-product-summary:before {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    content: ".";
    display: block;
    height: 6em;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

.is-loading .wc-block-components-product-summary:before>* {
    visibility: hidden
}

.is-loading .wc-block-components-product-summary:before:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-summary:before {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-product-tag-list {
    margin-bottom: .75em;
    margin-top: 0
}

.wc-block-components-product-tag-list ul {
    display: inline;
    margin: 0;
    padding: 0
}

.wc-block-components-product-tag-list ul li {
    display: inline;
    list-style: none
}

.wc-block-components-product-tag-list ul li:after {
    content: ", "
}

.wc-block-components-product-tag-list ul li:last-child:after {
    content: ""
}

.wc-block-components-product-title {
    display: block;
    font-size: inherit;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 12px;
    margin-top: 0;
    padding: 0
}

.wc-block-components-product-title a {
    color: inherit;
    font-size: inherit
}

.is-loading .wc-block-components-product-title:before {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    content: ".";
    display: block;
    display: inline-block;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    width: 7em;
    z-index: 1
}

.is-loading .wc-block-components-product-title:before>* {
    visibility: hidden
}

.is-loading .wc-block-components-product-title:before:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-title:before {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-grid .wc-block-components-product-title:before {
    width: 10em
}

.wc-block-components-product-title--align-left {
    text-align: left
}

.wc-block-components-product-title--align-center {
    text-align: center
}

.wc-block-components-product-title--align-right {
    text-align: right
}

.wc-block-components-error {
    align-items: center;
    color: #757575;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 40px 0;
    padding: 40px 0;
    text-align: center
}

.wc-block-components-error__header {
    color: #646970;
    font-size: 2em;
    margin: 0
}

.wc-block-components-error__image {
    margin: 0 0 24px;
    width: 25%
}

.wc-block-components-error__text {
    color: #8c8f94;
    font-size: 1.25em;
    margin: 1em 0 0;
    max-width: 60ch
}

.wc-block-components-error__message {
    color: #8c8f94;
    font-style: italic;
    margin: 1em auto 0;
    max-width: 60ch
}

.wc-block-error__button {
    margin: 40px 0 0
}

.wc-block-components-button:not(.is-link) {
    align-items: center;
    color: inherit;
    display: inline-flex;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    font-weight: 700;
    justify-content: center;
    letter-spacing: inherit;
    line-height: inherit;
    line-height: 1;
    min-height: 3em;
    padding: 0 1em;
    position: relative;
    text-align: center;
    text-decoration: inherit;
    text-decoration: none;
    text-transform: inherit;
    text-transform: none;
    transition: box-shadow .1s linear
}

.wc-block-components-button:not(.is-link):focus {
    box-shadow: 0 0 0 2px #0675c4;
    box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px #0675c4;
    outline: 3px solid transparent
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__text {
    display: block
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__text>svg {
    fill: currentColor
}

.wc-block-components-button:not(.is-link) .wc-block-components-spinner+.wc-block-components-button__text {
    visibility: hidden
}

.wc-block-components-button:not(.is-link).text {
    color: #1e1e1e
}

.wc-block-components-button:not(.is-link).text:hover {
    opacity: .9
}

.wc-block-components-button:not(.is-link).contained,
.wc-block-components-button:not(.is-link).contained:active,
.wc-block-components-button:not(.is-link).contained:disabled,
.wc-block-components-button:not(.is-link).contained:focus,
.wc-block-components-button:not(.is-link).contained:hover {
    background-color: #1e1e1e;
    color: #fff
}

.wc-block-components-button:not(.is-link).contained:hover {
    opacity: .9
}

.wc-block-components-button:not(.is-link).outlined {
    background-color: transparent;
    color: #1e1e1e
}

.wc-block-components-button:not(.is-link).outlined:not(:focus) {
    box-shadow: inset 0 0 0 1px #1e1e1e
}

.wc-block-components-button:not(.is-link).outlined:active,
.wc-block-components-button:not(.is-link).outlined:disabled,
.wc-block-components-button:not(.is-link).outlined:focus,
.wc-block-components-button:not(.is-link).outlined:hover {
    background-color: #1e1e1e;
    color: #fff
}

.wc-block-components-button:not(.is-link).outlined:hover {
    background-color: #1e1e1e;
    color: #fff;
    opacity: 1
}

.wc-block-components-form {
    counter-reset: checkout-step
}

.wc-block-components-form .wc-block-components-checkout-step {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0 0 0 24px;
    position: relative
}

.is-mobile .wc-block-components-form .wc-block-components-checkout-step,
.is-small .wc-block-components-form .wc-block-components-checkout-step {
    padding-left: 0
}

.wc-block-components-checkout-step--disabled {
    opacity: .6
}

.wc-block-components-checkout-step__container {
    position: relative
}

.wc-block-components-checkout-step__content>* {
    margin-bottom: 1em
}

.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__content>:last-child {
    margin-bottom: 0;
    padding-bottom: 1.5em
}

.wc-block-components-checkout-step__heading {
    align-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    justify-content: space-between;
    margin: .75em 0 1em;
    position: relative
}

.wc-block-components-checkout-step:first-child .wc-block-components-checkout-step__heading,
.wc-block-components-express-payment-continue-rule+.wc-block-components-checkout-step .wc-block-components-checkout-step__heading {
    margin-top: 0
}

.wc-block-components-checkout-step__title {
    margin: 0 12px 0 0
}

.wc-block-components-checkout-step__heading-content {
    font-size: .75em
}

.wc-block-components-checkout-step__heading-content a {
    color: inherit;
    font-weight: 700
}

.wc-block-components-checkout-step__description {
    font-size: .875em;
    line-height: 1.25;
    margin-bottom: 16px
}

.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before {
    background: 0 0;
    border: 0;
    border-radius: 0;
    content: " " counter(checkout-step) ".";
    content: " " counter(checkout-step) "."/"";
    counter-increment: checkout-step;
    left: -24px;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transform: translateX(-50%);
    vertical-align: baseline;
    width: 24px
}

.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after {
    border-left: 1px solid;
    content: "";
    height: 100%;
    left: -24px;
    opacity: .3;
    position: absolute;
    top: 0
}

.is-mobile .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before,
.is-small .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before {
    content: counter(checkout-step) ". ";
    content: counter(checkout-step) ". "/"";
    left: auto;
    position: static;
    top: auto;
    transform: none
}

.is-mobile .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after,
.is-small .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after {
    content: unset
}

.editor-styles-wrapper .wp-block h4.wc-block-components-checkout-step__title {
    font-size: 1em;
    line-height: 24px;
    margin: 0 12px 0 0
}

.wc-block-components-order-summary .wc-block-components-panel__button {
    margin-top: 0;
    padding-top: 0
}

.wc-block-components-order-summary .wc-block-components-panel__content {
    margin-bottom: 0
}

.wc-block-components-order-summary__content {
    display: table;
    width: 100%
}

.wc-block-components-order-summary-item {
    display: flex;
    font-size: .875em;
    padding-bottom: 1px;
    padding-top: 16px;
    position: relative;
    width: 100%
}

.wc-block-components-order-summary-item:after {
    border-style: solid;
    border-width: 0 0 1px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-components-order-summary-item:first-child {
    padding-top: 0
}

.wc-block-components-order-summary-item:last-child>div {
    padding-bottom: 0
}

.wc-block-components-order-summary-item:last-child:after {
    display: none
}

.wc-block-components-order-summary-item .wc-block-components-product-metadata {
    font-size: 1em
}

.wc-block-components-order-summary-item__description,
.wc-block-components-order-summary-item__image {
    display: table-cell;
    vertical-align: top
}

.wc-block-components-order-summary-item__image {
    padding-bottom: 16px;
    position: relative;
    width: 48px
}

.wc-block-components-order-summary-item__image>img {
    max-width: 48px;
    width: 48px
}

.wc-block-components-order-summary-item__quantity {
    align-items: center;
    background: #fff;
    border: 2px solid;
    border-radius: 1em;
    box-shadow: 0 0 0 2px #fff;
    color: #000;
    display: flex;
    justify-content: center;
    line-height: 1;
    min-height: 20px;
    min-width: 20px;
    padding: 0 .4em;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(50%, -50%);
    white-space: nowrap;
    z-index: 1
}

.wc-block-components-order-summary-item__description {
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 12px
}

.wc-block-components-order-summary-item__description .wc-block-components-product-metadata,
.wc-block-components-order-summary-item__description p {
    line-height: 1.375;
    margin-top: 4px
}

.wc-block-components-order-summary-item__total-price {
    font-weight: 700;
    margin-left: auto;
    text-align: right
}

.wc-block-components-order-summary-item__individual-prices {
    display: block
}

.wc-block-components-payment-method-icons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 14px
}

.wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
    display: inline-block;
    height: 24px;
    margin: 0 4px 2px;
    max-height: 24px;
    max-width: 38px;
    padding: 0;
    width: auto
}

.wc-block-components-payment-method-icons--align-left {
    justify-content: flex-start
}

.wc-block-components-payment-method-icons--align-left .wc-block-components-payment-method-icon {
    margin-left: 0;
    margin-right: 8px
}

.wc-block-components-payment-method-icons--align-right {
    justify-content: flex-end
}

.wc-block-components-payment-method-icons--align-right .wc-block-components-payment-method-icon {
    margin-left: 8px;
    margin-right: 0
}

.wc-block-components-payment-method-icons:last-child {
    margin-bottom: 0
}

.is-mobile .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon,
.is-small .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
    height: 16px
}

.wc-block-components-payment-method-label--with-icon {
    display: inline-block;
    vertical-align: middle
}

.wc-block-components-payment-method-label--with-icon>img,
.wc-block-components-payment-method-label--with-icon>svg {
    margin: -2px 4px 0 0;
    vertical-align: middle
}

.is-mobile .wc-block-components-payment-method-label--with-icon>img,
.is-mobile .wc-block-components-payment-method-label--with-icon>svg,
.is-small .wc-block-components-payment-method-label--with-icon>img,
.is-small .wc-block-components-payment-method-label--with-icon>svg {
    display: none
}

.editor-styles-wrapper .wc-block-components-checkout-policies,
.wc-block-components-checkout-policies {
    font-size: .75em;
    line-height: 1;
    list-style: none outside;
    margin: 24px 0;
    text-align: center
}

.wc-block-components-checkout-policies__item {
    display: inline-block;
    list-style: none outside;
    margin: 0;
    padding: 0 .25em
}

.wc-block-components-checkout-policies__item:not(:first-child) {
    border-left: 1px solid #ccc
}

.wc-block-components-checkout-policies__item>a {
    color: inherit;
    padding: 0 .25em
}

.wc-block-components-product-badge {
    border: 1px solid;
    border-radius: 2px;
    display: inline-block;
    font-size: .75em;
    font-weight: 600;
    padding: 0 .66em;
    text-transform: uppercase;
    white-space: nowrap
}

.wc-block-components-product-details.wc-block-components-product-details {
    list-style: none;
    margin: .5em 0;
    padding: 0
}

.wc-block-components-product-details.wc-block-components-product-details:last-of-type {
    margin-bottom: 0
}

.wc-block-components-product-details.wc-block-components-product-details li {
    margin-left: 0
}

.wc-block-components-product-details__name,
.wc-block-components-product-details__value {
    display: inline-block
}

.is-large:not(.wc-block-checkout) .wc-block-components-product-details__name {
    font-weight: 700
}

img.wc-block-components-product-image[alt=""] {
    border: 1px solid #f2f2f2
}

.wc-block-components-product-metadata {
    font-size: .75em
}

.wc-block-components-product-metadata .wc-block-components-product-metadata__description>p,
.wc-block-components-product-metadata .wc-block-components-product-metadata__variation-data {
    margin: .25em 0
}

.wc-block-components-checkout-return-to-cart-button {
    box-shadow: none;
    color: inherit;
    padding-left: calc(24px + .25em);
    position: relative;
    text-decoration: none
}

.wc-block-components-checkout-return-to-cart-button svg {
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.wc-block-components-shipping-calculator-address {
    margin-bottom: 0
}

.wc-block-components-shipping-calculator-address__button {
    margin-top: 1.5em;
    width: 100%
}

.wc-block-components-shipping-calculator {
    padding: .5em 0 .75em
}

.wc-block-components-shipping-rates-control__package {
    margin-bottom: 36px
}

.wc-block-components-shipping-rates-control__package:last-child {
    margin-bottom: 0
}

.wc-block-components-shipping-rates-control__package .wc-block-components-panel__button {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: .75em;
    padding-top: .75em
}

.wc-block-components-shipping-rates-control__package .wc-block-components-panel__content,
.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control,
.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control .wc-block-components-radio-control__option-layout,
.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__option-layout {
    padding-bottom: 0
}

.wc-block-components-shipping-rates-control__package-items {
    display: block;
    font-size: .875em;
    list-style: none;
    margin: 0;
    padding: 0
}

.wc-block-components-shipping-rates-control__package-item {
    display: inline-block;
    margin: 0;
    overflow-wrap: anywhere;
    padding: 0;
    word-break: break-word;
    -ms-word-break: break-all
}

.wc-block-components-shipping-rates-control__package-item:not(:last-child):after {
    content: ", ";
    white-space: pre
}

.wc-block-components-totals-coupon .wc-block-components-panel__button {
    margin-top: 0;
    padding-top: 0
}

.wc-block-components-totals-coupon .wc-block-components-panel__content {
    padding-bottom: 0
}

.wc-block-components-totals-coupon__form {
    display: flex;
    margin-bottom: 0;
    width: 100%
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input {
    flex-grow: 1;
    margin-bottom: 0;
    margin-top: 0
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
    flex-shrink: 0;
    height: 3em;
    margin-left: 8px;
    padding-left: 24px;
    padding-right: 24px;
    white-space: nowrap
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button.no-margin {
    margin: 0
}

.wc-block-components-totals-coupon__content {
    flex-direction: column;
    position: relative
}

.wc-block-components-totals-discount__coupon-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.wc-block-components-totals-discount .wc-block-components-totals-item__value {
    color: #4ab866
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    font-size: 1.25em
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    font-weight: 700
}

.wc-block-components-totals-footer-item .wc-block-components-totals-footer-item-tax {
    margin-bottom: 0
}

.wc-block-components-totals-shipping fieldset.wc-block-components-totals-shipping__fieldset {
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__via {
    margin-bottom: 16px
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__description,
.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__label,
.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__secondary-description,
.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__secondary-label {
    flex-basis: 100%;
    text-align: left
}

.wc-block-components-totals-shipping .wc-block-components-shipping-rates-control__no-results-notice {
    margin: 0 0 .75em
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button {
    background: 0 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: inherit;
    display: inline;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: inherit;
    text-decoration: underline;
    text-shadow: none;
    text-transform: inherit;
    vertical-align: baseline
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:active,
.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:focus,
.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:hover {
    background: 0 0;
    opacity: .8
}

.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button {
    background: 0 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: inherit;
    display: inline;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: inherit;
    text-decoration: underline;
    text-shadow: none;
    text-transform: inherit;
    vertical-align: baseline
}

.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button:active,
.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button:focus,
.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button:hover {
    background: 0 0
}

.editor-styles-wrapper .wc-block-components-checkbox-list,
.wc-block-components-checkbox-list {
    list-style: none outside;
    margin: 0;
    padding: 0
}

.editor-styles-wrapper .wc-block-components-checkbox-list li,
.wc-block-components-checkbox-list li {
    list-style: none outside;
    margin: 0 0 4px;
    padding: 0
}

.editor-styles-wrapper .wc-block-components-checkbox-list li.show-less button,
.editor-styles-wrapper .wc-block-components-checkbox-list li.show-more button,
.wc-block-components-checkbox-list li.show-less button,
.wc-block-components-checkbox-list li.show-more button {
    background: 0 0;
    border: none;
    cursor: pointer;
    padding: 0;
    text-decoration: underline
}

.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li,
.wc-block-components-checkbox-list.is-loading li {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li>*,
.wc-block-components-checkbox-list.is-loading li>* {
    visibility: hidden
}

.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li:after,
.wc-block-components-checkbox-list.is-loading li:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li,
    .wc-block-components-checkbox-list.is-loading li {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-chip {
    align-items: center;
    border: 0;
    border-radius: 0;
    color: inherit;
    display: inline-flex;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    line-height: 1;
    margin: 0 .365em .365em 0;
    max-width: 100%;
    padding: .25em .5em;
    text-decoration: inherit;
    text-transform: inherit
}

.wc-block-components-chip,
.wc-block-components-chip:active,
.wc-block-components-chip:focus,
.wc-block-components-chip:hover {
    background: 0 0;
    border: 1px solid;
    color: inherit
}

.wc-block-components-chip.wc-block-components-chip--radius-small {
    border-radius: 3px
}

.wc-block-components-chip.wc-block-components-chip--radius-medium {
    border-radius: .433em
}

.wc-block-components-chip.wc-block-components-chip--radius-large {
    border-radius: 2em;
    padding-left: .75em;
    padding-right: .25em
}

.wc-block-components-chip .wc-block-components-chip__text {
    flex-grow: 1;
    font-size: .875em
}

.wc-block-components-chip.is-removable .wc-block-components-chip__text {
    padding-right: .5em
}

.wc-block-components-chip .wc-block-components-chip__remove {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #e0e0e0;
    border: 0;
    border-radius: 25px;
    height: 16px;
    line-height: 16px;
    margin: 0;
    padding: 0;
    width: 16px
}

.wc-block-components-chip .wc-block-components-chip__remove-icon {
    fill: #1e1e1e
}

.theme-twentytwentyone .wc-block-components-chip,
.theme-twentytwentyone .wc-block-components-chip:active,
.theme-twentytwentyone .wc-block-components-chip:focus,
.theme-twentytwentyone .wc-block-components-chip:hover {
    background: #fff
}

.theme-twentytwentyone .wc-block-components-chip:active button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background),
.theme-twentytwentyone .wc-block-components-chip:focus button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background),
.theme-twentytwentyone .wc-block-components-chip:hover button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background),
.theme-twentytwentyone .wc-block-components-chip button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background) {
    background: 0 0
}

.wc-block-components-chip__remove:focus,
.wc-block-components-chip__remove:hover,
button.wc-block-components-chip:focus>.wc-block-components-chip__remove,
button.wc-block-components-chip:hover>.wc-block-components-chip__remove {
    background: #949494
}

.wc-block-components-chip__remove:focus .wc-block-components-chip__remove-icon,
.wc-block-components-chip__remove:hover .wc-block-components-chip__remove-icon,
button.wc-block-components-chip:focus>.wc-block-components-chip__remove .wc-block-components-chip__remove-icon,
button.wc-block-components-chip:hover>.wc-block-components-chip__remove .wc-block-components-chip__remove-icon {
    fill: #fff
}

.wc-block-components-chip__remove:disabled,
button.wc-block-components-chip:disabled>.wc-block-components-chip__remove {
    fill: #fff;
    cursor: not-allowed
}

.wc-block-components-combobox .wc-block-components-combobox-control,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control {
    border: 0;
    border-radius: 0;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: inherit;
    text-transform: inherit;
    vertical-align: baseline
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-base-control__field,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-base-control__field {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-combobox-control__suggestions-container,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-combobox-control__suggestions-container {
    border: 0;
    border-radius: 0;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    position: relative;
    text-decoration: inherit;
    text-transform: inherit;
    vertical-align: baseline
}

.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
    background: #fff;
    border: 1px solid #50575e;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
    color: inherit;
    color: #2b2d2f;
    font-family: inherit;
    font-size: inherit;
    font-size: 1em;
    font-style: inherit;
    font-weight: inherit;
    font-weight: 400;
    height: 3em;
    letter-spacing: inherit;
    line-height: inherit;
    line-height: 1;
    opacity: 1;
    outline: inherit;
    padding: 1.5em 16px .25em;
    text-align: left;
    text-decoration: inherit;
    text-overflow: ellipsis;
    text-transform: inherit;
    text-transform: none;
    white-space: nowrap;
    width: 100%
}

.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true],
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true] {
    background-color: #fff;
    box-shadow: 0 0 0 1px #50575e;
    color: #2b2d2f;
    outline: 0
}

.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true],
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
    background-color: rgba(0, 0, 0, .1);
    border-color: hsla(0, 0%, 100%, .4);
    color: #fff
}

.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus {
    background-color: rgba(0, 0, 0, .1);
    box-shadow: 0 0 0 1px hsla(0, 0%, 100%, .4);
    color: #fff
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list {
    background-color: #fff;
    border: 1px solid #50575e;
    border-top: 0;
    color: #2b2d2f;
    margin: 3em 0 0;
    max-height: 300px;
    min-width: 100%;
    overflow: auto;
    padding: 0;
    position: absolute;
    z-index: 10
}

.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list,
.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list {
    background-color: #1e1e1e;
    color: #fff
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion {
    color: #757575;
    cursor: default;
    font-size: 1em;
    list-style: none;
    margin: 0;
    padding: .25em 16px
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected {
    background-color: #ddd
}

.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected,
.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected {
    background-color: rgba(0, 0, 0, .4)
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-highlighted,
.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:active,
.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:focus,
.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:hover,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-highlighted,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:active,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:focus,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:hover {
    background-color: #00669e;
    color: #fff
}

.wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label {
    color: inherit;
    color: #757575;
    font-family: inherit;
    font-size: inherit;
    font-size: 1em;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    line-height: 1.375;
    margin: 0 0 0 17px;
    max-width: calc(100% - 32px);
    overflow: hidden;
    position: absolute;
    text-decoration: inherit;
    text-overflow: ellipsis;
    text-transform: inherit;
    transform: translateY(.75em);
    transform-origin: top left;
    transition: all .2s ease;
    white-space: nowrap;
    z-index: 1
}

.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,
.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label {
    color: hsla(0, 0%, 100%, .6)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,
    .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label {
        transition: none
    }
}

.wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label,
.wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label,
.wc-block-components-form .wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label,
.wc-block-components-form .wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label {
    transform: translateY(4px) scale(.75)
}

.wc-block-components-combobox.has-error .wc-block-components-combobox-control label.components-base-control__label,
.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control label.components-base-control__label {
    color: #cc1818
}

.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:active,
.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:hover,
.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:active,
.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:hover {
    border-color: #cc1818
}

.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus {
    box-shadow: 0 0 0 1px #cc1818
}

.wc-block-components-country-input {
    margin-top: 1.5em
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadein {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes slidein {
    0% {
        transform: translateX(0)
    }
    to {
        transform: translateX(-480px)
    }
}

@keyframes slidein {
    0% {
        transform: translateX(0)
    }
    to {
        transform: translateX(-480px)
    }
}

@media only screen and (max-width:480px) {
    @-webkit-keyframes slidein {
        0% {
            transform: translateX(0)
        }
        to {
            transform: translateX(-100vw)
        }
    }
    @keyframes slidein {
        0% {
            transform: translateX(0)
        }
        to {
            transform: translateX(-100vw)
        }
    }
}

.wc-block-components-drawer__screen-overlay {
    background-color: rgba(95, 95, 95, .35);
    bottom: 0;
    left: 0;
    opacity: 1;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity .3s;
    z-index: 9999
}

.wc-block-components-drawer__screen-overlay--with-slide-out {
    transition: opacity .3s
}

.wc-block-components-drawer__screen-overlay--with-slide-in {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-name: fadein;
    animation-name: fadein
}

.wc-block-components-drawer__screen-overlay--is-hidden {
    opacity: 0;
    pointer-events: none
}

.wc-block-components-drawer {
    background: #fff;
    display: block;
    height: 100%;
    left: 100%;
    position: relative;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(-480px);
    width: 480px
}

.wc-block-components-drawer:after {
    border-style: solid;
    border-width: 0 0 0 1px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

@media only screen and (max-width:480px) {
    .wc-block-components-drawer {
        transform: translateX(-100vw);
        width: 100vw
    }
}

.wc-block-components-drawer__screen-overlay--with-slide-out .wc-block-components-drawer {
    transition: transform .3s
}

.wc-block-components-drawer__screen-overlay--with-slide-in .wc-block-components-drawer {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-name: slidein;
    animation-name: slidein
}

.wc-block-components-drawer__screen-overlay--is-hidden .wc-block-components-drawer {
    transform: translateX(0)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-components-drawer,
    .wc-block-components-drawer__screen-overlay {
        -webkit-animation-name: none !important;
        animation-name: none !important;
        transition: none !important
    }
}

.wc-block-components-drawer .components-modal__content {
    padding: 40px 16px
}

.wc-block-components-drawer .components-modal__header {
    position: relative
}

.wc-block-components-drawer .components-modal__header .components-button {
    background: 0 0;
    border: 0;
    border-radius: 0;
    margin: -1em;
    padding: 1em;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: baseline
}

.wc-block-components-drawer .components-modal__header .components-button>span {
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal !important;
    border: 0;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    overflow-wrap: normal !important;
    padding: 0;
    position: absolute !important;
    width: 1px
}

.wc-block-components-drawer .components-modal__header-heading {
    border: 0;
    border-radius: 0;
    font-size: 1.25rem;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    word-break: break-word
}

.wc-filter-element-label-list-count:before {
    content: " ("
}

.wc-filter-element-label-list-count:after {
    content: ")"
}

.wc-block-filter-title-placeholder {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    border-radius: 1.625em;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    margin-bottom: 12px;
    margin-top: 12px;
    max-width: 100% !important;
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
    min-width: 80px;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

.wc-block-filter-title-placeholder>* {
    visibility: hidden
}

.wc-block-filter-title-placeholder:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-filter-title-placeholder {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-filter-title-placeholder .wc-block-active-filters__title,
.wc-block-filter-title-placeholder .wc-block-attribute-filter__title,
.wc-block-filter-title-placeholder .wc-block-price-filter__title,
.wc-block-filter-title-placeholder .wc-block-rating-filter__title,
.wc-block-filter-title-placeholder .wc-block-stock-filter__title {
    height: 1em;
    margin: 0
}

.wc-block-components-filter-reset-button {
    background: 0 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: inline;
    font-family: inherit;
    font-size: inherit;
    font-size: .875em;
    font-style: inherit;
    font-weight: inherit;
    font-weight: 400;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: inherit;
    text-decoration: underline;
    text-shadow: none;
    text-transform: inherit;
    vertical-align: baseline
}

.wc-block-components-filter-reset-button:active,
.wc-block-components-filter-reset-button:focus,
.wc-block-components-filter-reset-button:hover {
    background: 0 0
}

.wc-block-components-filter-reset-button:hover {
    color: inherit;
    text-decoration: none
}

.wc-block-components-filter-reset-button[disabled] {
    cursor: not-allowed
}

.wc-block-components-filter-submit-button {
    border: none;
    display: block;
    margin-left: auto;
    white-space: nowrap
}

.wc-block-components-filter-submit-button.is-loading {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    border-radius: 0;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    line-height: normal;
    margin-top: 16px;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    z-index: 1
}

.wc-block-components-filter-submit-button.is-loading>* {
    visibility: hidden
}

.wc-block-components-filter-submit-button.is-loading:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-components-filter-submit-button.is-loading {
        -webkit-animation: none;
        animation: none
    }
}

.wc-blocks-components-form-token-field-wrapper .components-popover {
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    z-index: z-index(".components-popover")
}

.wc-blocks-components-form-token-field-wrapper .components-popover.is-expanded,
.wc-blocks-components-form-token-field-wrapper .components-popover[data-x-axis][data-y-axis] {
    opacity: 1
}

.wc-blocks-components-form-token-field-wrapper .components-popover.is-expanded {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: z-index(".components-popover") !important
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow) {
    margin-left: 2px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow):before {
    border: 8px solid #ccc
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow).is-alternate:before {
    border-color: #1e1e1e
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow):after {
    border: 8px solid #fff
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow):after,
.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow):before {
    content: "";
    height: 0;
    line-height: 0;
    position: absolute;
    width: 0
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top] {
    margin-top: -8px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]:before {
    bottom: -8px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]:after {
    bottom: -6px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]:after,
.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]:before {
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-style: solid;
    margin-left: -10px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom] {
    margin-top: 8px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:before {
    top: -8px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:after {
    top: -6px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:after,
.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:before {
    border-bottom-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top: none;
    margin-left: -10px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left] {
    margin-left: -8px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:before {
    right: -8px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:after {
    right: -6px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:after,
.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:before {
    border-bottom-color: transparent;
    border-left-style: solid;
    border-right: none;
    border-top-color: transparent
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right] {
    margin-left: 8px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:before {
    left: -8px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:after {
    left: -6px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:after,
.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:before {
    border-bottom-color: transparent;
    border-left: none;
    border-right-style: solid;
    border-top-color: transparent
}

.wc-blocks-components-form-token-field-wrapper .components-popover[data-y-axis=top] {
    bottom: 100%
}

.wc-blocks-components-form-token-field-wrapper .components-popover[data-y-axis=bottom] {
    top: 100%
}

.wc-blocks-components-form-token-field-wrapper .components-popover[data-y-axis=middle] {
    align-items: center;
    display: flex
}

.wc-blocks-components-form-token-field-wrapper .components-popover.is-from-top {
    margin-top: 12px
}

.wc-blocks-components-form-token-field-wrapper .components-popover.is-from-bottom {
    margin-top: -12px
}

.wc-blocks-components-form-token-field-wrapper .components-popover.is-from-left:not(.is-from-top):not(.is-from-bottom) {
    margin-left: 12px
}

.wc-blocks-components-form-token-field-wrapper .components-popover.is-from-right:not(.is-from-top):not(.is-from-bottom) {
    margin-right: 12px
}

.wc-blocks-components-form-token-field-wrapper .components-popover__content {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .05);
    height: 100%
}

.is-alternate .wc-blocks-components-form-token-field-wrapper .components-popover__content {
    border: 1px solid #1e1e1e;
    box-shadow: none
}

.components-popover .wc-blocks-components-form-token-field-wrapper .components-popover__content {
    height: auto;
    overflow-y: auto;
    position: absolute
}

.components-popover.is-expanded .wc-blocks-components-form-token-field-wrapper .components-popover__content {
    border: none;
    border-top: 1px solid #1e1e1e;
    height: calc(100% - 48px);
    min-width: auto;
    overflow-y: visible;
    position: static
}

.components-popover[data-y-axis=top] .wc-blocks-components-form-token-field-wrapper .components-popover__content {
    bottom: 100%
}

.components-popover[data-x-axis=center] .wc-blocks-components-form-token-field-wrapper .components-popover__content {
    left: 50%;
    transform: translateX(-50%)
}

.components-popover[data-x-axis=right] .wc-blocks-components-form-token-field-wrapper .components-popover__content {
    left: 100%;
    position: absolute
}

.components-popover:not([data-y-axis=middle])[data-x-axis=right] .wc-blocks-components-form-token-field-wrapper .components-popover__content {
    margin-left: -25px
}

.components-popover[data-x-axis=left] .wc-blocks-components-form-token-field-wrapper .components-popover__content {
    position: absolute;
    right: 100%
}

.components-popover:not([data-y-axis=middle])[data-x-axis=left] .wc-blocks-components-form-token-field-wrapper .components-popover__content {
    margin-right: -25px
}

.wc-blocks-components-form-token-field-wrapper .components-popover__header {
    align-items: center;
    background: #fff;
    display: flex;
    height: 48px;
    justify-content: space-between;
    padding: 0 8px 0 16px
}

.wc-blocks-components-form-token-field-wrapper .components-popover__header-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.wc-blocks-components-form-token-field-wrapper .components-popover__close.components-button {
    z-index: z-index(".components-popover__close")
}

.wc-blocks-components-form-token-field-wrapper .components-tooltip.components-popover {
    z-index: z-index(".components-tooltip")
}

.wc-blocks-components-form-token-field-wrapper .components-tooltip.components-popover .components-popover__content {
    min-width: 0
}

.wc-blocks-components-form-token-field-wrapper .components-tooltip .components-popover__content {
    background: #1e1e1e;
    border-radius: 2px;
    border-width: 0;
    box-shadow: none;
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap
}

.wc-blocks-components-form-token-field-wrapper .components-tooltip .components-popover__content>div {
    padding: 4px 8px
}

.wc-blocks-components-form-token-field-wrapper .components-tooltip__shortcut {
    display: inline-block;
    margin-left: 8px
}

.wc-blocks-components-form-token-field-wrapper .disabled-element-wrapper {
    position: relative
}

.wc-blocks-components-form-token-field-wrapper .disabled-element-wrapper .event-catcher {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: z-index(".components-tooltip .event-catcher")
}

.wc-blocks-components-form-token-field-wrapper {
    border-color: #949494
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__label,
.wc-blocks-components-form-token-field-wrapper .components-visually-hidden {
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal !important;
    border: 0;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    overflow-wrap: normal !important;
    padding: 0;
    position: absolute !important;
    width: 1px
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field,
.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container {
    border-color: inherit;
    box-sizing: border-box;
    margin-bottom: 0
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container {
    background-color: #fff;
    border-radius: 0;
    box-shadow: none;
    color: #000;
    position: relative
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container input[type=text].components-form-token-field__input {
    min-height: 30px
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token.components-button,
.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token-text {
    background: #e0e0e0
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token {
    border: none
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestions-list {
    background-color: #fff;
    border: 1px solid #949494;
    border-top: 0 solid #949494;
    left: -1px;
    margin: 1px 0 0;
    position: absolute;
    right: -1px;
    top: 100%;
    z-index: 50
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestions-list:empty {
    display: none
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestion {
    padding: 8px
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestion.is-selected {
    background: #f0f0f0;
    color: #2f2f2f
}

.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__token {
    margin-right: 0;
    position: relative;
    width: 100%;
    z-index: 1
}

.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__remove-token.components-button,
.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__token-text {
    background: 0 0
}

.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__token-text {
    padding-left: 4px;
    width: 100%
}

.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__token+input[type=text].components-form-token-field__input {
    position: absolute
}

.wc-blocks-components-form-token-field-wrapper.single-selection .is-active .components-form-token-field__token+input[type=text].components-form-token-field__input {
    border: 1px solid #949494;
    margin: 0 2px 4px;
    padding: 0 5px;
    position: static
}

.wc-block-components-formatted-money-amount {
    white-space: nowrap
}

.wc-block-components-load-more {
    text-align: center;
    width: 100%
}

.wc-block-components-loading-mask {
    min-height: 34px;
    pointer-events: none;
    position: relative
}

.wc-block-components-loading-mask .components-spinner {
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.wc-block-components-loading-mask .wc-block-components-loading-mask__children {
    opacity: .25
}

.wc-block-components-pagination {
    margin: 0 auto 16px
}

.wc-block-components-pagination__ellipsis,
.wc-block-components-pagination__page {
    color: #333;
    display: inline-block;
    font-size: 1em;
    font-weight: 400
}

.wc-block-components-pagination__page {
    border-color: transparent;
    min-width: 2.2em;
    padding: .3em .6em
}

@media(max-width:782px) {
    .wc-block-components-pagination__page {
        min-width: 1.6em;
        padding: .1em .2em
    }
}

.wc-block-components-pagination__page:not(.toggle) {
    background-color: transparent
}

.wc-block-components-pagination__ellipsis {
    padding: .3em
}

@media(max-width:782px) {
    .wc-block-components-pagination__ellipsis {
        padding: .1em
    }
}

.wc-block-components-pagination__page--active[disabled] {
    color: #333;
    font-weight: 700;
    opacity: 1 !important
}

.wc-block-components-pagination__page--active[disabled]:focus,
.wc-block-components-pagination__page--active[disabled]:hover {
    background-color: inherit;
    color: #333;
    opacity: 1 !important
}

html[dir=rtl] .wc-block-components-pagination-page--arrow span {
    display: inline-block;
    transform: scaleX(-1)
}

.wc-block-components-price-slider {
    margin-bottom: 24px
}

.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-reset-button,
.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-submit-button,
.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-reset-button>*,
.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-submit-button>*,
.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper>* {
    visibility: hidden
}

.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-reset-button:after,
.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-submit-button:after,
.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-reset-button,
    .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-submit-button,
    .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__amount {
    display: none
}

.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__amount,
.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__button,
.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper {
    -webkit-animation: none;
    animation: none
}

.wc-block-components-price-slider__range-input-wrapper {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    border: 0 !important;
    border-radius: 4px;
    clear: both;
    flex-grow: 1;
    height: 4px;
    margin: 15px 0;
    outline: none;
    padding: 0 !important;
    position: relative
}

.wc-block-components-price-slider__range-input-wrapper:before {
    background: currentColor;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .2;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-components-price-slider__range-input-wrapper.is-loading {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    border-radius: 0;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    height: .5625em;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

.wc-block-components-price-slider__range-input-wrapper.is-loading>* {
    visibility: hidden
}

.wc-block-components-price-slider__range-input-wrapper.is-loading:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-components-price-slider__range-input-wrapper.is-loading {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-price-slider__range-input-progress {
    --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: currentColor;
    background: var(--track-background);
    height: 4px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.wc-block-components-price-slider__controls {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: space-between;
    margin: 16px 0
}

.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
    border-radius: 4px;
    border-width: 1px;
    font-size: .875em;
    margin: 0;
    max-width: 80px;
    min-width: 0;
    padding: 8px;
    width: auto
}

.wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
    max-width: 60px
}

.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.is-loading {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    border-radius: 0 !important;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    z-index: 1
}

.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.is-loading>* {
    visibility: hidden
}

.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.is-loading:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.is-loading {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-price-slider__range-text {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 24px 0
}

.wc-block-components-price-slider__range-text .wc-block-components-formatted-money-amount {
    font-size: .875em
}

.wc-block-components-price-slider__actions {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: flex-end
}

.wc-block-components-price-slider__actions button[type=submit]:not(.wp-block-search__button).wc-block-components-filter-submit-button {
    font-size: .875em;
    margin-left: 0;
    margin-top: 0
}

.wc-block-components-price-slider__range-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    border: 0 !important;
    display: block;
    height: 0;
    left: 0;
    margin: 0;
    outline: none;
    outline: none !important;
    padding: 0 !important;
    pointer-events: none;
    position: relative;
    position: absolute;
    top: 0;
    width: 100%
}

.wc-block-components-price-slider__range-input::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: default;
    height: 1px;
    outline: 0
}

.wc-block-components-price-slider__range-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    background-position: 0 0;
    border: 2px solid #1e1e1e;
    border-radius: 100%;
    box-sizing: content-box;
    cursor: pointer;
    height: 12px;
    margin: -5px 0 0;
    padding: 0;
    pointer-events: auto;
    -webkit-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    vertical-align: top;
    width: 12px;
    z-index: 20
}

.wc-block-components-price-slider__range-input::-webkit-slider-thumb:hover {
    background: #1e1e1e;
    border-color: #fff
}

.wc-block-components-price-slider__range-input::-webkit-slider-progress {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    border: 0 !important;
    margin: 0;
    outline: none;
    padding: 0 !important
}

.wc-block-components-price-slider__range-input::-moz-focus-outer {
    border: 0
}

.wc-block-components-price-slider__range-input::-moz-range-track {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: default;
    height: 1px;
    outline: 0
}

.wc-block-components-price-slider__range-input::-moz-range-progress {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    border: 0 !important;
    margin: 0;
    outline: none;
    padding: 0 !important
}

.wc-block-components-price-slider__range-input::-moz-range-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    background-position: 0 0;
    border: 2px solid #1e1e1e;
    border-radius: 100%;
    box-sizing: content-box;
    cursor: pointer;
    height: 12px;
    margin: 0;
    padding: 0;
    pointer-events: auto;
    -moz-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    vertical-align: top;
    width: 12px;
    z-index: 20
}

.wc-block-components-price-slider__range-input::-moz-range-thumb:hover {
    background: #1e1e1e;
    border-color: #fff
}

.wc-block-components-price-slider__range-input::-ms-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    background-position: 0 0;
    border: 2px solid #1e1e1e;
    border-radius: 100%;
    box-sizing: content-box;
    cursor: pointer;
    height: 12px;
    margin: 0;
    padding: 0;
    pointer-events: auto;
    -ms-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    vertical-align: top;
    width: 12px;
    z-index: 20
}

.wc-block-components-price-slider__range-input::-ms-thumb:hover {
    background: #1e1e1e;
    border-color: #fff
}

.wc-block-components-price-slider__range-input:focus::-webkit-slider-thumb {
    background: #1e1e1e;
    border-color: #fff
}

.wc-block-components-price-slider__range-input:focus::-moz-range-thumb {
    background: #1e1e1e;
    border-color: #fff
}

.wc-block-components-price-slider__range-input:focus::-ms-thumb {
    background: #1e1e1e;
    border-color: #fff
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min {
    z-index: 21
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-webkit-slider-thumb {
    background-position-x: left;
    margin-left: -2px
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-moz-range-thumb {
    background-position-x: left;
    transform: translate(-2px, 2px)
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-ms-thumb {
    background-position-x: left
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max {
    z-index: 20
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-webkit-slider-thumb {
    background-position-x: right;
    margin-left: 2px
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-moz-range-thumb {
    background-position-x: right;
    transform: translate(2px, 2px)
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-ms-thumb {
    background-position-x: right
}

.rtl .wc-block-components-price-slider__range-input-progress {
    --track-background: linear-gradient(270deg, transparent var(--low), var(--range-color) 0, var(--range-color) var(--high), transparent 0) no-repeat 0 100%/100% 100%;
    --range-color: #af7dd1;
    background: var(--track-background)
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .wc-block-components-price-slider__range-input-wrapper {
        background: 0 0;
        box-shadow: none;
        height: 24px
    }
    .wc-block-components-price-slider__range-input-progress {
        background: #af7dd1;
        top: 7px;
        width: 100%
    }
    .wc-block-components-price-slider__range-input {
        height: 24px;
        pointer-events: auto
    }
    .wc-block-components-price-slider__range-input::-ms-track {
        background: 0 0;
        border-color: transparent;
        border-width: 7px 0;
        color: transparent
    }
    .wc-block-components-price-slider__range-input::-ms-fill-lower {
        background: #e1e1e1;
        box-shadow: inset 0 0 0 1px #b8b8b8
    }
    .wc-block-components-price-slider__range-input::-ms-fill-upper {
        background: 0 0
    }
    .wc-block-components-price-slider__range-input::-ms-tooltip {
        display: none
    }
    .wc-block-components-price-slider__range-input::-ms-thumb {
        pointer-events: auto;
        transform: translate(1px)
    }
    .wc-block-components-price-slider__range-input--max::-ms-fill-upper {
        background: #e1e1e1;
        box-shadow: inset 0 0 0 1px #b8b8b8
    }
    .wc-block-components-price-slider__range-input--max::-ms-fill-lower {
        background: 0 0
    }
    .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper {
        background-color: currentColor !important;
        border: 0 !important;
        border-radius: .25rem;
        box-shadow: none;
        color: currentColor !important;
        display: block;
        line-height: 1;
        max-width: 100% !important;
        opacity: .15;
        outline: 0 !important;
        overflow: hidden !important;
        pointer-events: none;
        position: relative !important;
        width: 100%;
        z-index: 1
    }
    .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper>* {
        visibility: hidden
    }
    .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper:after {
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite;
        background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
        background-repeat: no-repeat;
        content: " ";
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        transform: translateX(-100%)
    }
}

@media screen and (-ms-high-contrast:active)and (prefers-reduced-motion:reduce),
screen and (-ms-high-contrast:none)and (prefers-reduced-motion:reduce) {
    .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper {
        -webkit-animation: none;
        animation: none
    }
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper {
        -webkit-animation: none;
        animation: none
    }
}

@supports(-ms-ime-align:auto) {
    .wc-block-components-price-slider__range-input-wrapper {
        background: 0 0;
        box-shadow: none;
        height: 24px
    }
    .wc-block-components-price-slider__range-input-progress {
        background: #af7dd1;
        top: 7px;
        width: 100%
    }
    .wc-block-components-price-slider__range-input {
        height: 24px;
        pointer-events: auto
    }
    .wc-block-components-price-slider__range-input::-ms-track {
        background: 0 0;
        border-color: transparent;
        border-width: 7px 0;
        color: transparent
    }
    .wc-block-components-price-slider__range-input::-ms-fill-lower {
        background: #e1e1e1;
        box-shadow: inset 0 0 0 1px #b8b8b8
    }
    .wc-block-components-price-slider__range-input::-ms-fill-upper {
        background: 0 0
    }
    .wc-block-components-price-slider__range-input::-ms-tooltip {
        display: none
    }
    .wc-block-components-price-slider__range-input::-ms-thumb {
        pointer-events: auto;
        transform: translate(1px)
    }
    .wc-block-components-price-slider__range-input--max::-ms-fill-upper {
        background: #e1e1e1;
        box-shadow: inset 0 0 0 1px #b8b8b8
    }
    .wc-block-components-price-slider__range-input--max::-ms-fill-lower {
        background: 0 0
    }
    .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper {
        background-color: currentColor !important;
        border: 0 !important;
        border-radius: .25rem;
        box-shadow: none;
        color: currentColor !important;
        display: block;
        line-height: 1;
        max-width: 100% !important;
        opacity: .15;
        outline: 0 !important;
        overflow: hidden !important;
        pointer-events: none;
        position: relative !important;
        width: 100%;
        z-index: 1
    }
    .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper>* {
        visibility: hidden
    }
    .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper:after {
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite;
        background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
        background-repeat: no-repeat;
        content: " ";
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        transform: translateX(-100%)
    }
    @media screen and (prefers-reduced-motion:reduce) {
        .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper {
            -webkit-animation: none;
            animation: none
        }
    }
    .wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper {
        -webkit-animation: none;
        animation: none
    }
}

.theme-twentytwentyone .wc-block-components-price-slider__range-input-wrapper {
    background: 0 0;
    border: 3px solid;
    box-sizing: border-box
}

.theme-twentytwentyone .wc-block-components-price-slider__range-input-progress {
    --range-color: currentColor;
    margin: -3px
}

.theme-twentytwentyone .wc-block-price-filter__range-input {
    background: 0 0;
    margin: -3px;
    width: calc(100% + 6px)
}

.theme-twentytwentyone .wc-block-price-filter__range-input:focus::-webkit-slider-thumb,
.theme-twentytwentyone .wc-block-price-filter__range-input:hover::-webkit-slider-thumb {
    filter: none
}

.theme-twentytwentyone .wc-block-price-filter__range-input:focus::-moz-range-thumb,
.theme-twentytwentyone .wc-block-price-filter__range-input:hover::-moz-range-thumb {
    filter: none
}

.theme-twentytwentyone .wc-block-price-filter__range-input:focus::-ms-thumb,
.theme-twentytwentyone .wc-block-price-filter__range-input:hover::-ms-thumb {
    filter: none
}

.theme-twentytwentyone .wc-block-price-filter__range-input::-webkit-slider-thumb {
    margin-top: -9px
}

.theme-twentytwentyone .wc-block-price-filter__range-input.wc-block-components-price-slider__range-input--max::-moz-range-thumb {
    transform: translate(2px, 1px)
}

.theme-twentytwentyone .wc-block-price-filter__range-input.wc-block-components-price-slider__range-input--min::-moz-range-thumb {
    transform: translate(-2px, 1px)
}

.theme-twentytwentyone .wc-block-price-filter__range-input::-ms-track {
    border-color: transparent !important
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .theme-twentytwentyone .wc-block-components-price-slider__range-input-wrapper {
        border: 0;
        height: auto;
        height: 50px;
        position: relative
    }
    .theme-twentytwentyone .wc-block-components-price-slider__range-input-progress {
        display: none
    }
    .theme-twentytwentyone .wc-block-price-filter__range-input {
        height: 100%;
        margin: 0;
        width: 100%
    }
}

.wc-block-components-product-sort-select {
    margin-bottom: 24px;
    text-align: left
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        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 {
    color: inherit;
    display: block;
    margin: 0 auto 1em;
    max-width: 150px
}

.wc-block-grid__no-products .wc-block-grid__no-products-title {
    display: block;
    font-weight: 700;
    margin: 0
}

.wc-block-grid__no-products .wc-block-grid__no-products-description {
    display: block;
    margin: .25em 0 1em
}

.wc-block-grid__products {
    background-clip: padding-box;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px 16px;
    padding: 0
}

.wc-block-grid__product {
    border-bottom: 16px solid transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    box-sizing: border-box;
    float: none;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: auto
}

.wc-block-grid__product.wc-block-grid__product {
    box-sizing: border-box
}

.theme-twentytwenty .wc-block-grid.has-aligned-buttons .wc-block-grid__product,
.wc-block-grid.has-aligned-buttons .wc-block-grid__product {
    display: flex;
    flex-direction: column
}

.theme-twentytwenty .wc-block-grid.has-aligned-buttons .wc-block-grid__product>:last-child,
.wc-block-grid.has-aligned-buttons .wc-block-grid__product>:last-child {
    margin-bottom: 0;
    margin-top: auto;
    padding-bottom: 12px
}

.theme-twentytwenty .wc-block-grid.has-1-columns .wc-block-grid__product,
.wc-block-grid.has-1-columns .wc-block-grid__product {
    flex: 1 0 100%;
    max-width: 100%
}

.theme-twentytwenty .wc-block-grid.has-2-columns .wc-block-grid__product,
.wc-block-grid.has-2-columns .wc-block-grid__product {
    flex: 1 0 50%;
    max-width: 50%
}

.theme-twentytwenty .wc-block-grid.has-3-columns .wc-block-grid__product,
.wc-block-grid.has-3-columns .wc-block-grid__product {
    flex: 1 0 33.3333333333%;
    max-width: 33.3333333333%
}

.theme-twentytwenty .wc-block-grid.has-4-columns .wc-block-grid__product,
.wc-block-grid.has-4-columns .wc-block-grid__product {
    flex: 1 0 25%;
    max-width: 25%
}

.theme-twentytwenty .wc-block-grid.has-5-columns .wc-block-grid__product,
.wc-block-grid.has-5-columns .wc-block-grid__product {
    flex: 1 0 20%;
    max-width: 20%
}

.theme-twentytwenty .wc-block-grid.has-6-columns .wc-block-grid__product,
.wc-block-grid.has-6-columns .wc-block-grid__product {
    flex: 1 0 16.6666666667%;
    max-width: 16.6666666667%
}

.theme-twentytwenty .wc-block-grid.has-7-columns .wc-block-grid__product,
.wc-block-grid.has-7-columns .wc-block-grid__product {
    flex: 1 0 14.2857142857%;
    max-width: 14.2857142857%
}

.theme-twentytwenty .wc-block-grid.has-8-columns .wc-block-grid__product,
.wc-block-grid.has-8-columns .wc-block-grid__product {
    flex: 1 0 12.5%;
    max-width: 12.5%
}

.theme-twentytwenty .wc-block-grid.has-6-columns .wc-block-grid__product,
.wc-block-grid.has-6-columns .wc-block-grid__product {
    font-size: .5em
}

.theme-twentytwenty .wc-block-grid.has-5-columns .wc-block-grid__product,
.theme-twentytwenty .wc-block-grid.has-6-columns.alignfull .wc-block-grid__product,
.wc-block-grid.has-5-columns .wc-block-grid__product,
.wc-block-grid.has-6-columns.alignfull .wc-block-grid__product {
    font-size: .58em
}

.theme-twentytwenty .wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product,
.theme-twentytwenty .wc-block-grid.has-5-columns.alignfull .wc-block-grid__product,
.wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product,
.wc-block-grid.has-5-columns.alignfull .wc-block-grid__product {
    font-size: .75em
}

.theme-twentytwenty .wc-block-grid.has-3-columns:not(.alignwide):not(.alignfull),
.wc-block-grid.has-3-columns:not(.alignwide):not(.alignfull) {
    font-size: .92em
}

@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 {
        flex: 1 0 100%;
        margin-left: auto;
        margin-right: auto;
        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 {
        flex: 1 0 100%;
        margin-left: auto;
        margin-right: auto;
        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 {
        flex: 1 0 100%;
        margin-left: auto;
        margin-right: auto;
        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 {
        flex: 1 0 100%;
        margin-left: auto;
        margin-right: auto;
        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 {
        flex: 1 0 100%;
        margin-left: auto;
        margin-right: auto;
        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 {
        flex: 1 0 100%;
        margin-left: auto;
        margin-right: auto;
        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 {
        flex: 1 0 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        padding: 0
    }
}

@media(min-width:481px)and (max-width:600px) {
    .wc-block-grid.has-2-columns .wc-block-grid__product {
        flex: 1 0 50%;
        margin: 0 0 24px;
        max-width: 50%;
        padding: 0
    }
    .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-3-columns .wc-block-grid__product {
        flex: 1 0 50%;
        margin: 0 0 24px;
        max-width: 50%;
        padding: 0
    }
    .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-4-columns .wc-block-grid__product {
        flex: 1 0 50%;
        margin: 0 0 24px;
        max-width: 50%;
        padding: 0
    }
    .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-5-columns .wc-block-grid__product {
        flex: 1 0 50%;
        margin: 0 0 24px;
        max-width: 50%;
        padding: 0
    }
    .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-6-columns .wc-block-grid__product {
        flex: 1 0 50%;
        margin: 0 0 24px;
        max-width: 50%;
        padding: 0
    }
    .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-7-columns .wc-block-grid__product {
        flex: 1 0 50%;
        margin: 0 0 24px;
        max-width: 50%;
        padding: 0
    }
    .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-8-columns .wc-block-grid__product {
        flex: 1 0 50%;
        margin: 0 0 24px;
        max-width: 50%;
        padding: 0
    }
    .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-components-product-name {
    font-size: 1em;
    overflow-wrap: anywhere;
    word-break: break-word;
    -ms-word-break: break-all
}

.wc-block-components-product-price--align-left {
    display: block;
    text-align: left
}

.wc-block-components-product-price--align-center {
    display: block;
    text-align: center
}

.wc-block-components-product-price--align-right {
    display: block;
    text-align: right
}

.wc-block-components-product-price__value.is-discounted {
    margin-left: .5em
}

.is-loading .wc-block-components-product-price:before {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    content: ".";
    display: block;
    display: inline-block;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    width: 5em;
    z-index: 1
}

.is-loading .wc-block-components-product-price:before>* {
    visibility: hidden
}

.is-loading .wc-block-components-product-price:before:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-price:before {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-quantity-selector {
    border-radius: 4px;
    box-sizing: content-box;
    display: flex;
    margin: 0 0 .25em;
    position: relative;
    width: 107px
}

.wc-block-components-quantity-selector:after {
    border: 1px solid;
    border-radius: 4px;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .45;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    background: 0 0;
    border: 0;
    box-shadow: none;
    color: currentColor;
    flex: 1 1 auto;
    font-size: 1em;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    min-width: 40px;
    order: 2;
    padding: .4em 0;
    text-align: center;
    vertical-align: middle
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus {
    box-shadow: inset 0 0 1px 1px currentColor;
    outline: none
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:disabled {
    opacity: .6
}

.wc-block-components-quantity-selector input::-webkit-inner-spin-button,
.wc-block-components-quantity-selector input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
    background: none transparent;
    border: 0;
    box-shadow: none;
    color: currentColor;
    cursor: pointer;
    font-size: .9em;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    min-width: 30px;
    opacity: .6;
    padding: 0;
    text-align: center;
    text-decoration: none
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus {
    box-shadow: inset 0 0 1px 1px currentColor;
    outline: none
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus,
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
    opacity: 1
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:disabled {
    box-shadow: none;
    cursor: default;
    opacity: .6
}

.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--minus {
    border-radius: 4px 0 0 4px;
    order: 1
}

.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--plus {
    border-radius: 0 4px 4px 0;
    order: 3
}

.theme-twentyseventeen .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus,
.theme-twentyseventeen .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
    background: none transparent
}

.wc-block-components-radio-control__option {
    color: inherit;
    display: block;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 1em 0;
    padding: 0 0 0 2.5em;
    position: relative;
    text-decoration: inherit;
    text-transform: inherit
}

.wc-block-components-radio-control__option:first-child {
    margin-top: 0
}

.wc-block-components-radio-control__option:last-child {
    margin-bottom: 0
}

.wc-block-components-radio-control__option-layout {
    display: table;
    width: 100%
}

.wc-block-components-radio-control__option .wc-block-components-radio-control__option-layout:after {
    display: none
}

.wc-block-components-radio-control__description-group,
.wc-block-components-radio-control__label-group {
    display: table-row
}

.wc-block-components-radio-control__description-group>span,
.wc-block-components-radio-control__label-group>span {
    display: table-cell
}

.wc-block-components-radio-control__description-group .wc-block-components-radio-control__secondary-description,
.wc-block-components-radio-control__description-group .wc-block-components-radio-control__secondary-label,
.wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-description,
.wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-label {
    min-width: 50%;
    text-align: right
}

.wc-block-components-radio-control__label,
.wc-block-components-radio-control__secondary-label {
    line-height: max(1.5rem, 24px)
}

.wc-block-components-radio-control__description,
.wc-block-components-radio-control__secondary-description {
    font-size: .875em;
    line-height: 20px
}

.wc-block-components-radio-control .wc-block-components-radio-control__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 2px solid #50575e;
    border-radius: 50%;
    display: inline-block;
    height: 1.5em;
    left: 0;
    min-height: 24px;
    min-width: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1.5em
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
    background: #000;
    border-radius: 50%;
    content: "";
    display: block;
    height: .75em;
    left: 50%;
    margin: 0;
    min-height: 12px;
    min-width: 12px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: .75em
}

.has-dark-controls .wc-block-components-radio-control .wc-block-components-radio-control__input {
    background-color: rgba(0, 0, 0, .1);
    border-color: hsla(0, 0%, 100%, .6)
}

.has-dark-controls .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
    background: #fff
}

.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:checked {
    border-width: 2px
}

.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
    background-color: var(--form--color-text)
}

.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:after {
    display: none
}

.is-loading .wc-block-components-review-list-item__text {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    width: 60%;
    z-index: 1
}

.is-loading .wc-block-components-review-list-item__text>* {
    visibility: hidden
}

.is-loading .wc-block-components-review-list-item__text:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-review-list-item__text {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-components-review-list-item__text:before {
    content: " "
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image>* {
    visibility: hidden
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image:before {
    content: " "
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    font-size: 1em;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    width: 80px;
    z-index: 1
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author>* {
    visibility: hidden
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author:before {
    content: " "
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__product,
.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__rating .wc-block-components-review-list-item__rating__stars>span {
    display: none
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    height: 1em;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    width: 120px;
    z-index: 1
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date>* {
    visibility: hidden
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date:before {
    content: " "
}

.editor-styles-wrapper .wc-block-components-review-list-item__item,
.wc-block-components-review-list-item__item {
    list-style: none;
    margin: 0 0 48px
}

.wc-block-components-review-list-item__info {
    -ms-grid-columns: 1fr;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 24px
}

.wc-block-components-review-list-item__meta {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1
}

.wc-block-components-review-list-item__item--has-image .wc-block-components-review-list-item__info {
    -ms-grid-columns: calc(3em + 16px) 1fr;
    grid-template-columns: calc(3em + 16px) 1fr
}

.wc-block-components-review-list-item__item--has-image .wc-block-components-review-list-item__meta {
    -ms-grid-column: 2;
    grid-column: 2
}

.wc-block-components-review-list-item__image {
    -ms-grid-row-span: 2;
    align-items: center;
    display: flex;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1/3;
    height: 3em;
    justify-content: center;
    position: relative;
    width: 3em
}

.wc-block-components-review-list-item__image>img {
    display: block;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.wc-block-components-review-list-item__verified {
    bottom: -7px;
    height: 21px;
    line-height: 21px;
    margin: 0;
    overflow: hidden;
    position: absolute;
    right: -7px;
    text-indent: 21px;
    width: 21px
}

.wc-block-components-review-list-item__verified:before {
    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;
    content: "";
    display: block;
    height: 21px;
    width: 21px
}

.wc-block-components-review-list-item__meta {
    align-items: center;
    display: flex;
    flex-flow: row wrap
}

.wc-block-components-review-list-item__meta:after {
    content: "";
    flex-basis: 100%;
    order: 3
}

.wc-block-components-review-list-item__author,
.wc-block-components-review-list-item__product {
    display: block;
    font-weight: 700;
    margin-right: 8px;
    order: 1
}

.wc-block-components-review-list-item__product+.wc-block-components-review-list-item__author {
    font-weight: 400;
    order: 4
}

.wc-block-components-review-list-item__published-date {
    order: 5
}

.wc-block-components-review-list-item__product+.wc-block-components-review-list-item__author+.wc-block-components-review-list-item__published-date {
    padding-left: 8px;
    position: relative
}

.wc-block-components-review-list-item__product+.wc-block-components-review-list-item__author+.wc-block-components-review-list-item__published-date:before {
    border-right: 1px solid;
    content: "";
    display: inline-block;
    height: 1em;
    margin-left: -8px;
    opacity: .5;
    position: absolute;
    top: calc(50% + .1em);
    transform: translateY(-50%);
    vertical-align: middle
}

.wc-block-components-review-list-item__author:first-child+.wc-block-components-review-list-item__published-date:before,
.wc-block-components-review-list-item__rating+.wc-block-components-review-list-item__author+.wc-block-components-review-list-item__published-date:before {
    display: none
}

.wc-block-components-review-list-item__rating {
    order: 2
}

.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars {
    display: block;
    font-family: star;
    font-size: 1em;
    font-weight: 400;
    height: 1em;
    line-height: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    width: 5.3em
}

.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars:before {
    content: "SSSSS";
    float: left;
    left: 0;
    opacity: .25;
    position: absolute;
    top: 0
}

.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars span {
    float: left;
    left: 0;
    overflow: hidden;
    padding-top: 1.5em;
    position: absolute;
    top: 0
}

.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars span:before {
    color: #e6a237;
    content: "SSSSS";
    left: 0;
    position: absolute;
    top: 0
}

.wc-block-components-review-list-item__text p {
    font-size: inherit
}

.wc-block-components-review-list.wc-block-components-review-list {
    margin: 0
}

.wc-block-components-review-sort-select {
    text-align: right
}

.wc-block-components-sidebar-layout {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 16px;
    position: relative
}

.wc-block-components-sidebar-layout .wc-block-components-main {
    box-sizing: border-box;
    margin: 0;
    padding-right: 3.7735849057%;
    width: 65%
}

.wc-block-components-sidebar {
    box-sizing: border-box;
    margin: 0;
    padding-left: 2.2641509434%;
    width: 35%
}

.wc-block-components-sidebar .wc-block-components-panel>h2 {
    border: 0;
    border-radius: 0;
    font-size: 1em;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

.is-medium.wc-block-components-sidebar-layout,
.is-mobile.wc-block-components-sidebar-layout,
.is-small.wc-block-components-sidebar-layout {
    flex-direction: column;
    margin: 0 auto 16px
}

.is-medium.wc-block-components-sidebar-layout .wc-block-components-main,
.is-medium.wc-block-components-sidebar-layout .wc-block-components-sidebar,
.is-mobile.wc-block-components-sidebar-layout .wc-block-components-main,
.is-mobile.wc-block-components-sidebar-layout .wc-block-components-sidebar,
.is-small.wc-block-components-sidebar-layout .wc-block-components-main,
.is-small.wc-block-components-sidebar-layout .wc-block-components-sidebar {
    padding: 0;
    width: 100%
}

.is-large .wc-block-components-sidebar .wc-block-components-panel,
.is-large .wc-block-components-sidebar .wc-block-components-totals-item {
    padding-left: 16px;
    padding-right: 16px
}

.is-large .wc-block-components-sidebar .wc-block-components-panel .wc-block-components-totals-item {
    padding: 0
}

.wc-block-components-sidebar .wc-block-components-panel>h2 {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit
}

.wc-block-components-sidebar .wc-block-components-panel>h2 .wc-block-components-panel__button {
    font-weight: 400
}

.theme-twentytwenty .wc-block-components-sidebar .wc-block-components-panel>h2 {
    border: 0;
    border-radius: 0;
    font-size: 1.25em;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

.wc-block-components-sort-select {
    margin-bottom: 12px
}

.wc-block-components-sort-select__label {
    display: inline-block;
    font-weight: 400;
    margin-right: 12px
}

.wc-block-components-sort-select__select {
    font-size: inherit;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.wc-block-components-spinner {
    box-sizing: content-box;
    color: inherit;
    font-size: 1.25em;
    height: 100%;
    position: absolute;
    text-align: center;
    width: 100%
}

.wc-block-components-spinner:after {
    -webkit-animation: spinner__animation 1s linear infinite;
    animation: spinner__animation 1s linear infinite;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: .2em solid;
    border-left: .2em solid transparent;
    border-radius: 50%;
    box-sizing: border-box;
    content: " ";
    height: 1em;
    left: 50%;
    margin: -.5em 0 0 -.5em;
    position: absolute;
    top: 50%;
    transform: translateZ(0) scale(.5);
    transform-origin: 50% 50%;
    width: 1em
}

.wc-block-components-state-input {
    margin-top: 1.5em
}

.wc-block-components-tabs .wc-block-components-tabs__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%
}

.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item {
    background: 0 0;
    border: none;
    border-radius: 0;
    box-shadow: inset 0 -1px currentColor;
    color: inherit;
    flex: auto;
    outline-offset: -1px;
    padding: 12px 16px;
    text-align: center;
    transition: box-shadow .1s linear
}

.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item.is-active {
    box-shadow: inset 0 -3px currentColor;
    font-weight: 600;
    position: relative
}

.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item:focus {
    outline: 1px dotted currentColor;
    outline-offset: -1px
}

.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item:active,
.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item:hover {
    background: 0 0
}

.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item .wc-block-components-tabs__item-content {
    display: inline-block;
    font-size: 1em;
    font-weight: 700;
    line-height: 1;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item .wc-block-components-tabs__item-content>img,
.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item .wc-block-components-tabs__item-content>svg {
    height: 1.2em;
    margin: .2em 0 -.2em;
    vertical-align: middle
}

.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item .wc-block-components-tabs__item-content .wc-block-components-payment-method-icons {
    margin: .2em 0 -.2em
}

.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item .wc-block-components-tabs__item-content .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
    height: 1.2em;
    vertical-align: middle
}

.wc-block-components-tabs .wc-block-components-tabs__content {
    padding: 16px 0;
    text-transform: none
}

.wc-block-components-textarea {
    background-color: #fff;
    border: 1px solid #50575e;
    border-radius: 4px;
    color: #2b2d2f;
    font-family: inherit;
    font-size: 1em;
    line-height: 1.375;
    margin: 0;
    padding: .75em 16px;
    width: 100%
}

.has-dark-controls .wc-block-components-textarea {
    background-color: rgba(0, 0, 0, .1);
    border-color: hsla(0, 0%, 100%, .4);
    color: #fff
}

.has-dark-controls .wc-block-components-textarea::-moz-placeholder {
    color: hsla(0, 0%, 100%, .6)
}

.has-dark-controls .wc-block-components-textarea:-ms-input-placeholder {
    color: hsla(0, 0%, 100%, .6)
}

.has-dark-controls .wc-block-components-textarea::placeholder {
    color: hsla(0, 0%, 100%, .6)
}

.theme-twentytwentyone .has-dark-controls .wc-block-components-textarea {
    background-color: rgba(0, 0, 0, .1);
    color: #fff
}

.theme-twentytwenty .wc-block-components-title.wc-block-components-title,
.wc-block-components-title.wc-block-components-title {
    border: 0;
    border-radius: 0;
    font-size: 1.25em;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    word-break: break-word
}

.wc-block-components-notices__snackbar {
    bottom: 20px;
    left: 16px;
    position: fixed;
    width: auto
}

@media(max-width:782px) {
    .wc-block-components-notices__snackbar {
        bottom: auto;
        left: 0;
        position: fixed;
        top: 10px
    }
    .wc-block-components-notices__snackbar .components-snackbar-list__notice-container {
        margin-left: 10px;
        margin-right: 10px
    }
}

.with-scroll-to-top__scroll-point {
    position: relative;
    top: -36px
}

.wc-block-components-express-payment {
    margin: auto;
    position: relative
}

.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: center;
    width: 100%
}

.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons>li {
    margin: 0
}

.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons>li>img {
    height: 48px;
    width: 100%
}

.wc-block-components-express-payment--checkout {
    margin-top: 15px
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container {
    display: flex;
    flex-direction: row;
    left: 0;
    position: absolute;
    right: 0;
    top: -5px;
    vertical-align: middle
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container:before {
    border-left: 1px solid;
    border-radius: 5px 0 0;
    border-top: 1px solid;
    content: "";
    display: block;
    height: 4px;
    margin-right: 12px;
    opacity: .3;
    pointer-events: none;
    width: 10px
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container:after {
    border-radius: 0 5px 0 0;
    border-right: 1px solid;
    border-top: 1px solid;
    content: "";
    display: block;
    flex-grow: 1;
    height: 4px;
    margin-left: 12px;
    opacity: .3;
    pointer-events: none
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title {
    flex-grow: 0;
    transform: translateY(-50%)
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__content {
    padding: 19px 24px 24px;
    position: relative
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__content:after {
    border-radius: 0 0 5px 5px;
    border-style: solid;
    border-width: 0 1px 1px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__content>p {
    margin-bottom: 1em
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__event-buttons>li {
    display: inline-block;
    width: 50%
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__event-buttons>li:nth-child(2n) {
    padding-left: 8px
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__event-buttons>li:nth-child(odd) {
    padding-right: 8px
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__event-buttons>li:only-child {
    display: block;
    padding: 0;
    width: 100%
}

.wc-block-components-express-payment--cart .wc-block-components-express-payment__event-buttons>li {
    padding-bottom: 16px;
    text-align: center;
    width: 100%
}

.wc-block-components-express-payment--cart .wc-block-components-express-payment__event-buttons>li:last-child {
    padding-bottom: 0
}

.wc-block-components-express-payment-continue-rule {
    align-items: center;
    display: flex;
    margin: 24px 0;
    padding: 0 24px;
    text-align: center
}

.wc-block-components-express-payment-continue-rule:before {
    margin-right: 10px
}

.wc-block-components-express-payment-continue-rule:after {
    margin-left: 10px
}

.wc-block-components-express-payment-continue-rule:after,
.wc-block-components-express-payment-continue-rule:before {
    border-bottom: 1px solid;
    content: " ";
    flex: 1;
    opacity: .3
}

.wc-block-components-express-payment-continue-rule--cart {
    margin: 16px 0;
    text-transform: uppercase
}

.theme-twentynineteen .wc-block-components-express-payment__title:before {
    display: none
}

.theme-twentytwenty .wc-block-components-express-payment .wc-block-components-express-payment__title {
    padding-left: 12px;
    padding-right: 12px
}

.components-placeholder.wc-block-checkout__no-payment-methods-placeholder {
    margin-bottom: 16px
}

.components-placeholder.wc-block-checkout__no-payment-methods-placeholder * {
    pointer-events: all
}

.components-placeholder.wc-block-checkout__no-payment-methods-placeholder .components-placeholder__fieldset {
    display: block
}

.components-placeholder.wc-block-checkout__no-payment-methods-placeholder .components-placeholder__fieldset .components-button {
    background-color: #1e1e1e;
    color: #fff
}

.components-placeholder.wc-block-checkout__no-payment-methods-placeholder .components-placeholder__fieldset .wc-block-checkout__no-payment-methods-placeholder-description {
    display: block;
    margin: .25em 0 1em
}

.components-notice.wc-block-checkout__no-payment-methods-notice {
    margin-bottom: 16px
}

.wc-block-card-elements {
    display: flex;
    width: 100%
}

.wc-block-card-elements .wc-block-components-validation-error {
    position: static
}

.wc-block-gateway-container {
    margin-bottom: 1.5em;
    position: relative;
    white-space: nowrap
}

.wc-block-gateway-container.wc-card-number-element {
    flex-basis: 15em;
    flex-grow: 1;
    min-width: min(15em, 60%)
}

.wc-block-gateway-container.wc-card-expiry-element {
    flex-basis: 7em;
    margin-left: 12px;
    min-width: min(7em, calc(24% - 12px))
}

.wc-block-gateway-container.wc-card-cvc-element {
    flex-basis: 7em;
    margin-left: 12px;
    min-width: min(5em, calc(16% - 12px))
}

.wc-block-gateway-container .wc-block-gateway-input {
    background-color: #fff;
    border: 1px solid #50575e;
    border-radius: 4px;
    box-sizing: border-box;
    color: #2b2d2f;
    cursor: text;
    font-family: inherit;
    font-size: 1em;
    height: 3em;
    line-height: 1.375;
    margin: 0;
    padding: .75em 0 .75em 16px;
    width: 100%
}

.wc-block-gateway-container .wc-block-gateway-input:focus,
.wc-block-gateway-container:focus {
    background-color: #fff
}

.wc-block-gateway-container label {
    color: inherit;
    color: #757575;
    cursor: text;
    font-family: inherit;
    font-size: inherit;
    font-size: 1em;
    font-style: inherit;
    font-weight: inherit;
    left: 0;
    letter-spacing: inherit;
    line-height: inherit;
    line-height: 1.375;
    margin: 0 0 0 17px;
    max-width: calc(100% - 24px);
    overflow: hidden;
    position: absolute;
    text-decoration: inherit;
    text-overflow: ellipsis;
    text-transform: inherit;
    top: 0;
    transform: translateY(.75em);
    transform-origin: top left;
    transition: transform .2s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-gateway-container label {
        transition: none
    }
}

.wc-block-gateway-container.wc-inline-card-element label {
    margin-left: calc(24px + 1.5em)
}

.wc-block-gateway-container.wc-inline-card-element .wc-block-gateway-input.focused.empty+label,
.wc-block-gateway-container.wc-inline-card-element .wc-block-gateway-input:not(.empty)+label {
    margin-left: 16px;
    transform: translateY(4px) scale(.75)
}

.wc-block-gateway-container.wc-inline-card-element+.wc-block-components-validation-error {
    margin-top: -24px;
    position: static
}

.wc-block-gateway-container .wc-block-gateway-input.focused.empty,
.wc-block-gateway-container .wc-block-gateway-input:not(.empty) {
    padding: 1.5em 0 .25em 16px
}

.wc-block-gateway-container .wc-block-gateway-input.focused.empty+label,
.wc-block-gateway-container .wc-block-gateway-input:not(.empty)+label {
    transform: translateY(4px) scale(.75)
}

.wc-block-gateway-container .wc-block-gateway-input.has-error {
    border-color: #cc1818
}

.wc-block-gateway-container .wc-block-gateway-input.has-error:focus {
    outline-color: #cc1818
}

.wc-block-gateway-container .wc-block-gateway-input.has-error+label {
    color: #cc1818
}

.is-large .wc-card-cvc-element .wc-block-components-validation-error>p,
.is-large .wc-card-expiry-element .wc-block-components-validation-error>p,
.is-medium .wc-card-cvc-element .wc-block-components-validation-error>p,
.is-medium .wc-card-expiry-element .wc-block-components-validation-error>p {
    line-height: 16px;
    padding-top: 4px
}

.is-mobile .wc-card-cvc-element .wc-block-components-validation-error>p,
.is-mobile .wc-card-expiry-element .wc-block-components-validation-error>p,
.is-small .wc-card-cvc-element .wc-block-components-validation-error>p,
.is-small .wc-card-expiry-element .wc-block-components-validation-error>p {
    min-height: 28px
}

.wc-block-components-checkout-payment-methods * {
    pointer-events: all
}

.is-mobile .wc-block-card-elements,
.is-small .wc-block-card-elements {
    flex-wrap: wrap
}

.is-mobile .wc-block-gateway-container.wc-card-number-element,
.is-small .wc-block-gateway-container.wc-card-number-element {
    flex-basis: 100%
}

.is-mobile .wc-block-gateway-container.wc-card-expiry-element,
.is-small .wc-block-gateway-container.wc-card-expiry-element {
    flex-basis: calc(50% - 8px);
    margin-left: 0;
    margin-right: 8px
}

.is-mobile .wc-block-gateway-container.wc-card-cvc-element,
.is-small .wc-block-gateway-container.wc-card-cvc-element {
    flex-basis: calc(50% - 8px);
    margin-left: 8px
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__option {
    padding-left: 56px
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__option:after {
    content: none
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__option .wc-block-components-radio-control__input {
    left: 16px
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__option,
.wc-block-checkout__payment-method .wc-block-components-radio-control__option:first-child,
.wc-block-checkout__payment-method .wc-block-components-radio-control__option:last-child {
    margin: 0;
    padding-bottom: 1em;
    padding-top: 1em
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__option-checked {
    font-weight: 700
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option,
.wc-block-checkout__payment-method .wc-block-components-radio-control__option {
    position: relative
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option:after,
.wc-block-checkout__payment-method .wc-block-components-radio-control__option:after {
    border-style: solid;
    border-width: 1px 1px 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option:last-child:after,
.wc-block-checkout__payment-method .wc-block-components-radio-control__option:last-child:after {
    border-width: 1px
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__option:after {
    border-width: 0
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__label {
    align-items: center;
    display: flex;
    justify-content: flex-start
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__label img {
    height: 24px;
    max-height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left;
    object-position: left
}

.wc-block-checkout__payment-method .wc-block-components-radio-control.disable-radio-control .wc-block-components-radio-control__option {
    padding-left: 16px
}

.wc-block-checkout__payment-method .wc-block-components-radio-control.disable-radio-control .wc-block-components-radio-control__input {
    display: none
}

.wc-block-checkout__payment-method .wc-block-components-checkout-step__description-payments-aligned {
    height: 28px;
    padding-top: 14px
}

.wc-block-components-radio-control-accordion-content {
    padding: 0 16px 1em
}

.wc-block-components-radio-control-accordion-content:empty {
    display: none
}

.wc-block-checkout__order-notes .wc-block-components-checkout-step__content {
    padding-bottom: 0
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-cross-sells-block {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    margin-top: 2em;
    max-width: 100% !important;
    min-height: 15em;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-cross-sells-block>* {
    visibility: hidden
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-cross-sells-block:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-cross-sells-block {
        -webkit-animation: none;
        animation: none
    }
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-cross-sells-block h3 {
    display: none
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product {
    box-sizing: content-box;
    display: inline-block;
    margin-bottom: 2em;
    padding-right: 5%;
    text-align: center;
    vertical-align: top;
    width: 30%
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product:nth-child(3n+3) {
    padding-right: 0
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product div .wc-block-components-product-name {
    font-weight: 400
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product div .wc-block-components-product-price {
    display: block
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-button__button {
    margin-top: 1em
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-add-to-cart {
    justify-content: center
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button:not(.is-link) {
    background-color: #eee;
    color: #333;
    font-weight: 600;
    margin-top: 1em
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button:not(.is-link):focus,
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button:not(.is-link):hover {
    background-color: #d5d5d5;
    border-color: #d5d5d5;
    color: #333
}

@media(max-width:480px) {
    .wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product {
        display: block;
        width: 100%
    }
}

.is-medium .wc-block-cart__sidebar,
.is-mobile .wc-block-cart__sidebar,
.is-small .wc-block-cart__sidebar {
    margin-bottom: 24px;
    order: 0
}

.editor-styles-wrapper .wc-block-cart__empty-cart__title,
.wc-block-cart__empty-cart__title {
    font-size: inherit
}

.wc-block-cart__submit {
    margin: 0 0 16px;
    position: relative
}

.wc-block-cart__submit-button {
    box-sizing: border-box;
    margin: 0;
    width: 100%
}

.wc-block-cart .wc-block-cart__submit-container {
    padding: 0
}

@media(min-width:783px) {
    .wc-block-cart .wc-block-cart__submit-container--sticky {
        display: none
    }
}

@media(max-width:782px) {
    .wc-block-cart .wc-block-cart__submit-container--sticky {
        background: #fff;
        bottom: 0;
        left: 0;
        padding: 16px;
        position: fixed;
        width: 100%;
        z-index: 9999
    }
    .wc-block-cart .wc-block-cart__submit-container--sticky:before {
        box-shadow: 0 -10px 20px 10px currentColor;
        color: hsla(0, 0%, 80%, .5);
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        top: 0
    }
}

.wc-block-checkout-error {
    padding: 40px;
    text-align: center;
    width: 100%
}

.wc-block-checkout-error .wc-block-checkout-error__image {
    color: inherit;
    display: block;
    margin: 0 auto 1em;
    max-width: 150px
}

.wc-block-checkout-error .wc-block-checkout-error__title {
    display: block;
    font-weight: 700;
    margin: 0
}

.wc-block-checkout-error .wc-block-checkout-error__description {
    display: block;
    margin: .25em 0 1em
}

.wc-block-checkout-empty {
    padding: 40px;
    text-align: center;
    width: 100%
}

.wc-block-checkout-empty .wc-block-checkout-empty__image {
    color: inherit;
    display: block;
    margin: 0 auto 1em;
    max-width: 150px
}

.wc-block-checkout-empty .wc-block-checkout-empty__title {
    display: block;
    font-weight: 700;
    margin: 0
}

.wc-block-checkout-empty .wc-block-checkout-empty__description {
    display: block;
    margin: .25em 0 1em
}

.wc-block-checkout__actions {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.wc-block-checkout__actions .wc-block-components-checkout-place-order-button {
    height: auto;
    padding: 1em;
    width: 50%
}

.wc-block-checkout__actions .wc-block-components-checkout-place-order-button .wc-block-components-button__text {
    line-height: 24px
}

.wc-block-checkout__actions .wc-block-components-checkout-place-order-button .wc-block-components-button__text>svg {
    fill: #fff;
    vertical-align: top
}

.is-mobile .wc-block-checkout__actions .wc-block-components-checkout-return-to-cart-button {
    display: none
}

.is-mobile .wc-block-checkout__actions .wc-block-components-checkout-place-order-button {
    width: 100%
}

.is-large .wc-block-checkout__actions {
    padding: 1.5em 0;
    position: relative
}

.is-large .wc-block-checkout__actions:after {
    border-style: solid;
    border-width: 1px 0 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-checkout__form {
    margin: 0;
    max-width: 100%
}

.is-medium .wc-block-checkout__main,
.is-mobile .wc-block-checkout__main,
.is-small .wc-block-checkout__main {
    order: 1
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form {
    margin-left: -6px;
    margin-right: -6px
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form:after,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form:after,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form:after,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form:after,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form:after,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form:after {
    clear: both;
    content: "";
    display: block
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input,
.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input,
.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input {
    float: left;
    margin-left: 6px;
    margin-right: 6px;
    position: relative;
    width: calc(50% - 12px)
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,
.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),
.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,
.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),
.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,
.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2),
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2),
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2),
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2),
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2),
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2) {
    margin-top: 0
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,
.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,
.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company {
    width: calc(100% - 12px)
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox {
    clear: both
}

.components-placeholder.wc-block-checkout__no-shipping-placeholder {
    margin-bottom: 16px
}

.components-placeholder.wc-block-checkout__no-shipping-placeholder * {
    pointer-events: all
}

.components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset {
    display: block
}

.components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset .components-button {
    background-color: #1e1e1e;
    color: #fff
}

.components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset .wc-block-checkout__no-shipping-placeholder-description {
    display: block;
    margin: .25em 0 1em
}

.wc-block-checkout__shipping-option .wc-block-components-radio-control__option {
    margin: 0;
    padding: .75em 0 .75em 2.5em;
    position: relative
}

.wc-block-checkout__shipping-option .wc-block-components-radio-control__option:after {
    border-style: solid;
    border-width: 0 0 1px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-checkout__shipping-option .wc-block-components-shipping-rates-control__no-results-notice {
    margin: .75em 0
}

.wc-block-checkout__terms {
    margin: 1.5em 0
}

.wc-block-checkout__terms textarea {
    position: relative;
    top: -5px
}

.wc-block-checkout__terms.wc-block-checkout__terms--disabled {
    opacity: .6
}

.wc-block-checkout__sidebar .wc-block-components-product-name {
    color: inherit;
    display: block;
    flex-basis: 0;
    flex-grow: 1
}

.wc-block-checkout__sidebar .wc-block-components-totals-footer-item {
    margin: 0;
    padding: 0
}

.is-medium .wc-block-checkout__sidebar,
.is-mobile .wc-block-checkout__sidebar,
.is-small .wc-block-checkout__sidebar {
    margin-bottom: 24px;
    order: 0
}

.wc-block-checkout__add-note {
    margin: 1.5em 0
}

.is-medium .wc-block-checkout__add-note,
.is-mobile .wc-block-checkout__add-note,
.is-small .wc-block-checkout__add-note {
    margin-bottom: 1em;
    margin-top: 1em;
    padding: 1em 0;
    position: relative
}

.is-medium .wc-block-checkout__add-note:after,
.is-mobile .wc-block-checkout__add-note:after,
.is-small .wc-block-checkout__add-note:after {
    border-style: solid;
    border-width: 1px 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-checkout__add-note .wc-block-components-textarea {
    margin-top: 16px
}

.wc-block-checkout__order-notes.wc-block-components-checkout-step {
    padding-left: 0
}

.wp-block-woocommerce-checkout {
    margin: 0
}

.wp-block-woocommerce-checkout .with-scroll-to-top__scroll-point {
    top: -96px
}

.wp-block-woocommerce-checkout.is-loading {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 16px;
    position: relative
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block {
    padding-left: 2.2641509434%;
    width: 35%
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block {
    padding-right: 3.7735849057%;
    width: 65%
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block {
    box-sizing: border-box;
    margin: 0
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block>div,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block>div {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    display: none;
    line-height: 1;
    margin: 0 0 1.5em;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block>div>*,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block>div>* {
    visibility: hidden
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block>div:after,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block>div:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block>div,
    .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block>div {
        -webkit-animation: none;
        animation: none
    }
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-contact-information-block,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-payment-block,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-contact-information-block,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-payment-block {
    display: block;
    min-height: 10em
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-shipping-address-block,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-shipping-address-block {
    display: block;
    min-height: 24em
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-actions-block,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-actions-block {
    display: block;
    margin-left: 50%;
    min-height: 4em;
    width: 50%
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-order-summary-block,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-order-summary-block {
    display: block;
    min-height: 47em
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-panel>h2,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel>h2 {
    border: 0;
    border-radius: 0;
    color: inherit;
    font-family: inherit;
    font-size: 1em;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: inherit;
    text-transform: inherit;
    vertical-align: baseline
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-panel>h2 .wc-block-components-panel__button,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel>h2 .wc-block-components-panel__button {
    font-weight: 400
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-panel,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-totals-item,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-item {
    padding-left: 16px;
    padding-right: 16px
}

@media only screen and (max-width:700px) {
    .wp-block-woocommerce-checkout.is-loading {
        flex-direction: column;
        margin: 0 auto 16px
    }
    .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block,
    .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block {
        padding: 0;
        width: 100%
    }
    .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel,
    .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-item {
        padding-left: 0;
        padding-right: 0
    }
}

.theme-twentytwenty .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel>h2 {
    border: 0;
    border-radius: 0;
    font-size: 1.25em;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

.wp-block-woocommerce-featured-category {
    background-color: transparent;
    border-color: transparent;
    box-sizing: border-box;
    color: #fff
}

.wc-block-featured-category {
    align-content: center;
    align-items: center;
    background-color: inherit;
    background-position: 50%;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%
}

.wc-block-featured-category.has-background-dim .background-dim__overlay:before {
    background: inherit;
    border-radius: inherit;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.wc-block-featured-category.has-background-dim-10 .background-dim__overlay:before {
    opacity: .1
}

.wc-block-featured-category.has-background-dim-20 .background-dim__overlay:before {
    opacity: .2
}

.wc-block-featured-category.has-background-dim-30 .background-dim__overlay:before {
    opacity: .3
}

.wc-block-featured-category.has-background-dim-40 .background-dim__overlay:before {
    opacity: .4
}

.wc-block-featured-category.has-background-dim-50 .background-dim__overlay:before {
    opacity: .5
}

.wc-block-featured-category.has-background-dim-60 .background-dim__overlay:before {
    opacity: .6
}

.wc-block-featured-category.has-background-dim-70 .background-dim__overlay:before {
    opacity: .7
}

.wc-block-featured-category.has-background-dim-80 .background-dim__overlay:before {
    opacity: .8
}

.wc-block-featured-category.has-background-dim-90 .background-dim__overlay:before {
    opacity: .9
}

.wc-block-featured-category.has-background-dim-100 .background-dim__overlay:before {
    opacity: 1
}

.wc-block-featured-category__selection {
    width: 100%
}

.wc-block-featured-category.has-left-content {
    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,
.wc-block-featured-category.has-left-content .wc-block-featured-category__variation {
    margin-left: 0;
    text-align: left
}

.wc-block-featured-category.has-right-content {
    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,
.wc-block-featured-category.has-right-content .wc-block-featured-category__variation {
    margin-right: 0;
    text-align: right
}

.wc-block-featured-category.is-repeated {
    background-repeat: repeat;
    background-size: auto
}

.wc-block-featured-category__description,
.wc-block-featured-category__price,
.wc-block-featured-category__title,
.wc-block-featured-category__variation {
    line-height: 1.25;
    margin-bottom: 0;
    text-align: center
}

.wc-block-featured-category__description a,
.wc-block-featured-category__description a:active,
.wc-block-featured-category__description a:focus,
.wc-block-featured-category__description a:hover,
.wc-block-featured-category__price a,
.wc-block-featured-category__price a:active,
.wc-block-featured-category__price a:focus,
.wc-block-featured-category__price a:hover,
.wc-block-featured-category__title a,
.wc-block-featured-category__title a:active,
.wc-block-featured-category__title a:focus,
.wc-block-featured-category__title a:hover,
.wc-block-featured-category__variation a,
.wc-block-featured-category__variation a:active,
.wc-block-featured-category__variation a:focus,
.wc-block-featured-category__variation a:hover {
    color: #fff
}

.wc-block-featured-category__description,
.wc-block-featured-category__link,
.wc-block-featured-category__price,
.wc-block-featured-category__title,
.wc-block-featured-category__variation {
    color: inherit;
    padding: 0 48px 16px;
    width: 100%;
    z-index: 1
}

.wc-block-featured-category .wc-block-featured-category__background-image {
    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0;
    -o-object-fit: none;
    object-fit: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.wc-block-featured-category .wc-block-featured-category__background-image.has-parallax {
    background-attachment: fixed
}

@supports(-webkit-overflow-scrolling:touch) {
    .wc-block-featured-category .wc-block-featured-category__background-image.has-parallax {
        background-attachment: scroll
    }
}

@media(prefers-reduced-motion:reduce) {
    .wc-block-featured-category .wc-block-featured-category__background-image.has-parallax {
        background-attachment: scroll
    }
}

.wc-block-featured-category__description {
    color: inherit
}

.wc-block-featured-category__description p {
    margin: 0
}

.wc-block-featured-category .wc-block-featured-category__title {
    color: inherit;
    margin-top: 0
}

.wc-block-featured-category .wc-block-featured-category__title div {
    color: inherit
}

.wc-block-featured-category .wc-block-featured-category__title:before {
    display: none
}

.wc-block-featured-category__wrapper {
    align-content: center;
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    width: 100%
}

.wc-block-featured-category .wp-block-button.aligncenter {
    text-align: center
}

.wp-block-woocommerce-featured-product {
    background-color: transparent;
    border-color: transparent;
    box-sizing: border-box;
    color: #fff
}

.wc-block-featured-product {
    align-content: center;
    align-items: center;
    background-color: inherit;
    background-position: 50%;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%
}

.wc-block-featured-product.has-background-dim .background-dim__overlay:before {
    background: inherit;
    border-radius: inherit;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.wc-block-featured-product.has-background-dim-10 .background-dim__overlay:before {
    opacity: .1
}

.wc-block-featured-product.has-background-dim-20 .background-dim__overlay:before {
    opacity: .2
}

.wc-block-featured-product.has-background-dim-30 .background-dim__overlay:before {
    opacity: .3
}

.wc-block-featured-product.has-background-dim-40 .background-dim__overlay:before {
    opacity: .4
}

.wc-block-featured-product.has-background-dim-50 .background-dim__overlay:before {
    opacity: .5
}

.wc-block-featured-product.has-background-dim-60 .background-dim__overlay:before {
    opacity: .6
}

.wc-block-featured-product.has-background-dim-70 .background-dim__overlay:before {
    opacity: .7
}

.wc-block-featured-product.has-background-dim-80 .background-dim__overlay:before {
    opacity: .8
}

.wc-block-featured-product.has-background-dim-90 .background-dim__overlay:before {
    opacity: .9
}

.wc-block-featured-product.has-background-dim-100 .background-dim__overlay:before {
    opacity: 1
}

.wc-block-featured-product__selection {
    width: 100%
}

.wc-block-featured-product.has-left-content {
    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 {
    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.is-repeated {
    background-repeat: repeat;
    background-size: auto
}

.wc-block-featured-product__description,
.wc-block-featured-product__price,
.wc-block-featured-product__title,
.wc-block-featured-product__variation {
    line-height: 1.25;
    margin-bottom: 0;
    text-align: center
}

.wc-block-featured-product__description a,
.wc-block-featured-product__description a:active,
.wc-block-featured-product__description a:focus,
.wc-block-featured-product__description a:hover,
.wc-block-featured-product__price a,
.wc-block-featured-product__price a:active,
.wc-block-featured-product__price a:focus,
.wc-block-featured-product__price a:hover,
.wc-block-featured-product__title a,
.wc-block-featured-product__title a:active,
.wc-block-featured-product__title a:focus,
.wc-block-featured-product__title a:hover,
.wc-block-featured-product__variation a,
.wc-block-featured-product__variation a:active,
.wc-block-featured-product__variation a:focus,
.wc-block-featured-product__variation a:hover {
    color: #fff
}

.wc-block-featured-product__description,
.wc-block-featured-product__link,
.wc-block-featured-product__price,
.wc-block-featured-product__title,
.wc-block-featured-product__variation {
    color: inherit;
    padding: 0 48px 16px;
    width: 100%;
    z-index: 1
}

.wc-block-featured-product .wc-block-featured-product__background-image {
    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0;
    -o-object-fit: none;
    object-fit: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.wc-block-featured-product .wc-block-featured-product__background-image.has-parallax {
    background-attachment: fixed
}

@supports(-webkit-overflow-scrolling:touch) {
    .wc-block-featured-product .wc-block-featured-product__background-image.has-parallax {
        background-attachment: scroll
    }
}

@media(prefers-reduced-motion:reduce) {
    .wc-block-featured-product .wc-block-featured-product__background-image.has-parallax {
        background-attachment: scroll
    }
}

.wc-block-featured-product__description {
    color: inherit
}

.wc-block-featured-product__description p {
    margin: 0
}

.wc-block-featured-product .wc-block-featured-product__title {
    color: inherit;
    margin-top: 0
}

.wc-block-featured-product .wc-block-featured-product__title div {
    color: inherit
}

.wc-block-featured-product .wc-block-featured-product__title:before {
    display: none
}

.wc-block-featured-product__wrapper {
    align-content: center;
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    width: 100%
}

.wc-block-featured-product .wp-block-button.aligncenter {
    text-align: center
}

.wc-block-featured-product .wc-block-featured-product__title,
.wc-block-featured-product .wc-block-featured-product__variation {
    border: 0;
    margin-top: 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 {
    line-height: 1.5;
    margin: 0
}

.wc-block-mini-cart__badge,
.wc-block-mini-cart__quantity-badge {
    align-items: center;
    display: flex
}

.wc-block-mini-cart__badge {
    background: 0 0;
    border: .15em solid;
    border-radius: 1em;
    box-sizing: border-box;
    color: inherit;
    font-size: .875em;
    font-weight: 600;
    height: 1.4285714286em;
    justify-content: center;
    margin-left: -.7142857143em;
    min-width: 1.4285714286em;
    padding: 0 .25em;
    transform: translateY(-50%);
    white-space: nowrap;
    z-index: 1
}

.wc-block-mini-cart__icon {
    display: block;
    height: 1.5em;
    width: 1.5em
}

html[dir=rtl] .wc-block-mini-cart__icon {
    transform: scaleX(-1)
}

.wc-block-cart .wc-block-components-shipping-calculator {
    white-space: nowrap
}

.wc-block-cart .wc-block-components-address-form .wc-block-components-country-input:first-of-type,
.wc-block-cart .wc-block-components-address-form .wc-block-components-state-input:first-of-type,
.wc-block-cart .wc-block-components-address-form .wc-block-components-text-input:first-of-type {
    margin-top: 0
}

table.wc-block-cart-items,
table.wc-block-cart-items td,
table.wc-block-cart-items th {
    background: none !important;
    border: 0;
    margin: 0 0 2em
}

.editor-styles-wrapper table.wc-block-cart-items,
table.wc-block-cart-items {
    width: 100%
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header,
table.wc-block-cart-items .wc-block-cart-items__header {
    font-size: .75em;
    text-transform: uppercase
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image,
table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image {
    width: 100px
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product,
table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product {
    visibility: hidden
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total,
table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total {
    text-align: right;
    width: 100px
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
    margin: 0;
    width: 100%
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    background: 0 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: inherit;
    display: inline;
    font-family: inherit;
    font-size: inherit;
    font-size: .75em;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: inherit;
    text-decoration: underline;
    text-shadow: none;
    text-transform: inherit;
    text-transform: none;
    vertical-align: baseline;
    white-space: nowrap
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active,
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus,
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover {
    background: 0 0
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    display: block;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
    font-size: 1em;
    line-height: inherit;
    text-align: right
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata {
    margin-bottom: .75em
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row.is-disabled,
table.wc-block-cart-items .wc-block-cart-items__row.is-disabled {
    opacity: .5;
    pointer-events: none;
    transition: opacity .2s ease
}

.wc-block-cart .wc-block-components-totals-footer-item,
.wc-block-cart .wc-block-components-totals-taxes {
    margin: 0
}

.wc-block-cart--is-loading h2 span,
.wc-block-cart--is-loading th span,
.wc-block-mini-cart__drawer.is-loading h2 span,
.wc-block-mini-cart__drawer.is-loading th span {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    display: inline-block;
    line-height: 1;
    max-width: 100% !important;
    min-width: 84px;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

.wc-block-cart--is-loading h2 span>*,
.wc-block-cart--is-loading th span>*,
.wc-block-mini-cart__drawer.is-loading h2 span>*,
.wc-block-mini-cart__drawer.is-loading th span>* {
    visibility: hidden
}

.wc-block-cart--is-loading h2 span:after,
.wc-block-cart--is-loading th span:after,
.wc-block-mini-cart__drawer.is-loading h2 span:after,
.wc-block-mini-cart__drawer.is-loading th span:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-cart--is-loading h2 span,
    .wc-block-cart--is-loading th span,
    .wc-block-mini-cart__drawer.is-loading h2 span,
    .wc-block-mini-cart__drawer.is-loading th span {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-cart--is-loading h2 span:before,
.wc-block-cart--is-loading th span:before,
.wc-block-mini-cart__drawer.is-loading h2 span:before,
.wc-block-mini-cart__drawer.is-loading th span:before {
    content: " "
}

.wc-block-cart--is-loading h2 span,
.wc-block-mini-cart__drawer.is-loading h2 span {
    min-width: 33%
}

.wc-block-cart--is-loading .wc-block-components-product-metadata,
.wc-block-cart--is-loading .wc-block-components-product-price,
.wc-block-cart--is-loading .wc-block-components-quantity-selector,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

.wc-block-cart--is-loading .wc-block-components-product-metadata>*,
.wc-block-cart--is-loading .wc-block-components-product-price>*,
.wc-block-cart--is-loading .wc-block-components-quantity-selector>*,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata>*,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price>*,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector>* {
    visibility: hidden
}

.wc-block-cart--is-loading .wc-block-components-product-metadata:after,
.wc-block-cart--is-loading .wc-block-components-product-price:after,
.wc-block-cart--is-loading .wc-block-components-quantity-selector:after,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata:after,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price:after,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-cart--is-loading .wc-block-components-product-metadata,
    .wc-block-cart--is-loading .wc-block-components-product-price,
    .wc-block-cart--is-loading .wc-block-components-quantity-selector,
    .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata,
    .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price,
    .wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-cart--is-loading .wc-block-components-product-name,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    display: inline-block;
    line-height: 1;
    max-width: 100% !important;
    min-width: 84px;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

.wc-block-cart--is-loading .wc-block-components-product-name>*,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name>* {
    visibility: hidden
}

.wc-block-cart--is-loading .wc-block-components-product-name:after,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-cart--is-loading .wc-block-components-product-name,
    .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-cart--is-loading .wc-block-components-product-name:before,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name:before {
    content: " "
}

.wc-block-cart--is-loading .wc-block-components-product-metadata,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata {
    margin-top: .25em;
    min-width: 8em
}

.wc-block-cart--is-loading .wc-block-cart-item__remove-link,
.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__remove-link {
    visibility: hidden
}

.wc-block-cart--is-loading .wc-block-cart-item__image>a,
.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image>a {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

.wc-block-cart--is-loading .wc-block-cart-item__image>a>*,
.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image>a>* {
    visibility: hidden
}

.wc-block-cart--is-loading .wc-block-cart-item__image>a:after,
.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image>a:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-cart--is-loading .wc-block-cart-item__image>a,
    .wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image>a {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-cart--is-loading .wc-block-components-product-price,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price {
    display: block;
    margin-top: .25em;
    max-width: 3em
}

.wc-block-cart--is-loading .wc-block-components-product-price:before,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price:before {
    content: " "
}

.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card,
.wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    max-width: 100% !important;
    min-height: 460px;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card>*,
.wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card>* {
    visibility: hidden
}

.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card:after,
.wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-cart--is-loading .wc-block-cart__sidebar .components-card,
    .wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card:before,
.wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card:before {
    content: " "
}

.wc-block-components-sidebar-layout.wc-block-cart--skeleton {
    display: none
}

.is-loading+.wc-block-components-sidebar-layout.wc-block-cart--skeleton {
    display: flex
}

.wc-block-cart-item__total-price-and-sale-badge-wrapper {
    align-items: flex-end;
    display: flex;
    flex-direction: column
}

.wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-components-sale-badge {
    margin-top: 4px
}

.is-medium.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title,
.is-mobile .wc-block-cart-item__total .wc-block-components-sale-badge,
.is-mobile.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title,
.is-small .wc-block-cart-item__total .wc-block-components-sale-badge,
.is-small.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title {
    display: none
}

.is-medium table.wc-block-cart-items td,
.is-mobile table.wc-block-cart-items td,
.is-small table.wc-block-cart-items td {
    padding: 0
}

.is-medium table.wc-block-cart-items .wc-block-cart-item__remove-link,
.is-medium table.wc-block-cart-items .wc-block-cart-items__header,
.is-mobile table.wc-block-cart-items .wc-block-cart-item__remove-link,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__header,
.is-small table.wc-block-cart-items .wc-block-cart-item__remove-link,
.is-small table.wc-block-cart-items .wc-block-cart-items__header {
    display: none
}

.is-medium table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row,
.is-mobile table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row,
.is-small table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row {
    position: relative
}

.is-medium table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row:after,
.is-mobile table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row:after,
.is-small table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row:after {
    border-style: solid;
    border-width: 0 0 1px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row,
.is-small table.wc-block-cart-items .wc-block-cart-items__row {
    -ms-grid-columns: 80px 132px;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 80px 132px;
    padding: 16px 0
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,
.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    padding-right: 16px
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product,
.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {
    -ms-grid-column-span: 2;
    -ms-grid-column-align: stretch;
    -ms-grid-column: 2;
    grid-column-end: 4;
    grid-column-start: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    justify-self: stretch;
    padding: 0 16px 16px 0
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity,
.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity {
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    padding-right: 16px;
    padding-top: 16px;
    vertical-align: bottom
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,
.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
    -ms-grid-row: 1;
    grid-row-start: 1
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount,
.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount {
    display: inline-block
}

.is-large.wc-block-cart {
    margin-bottom: 3em
}

.is-large.wc-block-cart .wc-block-cart-items {
    position: relative
}

.is-large.wc-block-cart .wc-block-cart-items:after {
    border-style: solid;
    border-width: 0 0 1px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.is-large.wc-block-cart .wc-block-cart-items th {
    padding: .25rem 16px .25rem 0;
    white-space: nowrap
}

.is-large.wc-block-cart .wc-block-cart-items td {
    padding: 16px 0 16px 16px;
    position: relative;
    vertical-align: top
}

.is-large.wc-block-cart .wc-block-cart-items td:after {
    border-style: solid;
    border-width: 1px 0 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.is-large.wc-block-cart .wc-block-cart-items th:last-child {
    padding-right: 0
}

.is-large.wc-block-cart .wc-block-cart-items td:last-child {
    padding-right: 16px
}

.is-large.wc-block-cart .wc-block-components-radio-control__input {
    left: 0
}

.is-large.wc-block-cart .wc-block-cart__totals-title {
    background: 0 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: inherit;
    display: inline;
    display: block;
    font-family: inherit;
    font-size: inherit;
    font-size: .75em;
    font-style: inherit;
    font-weight: inherit;
    font-weight: 600;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: .25rem 0;
    text-align: right;
    text-decoration: inherit;
    text-transform: inherit;
    text-transform: uppercase;
    vertical-align: baseline
}

.is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-calculator,
.is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-rates-control__package:not(.wc-block-components-panel) {
    padding-left: 16px;
    padding-right: 16px
}

.is-large.wc-block-cart .wc-block-cart__payment-options {
    padding: 16px 0 0
}

.is-large.wc-block-cart .wc-block-cart__payment-options:empty {
    padding: 0
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-empty-cart-block {
    display: none
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-filled-cart-block {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 16px;
    position: relative
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-items-block {
    box-sizing: border-box;
    margin: 0;
    min-height: 10em;
    padding-right: 3.7735849057%;
    width: 65%
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    max-width: 100% !important;
    min-height: 15em;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block>* {
    visibility: hidden
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block {
        -webkit-animation: none;
        animation: none
    }
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-totals-block {
    box-sizing: border-box;
    margin: 0;
    min-height: 12em;
    padding-left: 2.2641509434%;
    width: 35%
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    margin: 0 0 1em;
    max-width: 100% !important;
    min-height: 3em;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block>*,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block>*,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block>*,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block>* {
    visibility: hidden
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block:after,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block:after,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block:after,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block,
    .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block,
    .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block,
    .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block {
        -webkit-animation: none;
        animation: none
    }
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block {
    height: 20em
}

@media only screen and (max-width:700px) {
    .wp-block-woocommerce-cart.is-loading {
        padding-top: 16px
    }
    .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-filled-cart-block {
        flex-direction: column;
        margin: 0 auto 16px
    }
    .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-items-block,
    .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-totals-block {
        padding: 0;
        width: 100%
    }
}

.wc-block-mini-cart {
    display: inline-block
}

.wc-block-mini-cart__button {
    align-items: center;
    background-color: transparent;
    border: none;
    color: inherit;
    display: flex;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    padding: .75em .5em
}

.wc-block-mini-cart__button:hover:not([disabled]) {
    opacity: .6
}

.wc-block-mini-cart__amount {
    display: none
}

.wc-block-mini-cart__tax-label {
    margin-right: .5em
}

@media screen and (min-width:768px) {
    .wc-block-mini-cart__amount {
        display: initial;
        font-size: inherit;
        font-weight: inherit;
        margin-right: 8px
    }
}

.modal-open .wc-block-mini-cart__button {
    pointer-events: none
}

.wc-block-mini-cart__drawer {
    font-size: 1rem
}

.wc-block-mini-cart__drawer .components-modal__content {
    padding: 0;
    position: relative
}

.wc-block-mini-cart__drawer .components-modal__header {
    position: absolute;
    right: 16px;
    top: 40px
}

.wc-block-mini-cart__drawer .components-modal__header button {
    color: inherit;
    z-index: 9999
}

.wc-block-mini-cart__drawer .components-modal__header svg {
    fill: currentColor
}

.wp-block-woocommerce-mini-cart-contents {
    box-sizing: border-box;
    height: 100vh;
    justify-content: center;
    padding: 0
}

:where(.wp-block-woocommerce-mini-cart-contents) {
    background: #fff
}

.wp-block-woocommerce-empty-mini-cart-contents-block,
.wp-block-woocommerce-filled-mini-cart-contents-block {
    display: flex;
    flex-direction: column;
    height: 100%
}

.wp-block-woocommerce-empty-mini-cart-contents-block {
    justify-content: center
}

.wp-block-woocommerce-filled-mini-cart-contents-block {
    justify-content: space-between
}

.wp-block-woocommerce-empty-mini-cart-contents-block .wc-block-mini-cart__empty-cart-wrapper {
    overflow-y: auto;
    padding: 40px 16px 16px
}

h2.wc-block-mini-cart__title {
    font-size: 2em;
    margin: 40px 16px 0
}

.wc-block-mini-cart__items {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    overflow-y: auto;
    padding: 16px 16px 0
}

.wc-block-mini-cart__items .wc-block-mini-cart__products-table {
    margin-bottom: auto;
    margin-right: -16px;
    padding-right: 16px
}

.wc-block-mini-cart__items .wc-block-mini-cart__products-table .wc-block-cart-items__row {
    padding-bottom: 8px;
    padding-top: 8px
}

.wc-block-mini-cart__items .wc-block-mini-cart__products-table .wc-block-cart-items__row:last-child:after {
    content: none
}

.wc-block-mini-cart__footer {
    border-top: 1px solid #ddd;
    padding: 24px 16px
}

.wc-block-mini-cart__footer .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal {
    font-weight: 600;
    margin-bottom: 16px
}

.wc-block-mini-cart__footer .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal .wc-block-components-totals-item__description {
    display: none;
    font-size: .75em;
    font-weight: 400
}

@media only screen and (min-width:480px) {
    .wc-block-mini-cart__footer .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal .wc-block-components-totals-item__description {
        display: unset
    }
}

.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions {
    display: flex;
    gap: 16px
}

.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button {
    flex-grow: 1;
    font-weight: 600
}

.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button.outlined {
    color: currentColor;
    display: none
}

.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button.outlined:not(:focus) {
    box-shadow: inset 0 0 0 1px currentColor
}

.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button.outlined:focus,
.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button.outlined:hover {
    color: #fff
}

@media only screen and (min-width:480px) {
    .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button.outlined {
        display: inline-flex
    }
}

.wc-block-mini-cart__footer .wc-block-components-payment-method-icons {
    margin-top: 16px
}

.wc-block-mini-cart__shopping-button {
    display: flex;
    justify-content: center
}

.wc-block-mini-cart__shopping-button a {
    border: 2px solid;
    color: currentColor;
    font-weight: 600;
    padding: 12px 24px;
    text-decoration: none
}

.wc-block-mini-cart__shopping-button a:focus,
.wc-block-mini-cart__shopping-button a:hover {
    background-color: #1e1e1e;
    border-color: #1e1e1e;
    color: #fff
}

.wc-block-components-checkbox {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin-top: 1.5em;
    text-decoration: inherit;
    text-transform: inherit
}

.wc-block-components-checkbox label {
    align-items: flex-start;
    display: flex;
    font-size: .875em;
    position: relative
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 2px solid #50575e;
    border-radius: 2px;
    box-sizing: border-box;
    font-size: 1em;
    height: 1.5em;
    margin: 0 1em 0 0;
    min-height: 1.5em;
    min-width: 1.5em;
    overflow: hidden;
    position: static;
    vertical-align: middle;
    width: 1.5em
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked {
    background: #fff;
    border-color: #50575e
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus {
    outline: 2px solid #50575e;
    outline-offset: 2px
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:after,
.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:before {
    content: ""
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:not(:checked)+.wc-block-components-checkbox__mark {
    display: none
}

.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
    background-color: rgba(0, 0, 0, .1);
    border-color: hsla(0, 0%, 100%, .6)
}

.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked {
    background: rgba(0, 0, 0, .1);
    border-color: hsla(0, 0%, 100%, .6)
}

.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus {
    outline: 2px solid hsla(0, 0%, 100%, .6);
    outline-offset: 2px
}

.wc-block-components-checkbox.has-error,
.wc-block-components-checkbox.has-error a {
    color: #cc1818
}

.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input,
.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:active,
.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:focus,
.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:hover {
    border-color: #cc1818
}

.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:focus {
    outline: 2px solid #cc1818;
    outline-offset: 2px
}

.wc-block-components-checkbox .wc-block-components-checkbox__mark {
    fill: #000;
    height: 1.125em;
    margin-left: .1875em;
    margin-top: .0625em;
    pointer-events: none;
    position: absolute;
    width: 1.125em
}

.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__mark {
    fill: #fff
}

.wc-block-components-checkbox .wc-block-components-checkbox__label,
.wc-block-components-checkbox>span {
    line-height: 1.5em;
    vertical-align: middle
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .wc-block-components-checkbox__mark {
        display: none
    }
}

.theme-twentytwentyone .has-dark-controls .wc-block-components-checkbox__input[type=checkbox],
.theme-twentytwentyone .wc-block-components-checkbox__input[type=checkbox] {
    background-color: #fff;
    border-color: var(--form--border-color);
    position: relative
}

.theme-twentytwentyone .has-dark-controls .wc-block-components-checkbox__input[type=checkbox]:checked,
.theme-twentytwentyone .wc-block-components-checkbox__input[type=checkbox]:checked {
    background-color: #fff;
    border-color: var(--form--border-color)
}

.theme-twentytwentyone .wc-block-components-checkbox__mark {
    display: none
}

.wc-block-components-panel.has-border {
    position: relative
}

.wc-block-components-panel.has-border:after {
    border-style: solid;
    border-width: 1px 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-components-panel.has-border+.wc-block-components-panel.has-border:after {
    border-top-width: 0
}

.wc-block-components-panel.has-border.no-top-border {
    position: relative
}

.wc-block-components-panel.has-border.no-top-border:after {
    border-style: solid;
    border-width: 0 0 1px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-components-panel__button {
    border: 0;
    border-radius: 0;
    height: auto;
    line-height: 1;
    margin: .375em 0 0;
    padding: .375em 32px 0 0;
    position: relative;
    text-align: left;
    vertical-align: baseline;
    width: 100%;
    word-break: break-word
}

.wc-block-components-panel__button[aria-expanded=true] {
    margin-bottom: .375em;
    padding-bottom: .375em
}

.wc-block-components-panel__button,
.wc-block-components-panel__button:active,
.wc-block-components-panel__button:focus,
.wc-block-components-panel__button:hover {
    background: 0 0;
    box-shadow: none;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit
}

.wc-block-components-panel__button>.wc-block-components-panel__button-icon {
    fill: currentColor;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: auto
}

.wc-block-components-panel__content[hidden] {
    display: none
}

.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-panel__button {
    background-color: inherit;
    color: inherit
}

.theme-twentyseventeen .wc-block-components-panel__button,
.theme-twentytwenty .wc-block-components-panel__button {
    background: none transparent;
    color: inherit
}

.theme-twentyseventeen .wc-block-components-panel__button.wc-block-components-panel__button:focus,
.theme-twentyseventeen .wc-block-components-panel__button.wc-block-components-panel__button:hover,
.theme-twentytwenty .wc-block-components-panel__button.wc-block-components-panel__button:focus,
.theme-twentytwenty .wc-block-components-panel__button.wc-block-components-panel__button:hover {
    background: none transparent
}

.wc-block-components-notices {
    display: block;
    margin-bottom: 2em
}

.wc-block-components-notices .wc-block-components-notices__notice {
    display: flex;
    flex-wrap: nowrap;
    margin: 0
}

.wc-block-components-notices .wc-block-components-notices__notice a {
    text-decoration: underline
}

.wc-block-components-notices .wc-block-components-notices__notice .components-notice__dismiss {
    background: transparent none;
    border: 0;
    color: currentColor;
    margin: 0 0 0 auto;
    outline: 0;
    padding: 0
}

.wc-block-components-notices .wc-block-components-notices__notice .components-notice__dismiss svg {
    fill: currentColor;
    vertical-align: text-top
}

.wc-block-components-notices .wc-block-components-notices__notice .components-notice__content>div:not(.components-notice__actions) :first-child {
    margin-top: 0
}

.wc-block-components-notices .wc-block-components-notices__notice .components-notice__content>div:not(.components-notice__actions) :last-child {
    margin-bottom: 0
}

.wc-block-components-notices .wc-block-components-notices__notice+.wc-block-components-notices__notice {
    margin-top: 1em
}

.theme-twentytwenty .wc-block-components-notices__notice,
.theme-twentytwentyone .wc-block-components-notices__notice {
    padding: 1.5rem 3rem
}

.wc-block-components-form .wc-block-components-text-input,
.wc-block-components-text-input {
    margin-top: 1.5em;
    position: relative;
    white-space: nowrap
}

.wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-text-input label {
    color: inherit;
    color: #757575;
    cursor: text;
    font-family: inherit;
    font-size: inherit;
    font-size: 1em;
    font-style: inherit;
    font-weight: inherit;
    left: 0;
    letter-spacing: inherit;
    line-height: inherit;
    line-height: 1.375;
    margin: 0 0 0 17px;
    max-width: calc(100% - 32px);
    overflow: hidden;
    position: absolute;
    text-decoration: inherit;
    text-overflow: ellipsis;
    text-transform: inherit;
    top: 0;
    transform: translateY(.75em);
    transform-origin: top left;
    transition: transform .2s ease
}

.has-dark-controls .wc-block-components-form .wc-block-components-text-input label,
.has-dark-controls .wc-block-components-text-input label {
    color: hsla(0, 0%, 100%, .6)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-components-form .wc-block-components-text-input label,
    .wc-block-components-text-input label {
        transition: none
    }
}

.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill+label,
.wc-block-components-text-input input:-webkit-autofill+label {
    transform: translateY(4px) scale(.75)
}

.wc-block-components-form .wc-block-components-text-input.is-active label,
.wc-block-components-text-input.is-active label {
    transform: translateY(4px) scale(.75)
}

.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=url],
.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=tel],
.wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url] {
    background-color: #fff;
    border: 1px solid #50575e;
    border-radius: 4px;
    box-sizing: border-box;
    color: #2b2d2f;
    font-family: inherit;
    font-size: 1em;
    height: 3em;
    line-height: 1.375;
    margin: 0;
    min-height: 0;
    padding: .75em 0;
    text-indent: 16px;
    width: 100%
}

.wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.wc-block-components-text-input input[type=email]:focus,
.wc-block-components-text-input input[type=number]:focus,
.wc-block-components-text-input input[type=tel]:focus,
.wc-block-components-text-input input[type=text]:focus,
.wc-block-components-text-input input[type=url]:focus {
    background-color: #fff;
    box-shadow: 0 0 0 1px #50575e;
    color: #2b2d2f;
    outline: 0
}

.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=email],
.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=number],
.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=tel],
.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=text],
.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=url],
.has-dark-controls .wc-block-components-text-input input[type=email],
.has-dark-controls .wc-block-components-text-input input[type=number],
.has-dark-controls .wc-block-components-text-input input[type=tel],
.has-dark-controls .wc-block-components-text-input input[type=text],
.has-dark-controls .wc-block-components-text-input input[type=url] {
    background-color: rgba(0, 0, 0, .1);
    border-color: hsla(0, 0%, 100%, .4);
    color: #fff
}

.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.has-dark-controls .wc-block-components-text-input input[type=email]:focus,
.has-dark-controls .wc-block-components-text-input input[type=number]:focus,
.has-dark-controls .wc-block-components-text-input input[type=tel]:focus,
.has-dark-controls .wc-block-components-text-input input[type=text]:focus,
.has-dark-controls .wc-block-components-text-input input[type=url]:focus {
    background-color: rgba(0, 0, 0, .1);
    box-shadow: 0 0 0 1px hsla(0, 0%, 100%, .4);
    color: #fff
}

.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=number] {
    -moz-appearance: textfield
}

.wc-block-components-form .wc-block-components-text-input input[type=number]::-webkit-inner-spin-button,
.wc-block-components-form .wc-block-components-text-input input[type=number]::-webkit-outer-spin-button,
.wc-block-components-text-input input[type=number]::-webkit-inner-spin-button,
.wc-block-components-text-input input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0
}

.wc-block-components-form .wc-block-components-text-input.is-active input[type=email],
.wc-block-components-form .wc-block-components-text-input.is-active input[type=number],
.wc-block-components-form .wc-block-components-text-input.is-active input[type=tel],
.wc-block-components-form .wc-block-components-text-input.is-active input[type=text],
.wc-block-components-form .wc-block-components-text-input.is-active input[type=url],
.wc-block-components-text-input.is-active input[type=email],
.wc-block-components-text-input.is-active input[type=number],
.wc-block-components-text-input.is-active input[type=tel],
.wc-block-components-text-input.is-active input[type=text],
.wc-block-components-text-input.is-active input[type=url] {
    padding: 1.5em 0 .25em
}

.wc-block-components-form .wc-block-components-text-input.has-error input,
.wc-block-components-form .wc-block-components-text-input.has-error input:active,
.wc-block-components-form .wc-block-components-text-input.has-error input:focus,
.wc-block-components-form .wc-block-components-text-input.has-error input:hover,
.wc-block-components-text-input.has-error input,
.wc-block-components-text-input.has-error input:active,
.wc-block-components-text-input.has-error input:focus,
.wc-block-components-text-input.has-error input:hover {
    border-color: #cc1818
}

.wc-block-components-form .wc-block-components-text-input.has-error input:focus,
.wc-block-components-text-input.has-error input:focus {
    box-shadow: 0 0 0 1px #cc1818
}

.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input,
.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input:active,
.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input:focus,
.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input:hover,
.has-dark-controls .wc-block-components-text-input.has-error input,
.has-dark-controls .wc-block-components-text-input.has-error input:active,
.has-dark-controls .wc-block-components-text-input.has-error input:focus,
.has-dark-controls .wc-block-components-text-input.has-error input:hover {
    border-color: #f18c8c
}

.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input:focus,
.has-dark-controls .wc-block-components-text-input.has-error input:focus {
    box-shadow: 0 0 0 1px #f18c8c
}

.wc-block-components-form .wc-block-components-text-input.has-error label,
.wc-block-components-text-input.has-error label {
    color: #cc1818
}

.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error label,
.has-dark-controls .wc-block-components-text-input.has-error label {
    color: #f18c8c
}

.wc-block-components-form .wc-block-components-text-input:only-child,
.wc-block-components-text-input:only-child {
    margin-top: 1.5em
}

.wc-block-components-totals-wrapper {
    padding: 16px 0;
    position: relative
}

.wc-block-components-totals-wrapper:after {
    border-style: solid;
    border-width: 1px 0 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-components-totals-wrapper.has-bottom-border:after {
    border-bottom-width: 1px
}

.wc-block-components-totals-wrapper:empty {
    padding: 0
}

.wc-block-components-totals-wrapper:empty:after {
    content: none
}

.wc-block-components-totals-wrapper.slot-wrapper {
    padding: 0
}

.wc-block-components-totals-wrapper.slot-wrapper>*>* {
    padding: 16px 0;
    position: relative
}

.wc-block-components-totals-wrapper.slot-wrapper>*>:after {
    border-style: solid;
    border-width: 0 0 1px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-components-totals-wrapper.slot-wrapper>*>:last-child:after {
    border-bottom-width: 0
}

.wc-block-components-discounts-meta .wc-block-components-totals-wrapper:first-child {
    position: relative
}

.wc-block-components-discounts-meta .wc-block-components-totals-wrapper:first-child:after {
    border-style: solid;
    border-width: 1px 0 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-components-totals-item {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.wc-block-components-totals-item__label {
    flex-grow: 1
}

.wc-block-components-totals-item__value {
    font-weight: 700;
    white-space: nowrap
}

.wc-block-components-totals-item__description {
    font-size: .875em;
    width: 100%
}

.wc-block-components-validation-error {
    color: #cc1818;
    font-size: .75em;
    max-width: 100%;
    white-space: normal
}

.wc-block-components-validation-error>p {
    margin: 0;
    padding: 4px 0 0
}

.has-dark-mode-palette .wc-block-components-validation-error {
    color: #f18c8c
}

.wc-block-components-select+.wc-block-components-validation-error {
    margin-bottom: 24px
}

.wc-block-product-categories {
    margin-bottom: 1em
}

.wc-block-product-categories.is-dropdown {
    display: flex
}

.wc-block-product-categories select {
    margin-right: .5em
}

.wc-block-product-categories-list--has-images {
    list-style: none outside
}

.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item {
    clear: both;
    list-style: none outside;
    margin: 4px 0 4px 60px
}

.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item ul {
    margin: 4px 0 0
}

.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image {
    border: 1px solid #eee;
    display: inline-block;
    margin: 0 .5em 0 -60px;
    max-width: 50px;
    padding: 0;
    position: relative;
    vertical-align: middle
}

.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image img {
    display: block;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0
}

.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 {
    background: currentColor;
    display: inline-block;
    height: 1em;
    min-width: 200px;
    opacity: .2;
    width: 50%
}

.wc-block-product-categories__button {
    align-items: center;
    display: flex;
    margin: 0;
    overflow: hidden;
    padding: 0 .5em;
    position: relative
}

.wc-block-product-categories__button svg {
    fill: currentColor;
    outline: none
}

.rtl .wc-block-product-categories__button svg {
    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:disabled:focus,
.wc-block-product-categories__button[aria-disabled=true]:focus {
    box-shadow: none
}

.wc-block-product-search .wc-block-product-search__fields {
    display: flex
}

.wc-block-product-search .wc-block-product-search__field {
    flex-grow: 1;
    line-height: 1.8;
    padding: 6px 8px
}

.wc-block-product-search .wc-block-product-search__button {
    align-items: center;
    cursor: pointer;
    display: flex;
    margin: 0 0 0 6px;
    overflow: hidden;
    padding: 0 .5em;
    position: relative
}

.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 {
    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:disabled:focus,
.wc-block-product-search .wc-block-product-search__button[aria-disabled=true]:focus {
    box-shadow: none
}

.wp-block-woocommerce-price-filter {
    border-color: #757575;
    border-radius: 4px;
    border-style: none !important
}

.wp-block-woocommerce-price-filter h1,
.wp-block-woocommerce-price-filter h2,
.wp-block-woocommerce-price-filter h3,
.wp-block-woocommerce-price-filter h4,
.wp-block-woocommerce-price-filter h5,
.wp-block-woocommerce-price-filter h6 {
    text-transform: inherit
}

.wc-block-price-filter,
.wc-block-price-filter__controls,
.wc-block-price-slider {
    border-color: inherit;
    border-radius: inherit
}

.wc-block-price-filter__controls input {
    border-color: inherit !important;
    border-radius: inherit !important;
    border-style: solid
}

.wc-block-price-filter__controls .input-loading {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    border-radius: 0;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    height: 2em;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    width: 5.625em;
    z-index: 1
}

.wc-block-price-filter__controls .input-loading>* {
    visibility: hidden
}

.wc-block-price-filter__controls .input-loading:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-price-filter__controls .input-loading {
        -webkit-animation: none;
        animation: none
    }
}

.editor-styles-wrapper .wc-block-price-filter__button.wc-block-components-price-slider__button,
.wc-block-price-filter__button.wc-block-components-price-slider__button {
    font-size: .875em;
    padding: .5em 1em
}

.wp-block-woocommerce-attribute-filter {
    border-style: none !important
}

.wp-block-woocommerce-attribute-filter h1,
.wp-block-woocommerce-attribute-filter h2,
.wp-block-woocommerce-attribute-filter h3,
.wp-block-woocommerce-attribute-filter h4,
.wp-block-woocommerce-attribute-filter h5,
.wp-block-woocommerce-attribute-filter h6 {
    text-transform: inherit
}

.wc-block-attribute-filter {
    border-color: inherit;
    border-radius: inherit;
    margin-bottom: 16px
}

.wc-block-attribute-filter .is-loading {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    border-radius: 0;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    height: 1em;
    line-height: 1;
    margin-top: 16px;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

.wc-block-attribute-filter .is-loading>* {
    visibility: hidden
}

.wc-block-attribute-filter .is-loading:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-attribute-filter .is-loading {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-attribute-filter.style-dropdown {
    align-items: flex-start;
    display: flex;
    gap: 16px;
    position: relative
}

.wc-block-attribute-filter.style-dropdown .single-selection .components-form-token-field__token+input[type=text].components-form-token-field__input {
    opacity: 0
}

.wc-block-attribute-filter.style-dropdown .single-selection .components-form-token-field__input-container.is-active .components-form-token-field__token+input[type=text].components-form-token-field__input {
    opacity: 1
}

.wc-block-attribute-filter.style-dropdown .wc-block-components-filter-submit-button {
    height: 36px;
    line-height: 1
}

.wc-block-attribute-filter.style-dropdown>svg {
    pointer-events: none;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%)
}

.wc-block-attribute-filter .wc-block-attribute-filter-list {
    margin: 0;
    width: 100%
}

.wc-block-attribute-filter .wc-block-attribute-filter-list li label {
    cursor: pointer
}

.wc-block-attribute-filter .wc-block-attribute-filter-list li input {
    cursor: pointer;
    display: inline-block
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper {
    flex-grow: 1;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    max-width: unset;
    width: 0
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper:not(.is-loading) {
    border: 1px solid #757575 !important;
    border-radius: 4px
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper.is-loading {
    border-radius: .25em
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field {
    border-radius: inherit
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container {
    border: 0;
    border-radius: inherit;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    padding: 8px;
    text-decoration: inherit;
    text-transform: inherit
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input {
    font-size: .875em
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input::-moz-placeholder {
    color: #000
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input:-ms-input-placeholder {
    color: #000
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input::placeholder {
    color: #000
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestions-list {
    border: 1px solid #757575;
    border-radius: 4px;
    margin-top: 8px;
    max-height: 21em
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestions-list .components-form-token-field__suggestion {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #000;
    margin: 12px;
    padding: 12px
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestion,
.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__token {
    font-size: .875em
}

.wc-block-attribute-filter__conditions-toggle,
.wc-block-attribute-filter__display-toggle,
.wc-block-attribute-filter__multiple-toggle {
    width: 100%
}

.wc-block-attribute-filter__instructions {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 1em
}

.wc-block-attribute-filter__selection {
    padding-top: 1em
}

.woocommerce-product-attributes .woocommerce-search-list__search .components-base-control__label {
    color: inherit;
    color: #757575;
    font-family: inherit;
    font-size: inherit;
    font-size: 1em;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit
}

.wc-block-attribute-filter__actions {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: flex-end
}

.wc-block-attribute-filter__actions .wc-block-components-filter-submit-button {
    margin-left: 0
}

.wc-block-attribute-filter__actions .wc-block-components-filter-submit-button:disabled {
    cursor: auto;
    opacity: .6
}

.wc-block-attribute-filter__actions .wc-block-filter-submit-button.wc-block-components-filter-submit-button.wc-block-attribute-filter__button {
    font-size: .875em;
    margin-top: 0
}

.editor-styles-wrapper .wc-block-components-checkbox,
.wc-block-components-checkbox {
    margin-top: 1em
}

.editor-styles-wrapper .wc-block-attribute-filter__button.wc-block-attribute-filter__button,
.wc-block-attribute-filter__button.wc-block-attribute-filter__button {
    font-size: .875em;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: .5em 1em;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.wp-block-woocommerce-stock-filter h1,
.wp-block-woocommerce-stock-filter h2,
.wp-block-woocommerce-stock-filter h3,
.wp-block-woocommerce-stock-filter h4,
.wp-block-woocommerce-stock-filter h5,
.wp-block-woocommerce-stock-filter h6 {
    text-transform: inherit
}

.wc-block-stock-filter {
    margin-bottom: 24px
}

.wc-block-stock-filter.is-loading {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    border-radius: 0;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    margin-top: 16px;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

.wc-block-stock-filter.is-loading>* {
    visibility: hidden
}

.wc-block-stock-filter.is-loading:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-stock-filter.is-loading {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-stock-filter .wc-block-stock-filter-list {
    margin: 0
}

.wc-block-stock-filter .wc-block-stock-filter-list li label {
    cursor: pointer
}

.wc-block-stock-filter .wc-block-stock-filter-list li input {
    cursor: pointer;
    display: inline-block
}

.wc-block-stock-filter.style-dropdown {
    align-items: flex-start;
    display: flex;
    gap: 16px;
    position: relative
}

.wc-block-stock-filter.style-dropdown .single-selection .components-form-token-field__token+input[type=text].components-form-token-field__input {
    opacity: 0
}

.wc-block-stock-filter.style-dropdown .single-selection .components-form-token-field__input-container.is-active .components-form-token-field__token+input[type=text].components-form-token-field__input {
    opacity: 1
}

.wc-block-stock-filter.style-dropdown .wc-block-components-filter-submit-button {
    height: 36px;
    line-height: 1
}

.wc-block-stock-filter.style-dropdown>svg {
    pointer-events: none;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%)
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper {
    flex-grow: 1;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    max-width: unset;
    width: 0
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper:not(.is-loading) {
    border: 1px solid #757575 !important;
    border-radius: 4px
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper.is-loading {
    border-radius: .25em
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field {
    border-radius: inherit
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container {
    border: 0;
    border-radius: inherit;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    padding: 8px;
    text-decoration: inherit;
    text-transform: inherit
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input {
    font-size: .875em
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input::-moz-placeholder {
    color: #000
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input:-ms-input-placeholder {
    color: #000
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input::placeholder {
    color: #000
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestions-list {
    border: 1px solid #757575;
    border-radius: 4px;
    margin-top: 8px;
    max-height: 21em
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestions-list .components-form-token-field__suggestion {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #000;
    margin: 12px;
    padding: 12px
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestion,
.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__token {
    font-size: .875em
}

.wc-block-stock-filter .wc-block-components-product-rating {
    margin-bottom: 0
}

.wc-block-stock-filter__actions {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: flex-end;
    margin-top: 16px
}

.wc-block-stock-filter__actions button[type=submit]:not(.wp-block-search__button).wc-block-components-filter-submit-button {
    font-size: .875em;
    margin-left: 0;
    margin-top: 0
}

.editor-styles-wrapper .wc-block-stock-filter .wc-block-stock-filter__button,
.wc-block-stock-filter__actions .wc-block-stock-filter__button {
    font-size: .875em;
    margin-top: .5em;
    padding: .5em 1em
}

.wp-block-woocommerce-active-filters h1,
.wp-block-woocommerce-active-filters h2,
.wp-block-woocommerce-active-filters h3,
.wp-block-woocommerce-active-filters h4,
.wp-block-woocommerce-active-filters h5,
.wp-block-woocommerce-active-filters h6 {
    text-transform: inherit
}

.wp-block-woocommerce-active-filters .wc-block-filter-title-placeholder .wc-block-active-filters__title {
    height: 1em
}

.wc-block-active-filters {
    margin-bottom: 24px;
    overflow: hidden
}

.wc-block-active-filters .wc-block-active-filters__clear-all {
    background: 0 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: inline;
    float: right;
    font-family: inherit;
    font-size: inherit;
    font-size: .875em;
    font-style: inherit;
    font-weight: inherit;
    font-weight: 400;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 15px 0 0;
    padding: 0;
    text-decoration: inherit;
    text-decoration: underline;
    text-shadow: none;
    text-transform: inherit;
    vertical-align: baseline
}

.wc-block-active-filters .wc-block-active-filters__clear-all:active,
.wc-block-active-filters .wc-block-active-filters__clear-all:focus,
.wc-block-active-filters .wc-block-active-filters__clear-all:hover {
    background: 0 0
}

.wc-block-active-filters .wc-block-active-filters__clear-all:hover {
    color: inherit;
    text-decoration: none
}

.wc-block-active-filters .wc-block-active-filters__clear-all,
.wc-block-active-filters .wc-block-active-filters__clear-all:active,
.wc-block-active-filters .wc-block-active-filters__clear-all:focus,
.wc-block-active-filters .wc-block-active-filters__clear-all:hover {
    background: 0 0;
    color: inherit
}

.wc-block-active-filters .wc-block-active-filters__clear-all-placeholder {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    border-radius: 0;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    display: inline-block;
    float: right;
    height: 1em;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    width: 80px;
    z-index: 1
}

.wc-block-active-filters .wc-block-active-filters__clear-all-placeholder>* {
    visibility: hidden
}

.wc-block-active-filters .wc-block-active-filters__clear-all-placeholder:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-active-filters .wc-block-active-filters__clear-all-placeholder {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-active-filters .wc-block-active-filters__list {
    clear: both;
    list-style: none outside;
    margin: 0 0 4px;
    padding: 0
}

.wc-block-active-filters .wc-block-active-filters__list.wc-block-active-filters--loading {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-top: 12px
}

.wc-block-active-filters .wc-block-active-filters__list.wc-block-active-filters--loading.wc-block-active-filters__list--chips {
    align-items: flex-end;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 10px
}

.wc-block-active-filters .wc-block-active-filters__list li {
    list-style: none outside;
    margin: 9px 0 0;
    padding: 0
}

.wc-block-active-filters .wc-block-active-filters__list li ul {
    list-style: none outside;
    margin: 0;
    padding: 0
}

.wc-block-active-filters .wc-block-active-filters__list>li:first-child,
.wc-block-active-filters .wc-block-active-filters__list li:first-child .wc-block-active-filters__list-item-type {
    margin: 0
}

.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-list {
    display: inline-block
}

.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-list>span {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    border-radius: 0;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    display: inline-block;
    height: 1em;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-list>span>* {
    visibility: hidden
}

.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-list>span:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-list>span {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips {
    display: inline-block
}

.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips>span {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    border-radius: 13px;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    display: inline-block;
    height: 1em;
    line-height: 1;
    margin-right: 15px !important;
    max-width: 100% !important;
    min-width: 70px;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips>span>* {
    visibility: hidden
}

.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips>span:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips>span {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips:last-of-type>span {
    margin-right: 0 !important
}

.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips:nth-child(3) {
    flex-grow: 1;
    max-width: 200px
}

.wc-block-active-filters .wc-block-active-filters__list>.wc-block-active-filters__list-item .wc-block-active-filters__list-item-name {
    margin: 9px 0 0
}

.wc-block-active-filters .wc-block-active-filters__list-item-type {
    display: block;
    font-size: .75em;
    font-weight: 700;
    letter-spacing: .1em;
    margin: 16px 0 0;
    text-transform: uppercase
}

.wc-block-active-filters .wc-block-active-filters__list-item-operator {
    font-style: italic;
    font-weight: 400
}

.wc-block-active-filters .wc-block-active-filters__list-item-name {
    align-items: center;
    display: flex;
    font-size: .875em;
    padding: 0;
    position: relative
}

.wc-block-active-filters .wc-block-active-filters__list-item-remove {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #e0e0e0;
    border: 0;
    border-radius: 25px;
    color: currentColor;
    font-size: .75em;
    height: 16px;
    line-height: 16px;
    margin: 0 .5em 0 0;
    padding: 0;
    width: 16px
}

.wc-block-active-filters .wc-block-active-filters__list-item-remove:focus,
.wc-block-active-filters .wc-block-active-filters__list-item-remove:hover {
    background: #949494
}

.wc-block-active-filters .wc-block-active-filters__list-item-remove:focus .wc-block-components-chip__remove-icon,
.wc-block-active-filters .wc-block-active-filters__list-item-remove:hover .wc-block-components-chip__remove-icon {
    fill: #fff
}

.wc-block-active-filters .wc-block-active-filters__list-item-remove:disabled {
    color: #e0e0e0;
    cursor: not-allowed
}

.wc-block-active-filters .wc-block-active-filters__list--chips li,
.wc-block-active-filters .wc-block-active-filters__list--chips ul {
    display: inline
}

.wc-block-active-filters .wc-block-active-filters__list--chips .wc-block-active-filters__list-item-type {
    display: none
}

.wc-block-active-filters .wc-block-active-filters__list--chips .wc-block-components-chip {
    margin-bottom: .1875em;
    margin-top: .1875em
}

.wc-block-rating-filter.is-loading {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    border-radius: 0;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    margin-top: 16px;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

.wc-block-rating-filter.is-loading>* {
    visibility: hidden
}

.wc-block-rating-filter.is-loading:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-rating-filter.is-loading {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-rating-filter.style-dropdown {
    align-items: flex-start;
    display: flex;
    gap: 16px;
    position: relative
}

.wc-block-rating-filter.style-dropdown .single-selection .components-form-token-field__token+input[type=text].components-form-token-field__input {
    opacity: 0
}

.wc-block-rating-filter.style-dropdown .single-selection .components-form-token-field__input-container.is-active .components-form-token-field__token+input[type=text].components-form-token-field__input {
    opacity: 1
}

.wc-block-rating-filter.style-dropdown .wc-block-components-filter-submit-button {
    height: 36px;
    line-height: 1
}

.wc-block-rating-filter.style-dropdown>svg {
    pointer-events: none;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%)
}

.wc-block-rating-filter .wc-block-components-product-rating__stars {
    display: inline-block;
    height: 1em;
    line-height: 1
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper {
    flex-grow: 1;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    max-width: unset;
    width: 0
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper:not(.is-loading) {
    border: 1px solid #757575 !important;
    border-radius: 4px
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper.is-loading {
    border-radius: .25em
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field {
    border-radius: inherit
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container {
    border: 0;
    border-radius: inherit;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    padding: 8px;
    text-decoration: inherit;
    text-transform: inherit
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input {
    font-size: .875em
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input::-moz-placeholder {
    color: #000
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input:-ms-input-placeholder {
    color: #000
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input::placeholder {
    color: #000
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestions-list {
    border: 1px solid #757575;
    border-radius: 4px;
    margin-top: 8px;
    max-height: 21em
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestions-list .components-form-token-field__suggestion {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #000;
    margin: 12px;
    padding: 12px
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestion,
.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__token {
    font-size: .875em
}

.wc-block-rating-filter .wc-block-components-product-rating {
    margin-bottom: 0
}

.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container {
    padding: 4px 30px 4px 8px
}

.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container .components-form-token-field__token-text {
    background-color: #fff;
    border: 1px solid;
    border-radius: 25px 0 0 25px;
    border-right: 0;
    line-height: 22px;
    padding: .25em .5em .25em .75em
}

.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container>.components-form-token-field__input {
    margin: .25em 0
}

.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container .components-button.components-form-token-field__remove-token {
    background-color: #fff;
    border: 1px solid;
    border-left: 0;
    border-radius: 0 25px 25px 0;
    padding: 1px .25em 0 0
}

.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container .components-button.components-form-token-field__remove-token.has-icon svg {
    background-color: #e0e0e0;
    border-radius: 25px
}

.wp-block-woocommerce-rating-filter {
    margin-bottom: 24px
}

.wp-block-woocommerce-rating-filter .wc-block-rating-filter .wc-block-rating-filter-list li input,
.wp-block-woocommerce-rating-filter .wc-block-rating-filter .wc-block-rating-filter-list li label {
    cursor: pointer
}

.wc-block-rating-filter__actions {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: flex-end;
    margin-top: 16px
}

.wc-block-rating-filter__actions .wc-block-components-filter-submit-button {
    margin-left: 0
}

.wc-block-rating-filter__actions .wc-block-components-filter-submit-button:disabled {
    cursor: auto;
    opacity: .6
}

.wc-block-rating-filter__actions button[type=submit]:not(.wp-block-search__button).wc-block-components-filter-submit-button {
    font-size: .875em;
    margin-left: 0;
    margin-top: 0
}

.editor-styles-wrapper .wc-block-rating-filter .wc-block-rating-filter__button,
.wc-block-rating-filter__actions .wc-block-rating-filter__button {
    font-size: .875em;
    margin-top: .5em;
    padding: .5em 1em
}

:where(div[data-block-name="woocommerce/legacy-template"]) {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px
}

@-webkit-keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

@keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

@-webkit-keyframes loading__animation {
    to {
        transform: translateX(100%)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(100%)
    }
}

.color-block-support-panel .wc-block-feedback-prompt {
    grid-column: 1/-1
}

.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em .5em 1em;
    padding: .2em 1em;
    border: 2px solid #00a0d2
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
    display: none
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232
}

.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900
}

.wpcf7-form-control-wrap {
    position: relative
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: 400;
    display: block
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: relative;
    top: -2ex;
    left: 1em;
    z-index: 100;
    border: 1px solid #dc3232;
    background: #fff;
    padding: .2em .8em;
    width: 24em
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em
}

.wpcf7-list-item-label:before,
.wpcf7-list-item-label:after {
    content: " "
}

.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: .75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative
}

form.submitting .wpcf7-spinner {
    visibility: visible
}

.wpcf7-spinner:before {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@media (prefers-reduced-motion:reduce) {
    .wpcf7-spinner:before {
        animation-name: blink;
        animation-duration: 2s
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

@keyframes blink {
    from {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.wpcf7 input[type=file] {
    cursor: pointer
}

.wpcf7 input[type=file]:disabled {
    cursor: default
}

.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed
}

.wpcf7 input[type=url],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
    direction: ltr
}

.wpcf7-reflection>output {
    display: list-item;
    list-style: none
}

:root {
    --woocommerce: #a46497;
    --wc-green: #7ad03a;
    --wc-red: #a00;
    --wc-orange: #ffba00;
    --wc-blue: #2ea2cc;
    --wc-primary: #a46497;
    --wc-primary-text: #fff;
    --wc-secondary: #ebe9eb;
    --wc-secondary-text: #515151;
    --wc-highlight: #77a464;
    --wc-highligh-text: #fff;
    --wc-content-bg: #fff;
    --wc-subtext: #767676
}

.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: flex;
    flex-direction: column;
    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: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: .618em;
    content: "\e010";
    text-decoration: none
}

.woocommerce form .show-password-input.display-password:after,
.woocommerce-page form .show-password-input.display-password:after {
    color: #585858
}

.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";
:root {
    --woocommerce: #a46497;
    --wc-green: #7ad03a;
    --wc-red: #a00;
    --wc-orange: #ffba00;
    --wc-blue: #2ea2cc;
    --wc-primary: #a46497;
    --wc-primary-text: #fff;
    --wc-secondary: #ebe9eb;
    --wc-secondary-text: #515151;
    --wc-highlight: #77a464;
    --wc-highligh-text: #fff;
    --wc-content-bg: #fff;
    --wc-subtext: #767676
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}


.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(//reactheme.com/products/wordpress/waretech/wp-content/plugins/woocommerce/assets/css/../images/icons/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(//reactheme.com/products/wordpress/waretech/wp-content/plugins/woocommerce/assets/css/../images/icons/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 {
    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;
    color: #515151;
    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: #6b6b6b
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff;
    color: #515151;
    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;
    line-height: 2em;
    vertical-align: top
}

.woocommerce div.product form.cart .variations label {
    font-weight: 700;
    text-align: left
}

.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: "sssss";
    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: "SSSSS";
    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.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: "↓";
    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: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e037";
    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: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e02d";
    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: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e013";
    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: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e013";
    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: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e013";
    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: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e00a";
    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: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: .618em;
    content: "\e019";
    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(//reactheme.com/products/wordpress/waretech/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/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(//reactheme.com/products/wordpress/waretech/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/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(//reactheme.com/products/wordpress/waretech/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/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(//reactheme.com/products/wordpress/waretech/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/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(//reactheme.com/products/wordpress/waretech/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/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(//reactheme.com/products/wordpress/waretech/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/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(//reactheme.com/products/wordpress/waretech/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/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(//reactheme.com/products/wordpress/waretech/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/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
}

.team-grid-style1 .team-item,
.team-slider-style1 .team-item {
    overflow: visible
}

.team-grid-style1 .team-item .social-icons1,
.team-slider-style1 .team-item .social-icons1 {
    text-align: center;
    margin-top: 14px
}

.team-grid-style1 .team-item .social-icons1 a i,
.team-slider-style1 .team-item .social-icons1 a i {
    color: #fff;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    border-radius: 50%;
    margin: 0
}

.team-grid-style1 .team-item .image-wrap,
.team-slider-style1 .team-item .image-wrap {
    position: relative;
    overflow: hidden
}

.team-grid-style1 .team-item .image-wrap .social-icons1,
.team-slider-style1 .team-item .image-wrap .social-icons1 {
    position: absolute;
    right: -50px;
    bottom: 0;
    width: 50px;
    background: #086ad8;
    padding: 12px 0;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease 0s
}

.team-grid-style1 .team-item .image-wrap .social-icons1 a,
.team-slider-style1 .team-item .image-wrap .social-icons1 a {
    padding: 0;
    background: 0 0
}

.team-grid-style1 .team-item .image-wrap .social-icons1 a i,
.team-slider-style1 .team-item .image-wrap .social-icons1 a i {
    background: 0 0
}

.team-grid-style1 .team-item .image-wrap .social-icons1 a:hover i,
.team-slider-style1 .team-item .image-wrap .social-icons1 a:hover i {
    color: #f8560c;
    background: 0 0
}

.team-grid-style1 .team-item :hover .image-wrap .social-icons1,
.team-slider-style1 .team-item :hover .image-wrap .social-icons1 {
    right: 0;
    width: 50px;
    opacity: 1;
    visibility: visible
}

.team-grid-style1 .team-item .team-content,
.team-slider-style1 .team-item .team-content {
    text-align: center;
    margin: 0;
    padding: 20px 20px 25px;
    box-shadow: 0 5px 20px rgba(34, 34, 34, .1);
    background: #086ad8;
    margin-bottom: 30px;
    position: unset;
    opacity: 1
}

.team-grid-style1 .team-item .team-content h3.team-name,
.team-slider-style1 .team-item .team-content h3.team-name {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0;
    text-transform: capitalize
}

.team-grid-style1 .team-item .team-content h3.team-name a,
.team-slider-style1 .team-item .team-content h3.team-name a {
    text-decoration: none;
    color: #fff
}

.team-grid-style1 .team-item .team-content h3.team-name a:hover,
.team-slider-style1 .team-item .team-content h3.team-name a:hover {
    color: #c4c4c4
}

.team-grid-style1 .team-item .team-content span.team-title,
.team-slider-style1 .team-item .team-content span.team-title {
    text-transform: uppercase;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    color: #fff
}

.team-grid-style1 .team-item .social-icons,
.team-slider-style1 .team-item .social-icons {
    display: none
}

.team-slider-style1 .team-item .team-content {
    margin: 0
}

.team-grid-style2 .team-inner-wrap,
.team-slider-style2 .team-inner-wrap {
    position: relative;
    margin-bottom: 35px;
    overflow: hidden
}

.team-grid-style2 .team-inner-wrap a,
.team-slider-style2 .team-inner-wrap a {
    text-decoration: none
}

.team-grid-style2 .team-inner-wrap .team-img-sec,
.team-slider-style2 .team-inner-wrap .team-img-sec {
    position: relative
}

.team-grid-style2 .team-inner-wrap .wrap-text,
.team-slider-style2 .team-inner-wrap .wrap-text {
    box-shadow: 0 5px 20px rgba(34, 34, 34, .1);
    padding: 0 40px 12px;
    background: #fff
}

.team-grid-style2 .team-inner-wrap .wrap-text .team-desc,
.team-slider-style2 .team-inner-wrap .wrap-text .team-desc {
    margin-bottom: 0
}

.team-grid-style2 .team-inner-wrap,
.team-slider-style2 .team-inner-wrap {
    position: relative;
    margin-bottom: 35px;
    overflow: hidden
}

.team-grid-style2 .team-inner-wrap a,
.team-slider-style2 .team-inner-wrap a {
    text-decoration: none
}

.team-grid-style2 .team-inner-wrap .team-img-sec,
.team-slider-style2 .team-inner-wrap .team-img-sec {
    position: relative
}

.team-grid-style2 .team-inner-wrap .wrap-text,
.team-slider-style2 .team-inner-wrap .wrap-text {
    box-shadow: 0 5px 20px rgba(34, 34, 34, .1);
    padding: 0 40px 12px;
    background: #fff
}

.team-grid-style2 .team-inner-wrap .wrap-text .team-desc,
.team-slider-style2 .team-inner-wrap .wrap-text .team-desc {
    margin-bottom: 0
}

.team-grid-style2 .team-inner-wrap .image-wrap,
.team-slider-style2 .team-inner-wrap .image-wrap {
    position: relative
}

.team-grid-style2 .team-inner-wrap .image-wrap:before,
.team-slider-style2 .team-inner-wrap .image-wrap:before {
    content: "";
    background-image: -moz-linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -ms-linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0) 100%);
    opacity: .702;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.team-grid-style2 .team-inner-wrap .team-content,
.team-slider-style2 .team-inner-wrap .team-content {
    position: absolute;
    bottom: 25px;
    left: 60px;
    right: 60px;
    z-index: 1;
    -webkit-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
}

@media (max-width:1320px) {
    .team-grid-style2 .team-inner-wrap .team-content,
    .team-slider-style2 .team-inner-wrap .team-content {
        left: 30px;
        right: 30px
    }
}

.team-grid-style2 .team-inner-wrap .team-content .team-name,
.team-slider-style2 .team-inner-wrap .team-content .team-name {
    margin-top: 0 !important;
    line-height: 28px !important
}

.team-grid-style2 .team-inner-wrap .team-content .team-name a,
.team-slider-style2 .team-inner-wrap .team-content .team-name a {
    text-decoration: none;
    position: relative;
    margin-bottom: 0;
    z-index: 111;
    font-weight: 700;
    font-size: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, .102);
    -webkit-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;
    display: inline-block
}

@media (max-width:1100px) {
    .team-grid-style2 .team-inner-wrap .team-content .team-name a,
    .team-slider-style2 .team-inner-wrap .team-content .team-name a {
        font-size: 25px
    }
}

.team-grid-style2 .team-inner-wrap .team-content .social-icons,
.team-slider-style2 .team-inner-wrap .team-content .social-icons {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    height: 0;
    -webkit-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
}

.team-grid-style2 .team-inner-wrap .team-content .social-icons a,
.team-slider-style2 .team-inner-wrap .team-content .social-icons a {
    background-color: rgba(255, 255, 255, .102);
    width: 50px;
    height: 50px;
    line-height: 50px;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    opacity: 0;
    -webkit-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;
    text-align: center;
    margin-right: 8px
}

.team-grid-style2 .team-inner-wrap .team-content .social-icons a:hover,
.team-slider-style2 .team-inner-wrap .team-content .social-icons a:hover {
    background: #086ad8
}

.team-grid-style2 .team-inner-wrap .team-content .social-icons,
.team-slider-style2 .team-inner-wrap .team-content .social-icons,
.team-grid-style2 .team-inner-wrap .team-content .team-name,
.team-slider-style2 .team-inner-wrap .team-content .team-name {
    color: #fff
}

.team-grid-style2 .team-inner-wrap .team-content .social-icons a,
.team-slider-style2 .team-inner-wrap .team-content .social-icons a,
.team-grid-style2 .team-inner-wrap .team-content .team-name a,
.team-slider-style2 .team-inner-wrap .team-content .team-name a {
    text-decoration: none;
    color: #fff
}

.team-grid-style2 .team-inner-wrap .team-content .team-title,
.team-slider-style2 .team-inner-wrap .team-content .team-title {
    color: #fff;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.4;
    display: block;
    margin: 10px 0 5px
}

.team-grid-style2 .team-inner-wrap .team-content .social-icons,
.team-slider-style2 .team-inner-wrap .team-content .social-icons {
    padding-top: 2px
}

.team-grid-style2 .team-inner-wrap .team-content .social-icons a,
.team-slider-style2 .team-inner-wrap .team-content .social-icons a {
    padding: 0 3px
}

.team-grid-style2 .team-inner-wrap .team-content .nolink,
.team-slider-style2 .team-inner-wrap .team-content .nolink {
    pointer-events: none
}

.team-grid-style2 .team-inner-wrap .team-content .cat-doctor,
.team-slider-style2 .team-inner-wrap .team-content .cat-doctor {
    font-size: 16px
}

.team-grid-style2 .team-inner-wrap .team-content .cat-doctor a,
.team-slider-style2 .team-inner-wrap .team-content .cat-doctor a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase
}

.team-grid-style2 .team-inner-wrap .team-content .team-name,
.team-slider-style2 .team-inner-wrap .team-content .team-name {
    margin: 18px 0 0;
    font-weight: 500
}

.team-grid-style2 .team-inner-wrap .team-content .team-title,
.team-slider-style2 .team-inner-wrap .team-content .team-title {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    display: block
}

.team-grid-style2 .team-inner-wrap .team-content .team-title a,
.team-slider-style2 .team-inner-wrap .team-content .team-title a {
    color: #eee;
    pointer-events: none
}

.team-grid-style2 .team-inner-wrap:hover .social-icons,
.team-slider-style2 .team-inner-wrap:hover .social-icons {
    visibility: visible;
    opacity: 1;
    margin-top: 30px;
    height: 50px
}

.team-grid-style2 .team-inner-wrap:hover .social-icons a,
.team-slider-style2 .team-inner-wrap:hover .social-icons a {
    display: inline-block;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1
}

.icon-button a {
    background: #086ad8;
    color: #fff;
    padding: 3px 17px;
    display: inline-block;
    font-size: 20px;
    margin-bottom: 25px;
    border-radius: 18px
}

.icon-button a:hover {
    color: #fff;
    background: #333
}

.icon-button a i:before {
    font-size: inherit
}

.blogfull .icon-button a {
    margin-bottom: 0
}

.team-grid-style3 .team-item,
.team-slider-style3 .team-item {
    padding: 25px;
    position: relative
}

.team-grid-style3 .team-item:after,
.team-slider-style3 .team-item:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 200px solid #333;
    border-right: 200px solid transparent;
    left: 0;
    top: -10px
}

.team-grid-style3 .team-item:before,
.team-slider-style3 .team-item:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-bottom: 200px solid #333;
    border-left: 200px solid transparent;
    right: 0;
    bottom: -10px
}

.team-grid-style3 .team-item img,
.team-slider-style3 .team-item img {
    position: relative;
    z-index: 99
}

.team-grid-style3 .team-item .team-inner-wrap,
.team-slider-style3 .team-item .team-inner-wrap {
    position: relative
}

.team-grid-style3 .team-item .team-inner-wrap:before,
.team-slider-style3 .team-item .team-inner-wrap:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #333;
    opacity: .8;
    left: 0;
    top: 0;
    z-index: 100;
    opacity: 0;
    transition: all .4s ease 0s
}

.team-grid-style3 .team-item .team-content,
.team-slider-style3 .team-item .team-content {
    position: absolute;
    display: block;
    left: 50%;
    width: 100%;
    top: 30%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 110;
    color: #fff;
    padding: 15px;
    opacity: 0;
    transition: all .4s ease 0s
}

.team-grid-style3 .team-item .team-content .team-name,
.team-slider-style3 .team-item .team-content .team-name {
    margin-bottom: 0;
    font-size: 20px
}

.team-grid-style3 .team-item .team-content .team-name a,
.team-slider-style3 .team-item .team-content .team-name a {
    color: #fff
}

.team-grid-style3 .team-item .team-content .team-title,
.team-slider-style3 .team-item .team-content .team-title {
    color: #fff;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 10px;
    font-size: 14px;
    display: block
}

.team-grid-style3 .team-item .team-content .social-icons a,
.team-slider-style3 .team-item .team-content .social-icons a {
    color: #fff;
    margin-right: 12px;
    font-size: 16px
}

.team-grid-style3 .team-item .team-content .social-icons a:last-child,
.team-slider-style3 .team-item .team-content .social-icons a:last-child {
    margin-right: 0
}

.team-grid-style3 .team-item .team-content .social-icons a:hover,
.team-slider-style3 .team-item .team-content .social-icons a:hover {
    opacity: .8
}

.team-grid-style3 .team-item:hover .team-content,
.team-slider-style3 .team-item:hover .team-content {
    opacity: 1;
    width: 100%;
    top: 50%
}

.team-grid-style3 .team-item:hover .team-inner-wrap:before,
.team-slider-style3 .team-item:hover .team-inner-wrap:before {
    opacity: .8
}

.team-grid-style3 .team-img:after {
    top: 0
}

.team-grid-style3 .team-img:before {
    bottom: 0
}

.team-grid-style4 .owl-stage-outer,
.team-slider-style4 .owl-stage-outer {
    overflow-y: visible
}

.team-grid-style4 .team-item,
.team-slider-style4 .team-item {
    margin-bottom: 125px;
    position: relative;
    overflow: visible
}

.team-grid-style4 .team-item:before,
.team-slider-style4 .team-item:before {
    display: none
}

.team-grid-style4 .team-item .team-content,
.team-slider-style4 .team-item .team-content {
    color: #f8560c;
    background: #fff;
    padding: 20px;
    text-align: center;
    z-index: 9;
    position: absolute;
    z-index: 1;
    opacity: 1;
    width: unset;
    height: unset;
    display: inline-block;
    top: unset;
    bottom: -85px;
    padding: 20px 20px 25px;
    -webkit-box-shadow: 10px 17px 38px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 10px 17px 38px 0 rgba(0, 0, 0, .1);
    box-shadow: 10px 17px 38px 0 rgba(0, 0, 0, .1);
    left: 50%;
    max-width: 310px;
    transform: translateX(-50%);
    width: 95%
}

.team-grid-style4 .team-item .team-content .team-name,
.team-slider-style4 .team-item .team-content .team-name {
    display: block;
    font-size: 22px;
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 600
}

.team-grid-style4 .team-item .team-content .team-name a,
.team-slider-style4 .team-item .team-content .team-name a {
    color: #086ad8
}

.team-grid-style4 .team-item .team-content .team-name a:hover,
.team-slider-style4 .team-item .team-content .team-name a:hover {
    color: #f8560c
}

.team-grid-style4 .team-item .team-content .team-title,
.team-slider-style4 .team-item .team-content .team-title {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    padding-top: 5px;
    display: block;
    font-family: 'Poppins', sans-serif;
    color: #0a0a0a
}

.team-grid-style4 .team-item .team-content .team-desc,
.team-slider-style4 .team-item .team-content .team-desc {
    font-size: 14px;
    margin-bottom: 0;
    color: #777;
    position: relative;
    z-index: 1;
    max-height: 0;
    opacity: 0;
    line-height: 24px;
    -webkit-transition: all .6s, max-height .5s;
    -o-transition: all .6s, max-height .5s;
    -moz-transition: all .6s, max-height .5s;
    transition: all .6s, max-height .5s;
    overflow: hidden;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -o-transform-origin: bottom;
    transform-origin: bottom
}

.team-grid-style4 .team-item .team-content .team-desc:before,
.team-slider-style4 .team-item .team-content .team-desc:before {
    content: '';
    position: absolute;
    z-index: 1;
    background: #086ad8;
    top: 0;
    left: 50%;
    width: 50px;
    height: 2px;
    margin-left: -25px
}

.team-grid-style4 .team-item .team-content .social-icons,
.team-slider-style4 .team-item .team-content .social-icons {
    text-align: center;
    margin-top: 12px
}

.team-grid-style4 .team-item .team-content .social-icons a,
.team-slider-style4 .team-item .team-content .social-icons a {
    display: inline-block
}

.team-grid-style4 .team-item .team-content .social-icons a i,
.team-slider-style4 .team-item .team-content .social-icons a i {
    color: #086ad8;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: 0 0;
    text-align: center;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    border-radius: 50%;
    margin: 0
}

.team-grid-style4 .team-item .team-content .social-icons a i:hover,
.team-slider-style4 .team-item .team-content .social-icons a i:hover {
    color: #f8560c
}

.team-grid-style4 .team-item:before,
.team-slider-style4 .team-item:before {
    background: 0 0
}

.team-grid-style4 .team-item:hover .team-content,
.team-slider-style4 .team-item:hover .team-content {
    opacity: 1;
    top: unset
}

.team-grid-style4 .team-item:hover .team-content .team-desc,
.team-slider-style4 .team-item:hover .team-content .team-desc {
    position: relative;
    max-height: 400px;
    opacity: 1;
    text-align: center;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all .4s, max-height 1.5s;
    -o-transition: all .4s, max-height 1.5s;
    -moz-transition: all .4s, max-height 1.5s;
    transition: all .4s, max-height 1.5s;
    padding-top: 18px;
    margin-top: 8px
}

.team-grid-style5 .team-inner-wrap,
.team-slider-style5 .team-inner-wrap {
    position: relative;
    overflow: hidden;
    padding-bottom: 100px;
    background: #fff;
    border-radius: 5px
}

.team-grid-style5 .team-inner-wrap .image-wrap img,
.team-slider-style5 .team-inner-wrap .image-wrap img {
    -webkit-transition: all .7s;
    transition: all .7s
}

.team-grid-style5 .team-inner-wrap .team-content,
.team-slider-style5 .team-inner-wrap .team-content {
    height: 100px;
    width: 100%;
    top: unset;
    bottom: 0;
    opacity: 1;
    position: absolute;
    padding: 15px 20px;
    color: #444;
    text-align: center;
    overflow: hidden;
    background: #fff;
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    transition: .3s all ease
}

.team-grid-style5 .team-inner-wrap .team-content .member-desc,
.team-slider-style5 .team-inner-wrap .team-content .member-desc {
    margin: 10px 0
}

.team-grid-style5 .team-inner-wrap .team-content .member-desc .team-name,
.team-slider-style5 .team-inner-wrap .team-content .member-desc .team-name {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin: 0;
    text-transform: uppercase
}

.team-grid-style5 .team-inner-wrap .team-content .member-desc .team-name a,
.team-slider-style5 .team-inner-wrap .team-content .member-desc .team-name a {
    color: #222
}

.team-grid-style5 .team-inner-wrap .team-content .member-desc .team-title,
.team-slider-style5 .team-inner-wrap .team-content .member-desc .team-title {
    font-size: 15px;
    text-transform: capitalize;
    color: #222;
    float: none;
    text-align: center;
    font-weight: 400
}

.team-grid-style5 .team-inner-wrap .team-content .team-desc,
.team-slider-style5 .team-inner-wrap .team-content .team-desc {
    display: none
}

.team-grid-style5 .team-inner-wrap .team-content .social-icons,
.team-slider-style5 .team-inner-wrap .team-content .social-icons {
    bottom: -100px !important;
    transition: all .3s ease 0s;
    position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: center;
    z-index: 100;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%) scale(.5);
    -webkit-transition: .4s all ease;
    transition: .4s all ease
}

.team-grid-style5 .team-inner-wrap .team-content .social-icons a,
.team-slider-style5 .team-inner-wrap .team-content .social-icons a {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    padding: 0;
    border: none;
    text-align: center;
    color: #fff;
    display: inline-block;
    transition: all .3s ease 0s;
    background: 0 0 !important;
    margin-right: 8px
}

.team-grid-style5 .team-inner-wrap .team-content .social-icons a i,
.team-slider-style5 .team-inner-wrap .team-content .social-icons a i {
    transition: all .3s ease 0s
}

.team-grid-style5 .team-inner-wrap .team-content .social-icons a i:hover,
.team-slider-style5 .team-inner-wrap .team-content .social-icons a i:hover {
    color: #f8560c
}

.team-grid-style5 .team-inner-wrap .team-content:before,
.team-slider-style5 .team-inner-wrap .team-content:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #086ad8;
    -webkit-transition: .4s all ease;
    -moz-transition: .4s all ease;
    transition: .4s all ease;
    left: 0
}

.team-grid-style5 .team-inner-wrap .team-content:hover,
.team-slider-style5 .team-inner-wrap .team-content:hover {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #086ad8;
    -webkit-transition: .4s all ease;
    -moz-transition: .4s all ease;
    transition: .4s all ease;
    left: 0
}

.team-grid-style5 .team-inner-wrap:hover .image-wrap img,
.team-slider-style5 .team-inner-wrap:hover .image-wrap img {
    -moz-transform: scale(1.1);
    transform: scale(1.1)
}

.team-grid-style5 .team-inner-wrap:hover .team-content,
.team-slider-style5 .team-inner-wrap:hover .team-content {
    opacity: 1;
    width: 100%;
    visibility: visible;
    transform: translate(0, 0);
    top: unset;
    bottom: 0;
    height: 140px;
    background: #222
}

.team-grid-style5 .team-inner-wrap:hover .team-content:before,
.team-slider-style5 .team-inner-wrap:hover .team-content:before {
    background: #222
}

.team-grid-style5 .team-inner-wrap:hover .team-content .member-desc .team-name a,
.team-slider-style5 .team-inner-wrap:hover .team-content .member-desc .team-name a {
    color: #fff
}

.team-grid-style5 .team-inner-wrap:hover .team-content .member-desc .team-name a:hover,
.team-slider-style5 .team-inner-wrap:hover .team-content .member-desc .team-name a:hover {
    color: #f8560c
}

.team-grid-style5 .team-inner-wrap:hover .team-content .member-desc .team-title,
.team-slider-style5 .team-inner-wrap:hover .team-content .member-desc .team-title {
    color: #fff
}

.team-grid-style5 .team-inner-wrap:hover .team-content .member-desc:before,
.team-slider-style5 .team-inner-wrap:hover .team-content .member-desc:before {
    background: #222
}

.team-grid-style5 .team-inner-wrap:hover .team-content .social-icons,
.team-slider-style5 .team-inner-wrap:hover .team-content .social-icons {
    bottom: 25px !important;
    opacity: 1;
    transform: translateX(-50%) scale(1)
}

.team-grid-style6 {
    position: relative
}

.team-grid-style6 .team-item {
    overflow: visible
}

.team-grid-style6 .team-item .image-wrap {
    width: 220px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    transition: .7s
}

.team-grid-style6 .team-item .image-wrap img {
    border-radius: 50%
}

.team-grid-style6 .team-item .image-wrap:after {
    content: " ";
    opacity: .8;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    visibility: hidden;
    transition: all .5s ease 0s
}

.team-grid-style6 .team-item .image-wrap:hover:after {
    content: " ";
    opacity: .8;
    position: absolute;
    visibility: visible;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #0f6fdd;
    z-index: 1
}

.team-grid-style6 .team-item .social-icons {
    text-align: center;
    margin-top: 10px;
    position: absolute;
    top: 90px;
    width: 100%;
    left: 115px;
    display: none
}

.team-grid-style6 .team-item .social-icons a {
    display: inline-block
}

.team-grid-style6 .team-item .social-icons a i {
    color: #4a4a4a;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: 0 0;
    text-align: center;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    border-radius: 50%;
    margin: 0
}

.team-grid-style6 .team-item .image-wrap:hover .social-icons {
    text-align: center;
    margin-top: 10px;
    width: 100%;
    position: absolute;
    top: 90px;
    left: -2px;
    display: block;
    z-index: 2
}

.team-grid-style6 .team-item .team-content {
    text-align: center;
    margin: 0;
    padding: 20px 20px 25px;
    margin-bottom: 30px;
    position: unset;
    opacity: 1
}

.team-grid-style6 .team-item .team-content h3.team-name {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0;
    text-transform: capitalize
}

.team-grid-style6 .team-item .team-content h3.team-name a {
    text-decoration: none;
    color: #333
}

.team-grid-style6 .team-item .team-content h3.team-name a:hover {
    color: #333
}

.team-grid-style6 .team-item .team-content span.team-title {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    color: #666
}

.team-grid-style7 .team-item {
    overflow: visible
}

.team-grid-style7 .team-item:hover .image-wrap:after {
    right: -25px
}

.team-grid-style7 .team-item .image-wrap {
    position: relative;
    text-align: center;
    display: inline-block;
    margin: 0 auto
}

.team-grid-style7 .team-item .image-wrap:before {
    content: "";
    border-radius: 50%;
    background-color: #43b9fe;
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    z-index: -1
}

.team-grid-style7 .team-item .image-wrap:after {
    content: "";
    border-radius: 50%;
    background-color: #7141b1;
    position: absolute;
    right: 3px;
    top: 59px;
    width: 80px;
    height: 80px;
    z-index: -1;
    -webkit-transition: all .6s ease 0s;
    -moz-transition: all .6s ease 0s;
    -ms-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    transition: all .6s ease 0s
}

.team-grid-style7 .team-item .image-wrap img {
    border-radius: 100%
}

.team-grid-style7 .team-item .social-icons {
    text-align: right;
    margin-top: -66px;
    margin-bottom: 40px;
    z-index: 5;
    position: relative;
    border-radius: 50px;
    width: 150px;
    margin-left: auto;
    transition: all .5s
}

.team-grid-style7 .team-item .social-icons a {
    display: inline-block
}

.team-grid-style7 .team-item .social-icons a i {
    color: #333;
    line-height: 35px;
    background: #fff;
    text-align: center;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    border-radius: 50%;
    margin: 0;
    font-size: 14px;
    padding-left: 7px;
    padding-right: 7px;
    background: 0 0;
    padding-top: 2px
}

.team-grid-style7 .team-item .social-icons .fa-instagram,
.team-grid-style7 .team-item .social-icons .fa-facebook-f,
.team-grid-style7 .team-item .social-icons .fa-twitter,
.team-grid-style7 .team-item .social-icons .fa-linkedin-in {
    display: none;
    opacity: 0;
    transition: all 3s
}

.team-grid-style7 .team-item .social-icons .rt-plus {
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, .06);
    border: 1px solid #eaeaea;
    width: 40px;
    height: 40px;
    padding-left: 0;
    padding-right: 0;
    background: #fff;
    display: inline-block
}

.team-grid-style7 .team-item .social-icons:hover {
    width: 160px;
    background-image: -webkit-linear-gradient(0deg, #43baff 0%, #7141b1 100%);
    z-index: 5
}

.team-grid-style7 .team-item .social-icons:hover .fa-instagram,
.team-grid-style7 .team-item .social-icons:hover .fa-facebook-f,
.team-grid-style7 .team-item .social-icons:hover .fa-twitter,
.team-grid-style7 .team-item .social-icons:hover .fa-linkedin-in {
    display: block;
    opacity: 1
}

.team-grid-style7 .team-item .social-icons:hover i {
    background: 0 0;
    border: none;
    color: #fff
}

.team-grid-style7 .team-item .team-content {
    text-align: left;
    margin: 0;
    padding: 20px 20px 25px;
    margin-bottom: 30px;
    position: unset;
    opacity: 1
}

.team-grid-style7 .team-item .team-content h3.team-name {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 10px;
    text-transform: capitalize
}

.team-grid-style7 .team-item .team-content h3.team-name a {
    text-decoration: none;
    color: #333
}

.team-grid-style7 .team-item .team-content h3.team-name a:hover {
    color: #333
}

.team-grid-style7 .team-item .team-content span.team-title {
    font-size: 14px;
    color: #43b9fe;
    font-weight: 400
}

.reactheme-team-grid .team-item-wrap {
    margin-bottom: 30px
}

.reactheme-team-grid.team-style4 .team-item-inner {
    padding: 0 30px
}

.reactheme-team-grid.team-style4 .team-item-inner img {
    border-radius: 50%
}

.reactheme-team-grid.team-style4 .normal-text {
    text-align: center
}

.reactheme-team-grid.team-style4 .normal-text span {
    display: block;
    font-size: 22px;
    padding-top: 20px;
    padding-bottom: 4px;
    font-weight: 600;
    font-family: 'DM Sans', sans-serif
}

.reactheme-team-grid.team-style4 .normal-text .designation {
    font-weight: 400;
    text-transform: uppercase;
    float: none;
    font-size: 16px;
    font-family: 'DM Sans', sans-serif;
    color: #4a4a4a
}

.reactheme-team-grid.team-style4 .normal-text .designation a {
    color: #4a4a4a;
    pointer-events: none
}

.reactheme-team-grid.team-style4 .team-item .social-icons a i {
    color: #4a4a4a;
    font-size: 16px;
    padding: 0 6px
}

.reactheme-team-grid .team-item {
    margin-bottom: 30px
}

.reactheme-team-grid.team-grid-style1 .team-item {
    box-shadow: 0 5px 20px rgba(34, 34, 34, .1)
}

.reactheme-team-grid.team-grid-style1 .team-item img {
    opacity: 1;
    transition: .4s
}

.reactheme-team-grid.team-grid-style1 .team-item:hover img {
    opacity: .7
}

.reactheme-team-grid.team-style4 .team-wrapper {
    position: relative;
    overflow: hidden;
    padding-bottom: 95px;
    background: #fff;
    border-radius: 5px
}

.reactheme-team-grid.team-style4 .team-wrapper .team_photo img {
    width: 100%;
    -webkit-transition: all .7s;
    transition: all .7s
}

.reactheme-team-grid.team-style4 .team-wrapper .team-title {
    font-weight: 400;
    text-transform: capitalize;
    float: none;
    font-size: inherit;
    color: #333
}

.reactheme-team-grid.team-style4 .team-wrapper .team_desc {
    height: 100px;
    width: 100%;
    bottom: 0;
    position: absolute;
    padding: 15px 20px;
    color: #444;
    text-align: center;
    overflow: hidden;
    background: #fff;
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    transition: .3s all ease
}

.reactheme-team-grid.team-style4 .team-wrapper .team_desc:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #086ad8;
    -webkit-transition: .4s all ease;
    -moz-transition: .4s all ease;
    transition: .4s all ease;
    left: 0
}

.reactheme-team-grid.team-style4 .team-wrapper .team_desc .name {
    font-size: 18px;
    font-weight: 600;
    margin: 5px 0 0;
    text-transform: capitalize;
    font-family: 'DM Sans', sans-serif
}

.reactheme-team-grid.team-style4 .team-wrapper .team_desc .name a {
    color: #9051c6
}

.reactheme-team-grid.team-style4 .team-wrapper .team_desc .name a:hover {
    color: #eee
}

.reactheme-team-grid.team-style4 .team-wrapper .team_desc .name .designation {
    font-size: 15px;
    text-transform: capitalize;
    color: #9051c6;
    float: none;
    text-align: center;
    font-weight: 500
}

.reactheme-team-grid.team-style4 .team-wrapper .team_desc .team-social {
    bottom: -100px !important;
    transition: .4s
}

.reactheme-team-grid.team-style4 .team-wrapper .team_desc .team-social a {
    font-size: 17px;
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    padding: 0;
    border: none;
    text-align: center;
    color: #fff;
    display: inline-block;
    transition: all .3s ease 0s;
    background: 0 0 !important;
    margin-right: 8px
}

.reactheme-team-grid.team-style4 .team-wrapper .team_desc .team-social a:last-child {
    margin-right: 0
}

.reactheme-team-grid.team-style4 .team-wrapper .team_desc .team-social a i {
    font-size: 16px
}

.reactheme-team-grid.team-style4 .team-wrapper:hover .team_desc {
    opacity: 1;
    width: 100%;
    visibility: visible;
    transform: translate(0, 0);
    bottom: 0;
    height: 130px;
    color: #fff;
    background: #333
}

.reactheme-team-grid.team-style4 .team-wrapper:hover .team_desc .name a {
    color: #fff
}

.reactheme-team-grid.team-style4 .team-wrapper:hover .team_desc .name .designation {
    color: #fff
}

.reactheme-team-grid.team-style4 .team-wrapper:hover .team-title {
    display: block;
    margin-bottom: 15px;
    color: #fff
}

.reactheme-team-grid.team-style4 .team-wrapper:hover .team_photo img {
    -moz-transform: scale(1.1);
    transform: scale(1.1)
}

.reactheme-team-grid.team-style4 .team-wrapper:hover .team-social {
    bottom: 20px !important
}

.reactheme-team-grid.team-style5 .team-item {
    margin-bottom: 125px;
    position: relative
}

.reactheme-team-grid.team-style5 .team-item .team-img {
    position: relative;
    overflow: hidden
}

.reactheme-team-grid.team-style5 .team-item .team-img img {
    width: 100%;
    transform: scale(1.15);
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.reactheme-team-grid.team-style5 .team-item .normal-text {
    background: #f7f7f7;
    color: #9051c6;
    padding: 20px;
    text-align: center;
    z-index: 9;
    position: absolute;
    z-index: 1;
    left: 40px;
    bottom: -85px;
    background: #fff;
    width: calc(100% - 80px);
    padding: 20px 20px 25px;
    -webkit-box-shadow: 10px 17px 38px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 10px 17px 38px 0 rgba(0, 0, 0, .1);
    box-shadow: 10px 17px 38px 0 rgba(0, 0, 0, .1)
}

.reactheme-team-grid.team-style5 .team-item .normal-text .designation {
    font-size: 16px;
    font-weight: 500;
    float: none;
    color: #333;
    margin-bottom: 0;
    text-transform: uppercase
}

.reactheme-team-grid.team-style5 .team-item .normal-text .designation a {
    color: #333
}

.reactheme-team-grid.team-style5 .team-item .normal-text .team-text {
    font-size: 16px;
    margin-bottom: 0;
    color: #777;
    position: relative;
    z-index: 1;
    max-height: 0;
    opacity: 0;
    line-height: 24px;
    padding: 0 20px;
    -webkit-transition: all .6s, max-height .5s;
    -o-transition: all .6s, max-height .5s;
    -moz-transition: all .6s, max-height .5s;
    transition: all .6s, max-height .5s;
    overflow: hidden;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -o-transform-origin: bottom;
    transform-origin: bottom
}

.reactheme-team-grid.team-style5 .team-item .normal-text .team-text:before {
    content: '';
    position: absolute;
    z-index: 1;
    background: #333;
    top: 0;
    left: 50%;
    width: 50px;
    height: 2px;
    margin-left: -25px
}

.reactheme-team-grid.team-style5 .team-item .normal-text .social-icons {
    text-align: center;
    margin-top: 12px
}

.reactheme-team-grid.team-style5 .team-item .normal-text .social-icons a i {
    color: #4a4a4a;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: 0 0;
    text-align: center;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    border-radius: 50%;
    margin: 0
}

.reactheme-team-grid.team-style5 .team-item .normal-text .social-icons a:hover i {
    background: #086ad8;
    color: #fff
}

.reactheme-team-grid.team-style5 .team-item .normal-text .person-name {
    display: block;
    font-size: 18px;
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 600
}

.reactheme-team-grid.team-style5 .team-item .normal-text .person-name a {
    color: #333
}

.reactheme-team-grid.team-style5 .team-item .normal-text .person-name a:hover {
    color: #086ad8
}

.reactheme-team-grid.team-style5 .team-item .normal-text .person-designation {
    font-size: 12px;
    color: #9051c6;
    text-transform: uppercase;
    font-weight: 400
}

.reactheme-team-grid.team-style5 .team-item:hover .normal-text .team-text {
    position: relative;
    max-height: 400px;
    opacity: 1;
    text-align: center;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all .4s, max-height 1.5s;
    -o-transition: all .4s, max-height 1.5s;
    -moz-transition: all .4s, max-height 1.5s;
    transition: all .4s, max-height 1.5s;
    padding-top: 18px;
    margin-top: 8px
}

.reactheme-team-grid.team-style5 .team-item .overlay-element .social-icons {
    margin-top: 5px
}

.reactheme-team-grid.team-style5 .team-item .overlay-element .social-icons i {
    font-size: 15px;
    margin: 0 5px
}

.reactheme-team-grid.team-style5 .team-item .team-content {
    padding: 10px
}

.reactheme-team-grid.team-style5 .team-item .team-content h3.team-name {
    font-size: 20px;
    margin-bottom: 4px;
    line-height: normal !important;
    text-transform: capitalize
}

.reactheme-team-grid.team-style5 .team-item .team-content h3.team-name a {
    color: #fff
}

.reactheme-team-grid.team-style5 .team-item .team-content h3.team-name a:hover {
    opacity: .8;
    color: #fff !important
}

.reactheme-team-grid.team-style5 .team-item .team-content .designation {
    font-size: 16px;
    font-weight: 500
}

.reactheme-team-grid.team-style5 .team-item .team-title {
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    display: block;
    font-family: 'DM Sans', sans-serif;
    color: #333
}

.reactheme-team-grid.team-style5 .team-item .team-desc {
    margin-bottom: 0;
    padding-top: 12px;
    margin-top: 12px;
    border-top: 1px solid;
    line-height: 22px
}

.reactheme-team-grid.team-style5 .team-item .team-desc {
    color: #fff
}

.reactheme-team-grid.team-style5 .team-item:hover .team-img img {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.reactheme-team-grid.team-style5 .team-item:hover .designation {
    float: none;
    font-size: 13px;
    font-weight: 500
}

.team-inner-wrap.ts-six .image-wrap {
    overflow: hidden;
    position: relative;
    padding: 0 40px
}

.team-inner-wrap.ts-six .image-wrap:before {
    content: '';
    display: block;
    background: #ffffff00;
    border-style: solid;
    border-color: #fff #ffffff00 #fff #fff;
    border-width: 167px;
    position: absolute;
    left: -25px;
    top: -210px;
    z-index: 1;
    transform: rotate(90deg)
}

.team-inner-wrap.ts-six .image-wrap:after {
    content: '';
    display: block;
    background: #ffffff00;
    border-style: solid;
    border-color: #fff #ffffff00 #fff #fff;
    border-width: 167px;
    position: absolute;
    left: -25px;
    bottom: -210px;
    z-index: 1;
    transform: rotate(270deg)
}

.team-inner-wrap.ts-six .team-content.ts-six-cont {
    background: #fff;
    box-shadow: 0 20px 50px -20px rgba(0, 0, 0, .1);
    padding: 30px 40px 40px;
    text-align: center
}

.team-inner-wrap.ts-six .team-content.ts-six-cont .member-desc {
    margin-bottom: 20px
}

.team-inner-wrap.ts-six .team-content.ts-six-cont .member-desc .team-name {
    margin-bottom: 0
}

.team-inner-wrap.ts-six .team-content.ts-six-cont .member-desc .team-name a {
    color: #000;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 600
}

.team-inner-wrap.ts-six .team-content.ts-six-cont .member-desc .team-title {
    font-size: 14px;
    color: #666;
    display: block;
    margin-top: -4px
}

.team-inner-wrap.ts-six .team-content.ts-six-cont .social-icons .social-icon i {
    color: #43b9fe;
    background: #e2edfd;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
    margin-right: 7px;
    border-radius: 5px;
    font-size: 13px;
    transition: all .4s
}

.team-inner-wrap.ts-six .team-content.ts-six-cont .social-icons .social-icon i:hover {
    color: #fff;
    background-image: linear-gradient(90deg, #086ad8 0%, rgba(55, 140, 255, .83) 100%)
}

.rts-search-button-wrapper .hfe-search-form__container .rts-search-bg {
    background: #fff;
    width: 500px;
    height: 60px;
    border-radius: 15px
}

.rts-search-button-wrapper .hfe-search-form__container .rts-search-bg .hfe-search-form__input {
    width: 431px;
    height: 60px;
    border-radius: 10px;
    border: none;
    padding-left: 25px !important
}

.rts-search-button-wrapper .hfe-search-form__container .rts-search-bg .hfe-search-submit {
    float: right;
    border-radius: 15px;
    padding: 10px;
    margin-right: 10px;
    margin-top: 6px;
    outline: none
}

.react-heading .title-inner .sub-text,
.rs-dual-heading .title-inner .sub-text {
    margin: 0 0 16px;
    display: inline-block;
    color: #086ad8;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700
}

.react-heading .title-inner .sub-text.title-upper,
.rs-dual-heading .title-inner .sub-text.title-upper {
    text-transform: uppercase
}

.react-heading .title-inner.yes .title,
.rs-dual-heading .title-inner.yes .title {
    color: rgba(0, 0, 0, .5);
    line-height: 1;
    color: #333;
    -webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color: transparent
}

.react-heading .title-inner .title,
.rs-dual-heading .title-inner .title {
    color: #333;
    margin-bottom: 15px;
    margin-top: 0
}

.react-heading .title-inner .title.title-upper,
.rs-dual-heading .title-inner .title.title-upper {
    text-transform: uppercase
}

.react-heading .title-inner .title span,
.rs-dual-heading .title-inner .title span {
    font-weight: 100;
    position: relative;
    z-index: 1
}

.react-heading .title-inner span.watermark,
.rs-dual-heading .title-inner span.watermark {
    font-size: 140px;
    line-height: .5;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #777;
    opacity: .1;
    position: absolute;
    left: 0;
    top: -9px;
    right: 0
}

.react-heading .description,
.rs-dual-heading .description {
    font-size: 18px
}

.react-heading .description strong,
.rs-dual-heading .description strong {
    font-weight: 700;
    color: #086ad8
}

.react-heading .rt-button a,
.rs-dual-heading .rt-button a {
    color: #fff;
    display: block;
    width: 100%;
    padding: 18px 20px;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    -webkit-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
}

.react-heading:hover .rt-button a,
.rs-dual-heading:hover .rt-button a {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1)
}

.react-heading.big .title-inner h2,
.rs-dual-heading.big .title-inner h2 {
    font-size: 36px;
    line-height: 44px
}

.react-heading.big .description p,
.rs-dual-heading.big .description p {
    font-size: 20px;
    line-height: 32px
}

.react-heading.style4 .title-inner .title,
.rs-dual-heading.style4 .title-inner .title {
    margin-bottom: 8px
}

.react-heading.style4 .title-inner .title-img,
.rs-dual-heading.style4 .title-inner .title-img {
    margin-bottom: 12px
}

.react-heading.style5 .sub-text,
.rs-dual-heading.style5 .sub-text {
    display: inline-block
}

.react-heading.style2,
.rs-dual-heading.style2 {
    position: relative;
    padding-bottom: 15px
}

.react-heading.style2:after,
.rs-dual-heading.style2:after {
    content: "";
    position: absolute;
    background: #333;
    width: 60px;
    height: 2px;
    left: 0;
    bottom: 0;
    z-index: 1;
    -webkit-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
}

.react-heading.style2.center:after,
.rs-dual-heading.style2.center:after {
    transform: translateX(-50%);
    left: 50%
}

.react-heading.style2.right:after,
.rs-dual-heading.style2.right:after {
    left: auto;
    right: 0
}

.react-heading.style2 h2,
.rs-dual-heading.style2 h2 {
    margin-bottom: 12px
}

.react-heading.style2 .description p,
.rs-dual-heading.style2 .description p {
    margin-bottom: 12px
}

.react-heading.style2.Lite:after,
.rs-dual-heading.style2.Lite:after {
    background: #fff !important
}

.react-heading.style3,
.rs-dual-heading.style3 {
    position: relative;
    padding-bottom: 12px
}

.react-heading.style3 h2,
.rs-dual-heading.style3 h2 {
    margin-bottom: 12px
}

.react-heading.style3 .description,
.rs-dual-heading.style3 .description {
    position: relative;
    padding-left: 80px
}

.react-heading.style3 .description:after,
.rs-dual-heading.style3 .description:after {
    content: "";
    position: absolute;
    border: 0;
    width: 60px;
    height: 2px;
    background: #086ad8;
    z-index: 9;
    margin-left: 0;
    left: 0;
    top: 14px
}

.react-heading.style3 .description p,
.rs-dual-heading.style3 .description p {
    margin-bottom: 12px
}

.react-heading.style3.Lite .description:after,
.rs-dual-heading.style3.Lite .description:after {
    background: #fff !important
}

.react-heading.style1,
.rs-dual-heading.style1 {
    position: relative;
    padding-bottom: 12px
}

.react-heading.style1 h2,
.rs-dual-heading.style1 h2 {
    margin-bottom: 12px
}

.react-heading.style1 .description,
.rs-dual-heading.style1 .description {
    position: relative;
    padding-right: 80px
}

.react-heading.style1 .description:after,
.rs-dual-heading.style1 .description:after {
    content: "";
    position: absolute;
    border: 0;
    width: 60px;
    height: 2px;
    background: #086ad8;
    z-index: 9;
    margin-left: 0;
    right: 0;
    top: 14px
}

.react-heading.style1 .description p,
.rs-dual-heading.style1 .description p {
    margin-bottom: 12px
}

.react-heading.style1.Lite .description:after,
.rs-dual-heading.style1.Lite .description:after {
    background: #fff !important
}

.react-heading.style8,
.rs-dual-heading.style8 {
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 10px
}

.react-heading.style8 .title-inner,
.rs-dual-heading.style8 .title-inner {
    padding-left: 25px;
    position: relative;
    display: inline-block
}

.react-heading.style8 .title-inner .sub-text,
.rs-dual-heading.style8 .title-inner .sub-text {
    margin-bottom: 5px
}

.react-heading.style8 .title-inner:after,
.rs-dual-heading.style8 .title-inner:after {
    content: "";
    position: absolute;
    border: 0;
    width: 2px;
    height: 100%;
    background: #086ad8;
    z-index: 9;
    margin-left: 0;
    left: 0;
    top: 0
}

.react-heading.style8 .description,
.rs-dual-heading.style8 .description {
    padding-left: 25px;
    position: relative
}

.react-heading.style8 .description:after,
.rs-dual-heading.style8 .description:after {
    content: "";
    position: absolute;
    border: 0;
    width: 2px;
    height: 100%;
    background: #086ad8;
    z-index: 9;
    margin-left: 0;
    left: 0;
    top: 0
}

.react-heading.style8 h2,
.rs-dual-heading.style8 h2 {
    margin-bottom: 5px
}

.react-heading.style8.text-center .description,
.rs-dual-heading.style8.text-center .description {
    padding-top: 15px;
    padding-left: 0
}

.react-heading.style8.text-center .description:after,
.rs-dual-heading.style8.text-center .description:after {
    display: none
}

.react-heading.style8.Lite .title-inner:after,
.rs-dual-heading.style8.Lite .title-inner:after {
    background: #fff
}

.react-heading.style8.Lite .description:after,
.rs-dual-heading.style8.Lite .description:after {
    background: #fff !important
}

.react-heading.style6 .title-inner,
.rs-dual-heading.style6 .title-inner {
    position: relative;
    padding-bottom: 12px
}

.react-heading.style6 .title-inner h2,
.rs-dual-heading.style6 .title-inner h2 {
    margin-bottom: 12px
}

.react-heading.style6 .title-inner .sub-text,
.rs-dual-heading.style6 .title-inner .sub-text {
    position: relative;
    padding-left: 14px
}

.react-heading.style6 .title-inner .sub-text:after,
.rs-dual-heading.style6 .title-inner .sub-text:after {
    content: "";
    position: absolute;
    background: #086ad8;
    width: 2px;
    height: 14px;
    left: 0;
    top: 1px;
    z-index: 1
}

.react-heading.style6 .title-inner .sub-text p,
.rs-dual-heading.style6 .title-inner .sub-text p {
    margin-bottom: 12px
}

.react-heading.style6.text-center .title-inner .sub-text,
.rs-dual-heading.style6.text-center .title-inner .sub-text,
.react-heading.style6.text-right .title-inner .sub-text,
.rs-dual-heading.style6.text-right .title-inner .sub-text {
    display: inline-block
}

.react-heading.style6.text-center .sub-text,
.rs-dual-heading.style6.text-center .sub-text {
    position: relative;
    padding-left: 0;
    padding-top: 60px;
    color: #333
}

.react-heading.style6.text-center .sub-text:after,
.rs-dual-heading.style6.text-center .sub-text:after {
    content: '';
    width: 77px;
    height: 2px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-top: -1px;
    width: 2px;
    height: 50px
}

.react-heading.style6.Lite .sub-text:after,
.rs-dual-heading.style6.Lite .sub-text:after {
    background: #fff !important
}

.react-heading.style6.dark .sub-text:after,
.rs-dual-heading.style6.dark .sub-text:after {
    background: #232023 !important
}

.react-heading.style4.left .title-inner .sub-text,
.rs-dual-heading.style4.left .title-inner .sub-text {
    padding-left: 43px
}

.react-heading.style4.left .title-inner .sub-text:before,
.rs-dual-heading.style4.left .title-inner .sub-text:before {
    left: 0
}

.react-heading.style4.right .title-inner .sub-text,
.rs-dual-heading.style4.right .title-inner .sub-text {
    padding-right: 43px
}

.react-heading.style4.right .title-inner .sub-text:after,
.rs-dual-heading.style4.right .title-inner .sub-text:after {
    right: 0
}

.react-heading.style4 .title-inner,
.rs-dual-heading.style4 .title-inner {
    position: relative;
    padding-bottom: 12px
}

.react-heading.style4 .title-inner h2,
.rs-dual-heading.style4 .title-inner h2 {
    margin-bottom: 12px;
    display: block
}

.react-heading.style4 .title-inner .sub-text,
.rs-dual-heading.style4 .title-inner .sub-text {
    position: relative;
    color: #333;
    display: inline-block
}

.react-heading.style4 .title-inner .sub-text:before,
.rs-dual-heading.style4 .title-inner .sub-text:before,
.react-heading.style4 .title-inner .sub-text:after,
.rs-dual-heading.style4 .title-inner .sub-text:after {
    content: "";
    position: absolute;
    border: 0;
    width: 35px;
    height: 2px;
    background: #086ad8;
    z-index: 9;
    margin-left: 0;
    left: -20px;
    top: 12px
}

.react-heading.style4 .title-inner .sub-text:before,
.rs-dual-heading.style4 .title-inner .sub-text:before {
    left: -40px
}

.react-heading.style4 .title-inner .sub-text:after,
.rs-dual-heading.style4 .title-inner .sub-text:after {
    left: auto;
    right: -40px
}

.react-heading.style4 .title-inner .sub-text p,
.rs-dual-heading.style4 .title-inner .sub-text p {
    margin-bottom: 12px
}

.react-heading.style4.Lite .sub-text:before,
.rs-dual-heading.style4.Lite .sub-text:before,
.react-heading.style4.Lite .sub-text:after,
.rs-dual-heading.style4.Lite .sub-text:after {
    background: #fff !important
}

.react-heading.style4.text-center .title-inner .sub-text,
.rs-dual-heading.style4.text-center .title-inner .sub-text,
.react-heading.style4.text-right .title-inner .sub-text,
.rs-dual-heading.style4.text-right .title-inner .sub-text {
    display: inline-block
}

.react-heading.style7 .title-inner,
.rs-dual-heading.style7 .title-inner {
    position: relative;
    padding-bottom: 12px
}

.react-heading.style7 .title-inner h2,
.rs-dual-heading.style7 .title-inner h2 {
    margin-bottom: 12px
}

.react-heading.style7 .title-inner .sub-text,
.rs-dual-heading.style7 .title-inner .sub-text {
    position: relative;
    padding-right: 65px;
    display: inline-block;
    color: #333
}

.react-heading.style7 .title-inner .sub-text:after,
.rs-dual-heading.style7 .title-inner .sub-text:after {
    content: "";
    position: absolute;
    border: 0;
    width: 50px;
    height: 2px;
    background: #086ad8;
    z-index: 9;
    margin-left: 0;
    right: 0;
    top: 12px
}

.react-heading.style7 .title-inner .sub-text p,
.rs-dual-heading.style7 .title-inner .sub-text p {
    margin-bottom: 12px
}

.react-heading.style7 .title-inner.Lite .sub-text:after,
.rs-dual-heading.style7 .title-inner.Lite .sub-text:after {
    background: #fff !important
}

.react-heading.style7 .title-inner.text-center .title-inner .sub-text,
.rs-dual-heading.style7 .title-inner.text-center .title-inner .sub-text,
.react-heading.style7 .title-inner.text-right .title-inner .sub-text,
.rs-dual-heading.style7 .title-inner.text-right .title-inner .sub-text {
    display: inline-block
}

.react-heading.style9 .title-img img,
.rs-dual-heading.style9 .title-img img {
    position: relative
}

.react-heading.style9 .title-inner .title-img.top,
.rs-dual-heading.style9 .title-inner .title-img.top {
    margin-bottom: 15px
}

.react-heading.style9 .title-upper,
.rs-dual-heading.style9 .title-upper {
    margin-bottom: 5px
}

.react-heading.style9 .bottom-line .title,
.rs-dual-heading.style9 .bottom-line .title {
    margin-bottom: 8px;
    position: relative;
    padding-bottom: 20px
}

.react-heading.style9 .bottom-line .title:after,
.rs-dual-heading.style9 .bottom-line .title:after {
    content: "";
    position: absolute;
    border: 0;
    width: 80px;
    height: 2px;
    background: #086ad8;
    z-index: 9;
    margin-left: 0;
    bottom: 0;
    left: 0
}

.react-heading.style9.text-center .bottom-line .title:after,
.rs-dual-heading.style9.text-center .bottom-line .title:after {
    transform: translateX(-50%);
    left: 50%
}

.react-heading.style10.text-center,
.rs-dual-heading.style10.text-center {
    text-align: left !important
}

.react-heading.style10.text-center .title-inner,
.rs-dual-heading.style10.text-center .title-inner {
    text-align: center
}

.react-heading.style10.text-right,
.rs-dual-heading.style10.text-right {
    text-align: left !important
}

.react-heading.style10.text-right .title-inner,
.rs-dual-heading.style10.text-right .title-inner {
    text-align: right
}

.react-heading.style10 .title-inner,
.rs-dual-heading.style10 .title-inner {
    transform: rotate(-90deg) translatex(-50%);
    display: inline-block;
    transform-origin: left center 0
}

.react-heading.style10 .title-inner .title,
.rs-dual-heading.style10 .title-inner .title {
    white-space: nowrap;
    position: relative;
    top: 40px;
    left: 10px;
    margin-bottom: 0
}

.react-heading.style10 .description,
.rs-dual-heading.style10 .description {
    transform: rotate(-90deg);
    display: inline-block
}

.react-heading.style11,
.rs-dual-heading.style11 {
    text-align: right !important
}

.react-heading.style11.text-center,
.rs-dual-heading.style11.text-center {
    text-align: right !important
}

.react-heading.style11.text-center .title-inner,
.rs-dual-heading.style11.text-center .title-inner {
    text-align: center
}

.react-heading.style11.text-right,
.rs-dual-heading.style11.text-right {
    text-align: right !important
}

.react-heading.style11.text-right .title-inner,
.rs-dual-heading.style11.text-right .title-inner {
    text-align: right
}

.react-heading.style11 .title-inner,
.rs-dual-heading.style11 .title-inner {
    transform: rotate(90deg);
    display: inline-block
}

.react-heading.style11 .description,
.rs-dual-heading.style11 .description {
    transform: rotate(90deg);
    display: inline-block
}

.react-heading.style12 .sub-text,
.rs-dual-heading.style12 .sub-text {
    display: inline-block;
    position: relative
}

.react-heading.style12 .sub-text:before,
.rs-dual-heading.style12 .sub-text:before {
    content: "";
    position: absolute;
    background: #086ad8;
    left: -15px;
    top: 0;
    z-index: 1;
    width: 2px;
    height: 14px
}

.react-heading.style12 .sub-text:after,
.rs-dual-heading.style12 .sub-text:after {
    content: "";
    position: absolute;
    background: #086ad8;
    right: -15px;
    top: 0;
    z-index: 1;
    width: 2px;
    height: 14px
}

.react-heading.style13 .title-inner .sub-text,
.rs-dual-heading.style13 .title-inner .sub-text {
    position: relative;
    display: unset;
    padding: 0 10px
}

.react-heading.style13 .title-inner .title span.watermark,
.rs-dual-heading.style13 .title-inner .title span.watermark {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #777;
    opacity: .1
}

.rs-animated-heading .title span,
.rs-dual-heading .first_title. {
    display: inline-block
}

.rs-animated-heading .title-inner .title,
.rs-animated-heading .title-inner .title .cd-headline {
    color: #333;
    line-height: 52px
}

.rs-animated-heading .title-inner .title {
    margin-bottom: 10px
}

.rs-animated-heading .title-inner .title.title-upper {
    text-transform: uppercase
}

.rs-animated-heading .title-inner .title .cd-headline {
    font-weight: 700;
    margin-left: 10px;
    color: #333
}

.rs-animated-heading .title-inner .title .cd-headline p {
    margin-bottom: 0
}

.rs-animated-heading .cd-words-wrapper {
    text-align: center
}

.title-no-margin h4.title {
    margin-bottom: 5px
}

.title-no-margin h3.title {
    margin-bottom: 3px !important;
    font-size: 20px
}

.list-style {
    padding: 0;
    margin: 0;
    list-style: none
}

.list-style li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 5px
}

.list-style li:before {
    content: "\f0a9";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px
}

.no-padding {
    padding: 0 !important
}

.rs-contact-box {
    text-align: left
}

.rs-contact-box .address-item {
    display: flex;
    position: relative;
    align-items: center;
    margin-bottom: 30px
}

.rs-contact-box .address-item:last-child {
    margin-bottom: 0 !important
}

.rs-contact-box .address-item .address-icon {
    display: inline-block;
    position: relative;
    background: #333;
    height: 70px;
    width: 70px;
    line-height: 70px;
    border-radius: 100%;
    text-align: center
}

.rs-contact-box .address-item .address-icon:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    background: #333;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden
}

.rs-contact-box .address-item .address-icon:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    background: #333;
    border-radius: 50%;
    animation: pulse-border 1.5s ease-out infinite;
    opacity: 0;
    visibility: hidden
}

.rs-contact-box .address-item .address-icon:hover {
    border-color: rgba(255, 255, 255, .7)
}

.rs-contact-box .address-item .address-icon i {
    text-align: center;
    color: #fff;
    border-radius: 100%;
    font-size: 30px;
    position: relative;
    line-height: 70px;
    z-index: 9;
    width: 100%;
    vertical-align: middle;
    margin-left: 0;
    height: auto
}

.rs-contact-box .address-item:last-child .address-icon:after {
    display: none
}

.rs-contact-box .address-item .address-text .contact-title {
    margin-bottom: 1px;
    font-weight: 500;
    font-size: 20px;
    margin-top: 6px
}

.rs-contact-box .address-item .address-text a {
    color: #4a4a4a
}

.rs-contact-box .address-item .address-text a:hover {
    color: #086ad8
}

.rs-contact-box .address-item:hover .address-icon:after,
.rs-contact-box .address-item:hover .address-icon:before {
    opacity: 1;
    visibility: visible
}

.rs-contact-box .address-item.vertical {
    display: block;
    text-align: center
}

.rs-contact-box .address-item.vertical .address-text span.label {
    display: block;
    font-weight: 500;
    font-size: 20px;
    margin-top: 15px
}

.rs-contact-box .address-item.horizontal .address-icon {
    margin-right: 20px
}

.rs-contact-box .address-item.horizontal .address-text>div {
    display: flex;
    align-items: center
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

.react-video {
    position: relative;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 100px 20px
}

.react-video.center .overly-border {
    margin: 0 auto
}

.react-video.left .overly-border {
    margin-left: 0;
    margin-right: auto
}

.react-video.right .overly-border {
    margin-left: auto;
    margin-right: 0
}

.react-video.style1 .video-desc {
    top: 60px
}

.react-video .video-desc {
    z-index: 1;
    font-size: 20px;
    position: relative
}

.react-video .video-desc span {
    display: block;
    font-size: 22px;
    font-weight: 400
}

.react-video .overly-border {
    border-radius: 50%;
    position: absolute;
    width: 100px;
    height: 100px;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2
}

.react-video .video-content {
    z-index: 10
}

.react-video .video-content h4 {
    margin-top: 40px;
    margin-bottom: 0;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase
}

.react-video:hover .popup-videos {
    animation-duration: .8s
}

.react-video .popup-videos {
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    line-height: 90px;
    padding: 0;
    margin: 0 auto;
    left: 50%;
    top: 50%;
    z-index: 9;
    text-align: center;
    background: #086ad8
}

.react-video .popup-videos:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    transition: all .2s
}

.react-video .popup-videos:before {
    border: 1px solid #fff;
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    animation: pulse-border 1.5s ease-out infinite
}

.react-video .popup-videos i {
    text-indent: 5px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
    font-size: 28px;
    color: #086ad8;
    position: relative;
    top: -4px
}

.react-video .popup-videos i:before {
    color: #fff;
    top: -1px
}

.react-video .popup-videos:hover {
    border-color: rgba(255, 255, 255, .7)
}

.react-video .popup-videos span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 27px solid #fff;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent
}

.react-video:hover .overly-border:before,
.react-video:hover .overly-border:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.react-video.style2 .overly-border {
    width: 60px;
    height: 60px
}

.react-video.style2 .popup-videos {
    height: 91px
}

.counter-top-area.yes .rs-counter-list .count-text .rs-counter {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.counter-top-area {
    position: relative;
    padding: 0 !important
}

.counter-top-area.style4 .rs-counter-list {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.counter-top-area.style4 .rs-counter-list .counter-icon {
    order: 2
}

.counter-top-area.style5 {
    padding: 60px 0 !important
}

.counter-top-area.style5 .pf-btn {
    margin-top: 100px;
    background: #fff;
    padding: 12px;
    border-radius: 50px;
    display: inline-block;
    width: 50px;
    height: 50px
}

.counter-top-area.style5 .pf-btn i {
    color: #333
}

.counter-top-area.style5 .pf-btn:hover {
    background: #086ad8
}

.counter-top-area.style5 .pf-btn:hover i {
    color: #fff
}

.counter-top-area.style5:before {
    content: "";
    border-radius: 10px;
    background-image: -moz-linear-gradient(0deg, #43baff 0%, #7141b1 100%);
    background-image: -webkit-linear-gradient(0deg, #43baff 0%, #7141b1 100%);
    background-image: -ms-linear-gradient(0deg, #43baff 0%, #7141b1 100%);
    opacity: .902;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.counter-top-area .rs-counter-list .counter-icon {
    display: inline-block
}

.counter-top-area .rs-counter-list .counter-icon i {
    font-size: 50px;
    color: #dcdcdc;
    line-height: 60px;
    transition: all .3s ease 0s
}

.counter-top-area .rs-counter-list .count-text .rs-counter {
    font-size: 50px;
    color: #086ad8;
    line-height: 60px;
    display: inline-block;
    transition: all .3s ease 0s
}

.counter-top-area .rs-counter-list .count-text .title {
    font-size: 18px;
    color: #666;
    line-height: 18px;
    transition: all .3s ease 0s
}

.counter-top-area.style1 {
    text-align: center
}

.counter-top-area.style1 .count-number span {
    padding: 10px 0
}

.counter-top-area.style1 .icon-left {
    display: flex
}

.counter-top-area.style1 .icon-left .counter-icon {
    margin-right: 15px;
    flex: 0 0 100px
}

.counter-top-area.style1 .icon-center {
    display: block
}

.counter-top-area.style1 .icon-center .counter-icon {
    margin-bottom: 15px
}

.counter-top-area.style1 .icon-right {
    flex-direction: row-reverse;
    display: flex
}

.counter-top-area.style1 .icon-right .counter-icon {
    margin-left: 15px
}

.counter-top-area.style1 .counter-icon {
    transition: .9s
}

.counter-top-area.style1 .counter-icon i {
    transition: .9s
}

.counter-top-area.style2 .rs-counter-list .count-text {
    display: flex;
    align-items: center
}

.title-stroke h2 {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: #333
}

.elementor-widget-container:hover .react-addon-services.services-style2:before {
    transform: scaleY(1)
}

.rt-service-slider .service-img {
    margin-bottom: 35px
}

.rt-service-slider .service-sub {
    color: #d2d2d2;
    font-size: 14px;
    margin-bottom: 18px
}

.rt-service-slider ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.rt-service-slider ul li {
    list-style: none;
    font-size: 18px;
    line-height: 40px;
    position: relative;
    z-index: 1
}

.rt-service-slider ul li:before {
    content: "\e812";
    position: absolute;
    font-family: "rt-icons";
    font-size: 18px;
    color: #086ad8;
    right: 0;
    top: 0;
    z-index: 1
}

.react-addon-services.services-style1 {
    position: relative
}

.react-addon-services.services-style1 a svg {
    width: 18px;
    position: relative;
    top: 0;
    padding-left: 4px
}

.react-addon-services.services-style1 ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.react-addon-services.services-style1 ul li {
    list-style: none;
    font-size: 18px;
    line-height: 40px;
    position: relative;
    z-index: 1
}

.react-addon-services.services-style1 ul li:before {
    content: "\e812";
    position: absolute;
    font-family: "rt-icons";
    font-size: 18px;
    color: #086ad8;
    right: 0;
    top: 0;
    z-index: 1
}

.react-addon-services.image-top .services-part {
    display: block;
    text-align: center
}

.react-addon-services.image-left .services-part {
    display: flex;
    align-items: center
}

.react-addon-services.image-right .services-part {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between
}

.react-addon-services.main-right.image-right .services-part {
    justify-content: end
}

.react-addon-services.main-center.image-right .services-part {
    justify-content: center
}

.react-addon-services .services-part {
    position: relative
}

.react-addon-services .services-part .services-icon {
    padding: 5px;
    font-size: 50px;
    line-height: 50px;
    color: #086ad8;
    transition: all ease .3s
}

.react-addon-services .services-part .services-icon i {
    transition: all ease .3s
}

.react-addon-services .services-part .services-icon i:before {
    margin: 0
}

.react-addon-services .services-part .services-icon.grayscale img {
    filter: gray;
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all .3s ease 0s
}

.react-addon-services .services-part .services-icon.grayscale img:hover {
    filter: none;
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0)
}

.react-addon-services .services-part .services-icon:hover {
    color: #333
}

.react-addon-services .services-part .services-icon:after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: #086ad8;
    border-radius: 50%;
    animation: pulse-border 1.5s ease-out infinite;
    opacity: 0;
    transition: all .3s ease 0s;
    visibility: hidden
}

.react-addon-services .services-part .services-text {
    padding: 10px 0 0;
    position: relative;
    font-family: 'DM Sans', sans-serif
}

.react-addon-services .services-part .services-text .services-title {
    position: relative
}

.react-addon-services .services-part .services-text .services-title .title {
    font-size: 24px;
    margin: 0 0 10px;
    color: #333
}

.react-addon-services .services-part .services-text .services-title .title a {
    color: #333
}

.react-addon-services .services-part .services-text .services-title .title a:hover {
    color: #9051c6
}

.react-addon-services .services-part .services-text .services-txt {
    color: #4a4a4a;
    margin: 0;
    transition: .4s
}

.react-addon-services .services-part .services-text .services-btn-part {
    margin: 15px 0 0
}

.react-addon-services .services-part .services-text .services-btn-part .services-btn {
    position: relative;
    display: inline-block;
    color: #333;
    transition: all ease .3s
}

.react-addon-services .services-part .services-text .services-btn-part .services-btn:hover {
    color: #086ad8
}

.react-addon-services .services-part .services-text .services-btn-part .services-btn.icon-after span {
    float: left
}

.react-addon-services .services-part .services-text .services-btn-part .services-btn.icon-after i {
    margin-left: 10px
}

.react-addon-services .services-part .services-text .services-btn-part .services-btn.icon-before span {
    float: right
}

.react-addon-services .services-part .services-text .services-btn-part .services-btn.icon-before i {
    margin-right: 10px
}

.react-addon-services .services-part:after {
    content: "";
    width: 0;
    height: 4px;
    background: #086ad8;
    position: absolute;
    transition: all .3s ease 0s;
    bottom: 0;
    left: 50%;
    z-index: 9;
    transform: translateX(-50%)
}

.react-addon-services .services-part:hover .services-icon {
    color: #333
}

.react-addon-services .services-part:hover .services-icon:after {
    opacity: 1;
    visibility: visible
}

.react-addon-services .services-part:hover .services-text .services-title .title {
    color: #086ad8;
    transition: .4s
}

.react-addon-services .services-part:hover .services-text .services-title .title a {
    color: #086ad8
}

.react-addon-services .services-part:hover:after {
    width: 100%
}

.react-addon-services.services-style2 .services-part {
    background: 0 0;
    text-align: left;
    position: relative;
    z-index: 1
}

.react-addon-services.services-style2 .services-part .services-icon img {
    -webkit-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
}

.react-addon-services.services-style2 .services-part:hover .services-icon img {
    transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -o-transform: translateY(-7px)
}

.react-addon-services.services-style2 .services-part a.services-btn {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    line-height: 52px;
    padding-left: 25px;
    padding-right: 35px
}

.react-addon-services.services-style3 .services-part {
    display: flex
}

.react-addon-services.services-style3 .services-part .services-icon {
    padding: 0;
    width: 80px
}

.react-addon-services.services-style3 .services-part .services-text {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.react-addon-services.services-style3 .services-part .services-text .services-title .title {
    padding: 0 0 0 35px;
    max-width: 250px;
    margin: 0
}

.react-addon-services.services-style3 .services-part .services-text .services-btn-part {
    margin: 0
}

.react-addon-services.services-style3 .services-part .services-text .services-btn-part i {
    color: #c7c7c7
}

.react-addon-services.services-style3 .services-part .service--top {
    align-items: center
}

.react-addon-services.services-style3 .services-part .service--top .services-title {
    position: relative
}

.react-addon-services.services-style3 .services-part .service--top .services-title .shadow-text {
    display: inline;
    position: absolute;
    top: 0;
    right: -18px;
    z-index: -1
}

.react-addon-services.services-style4 .services-part {
    background-color: #fff;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, .04)
}

.react-addon-services.services-style4 .services-part .title {
    padding: 10px 0 0 25px;
    margin-bottom: 0 !important
}

.react-addon-services.services-style4 .services-part p {
    padding-left: 25px
}

.react-addon-services.services-style4 .services-part .services-icon {
    line-height: 0
}

.react-addon-services.services-style4 .services-part a.services-btn {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    line-height: 52px;
    padding-left: 25px;
    padding-right: 35px
}

.react-addon-services.services-style4 .services-part .service--top {
    align-items: center
}

.react-addon-services.services-style5 .shadow-text {
    font-size: 120px;
    color: rgba(255, 255, 255, .039);
    line-height: .2;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    opacity: 0;
    -webkit-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
}

.react-addon-services.services-style5:hover .shadow-text {
    opacity: 1;
    z-index: 1
}

.react-addon-services.services-style6 .services-part {
    position: relative
}

.react-addon-services.services-style6 .services-part .services-icon {
    position: relative
}

.react-addon-services.services-style6 .services-part .shadow-text {
    font-size: 230px;
    color: #f7f7f7;
    line-height: .28;
    right: 0;
    position: absolute;
    top: 50%
}

.react-addon-services.services-style6 .services-part .shadow-text.stroke {
    font-size: 200px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    line-height: .28;
    right: -14px;
    position: absolute;
    top: 48px;
    opacity: .06
}

.react-addon-services.services-style6 .services-part:hover .shadow-text {
    color: #f3f2f2
}

.react-addon-services.services-style8 .services-btn-part i {
    transform: translateX(10px);
    transition: all .5s ease 0s;
    visibility: hidden;
    position: absolute;
    bottom: -60px;
    left: -43px;
    width: 60px;
    height: 60px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    padding: 9px 0 0;
    font-size: 24px
}

.react-addon-services.services-style8:hover .services-btn-part i {
    position: absolute;
    bottom: -60px;
    left: -43px;
    width: 60px;
    height: 60px;
    background: #086ad8;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    transform: translateX(10px);
    visibility: visible;
    padding: 9px 0 0;
    font-size: 24px
}

.react-addon-services.services-style9.image-top .services-part.d-flex {
    display: block !important
}

.react-addon-services.services-style9.image-right .services-part.d-flex {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center
}

.react-addon-services.services-style9.image-left .services-part.d-flex {
    align-items: center
}

.react-addon-services.services-style9 .services-part {
    transition: .5s
}

.react-addon-services.services-style9 .services-part:hover .services-icon {
    transform: scale(1.1)
}

.elementor-widget-container:hover .react-addon-services.services-style5 .shadow-text {
    opacity: 1;
    z-index: 1
}

.rs-addon-number .number-part {
    position: relative;
    text-align: center
}

.rs-addon-number .number-part .number-icon {
    display: inline-block;
    padding: 5px;
    font-size: 50px;
    color: #086ad8;
    transition: all ease .3s
}

.rs-addon-number .number-part .number-icon i {
    transition: all ease .3s
}

.rs-addon-number .number-part .number-icon img {
    max-width: unset;
    width: 50px;
    height: 50px
}

.rs-addon-number .number-part .number-icon.grayscale img {
    filter: gray;
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all .3s ease 0s
}

.rs-addon-number .number-part .number-icon.grayscale img:hover {
    filter: none;
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0)
}

.rs-addon-number .number-part .number-icon:hover {
    color: #333
}

.rs-addon-number .number-part .number-icon:after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: #086ad8;
    border-radius: 50%;
    animation: pulse-border 1.5s ease-out infinite;
    opacity: 0;
    transition: all .3s ease 0s;
    visibility: hidden
}

.rs-addon-number .number-part .number-text {
    position: relative
}

.rs-addon-number .number-part .number-text .number-area {
    display: inline-block;
    width: 50px;
    line-height: 50px;
    z-index: 1;
    position: relative;
    transition: all .3s ease 0s;
    text-align: center
}

.rs-addon-number .number-part .number-text .number-area:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: rotate(45deg);
    transition: all .3s ease 0s
}

.rs-addon-number .number-part .number-text .number-prefix {
    display: block;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.4;
    color: #333
}

.rs-addon-number .number-part .number-text .number-title {
    position: relative
}

.rs-addon-number .number-part .number-text .number-title .title {
    font-size: 24px;
    margin: 0 0 10px;
    color: #333
}

.rs-addon-number .number-part .number-text .number-title .title a {
    color: #333
}

.rs-addon-number .number-part .number-text .number-title .title a:hover {
    color: #9051c6
}

.rs-addon-number .number-part .number-text .number-txt {
    color: #4a4a4a;
    margin: 0
}

.rs-addon-number .number-part .number-text .number-btn-part {
    margin: 15px 0 0
}

.rs-addon-number .number-part .number-text .number-btn-part .number-btn {
    position: relative;
    display: inline-block;
    color: #333;
    transition: all ease .3s
}

.rs-addon-number .number-part .number-text .number-btn-part .number-btn i {
    transition: all ease .3s
}

.rs-addon-number .number-part .number-text .number-btn-part .number-btn:hover {
    color: #086ad8
}

.rs-addon-number .number-part .number-text .number-btn-part .number-btn.icon-after span {
    float: left
}

.rs-addon-number .number-part .number-text .number-btn-part .number-btn.icon-after i {
    margin-left: 10px
}

.rs-addon-number .number-part .number-text .number-btn-part .number-btn.icon-before span {
    float: right
}

.rs-addon-number .number-part .number-text .number-btn-part .number-btn.icon-before i {
    margin-right: 10px
}

.rs-addon-number .number-part:after {
    content: "";
    width: 0;
    height: 4px;
    background: #086ad8;
    position: absolute;
    transition: all .3s ease 0s;
    bottom: 0;
    left: 50%;
    z-index: 9;
    transform: translateX(-50%)
}

.rs-addon-number .number-part:hover .number-icon {
    color: #333
}

.rs-addon-number .number-part:hover .number-icon:after {
    opacity: 1;
    visibility: visible
}

.rs-addon-number .number-part:hover .number-text .number-title .title {
    color: #086ad8
}

.rs-addon-number .number-part:hover .number-text .number-title .title a {
    color: #086ad8
}

.rs-addon-number .number-part:hover:after {
    width: 100%
}

.rs-addon-number.number-style2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #086ad8;
    transform: scaleY(0);
    transition: all .3s ease 0s
}

.rs-addon-number.number-style2 .number-part {
    background: 0 0;
    text-align: left;
    position: relative;
    z-index: 1
}

.rs-addon-number.number-style2:hover:before {
    transform: scaleY(1)
}

.rs-addon-number.number-style3 .number-part {
    border-bottom-width: 4px;
    transition: all .3s ease 0s;
    position: relative
}

.rs-addon-number.number-style3 .number-part .number-icon {
    width: 90px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: -45px;
    transform: translateX(-50%);
    background: #fff;
    box-shadow: 0px 3px 36px rgba(0, 0, 0, .04);
    transition: all .3s ease 0s;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 100%
}

.rs-addon-number.number-style3 .number-part .number-icon i {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%
}

.rs-addon-number.number-style3 .number-part .number-icon img {
    width: 45px;
    height: 45px;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%
}

.rs-addon-number.number-style3 .number-part:hover .number-icon {
    top: -35px
}

.rs-addon-number.number-style4 .number-part {
    display: inline-flex
}

.rt-iconbox-area .box-inner {
    position: relative;
    padding: 40px 25px 20px;
    box-shadow: 0 0 38px 0 rgba(0, 0, 0, .12);
    transition: .4s;
    overflow: hidden
}

.rt-iconbox-area .box-inner:hover {
    box-shadow: 0 8px 38px 0 rgba(0, 0, 0, .2)
}

.rt-iconbox-area .box-inner .rs-badge {
    position: absolute;
    background: #086ad8;
    padding: 3px 8px 0;
    color: #fff;
    top: 5px;
    left: 5px;
    z-index: 1;
    transform: rotate(0deg)
}

.rt-iconbox-area .box-inner .icon-area {
    display: inline-block;
    color: #086ad8;
    transition: all ease .3s
}

.rt-iconbox-area .box-inner .icon-area i {
    transition: all ease .3s;
    font-size: 50px
}

.rt-iconbox-area .box-inner .text-area {
    padding: 10px 0 0;
    position: relative
}

.rt-iconbox-area .box-inner .text-area .iconbox-title {
    position: relative
}

.rt-iconbox-area .box-inner .text-area .iconbox-title .title {
    font-size: 20px;
    margin: 0;
    color: #333;
    font-weight: 500;
    line-height: 1.5
}

.rt-iconbox-area .box-inner .text-area .iconbox-title .title a {
    text-decoration: none !important;
    color: #333
}

.rt-iconbox-area .box-inner .text-area .iconbox-title .title a:hover {
    color: #9051c6
}

.rt-iconbox-area .box-inner .text-area .iconbox-title .title:before {
    content: "01.";
    font-size: 50px;
    font-weight: 700;
    color: #086ad8;
    position: absolute;
    transition: all .3s ease 0s;
    top: 0;
    left: 0;
    z-index: 9
}

.rt-iconbox-area .box-inner .text-area .services-txt {
    font-size: 15px;
    margin: 0
}

.rt-iconbox-area .box-inner .services-btn-part {
    margin: 15px 0 0
}

.rt-iconbox-area .box-inner .services-btn-part .services-btn {
    position: relative;
    display: inline-block;
    color: #333;
    transition: all ease .3s
}

.rt-iconbox-area .box-inner .services-btn-part .services-btn i {
    transition: all ease .3s
}

.rt-iconbox-area .box-inner .services-btn-part .services-btn:hover {
    color: #086ad8
}

.rt-iconbox-area .box-inner .services-btn-part .services-btn.icon-after span {
    float: left
}

.rt-iconbox-area .box-inner .services-btn-part .services-btn.icon-after i {
    margin-left: 10px;
    transition: .4s
}

.rt-iconbox-area .box-inner .services-btn-part .services-btn.icon-before span {
    float: right
}

.rt-iconbox-area .box-inner .services-btn-part .services-btn.icon-before i {
    margin-right: 10px
}

.rt-iconbox-area.iconbox-after-arrow-image .box-inner {
    box-shadow: none;
    overflow: visible
}

.rt-iconbox-area.iconbox-after-arrow-image .box-inner .icon-area {
    position: relative
}

.rt-iconbox-area.iconbox-after-arrow-image .box-inner .icon-area .after-arrow-image {
    position: absolute;
    width: 100px;
    height: 21px;
    right: -150px;
    top: 68px;
    z-index: 1
}

.rs-static-products .box-inner {
    position: relative;
    padding: 40px 25px 30px;
    box-shadow: 0 0 38px 0 rgba(0, 0, 0, .12);
    transition: .4s;
    overflow: hidden
}

.rs-static-products .box-inner:hover {
    box-shadow: 0 8px 38px 0 rgba(0, 0, 0, .2)
}

.rs-static-products .box-inner .text-area {
    padding: 30px 0 0;
    position: relative
}

.rs-static-products .box-inner .text-area .product-title {
    position: relative
}

.rs-static-products .box-inner .text-area .product-title .title {
    font-size: 20px;
    margin: 0 0 10px;
    color: #333;
    font-weight: 500;
    line-height: 1.5
}

.rs-static-products .box-inner .text-area .product-title .title a {
    color: #333
}

.rs-static-products .box-inner .text-area .product-title .title a:hover {
    color: #9051c6
}

.rs-static-products .box-inner .text-area .product-des {
    font-size: 15px;
    margin: 0
}

.rs-static-products .box-inner .rs-product-button {
    margin: 15px 0 0
}

.rs-static-products .box-inner .rs-product-button .product-button {
    position: relative;
    display: inline-block;
    color: #333;
    transition: all ease .3s
}

.rs-static-products .box-inner .rs-product-button .product-button i {
    transition: all ease .3s
}

.rs-static-products .box-inner .rs-product-button .product-button:hover {
    color: #086ad8
}

.rs-static-products .box-inner .rs-product-button .product-button.icon-after span {
    float: left
}

.rs-static-products .box-inner .rs-product-button .product-button.icon-after i {
    margin-left: 10px;
    transition: .4s
}

.rs-static-products .box-inner .rs-product-button .product-button.icon-before span {
    float: right
}

.rs-static-products .box-inner .rs-product-button .product-button.icon-before i {
    margin-right: 10px
}

.rs-tooltip-area .box-inner {
    position: relative;
    padding: 50px 15px 40px;
    box-shadow: 0 0 38px 0 rgba(0, 0, 0, .12);
    transition: .4s;
    cursor: pointer
}

.rs-tooltip-area .box-inner .rs-tooltip {
    position: absolute;
    width: max-content;
    background-color: #000;
    color: #fff;
    border-radius: 3px;
    padding: 2px 10px;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    max-width: 270px;
    text-decoration: none
}

.rs-tooltip-area .box-inner .rs-tooltip:before {
    content: "";
    position: absolute;
    border-width: 5px;
    border-style: solid;
    margin-top: 0;
    top: 100%;
    left: calc(45%)
}

.rs-tooltip-area .box-inner .rs-tooltip.bottom,
.rs-tooltip-area .box-inner .rs-tooltip.top {
    left: 50%;
    transform: translateX(-50%)
}

.rs-tooltip-area .box-inner .rs-tooltip.top {
    bottom: 110%;
    margin-bottom: 10px
}

.rs-tooltip-area .box-inner .rs-tooltip.top:before {
    border-color: #000 transparent transparent
}

.rs-tooltip-area .box-inner .rs-tooltip.left,
.rs-tooltip-area .box-inner .rs-tooltip.right {
    top: 50%;
    transform: translateY(-50%)
}

.rs-tooltip-area .box-inner .rs-tooltip.right {
    left: 110%;
    margin-left: 10px
}

.rs-tooltip-area .box-inner .rs-tooltip.right:before {
    left: auto;
    right: 100%;
    top: 50%;
    border-color: transparent #000 transparent transparent;
    transform: translateY(-50%)
}

.rs-tooltip-area .box-inner .rs-tooltip.left {
    left: auto;
    right: 110%;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 10px
}

.rs-tooltip-area .box-inner .rs-tooltip.left:before {
    right: auto;
    left: 100%;
    top: 50%;
    border-color: transparent transparent transparent #000;
    transform: translateY(-50%)
}

.rs-tooltip-area .box-inner .rs-tooltip.bottom {
    bottom: auto;
    top: 110%;
    margin-top: 10px
}

.rs-tooltip-area .box-inner .rs-tooltip.bottom:before {
    top: auto;
    bottom: 100%;
    left: 50%;
    border-color: transparent transparent #000;
    transform: translateX(-50%)
}

.rs-tooltip-area .box-inner .icon-area {
    display: inline-block;
    color: #086ad8;
    transition: all ease .3s
}

.rs-tooltip-area .box-inner .icon-area i {
    transition: all ease .3s;
    font-size: 50px
}

.rs-tooltip-area .box-inner .text-area {
    padding: 10px 0 0;
    position: relative
}

.rs-tooltip-area .box-inner .text-area .iconbox-title {
    position: relative
}

.rs-tooltip-area .box-inner .text-area .iconbox-title .title {
    font-size: 20px;
    margin: 0;
    color: #333;
    font-weight: 500;
    line-height: 1.5
}

.rs-tooltip-area .box-inner .text-area .iconbox-title .title a {
    text-decoration: none !important;
    color: #333
}

.rs-tooltip-area .box-inner .text-area .iconbox-title .title a:hover {
    color: #9051c6
}

.rs-tooltip-area .box-inner .text-area .rs-tooltip-text {
    font-size: 15px;
    margin: 0
}

.rs-tooltip-area .box-inner:hover {
    box-shadow: 0 8px 38px 0 rgba(0, 0, 0, .2)
}

.rs-tooltip-area .box-inner:hover .rs-tooltip {
    opacity: 1;
    visibility: visible
}

.rs-tooltip-area .box-inner:hover .rs-tooltip.top {
    bottom: 100%
}

.rs-tooltip-area .box-inner:hover .rs-tooltip.right {
    left: 100%
}

.rs-tooltip-area .box-inner:hover .rs-tooltip.bottom {
    top: 100%
}

.rs-tooltip-area .box-inner:hover .rs-tooltip.left {
    right: 100%
}

.rs-galleys .file-list-image,
.rs-galleys .galley-img {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden
}

.rs-galleys .file-list-image .p-zoom,
.rs-galleys .galley-img .p-zoom,
.rs-galleys .file-list-image .zoom-icon,
.rs-galleys .galley-img .zoom-icon {
    position: absolute;
    top: 45%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    opacity: 1;
    visibility: hidden;
    background: 0 0 !important;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    transition: all .3s ease-in-out
}

.rs-galleys .file-list-image .p-zoom i:before,
.rs-galleys .galley-img .p-zoom i:before,
.rs-galleys .file-list-image .zoom-icon i:before,
.rs-galleys .galley-img .zoom-icon i:before {
    font-size: 22px
}

.rs-galleys .file-list-image .p-zoom:hover,
.rs-galleys .galley-img .p-zoom:hover,
.rs-galleys .file-list-image .zoom-icon:hover,
.rs-galleys .galley-img .zoom-icon:hover {
    opacity: .8 !important
}

.rs-galleys .file-list-image .gallery-titles,
.rs-galleys .galley-img .gallery-titles {
    position: absolute;
    left: 43.5%;
    top: 110%;
    margin: 0;
    color: #fff;
    transition: all .8s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    text-align: center;
    font-size: 20px;
    line-height: 28px !important
}

.rs-galleys .file-list-image:before,
.rs-galleys .galley-img:before {
    content: "";
    position: absolute;
    background: #000;
    top: 0;
    left: 0;
    z-index: 1;
    width: 0;
    height: 100%;
    opacity: .6;
    transition: all .3s ease-in-out
}

.rs-galleys .file-list-image.right:before,
.rs-galleys .galley-img.right:before {
    left: auto;
    right: 0
}

.rs-galleys .file-list-image.top:before,
.rs-galleys .galley-img.top:before {
    top: 0;
    width: 100%;
    height: 0
}

.rs-galleys .file-list-image.bottom:before,
.rs-galleys .galley-img.bottom:before {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 0
}

.rs-galleys .file-list-image:hover:before,
.rs-galleys .galley-img:hover:before {
    width: 100%
}

.rs-galleys .file-list-image:hover.bottom:before,
.rs-galleys .galley-img:hover.bottom:before,
.rs-galleys .file-list-image:hover.top:before,
.rs-galleys .galley-img:hover.top:before {
    height: 100%
}

.rs-galleys .file-list-image:hover .p-zoom,
.rs-galleys .galley-img:hover .p-zoom,
.rs-galleys .file-list-image:hover .zoom-icon,
.rs-galleys .galley-img:hover .zoom-icon {
    visibility: visible;
    opacity: 1;
    color: #fff
}

.rs-galleys .file-list-image:hover .gallery-titles,
.rs-galleys .galley-img:hover .gallery-titles {
    top: 55%;
    opacity: 1;
    visibility: visible
}

.rs-galleys .file-list-image:hover.style2:before,
.rs-galleys .galley-img:hover.style2:before {
    top: 20px;
    left: 20px;
    width: 90% !important;
    height: 85% !important
}

.rs-galleys .no-gutters .file-list-image {
    margin-bottom: 0
}

.mfp-close {
    opacity: .9
}

.rs-addon-slider {
    margin: 0
}

.rs-addon-slider .team-item {
    padding: 0 15px
}

.rs-addon-slider .slick-dots {
    line-height: 10px;
    bottom: -15px
}

.rs-addon-slider .slick-dots li {
    display: inline-block;
    width: unset;
    height: unset;
    margin: 0 5px
}

.rs-addon-slider .slick-dots li button {
    width: 10px;
    height: 10px;
    display: inline-block;
    font-size: unset;
    line-height: unset;
    padding: unset;
    border-radius: 50%;
    border: 1px solid #086ad8
}

.rs-addon-slider .slick-dots li button:before {
    display: none
}

.rs-addon-slider .slick-dots li button:hover {
    background: #086ad8
}

.rs-addon-slider .slick-dots li.slick-active button {
    background: #086ad8
}

.rs-addon-slider .slick-next,
.rs-addon-slider .slick-prev {
    width: 50px;
    height: 57px;
    line-height: 42px;
    background: #086ad8;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .6s ease all;
    z-index: 9;
    opacity: 1;
    font-size: 0
}

.rs-addon-slider .slick-next:before,
.rs-addon-slider .slick-prev:before {
    line-height: 42px;
    color: #fff;
    font-family: "Font Awesome Pro";
    content: '\053'
}

.rs-addon-slider .slick-next:hover,
.rs-addon-slider .slick-prev:hover {
    opacity: 1
}

.rs-addon-slider .slick-prev {
    left: 30px
}

.rs-addon-slider .slick-next {
    right: 30px
}

.rs-addon-slider:hover .slick-prev,
.rs-addon-slider:hover .slick-next {
    opacity: 1;
    visibility: visible
}

.rs-addon-slider:hover .slick-prev {
    left: -45px
}

.rs-addon-slider:hover .slick-next {
    right: -45px
}

.rselements-porfolio-details .project-img {
    padding-bottom: 30px
}

.rselements-porfolio-details .ps-informations {
    background: #f9f9f9;
    padding: 40px
}

.rselements-porfolio-details .ps-informations ul {
    list-style: none;
    margin: 0
}

.rselements-porfolio-details .ps-informations li {
    margin-bottom: 10px
}

.rselements-porfolio-details .ps-informations li span {
    font-weight: 700;
    min-width: 150px;
    display: inline-block
}

.pitheme-blog-grid {
    padding: 100px
}

.pitheme-blog-grid .blog-item {
    overflow: visible;
    margin-bottom: 30px
}

.pitheme-blog-grid .blog-item .image-wrap {
    position: relative
}

.pitheme-blog-grid .blog-item .image-wrap img {
    transition: all .5s ease 0s
}

.pitheme-blog-grid .blog-item .image-wrap .author-avatar {
    position: absolute;
    bottom: -16px;
    left: 30px
}

.pitheme-blog-grid .blog-item .image-wrap .author-avatar img {
    border-radius: 50%
}

.pitheme-blog-grid .blog-item .image-wrap .cat_list {
    position: absolute;
    z-index: 111;
    top: 20px;
    left: 20px;
    z-index: 10
}

.pitheme-blog-grid .blog-item .image-wrap .cat_list ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.pitheme-blog-grid .blog-item .image-wrap .cat_list ul li {
    display: inline-block
}

.pitheme-blog-grid .blog-item .image-wrap .cat_list ul li a {
    display: block;
    padding: 4px 10px;
    border-radius: 3px;
    color: #fff;
    background: #086ad8;
    transition: .4s
}

.pitheme-blog-grid .blog-item .image-wrap .cat_list ul li a:hover {
    opacity: .85
}

.pitheme-blog-grid .blog-item.blog_meta_style2 .image-wrap {
    position: relative
}

.pitheme-blog-grid .blog-item.blog_meta_style2 .image-wrap .blog-meta {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #086ad8;
    color: #fff;
    padding: 8px 14px 7px;
    border-radius: 5px 5px 0 0
}

.pitheme-blog-grid .blog-item .blog-content {
    margin: 0;
    padding: 20px 30px 5px;
    box-shadow: 0 5px 20px rgba(34, 34, 34, .1);
    background: #fff;
    position: unset;
    opacity: 1
}

.pitheme-blog-grid .blog-item .blog-content h3.blog-name {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.4
}

.pitheme-blog-grid .blog-item .blog-content h3.blog-name a {
    text-decoration: none;
    color: #333
}

.pitheme-blog-grid .blog-item .blog-content .blog-meta {
    margin-bottom: 6px
}

.pitheme-blog-grid .blog-item .blog-content .blog-meta .admin {
    margin-left: 12px
}

.pitheme-blog-grid .blog-item .blog-content p {
    margin: 0 0 15px
}

.pitheme-blog-grid .blog-item .blog-content:hover h3.blog-name a {
    color: #086ad8
}

.pitheme-blog-grid .blog-item .blog-content .blog-btn-part {
    margin: 15px 0 0
}

.pitheme-blog-grid .blog-item .blog-content .blog-btn-part .blog-btn {
    position: relative;
    display: inline-block;
    color: #086ad8;
    transition: all ease .3s
}

.pitheme-blog-grid .blog-item .blog-content .blog-btn-part .blog-btn i {
    transition: all ease .3s
}

.pitheme-blog-grid .blog-item .blog-content .blog-btn-part .blog-btn:hover {
    color: #086ad8
}

.pitheme-blog-grid .blog-item .blog-content .blog-btn-part .blog-btn.icon-after span {
    float: left
}

.pitheme-blog-grid .blog-item .blog-content .blog-btn-part .blog-btn.icon-after i {
    margin-left: 10px;
    transition: .4s
}

.pitheme-blog-grid .blog-item .blog-content .blog-btn-part .blog-btn.icon-before span {
    float: right
}

.pitheme-blog-grid .blog-item .blog-content .blog-btn-part .blog-btn.icon-before i {
    margin-right: 10px
}

.pitheme-blog-grid .blog-item.transparent .blog-inner-wrap {
    position: relative;
    overflow: hidden
}

.pitheme-blog-grid .blog-item.transparent .blog-inner-wrap .image-wrap {
    position: relative
}

.pitheme-blog-grid .blog-item.transparent .blog-inner-wrap .image-wrap img {
    transition: all .8s ease 0s
}

.pitheme-blog-grid .blog-item.transparent .blog-inner-wrap .image-wrap:before {
    opacity: .85;
    background: 0 0;
    background: linear-gradient(transparent, #333), linear-gradient(transparent, #333);
    background: -moz-linear-gradient(transparent, #333), -moz-linear-gradient(transparent, #333);
    background: -o-linear-gradient(transparent, #333), -o-linear-gradient(transparent, #333);
    content: "";
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    transition: all .7s ease 0s
}

.pitheme-blog-grid .blog-item.transparent .blog-inner-wrap .blog-content {
    margin-bottom: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    background: 0 0
}

.pitheme-blog-grid .blog-item.transparent .blog-inner-wrap:hover .image-wrap img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -moz-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    -o-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
}

.pitheme-blog-grid .blog-item:hover .image-wrap .pointer-events img {
    filter: grayscale(100%)
}

.pitheme-blog-grid .rs-pagination-area {
    padding-top: 0;
    clear: both;
    text-align: center;
    margin-top: 20px
}

.pitheme-blog-grid .rs-pagination-area .pagination {
    padding: 0;
    margin: 0
}

.pitheme-blog-grid .rs-pagination-area .nav-links {
    display: inline-block;
    border: 1px solid #f9f9f9;
    padding: 11px 0;
    border-radius: 3px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .05);
    background: #fff
}

.pitheme-blog-grid .rs-pagination-area .nav-links span.current {
    padding: 2px 20px 0 21px;
    line-height: 23px;
    font-size: 18px;
    text-decoration: none;
    transition: all .4s ease 0s;
    text-align: center;
    background: 0 0;
    color: #086ad8;
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #e6e6e6
}

.pitheme-blog-grid .rs-pagination-area .nav-links>* {
    border-radius: 0;
    margin-left: 0;
    margin-right: 0
}

.pitheme-blog-grid .rs-pagination-area .nav-links a {
    padding: 2px 20px 0 14px;
    line-height: 23px;
    color: #4a4a4a;
    font-size: 18px;
    text-decoration: none;
    transition: all .4s ease 0s;
    text-align: center;
    background: 0 0;
    opacity: .96;
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #e6e6e6
}

.pitheme-blog-grid .rs-pagination-area .nav-links span.current,
.pitheme-blog-grid .rs-pagination-area .nav-links a:hover {
    color: #086ad8
}

.pitheme-blog-grid .rs-pagination-area .nav-links a.next.page-numbers {
    background: 0 0 !important;
    border-right: 0
}

.pitheme-blog-grid .rs-addon-slider .blog-item {
    padding: 0 15px
}

.elementor-widget-rt-price-table .elementor-widget-container .rt-pricingt-style1 .rt-pricing-table-body .rt-pricing-table-features-list li {
    display: block
}

.elementor-widget-rt-price-table .elementor-widget-container .rt-pricing-table-badge {
    position: absolute;
    top: 0;
    padding: 10px;
    background-color: #086ad8;
    color: #fff;
    line-height: 1;
    z-index: 1
}

.elementor-widget-rt-price-table .elementor-widget-container .rt-pricing-table-title {
    margin-bottom: 12px;
    color: #333;
    font-size: 24px;
    line-height: 30px
}

.elementor-widget-rt-price-table .elementor-widget-container .rt-pricing-table-header p {
    padding-bottom: 10px;
    color: #777
}

.elementor-widget-rt-price-table .elementor-widget-container .rt-pricing-table-price {
    margin-bottom: 30px
}

.elementor-widget-rt-price-table .elementor-widget-container .rt-pricing-table-price .rt-pricing-table-price-tag {
    margin-bottom: .5rem;
    color: #333;
    font-weight: 700;
    font-size: 40px;
    line-height: normal;
    position: relative
}

.elementor-widget-rt-price-table .elementor-widget-container .rt-pricing-table-price .rt-pricing-table-price-tag .rt-pricing-table-currency {
    font-size: 40px
}

.elementor-widget-rt-price-table .elementor-widget-container .rt-pricing-table-price .rt-pricing-table-price-tag .rt-pricing-table-price-text {
    font-weight: 700
}

.elementor-widget-rt-price-table .elementor-widget-container .rt-pricing-table-price .rt-pricing-table-period {
    color: #777;
    font-size: 16px;
    display: block;
    font-weight: 400;
    padding-top: 5px
}

.elementor-widget-rt-price-table .elementor-widget-container .rt-pricing-table-price.display-inline .rt-pricing-table-period {
    position: relative;
    padding-left: 20px;
    display: inline-block
}

.elementor-widget-rt-price-table .elementor-widget-container .rt-pricing-table-price.display-inline .rt-pricing-table-period:before {
    content: "";
    height: 20px;
    width: 2px;
    position: absolute;
    left: 0;
    transform: rotate(20deg) translateY(-50%);
    top: 50%;
    background: #f2f2f2
}

.elementor-widget-rt-price-table .elementor-widget-container .rt-pricing-table-body {
    margin-bottom: 35px
}

.elementor-widget-rt-price-table .elementor-widget-container .rt-pricing-table-body .rt-pricing-table-features-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 16px
}

.elementor-widget-rt-price-table .elementor-widget-container .rt-pricing-table-body .rt-pricing-table-features-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.elementor-widget-rt-price-table .elementor-widget-container .rt-pricing-table-body .rt-pricing-table-features-list li {
    margin-bottom: 8px;
    font-size: 16px;
    color: #777;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between
}

.elementor-widget-rt-price-table .elementor-widget-container .rt-pricing-table-body .rt-pricing-table-features-list li.deactive {
    color: #d3d3d3
}

.elementor-widget-rt-price-table .elementor-widget-container .rt-pricing-table-body .rt-pricing-table-features-list li i {
    margin-right: 10px;
    min-width: 15px;
    font-size: 16px
}

.elementor-widget-rt-price-table .elementor-widget-container .rt-pricing-table-btn {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 40px;
    background-color: #086ad8;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center
}

.elementor-widget-rt-price-table .elementor-widget-container .rt-pricing-icon {
    position: relative
}

.elementor-widget-rt-price-table .elementor-widget-container .rt-pricing-icon i {
    position: relative;
    transition: all .4s ease 0s;
    text-align: center
}

.rt-price-table.rt-pricingt-style2 .rt-pricing-table-currency {
    font-size: 14px !important;
    margin-right: -10px
}

.rt-price-table.rt-pricingt-style2 .rt-pricing-table-period {
    padding-left: 0 !important
}

.rt-price-table.rt-pricingt-style2 .rt-pricing-table-period:before {
    display: none
}

.rt-price-table.rt-pricingt-style2 .rt-pricing-icon {
    display: inline-block
}

.rt-price-table.rt-pricingt-style2 .rt-pricing-icon:before {
    content: "";
    border-radius: 50%;
    background-image: -moz-linear-gradient(-45deg, #fff 0%, #f0f4f9 100%);
    background-image: -webkit-linear-gradient(-45deg, #fff 0%, #f0f4f9 100%);
    background-image: -ms-linear-gradient(-45deg, #fff 0%, #f0f4f9 100%);
    position: absolute;
    left: 19px;
    top: 13px;
    width: 100px;
    height: 100px;
    z-index: -1;
    -webkit-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
}

.rt-price-table.rt-pricingt-style2 .rt-pricing-icon:hover:before {
    top: 0;
    left: 0
}

.rt-price-table.rt-pricingt-style2:hover .rt-pricing-icon:before {
    left: 0;
    top: 0
}

.rt-price-table.rt-pricingt-style2 .rt-pricing-table-features-list li {
    display: block !important
}

.rt-price-table.rt-pricingt-style2 .rt-pricing-table-features-list li i {
    display: none
}

.portfolio-filter {
    margin-bottom: 20px
}

.portfolio-filter span {
    color: #333;
    padding: 10px;
    cursor: pointer;
    display: inline-block
}

.portfolio-filter span.active {
    color: #086ad8
}

.portfolio-filter span:hover {
    color: #086ad8
}

.rt-portfolio-style1 .slick-slider .slick-arrow:before {
    top: -9px
}

.rt-portfolio-style1 .portfolio-item {
    position: relative;
    overflow: hidden;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, .04)
}

.rt-portfolio-style1 .portfolio-item .portfolio-content {
    padding: 25px
}

.rt-portfolio-style1 .portfolio-item .portfolio-content .vertical-middle {
    position: relative;
    z-index: 9
}

.rt-portfolio-style1 .portfolio-item .portfolio-content .p-category {
    color: #999;
    font-size: 14px;
    margin-bottom: 5px
}

.rt-portfolio-style1 .portfolio-item .portfolio-content .p-category a {
    color: #999
}

.rt-portfolio-style1 .portfolio-item .portfolio-content .vertical-middle {
    display: table;
    height: 100%;
    width: 100%
}

.rt-portfolio-style1 .portfolio-item .portfolio-content .vertical-middle-cell {
    display: table-cell;
    vertical-align: middle
}

.rt-portfolio-style1 .portfolio-item .portfolio-text {
    padding-top: 15px
}

.rt-portfolio-style1 .portfolio-item .p-link {
    transition: all .3s ease 0s;
    display: inline-block;
    font-size: 19px;
    width: 52px;
    line-height: 54px;
    height: 52px;
    text-align: center;
    border-radius: 50%;
    background: #fff
}

.rt-portfolio-style1 .portfolio-item .p-link i {
    margin-left: 2px
}

.rt-portfolio-style1 .portfolio-item .p-link:hover {
    background-color: #086ad8;
    color: #fff
}

.rt-portfolio-style1 .portfolio-item .p-title {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 27px
}

.rt-portfolio-style1 .portfolio-item .p-desc {
    font-size: 15px;
    color: rgba(255, 255, 255, .7);
    margin-bottom: 0;
    margin-top: 10px
}

.rt-portfolio-style1 .read-btn {
    background: #fff;
    border-top: 1px solid #f1f1f1;
    padding: 16px 20px;
    display: block;
    -webkit-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;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    z-index: 2;
    color: #999
}

.rt-portfolio-style1 .read-btn i {
    margin-left: 10px;
    font-weight: 300
}

.rt-portfolio-style1 .read-btn:before {
    content: "";
    position: absolute;
    background-color: #333;
    width: 100%;
    height: 0;
    -webkit-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;
    left: 0;
    top: 0;
    z-index: -1
}

.rt-portfolio-style1 .read-btn span.f-right {
    float: right
}

.rt-portfolio-style1 .grid-item:hover .read-btn {
    color: #fff
}

.rt-portfolio-style1 .grid-item:hover .read-btn:before {
    height: 100%;
    bottom: 0
}

.rt-portfolio-style1 .slick-slider .slick-arrow {
    width: 60px;
    height: 55px;
    border-radius: 0;
    line-height: 60px;
    bottom: -172px;
    top: -84px
}

.rt-portfolio-style1 .slick-slider .slick-arrow:before {
    color: #fff
}

.rt-portfolio-style1 .slick-slider .slick-prev {
    left: 88.5%
}

.rt-portfolio-style1 .slick-slider .slick-prev:hover {
    background: #fff
}

.rt-portfolio-style1 .slick-slider .slick-prev:hover:before {
    color: #086ad8
}

.rt-portfolio-style1 .slick-slider .slick-next {
    right: 1%;
    background: #fff;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, .04)
}

.rt-portfolio-style1 .slick-slider .slick-next:before {
    color: #086ad8
}

.rt-portfolio-style1 .slick-slider .slick-next:hover {
    background: #086ad8
}

.rt-portfolio-style1 .slick-slider .slick-next:hover:before {
    color: #fff
}

.rt-portfolio-style2 .portfolio-item {
    position: relative;
    overflow: hidden;
    z-index: 1
}

.rt-portfolio-style2 .portfolio-item img {
    width: 100%
}

.rt-portfolio-style2 .portfolio-item:before {
    content: "";
    position: absolute;
    background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, .70196) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .70196) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, .70196) 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 100%;
    -webkit-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;
    left: 0;
    bottom: 0;
    z-index: 1
}

.rt-portfolio-style2 .portfolio-item:after {
    content: "";
    position: absolute;
    background-color: #086ad8;
    opacity: .902;
    clip-path: polygon(100% 0, 100% 100%, 44.5% 100%, 0% 65%, 0 0);
    width: 100%;
    height: 0;
    -webkit-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;
    left: 0;
    top: 0;
    z-index: 1
}

.rt-portfolio-style2 .portfolio-item .portfolio-content {
    padding: 0;
    position: absolute;
    left: 50px;
    top: auto;
    bottom: 20px;
    z-index: 3;
    -webkit-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
}

.rt-portfolio-style2 .portfolio-item .portfolio-content .p-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
    bottom: -100px;
    left: 25px
}

.rt-portfolio-style2 .portfolio-item .portfolio-content .p-title span {
    font-size: 14px;
    font-weight: 400;
    display: block
}

.rt-portfolio-style2 .portfolio-item .portfolio-content .p-title span,
.rt-portfolio-style2 .portfolio-item .portfolio-content .p-title a {
    color: #fff
}

.rt-portfolio-style2 .portfolio-item .portfolio-content .p-title a:hover {
    color: #086ad8
}

.rt-portfolio-style2 .portfolio-item .pf-btn {
    color: #083d59;
    background: #fff;
    width: 60px;
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    z-index: 3;
    left: 15%;
    bottom: 12.5%;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-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
}

.rt-portfolio-style2 .portfolio-item:hover .portfolio-content {
    top: 10%;
    bottom: auto
}

.rt-portfolio-style2 .portfolio-item:hover .pf-btn {
    transform: scale(1)
}

.rt-portfolio-style2 .portfolio-item:hover:before {
    background-image: unset;
    background: #ffa84b;
    opacity: .902;
    clip-path: polygon(0 64.6%, 0% 100%, 45.5% 100%)
}

.rt-portfolio-style2 .portfolio-item:hover:after {
    visibility: visible;
    height: 100%
}

.rt-portfolio-style2 .slick-slider .slick-arrow {
    background: #fff;
    border: 2px solid #f0f0f0;
    border-radius: unset;
    top: -80px;
    left: unset;
    padding: 23px
}

.rt-portfolio-style2 .slick-slider .slick-arrow:before {
    color: #083d59;
    font-size: 14px;
    top: -15px
}

.rt-portfolio-style2 .slick-slider .slick-arrow:hover {
    background: #ffa84b;
    border: 2px solid #ffa84b
}

.rt-portfolio-style2 .slick-slider .slick-prev {
    right: 33.5%
}

.rt-portfolio-style2 .slick-slider .slick-next {
    right: 30%
}

.rt-portfolio-style3 .portfolio-item {
    position: relative;
    overflow: hidden;
    border-radius: 0
}

.rt-portfolio-style3 .portfolio-item .portfolio-img {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.rt-portfolio-style3 .portfolio-item .portfolio-img:before {
    content: "";
    position: absolute;
    background: #bb0b0b;
    opacity: .902;
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-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
}

.rt-portfolio-style3 .portfolio-item .portfolio-img img {
    width: 100%;
    -webkit-transition: 1.3s all ease;
    transition: 1.3s all ease;
    border-radius: 0
}

.rt-portfolio-style3 .portfolio-item .portfolio-img .p-link {
    display: none !important;
    top: 20px;
    right: 20px;
    display: inline-block;
    font-size: 32px;
    color: #fff;
    -webkit-transition: .6s all ease;
    transition: .6s all ease;
    opacity: 0;
    z-index: 10
}

.rt-portfolio-style3 .portfolio-item .portfolio-img .p-link i {
    margin-left: 2px;
    display: none
}

.rt-portfolio-style3 .portfolio-item .portfolio-content {
    position: relative;
    padding: 20px 0 0;
    opacity: 1;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
    width: 100%;
    border-top: 0
}

.rt-portfolio-style3 .portfolio-item .portfolio-content a {
    color: #333
}

.rt-portfolio-style3 .portfolio-item .portfolio-content h4 {
    margin-bottom: 0;
    font-size: 24px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .6s all ease;
    transition: .6s all ease;
    font-weight: 500 !important;
    line-height: 30px !important
}

.rt-portfolio-style3 .portfolio-item .portfolio-content h4 a:hover {
    color: #086ad8
}

.rt-portfolio-style3 .portfolio-item .portfolio-content p {
    margin-bottom: 0;
    color: #333;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: .6s all ease;
    transition: .6s all ease
}

.rt-portfolio-style3 .portfolio-item .portfolio-content p a {
    font-size: 14px
}

.rt-portfolio-style3 .portfolio-item a.pf-btn2 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 15px 30px;
    border: 2px solid rgba(255, 255, 255, .1);
    display: inline-block;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0)
}

.rt-portfolio-style3 .portfolio-item:hover h4 a {
    text-decoration: underline !important
}

.rt-portfolio-style3 .portfolio-item:hover .portfolio-img:before {
    height: 100%
}

.rt-portfolio-style3 .portfolio-item:hover .portfolio-img a.pf-btn2 {
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1)
}

.rt-portfolio-style4 .slick-arrow {
    top: -80px;
    background: red;
    background: #fff;
    bottom: unset;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    width: 50px;
    height: 50px
}

.rt-portfolio-style4 .slick-arrow.slick-prev {
    left: unset;
    right: 23%;
    width: 50px;
    height: 50px
}

.rt-portfolio-style4 .slick-arrow.slick-prev:before {
    color: #333
}

.rt-portfolio-style4 .slick-arrow.slick-next {
    right: 19%;
    color: #333
}

.rt-portfolio-style4 .slick-arrow:before {
    left: 0 !important;
    top: -9px !important;
    font-size: 16px !important;
    color: #333
}

.rt-portfolio-style4 .slick-arrow:hover {
    background-color: transparent;
    background-image: linear-gradient(100deg, #086ad8 0%, #378cff 100%)
}

.rt-portfolio-style4 .slick-current .portfolio-item h4 a {
    text-decoration: underline !important
}

.rt-portfolio-style4 .slick-current .portfolio-item .portfolio-img .portfolio-content {
    display: block;
    opacity: 1
}

.rt-portfolio-style4 .slick-current .portfolio-item .portfolio-img:before {
    height: 100%
}

.rt-portfolio-style4 .slick-current .portfolio-item .portfolio-img a.pf-btn2 {
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(0%, 0%) scale(1)
}

.rt-portfolio-style4 .portfolio-item {
    position: relative;
    overflow: hidden;
    border-radius: 0
}

.rt-portfolio-style4 .portfolio-item .portfolio-img {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.rt-portfolio-style4 .portfolio-item .portfolio-img:before {
    content: "";
    position: absolute;
    background: #086ad8;
    opacity: .902;
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    -webkit-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;
    clip-path: polygon(0% -65%, 0% 100%, 99% 100%)
}

.rt-portfolio-style4 .portfolio-item .portfolio-img img {
    width: 100%;
    -webkit-transition: 1.3s all ease;
    transition: 1.3s all ease;
    border-radius: 0
}

.rt-portfolio-style4 .portfolio-item .portfolio-img .p-link {
    display: none !important;
    top: 20px;
    right: 20px;
    display: inline-block;
    font-size: 32px;
    color: #fff;
    -webkit-transition: .6s all ease;
    transition: .6s all ease;
    opacity: 0;
    z-index: 10
}

.rt-portfolio-style4 .portfolio-item .portfolio-img .p-link i {
    margin-left: 2px;
    display: none
}

.rt-portfolio-style4 .portfolio-item .portfolio-content {
    position: relative;
    padding: 35px 0 0;
    opacity: 1;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
    width: 100%;
    border-top: 0
}

.rt-portfolio-style4 .portfolio-item .portfolio-content a {
    color: #333
}

.rt-portfolio-style4 .portfolio-item .portfolio-content h4 {
    margin-bottom: 0;
    font-size: 24px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .6s all ease;
    transition: .6s all ease;
    font-weight: 500 !important;
    line-height: 30px !important
}

.rt-portfolio-style4 .portfolio-item .portfolio-content h4 a:hover {
    color: #086ad8
}

.rt-portfolio-style4 .portfolio-item .portfolio-content p {
    margin-bottom: 0;
    color: #333;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: .6s all ease;
    transition: .6s all ease
}

.rt-portfolio-style4 .portfolio-item .portfolio-content p a {
    font-size: 14px
}

.rt-portfolio-style4 .portfolio-item .portfolio-content {
    transition: .4s;
    opacity: 0;
    display: none;
    position: absolute;
    left: 40px;
    bottom: 40px;
    z-index: 5
}

.rt-portfolio-style4 .portfolio-item .portfolio-content .p-title {
    margin-bottom: 0;
    max-width: 255px
}

.rt-portfolio-style4 .portfolio-item .portfolio-content .p-title a {
    color: #fff
}

.rt-portfolio-style4 .portfolio-item .portfolio-content .p-category {
    margin-bottom: 0
}

.rt-portfolio-style4 .portfolio-item .portfolio-content .p-category .separator {
    color: #fff
}

.rt-portfolio-style4 .portfolio-item .portfolio-content .p-category a {
    color: #fff;
    font-size: 14px;
    font-weight: 400
}

.rt-portfolio-style4 .portfolio-item a.pf-btn2 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 15px 16px;
    border: 2px solid rgba(255, 255, 255, .1);
    display: inline-block;
    position: absolute;
    z-index: 6;
    right: 30px;
    bottom: 30px;
    transform: translate(-50%, -50%) scale(0);
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    transform: translate(0%, 0%) scale(0);
    border-radius: 100px;
    background: #fff;
    width: 50px;
    height: 50px
}

.rt-portfolio-style4 .portfolio-item a.pf-btn2 i {
    color: #333;
    position: relative;
    left: -3px
}

.rt-portfolio-style4 .portfolio-item a.pf-btn2:hover {
    background: #086ad8
}

.rt-portfolio-style4 .portfolio-item a.pf-btn2:hover i {
    color: #fff
}

.rt-portfolio-style4 .portfolio-item:hover h4 a {
    text-decoration: underline !important
}

.rt-portfolio-style4 .portfolio-item:hover .portfolio-img:before {
    height: 100%;
    display: block
}

.rt-portfolio-style4 .portfolio-item:hover .portfolio-img .portfolio-content {
    display: block;
    opacity: 1
}

.rt-portfolio-style4 .portfolio-item:hover .portfolio-img a.pf-btn2 {
    transform: translate(0%, 0%) scale(1);
    -webkit-transform: translate(0%, 0%) scale(1);
    -moz-transform: translate(0%, 0%) scale(1);
    -ms-transform: translate(0%, 0%) scale(1);
    -o-transform: translate(0%, 0%) scale(1)
}

.rt-portfolio-style5 .slick-arrow {
    top: -80px;
    background: red;
    background: #fff;
    bottom: unset;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    width: 50px;
    height: 50px
}

.rt-portfolio-style5 .slick-arrow.slick-prev {
    left: unset;
    right: 23%;
    width: 50px;
    height: 50px
}

.rt-portfolio-style5 .slick-arrow.slick-prev:before {
    content: "\f177";
    color: #333
}

.rt-portfolio-style5 .slick-arrow.slick-next {
    right: 19%
}

.rt-portfolio-style5 .slick-arrow.slick-next:before {
    color: #333;
    content: "\f178"
}

.rt-portfolio-style5 .slick-arrow:before {
    left: 0 !important;
    top: -9px !important;
    font-size: 16px !important
}

.rt-portfolio-style5 .slick-arrow:hover {
    background-color: transparent;
    background-image: linear-gradient(100deg, #086ad8 0%, #378cff 100%)
}

.rt-portfolio-style5 .portfolio-item {
    position: relative;
    overflow: hidden;
    border-radius: 0
}

.rt-portfolio-style5 .portfolio-item .portfolio-img {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.rt-portfolio-style5 .portfolio-item .portfolio-img:before {
    content: "";
    position: absolute;
    background: #fff;
    opacity: 1;
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    -webkit-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
}

.rt-portfolio-style5 .portfolio-item .portfolio-img img {
    width: 100%;
    -webkit-transition: 1.3s all ease;
    transition: 1.3s all ease;
    border-radius: 0
}

.rt-portfolio-style5 .portfolio-item .portfolio-img .p-link {
    display: none !important;
    top: 20px;
    right: 20px;
    display: inline-block;
    font-size: 32px;
    color: #fff;
    -webkit-transition: .6s all ease;
    transition: .6s all ease;
    opacity: 0;
    z-index: 10
}

.rt-portfolio-style5 .portfolio-item .portfolio-img .p-link i {
    margin-left: 2px;
    display: none
}

.rt-portfolio-style5 .portfolio-item .portfolio-content {
    position: relative;
    padding: 35px 0 0;
    opacity: 1;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
    width: 100%;
    border-top: 0
}

.rt-portfolio-style5 .portfolio-item .portfolio-content a {
    color: #333
}

.rt-portfolio-style5 .portfolio-item .portfolio-content h4 {
    margin-bottom: 0;
    font-size: 24px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .6s all ease;
    transition: .6s all ease;
    font-weight: 500 !important;
    line-height: 30px !important
}

.rt-portfolio-style5 .portfolio-item .portfolio-content h4 a:hover {
    color: #086ad8
}

.rt-portfolio-style5 .portfolio-item .portfolio-content p {
    margin-bottom: 0;
    color: #333;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: .6s all ease;
    transition: .6s all ease
}

.rt-portfolio-style5 .portfolio-item .portfolio-content p a {
    font-size: 14px
}

.rt-portfolio-style5 .portfolio-item .portfolio-content {
    padding-left: 25px;
    transition: .4s;
    top: 100%;
    bottom: unset;
    right: unset;
    opacity: 0;
    display: block;
    position: absolute;
    z-index: 5
}

.rt-portfolio-style5 .portfolio-item .portfolio-content .p-title {
    margin-bottom: 0;
    max-width: 255px
}

.rt-portfolio-style5 .portfolio-item .portfolio-content .p-title a {
    color: #141d38;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 700
}

.rt-portfolio-style5 .portfolio-item .portfolio-content .p-category {
    margin-bottom: 5px
}

.rt-portfolio-style5 .portfolio-item .portfolio-content .p-category .separator {
    color: #43b9fe
}

.rt-portfolio-style5 .portfolio-item .portfolio-content .p-category a {
    color: #43b9fe;
    font-size: 14px;
    font-weight: 400
}

.rt-portfolio-style5 .portfolio-item .portfolio-content .pf-excerpt {
    color: #777;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    margin-top: 10px;
    margin-bottom: 20px
}

.rt-portfolio-style5 .portfolio-item .portfolio-content .case-info {
    display: flex;
    flex-wrap: wrap
}

.rt-portfolio-style5 .portfolio-item .portfolio-content .case-info div {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 26px;
    width: 50%;
    color: #777
}

.rt-portfolio-style5 .portfolio-item .portfolio-content .case-info div b {
    color: #141d38
}

.rt-portfolio-style5 .portfolio-item:hover h4 a {
    text-decoration: underline !important
}

.rt-portfolio-style5 .portfolio-item:hover .portfolio-img:before {
    height: 100%;
    display: block
}

.rt-portfolio-style5 .portfolio-item:hover .portfolio-img .portfolio-content {
    top: 0;
    display: block;
    opacity: 1
}

.rt-portfolio-style5 .portfolio-item:hover .portfolio-img a.pf-btn2 {
    transform: translate(0%, 0%) scale(1);
    -webkit-transform: translate(0%, 0%) scale(1);
    -moz-transform: translate(0%, 0%) scale(1);
    -ms-transform: translate(0%, 0%) scale(1);
    -o-transform: translate(0%, 0%) scale(1)
}

.rt-portfolio-style7 .slick-arrow {
    top: -80px;
    background: red;
    background: #fff;
    bottom: unset;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    width: 50px;
    height: 50px;
    border-radius: 100%
}

.rt-portfolio-style7 .slick-arrow.slick-prev {
    left: unset;
    right: 60px;
    width: 50px;
    height: 50px
}

.rt-portfolio-style7 .slick-arrow.slick-prev:before {
    color: #333
}

.rt-portfolio-style7 .slick-arrow.slick-next {
    right: 0;
    color: #333
}

.rt-portfolio-style7 .slick-arrow:before {
    left: 0 !important;
    top: -9px !important;
    font-size: 16px !important;
    color: #333
}

.rt-portfolio-style7 .slick-arrow:hover {
    background-color: transparent;
    background-image: linear-gradient(100deg, #086ad8 0%, #378cff 100%)
}

.rt-portfolio-style7 .portfolio-item {
    position: relative;
    overflow: hidden;
    border-radius: 0
}

.rt-portfolio-style7 .portfolio-item .portfolio-img {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.rt-portfolio-style7 .portfolio-item .portfolio-img:before {
    content: "";
    position: absolute;
    background: #086ad8;
    opacity: .902;
    width: 100%;
    height: 0;
    left: 30px;
    bottom: 18px;
    z-index: 1;
    -webkit-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
}

.rt-portfolio-style7 .portfolio-item .portfolio-img img {
    width: 100%;
    -webkit-transition: 1.3s all ease;
    transition: 1.3s all ease;
    border-radius: 0
}

.rt-portfolio-style7 .portfolio-item .portfolio-img .p-link {
    display: none !important;
    top: 20px;
    right: 20px;
    display: inline-block;
    font-size: 32px;
    color: #fff;
    -webkit-transition: .6s all ease;
    transition: .6s all ease;
    opacity: 0;
    z-index: 10
}

.rt-portfolio-style7 .portfolio-item .portfolio-img .p-link i {
    margin-left: 2px;
    display: none
}

.rt-portfolio-style7 .portfolio-item .portfolio-content {
    position: relative;
    padding: 35px 0 0;
    opacity: 1;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
    width: 100%;
    border-top: 0
}

.rt-portfolio-style7 .portfolio-item .portfolio-content a {
    color: #333
}

.rt-portfolio-style7 .portfolio-item .portfolio-content h4 {
    margin-bottom: 0;
    font-size: 24px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .6s all ease;
    transition: .6s all ease;
    font-weight: 500 !important;
    line-height: 30px !important
}

.rt-portfolio-style7 .portfolio-item .portfolio-content h4 a:hover {
    color: #086ad8
}

.rt-portfolio-style7 .portfolio-item .portfolio-content p {
    margin-bottom: 0;
    color: #333;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: .6s all ease;
    transition: .6s all ease
}

.rt-portfolio-style7 .portfolio-item .portfolio-content p a {
    font-size: 14px
}

.rt-portfolio-style7 .portfolio-item .portfolio-content {
    transition: .4s;
    opacity: 0;
    display: none;
    position: absolute;
    left: 55px;
    bottom: 40px;
    z-index: 5
}

.rt-portfolio-style7 .portfolio-item .portfolio-content .p-title {
    margin-bottom: 0;
    max-width: 255px
}

.rt-portfolio-style7 .portfolio-item .portfolio-content .p-title a {
    color: #fff
}

.rt-portfolio-style7 .portfolio-item .portfolio-content .p-category {
    margin-bottom: 0
}

.rt-portfolio-style7 .portfolio-item .portfolio-content .p-category .separator {
    color: #fff
}

.rt-portfolio-style7 .portfolio-item .portfolio-content .p-category a {
    color: #fff;
    font-size: 14px;
    font-weight: 400
}

.rt-portfolio-style7 .portfolio-item a.pf-btn2 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 15px 16px;
    border: 2px solid rgba(255, 255, 255, .1);
    display: inline-block;
    position: absolute;
    z-index: 6;
    right: 55px;
    bottom: 46px;
    transform: translate(-50%, -50%) scale(0);
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    transform: translate(0%, 0%) scale(0);
    border-radius: 100px;
    background: #fff;
    width: 50px;
    height: 50px
}

.rt-portfolio-style7 .portfolio-item a.pf-btn2 i {
    color: #333;
    position: relative;
    left: -3px
}

.rt-portfolio-style7 .portfolio-item a.pf-btn2:hover {
    background: #086ad8
}

.rt-portfolio-style7 .portfolio-item a.pf-btn2:hover i {
    color: #fff
}

.rt-portfolio-style7 .portfolio-item:hover h4 a {
    text-decoration: underline !important
}

.rt-portfolio-style7 .portfolio-item:hover .portfolio-img:before {
    width: 85%;
    height: 40%;
    display: block
}

.rt-portfolio-style7 .portfolio-item:hover .portfolio-img .portfolio-content {
    display: block;
    opacity: 1
}

.rt-portfolio-style7 .portfolio-item:hover .portfolio-img a.pf-btn2 {
    transform: translate(0%, 0%) scale(1);
    -webkit-transform: translate(0%, 0%) scale(1);
    -moz-transform: translate(0%, 0%) scale(1);
    -ms-transform: translate(0%, 0%) scale(1);
    -o-transform: translate(0%, 0%) scale(1)
}

.react-button a {
    display: inline-block;
    color: #fff;
    padding: 5px 35px 12px;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0px;
    background-color: #086ad8;
    border-radius: 6px
}

.react-button a:hover {
    background: #333;
    color: #fff
}

.react-button a svg {
    width: 20px;
    position: relative;
    top: 7px;
    left: 2px
}

.rt-grid-figure .logo-img {
    text-align: center
}

.rt-grid-figure .logo-img img {
    margin: 0 auto
}

.rt-grid-figure .logo-img a.back {
    display: none
}

.rt-grid-figure .logo-img:hover a.back {
    display: block
}

.rt-grid-figure .logo-img:hover a.front {
    display: none
}

.rs-cta {
    width: 100%;
    display: inline-flex;
    align-items: center
}

.rs-cta .cta-content {
    float: left;
    width: 80%;
    text-align: left;
    order: unset
}

.rs-cta .cta-content .cta-title h3.title {
    margin: 0 0 10px
}

.rs-cta .cta-content .cta-text .desc {
    margin: 0
}

.rs-cta .rs-button {
    width: 20%;
    float: right;
    text-align: right;
    order: unset
}

.rs-cta .rs-button .readon {
    line-height: 1;
    color: #fff;
    background-color: #086ad8;
    padding: 15px 35px;
    font-size: 17px;
    border-radius: 0
}

.rs-cta .rs-button .readon:hover {
    background: #333
}

.rs-cta .rs-button .readon i {
    margin: 0;
    transform: translateX(5px);
    transition: all ease .3s
}

.reactheme-testimonial .testimonial-item p {
    border-bottom: 1px solid #efefef
}

.rs-flip-box .rs-flip-box-inner {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.rs-flip-box .rs-flip-box-inner .rs-flip-box-wrap {
    position: relative;
    -webkit-transform: translateZ(0);
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.rs-flip-box .rs-flip-box-inner .front-part,
.rs-flip-box .rs-flip-box-inner .back-part {
    top: 0;
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    height: 300px;
    background-color: transparent;
    background-position: center;
    background-clip: padding-box;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transition: -webkit-transform .6s cubic-bezier(.2, .85, .4, 1.275);
    transition: -webkit-transform .6s cubic-bezier(.2, .85, .4, 1.275);
    transition: transform .6s cubic-bezier(.2, .85, .4, 1.275);
    transition: transform .6s cubic-bezier(.2, .85, .4, 1.275), -webkit-transform .6s cubic-bezier(.2, .85, .4, 1.275)
}

.rs-flip-box .rs-flip-box-inner .front-part:before,
.rs-flip-box .rs-flip-box-inner .back-part:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -9;
    width: 100%;
    height: 100%;
    background-color: transparent;
    content: ""
}

.rs-flip-box .rs-flip-box-inner .front-part {
    position: relative;
    bottom: 0;
    z-index: 10;
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #6094da
}

.rs-flip-box .rs-flip-box-inner .front-part .front-content-part .front-icon-part {
    margin-bottom: 10px
}

.rs-flip-box .rs-flip-box-inner .front-part .front-content-part .front-icon-part span {
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 30px;
    line-height: 1
}

.rs-flip-box .rs-flip-box-inner .front-part .front-content-part .front-icon-part span img {
    width: 60px;
    height: 60px
}

.rs-flip-box .rs-flip-box-inner .front-part .front-content-part .front-title-part {
    margin-bottom: 10px
}

.rs-flip-box .rs-flip-box-inner .front-part .front-content-part .front-title-part .front-title {
    margin: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    color: #fff
}

.rs-flip-box .rs-flip-box-inner .front-part .front-content-part .front-desc-part .front-desc {
    margin-bottom: 0;
    font-size: 16px;
    color: #fff
}

.rs-flip-box .rs-flip-box-inner .front-part .front-content-part .front-btn-part .front-btn {
    display: inline-block;
    line-height: 1
}

.rs-flip-box .rs-flip-box-inner .front-part .front-content-part .front-btn-part .front-btn i {
    transition: all .4s ease 0s
}

.rs-flip-box .rs-flip-box-inner .back-part {
    position: absolute;
    z-index: -1;
    padding: 30px;
    border-radius: 5px;
    background-color: #562dd4
}

.rs-flip-box .rs-flip-box-inner .back-part .back-content-part .back-icon-part {
    display: inline-block;
    margin-bottom: 20px;
    text-align: center
}

.rs-flip-box .rs-flip-box-inner .back-part .back-content-part .back-icon-part .back-img {
    display: inline-block
}

.rs-flip-box .rs-flip-box-inner .back-part .back-content-part .back-icon-part span {
    display: inline-block;
    text-align: center
}

.rs-flip-box .rs-flip-box-inner .back-part .back-content-part .back-icon-part span img {
    width: 60px;
    height: 60px
}

.rs-flip-box .rs-flip-box-inner .back-part .back-content-part .back-title-part {
    margin-bottom: 10px
}

.rs-flip-box .rs-flip-box-inner .back-part .back-content-part .back-title-part .back-title {
    margin: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5
}

.rs-flip-box .rs-flip-box-inner .back-part .back-content-part .back-desc-part .back-desc {
    margin-bottom: 0;
    font-size: 16px
}

.rs-flip-box .rs-flip-box-inner .back-part .back-content-part .back-btn-part .back-btn {
    display: inline-block;
    line-height: 1;
    padding: 10px 25px;
    color: #333;
    background: #fff
}

.rs-flip-box .rs-flip-box-inner .back-part .back-content-part .back-btn-part .back-btn i {
    transition: all .4s ease 0s
}

.rs-flip-box .rs-flip-box-inner .back-part .back-content-part .back-btn-part .back-btn.icon-after span {
    float: left
}

.rs-flip-box .rs-flip-box-inner .back-part .back-content-part .back-btn-part .back-btn.icon-after i {
    margin-left: 10px
}

.rs-flip-box .rs-flip-box-inner .back-part .back-content-part .back-btn-part .back-btn.icon-before span {
    float: right
}

.rs-flip-box .rs-flip-box-inner .back-part .back-content-part .back-btn-part .back-btn.icon-before i {
    margin-right: 10px
}

.rs-flip-box .rs-flip-box-inner .back-part .back-content-part .back-btn-part .back-btn:hover {
    background: #1f1c51;
    color: #fff
}

.rs-flip-box .rs-flip-box-inner .front-content-part,
.rs-flip-box .rs-flip-box-inner .back-content-part {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    transition: all .9s ease 0s
}

.rs-flip-box .rs-flip-box-inner.rs-flip-right .front-part {
    -webkit-transform: rotateY(0);
    transform: rotateY(0)
}

.rs-flip-box .rs-flip-box-inner.rs-flip-right .back-part {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.rs-flip-box .rs-flip-box-inner.rs-flip-right .back-content-part {
    right: 15px
}

.rs-flip-box .rs-flip-box-inner.rs-flip-right:hover .back-part {
    -webkit-transform: rotateY(0);
    transform: rotateY(0)
}

.rs-flip-box .rs-flip-box-inner.rs-flip-right:hover .front-part {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.rs-flip-box .rs-flip-box-inner.rs-flip-right:hover .back-content-part {
    right: 0
}

.rs-flip-box .rs-flip-box-inner.rs-flip-left .front-part {
    -webkit-transform: rotateY(0);
    transform: rotateY(0)
}

.rs-flip-box .rs-flip-box-inner.rs-flip-left .back-part {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.rs-flip-box .rs-flip-box-inner.rs-flip-left .back-content-part {
    left: 15px
}

.rs-flip-box .rs-flip-box-inner.rs-flip-left:hover .front-part {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.rs-flip-box .rs-flip-box-inner.rs-flip-left:hover .back-part {
    -webkit-transform: rotateY(0);
    transform: rotateY(0)
}

.rs-flip-box .rs-flip-box-inner.rs-flip-left:hover .back-content-part {
    left: 0
}

.rs-flip-box .rs-flip-box-inner.rs-flip-up .front-part {
    -webkit-transform: rotateX(0);
    transform: rotateX(0)
}

.rs-flip-box .rs-flip-box-inner.rs-flip-up .back-part {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg)
}

.rs-flip-box .rs-flip-box-inner.rs-flip-up .back-content-part {
    top: 15px
}

.rs-flip-box .rs-flip-box-inner.rs-flip-up:hover .front-part {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.rs-flip-box .rs-flip-box-inner.rs-flip-up:hover .back-part {
    -webkit-transform: rotateX(0);
    transform: rotateX(0)
}

.rs-flip-box .rs-flip-box-inner.rs-flip-up:hover .back-content-part {
    top: 0
}

.rs-flip-box .rs-flip-box-inner.rs-flip-down .front-part {
    -webkit-transform: rotateX(0);
    transform: rotateX(0)
}

.rs-flip-box .rs-flip-box-inner.rs-flip-down .back-part {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.rs-flip-box .rs-flip-box-inner.rs-flip-down .back-content-part {
    bottom: 15px
}

.rs-flip-box .rs-flip-box-inner.rs-flip-down:hover .front-part {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg)
}

.rs-flip-box .rs-flip-box-inner.rs-flip-down:hover .back-part {
    -webkit-transform: rotateX(0);
    transform: rotateX(0)
}

.rs-flip-box .rs-flip-box-inner.rs-flip-down:hover .back-content-part {
    bottom: 0
}

.rs-flip-box .rs-flip-box-inner:hover .back-part {
    z-index: 1
}

.rs-flip-box .rs-flip-box-inner:hover .front-part {
    z-index: -1
}

.rs-flip-box:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: " ";
    font-size: 0
}

.rstab-main ul.nav {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.rstab-main ul.nav.bubble li a.active {
    position: relative
}

.rstab-main ul.nav.bubble li a.active:after {
    top: 100%;
    left: 15%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #086ad8;
    border-width: 12px;
    margin-left: -30px
}

.rstab-main ul.nav li {
    flex: 0 0 32.3%
}

.rstab-main ul.nav li a {
    background: #f1f1f1;
    padding: 10px;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 1px;
    display: flex
}

.rstab-main ul.nav li a.active {
    background: #086ad8;
    color: #fff;
    display: flex !important
}

.rstab-main ul.nav li a i {
    margin-left: 50px;
    color: #333
}

.rstab-main ul.nav li a span {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #777;
    font-weight: 400;
    padding-left: 25px;
    padding-right: 0
}

.rstab-main ul.nav li a span b {
    display: block;
    font-size: 23px;
    line-height: 60px
}

.rstab-main ul.nav li:first-child {
    margin-left: 0 !important
}

.rstab-main ul.nav li:last-child {
    margin-right: 0 !important
}

.rstab-main ul.nav li a:hover {
    background: #086ad8
}

.rstab-main ul.nav.icon_top li a,
.rstab-main ul.nav.icon_top li a img,
.rstab-main ul.nav.icon_top li a i {
    display: block
}

.rstab-main .tab-content {
    background: #f9f9f9;
    padding: 10px;
    overflow: hidden
}

.rstab-main .tab-content p:last-child {
    margin: 0
}

.rstab-main.vertical {
    display: flex
}

.rstab-main.vertical ul.nav {
    margin: 0 20px 0 0;
    display: block
}

.rstab-main.vertical ul.nav.bubble li a.active {
    position: relative
}

.rstab-main.vertical ul.nav.bubble li a.active:after {
    top: 100%;
    left: auto;
    right: -24px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #086ad8;
    border-width: 12px;
    margin-left: -30px
}

.rstab-main .tab-pane.active {
    animation: slide-down 2s ease-out
}

.rstab-main.no_item_menu ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.rstab-main.no_item_menu.left {
    text-align: left
}

.rstab-main.no_item_menu.center {
    text-align: center
}

.rstab-main.no_item_menu.right {
    text-align: right
}

.rstab-main.bottom {
    display: flex;
    flex-wrap: wrap
}

.rstab-main.bottom ul.nav {
    order: 2;
    width: 100%
}

.rstab-main.bottom ul.nav a {
    box-shadow: 0px 30px 50px rgba(0, 14, 32, .1);
    border-radius: 10px
}

.rstab-main.bottom .tab-content {
    order: 1;
    box-shadow: 0px 30px 50px rgba(15, 18, 22, .14)
}

.rstab-main.bottom iframe {
    width: 970px;
    height: 576px
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(50%)
    }
    50% {
        opacity: 1;
        transform: translateY(0)
    }
}

.rstab-main.style-2.vertical .row {
    align-items: center
}

.rstab-main.style-2.vertical ul.nav {
    display: flex;
    margin: 0
}

.rstab-main.style-2.vertical ul.nav li {
    margin-right: 0 !important
}

.rstab-main.style-2.vertical ul.nav li a {
    padding: 20px 0
}

.rstab-main.style-2.vertical ul.nav li a i {
    float: right;
    margin-top: 10px !important
}

.rstab-main.style-2.vertical ul.nav li img {
    position: relative;
    top: -3px
}

.rstab-main.style-2 .tab-pane img.alignleft {
    margin-right: 65px
}

.rstab-main.style-2 .tab-pane .text-list {
    margin: 0;
    list-style: none;
    float: left
}

.rstab-main.style-2 .tab-pane .text-list li {
    font-size: 16px;
    font-weight: 500;
    padding-left: 30px;
    margin-bottom: 8px;
    color: #086ad8;
    position: relative;
    z-index: 1;
    list-style: none
}

.rstab-main.style-2 .tab-pane .text-list li:before {
    content: "\f00c";
    position: absolute;
    font-family: "Font awesome 5 Pro";
    font-size: 16px;
    color: #ffa84b;
    left: 0;
    top: -7px;
    z-index: 1;
    line-height: 40px;
    text-align: center
}

.rstab-main.style-2 .tab-pane .text-list li:last-child {
    border: none !important
}

.rsaddon_pro_box.default .pointer-events {
    pointer-events: none
}

.light-border .react-heading.style12 .sub-text:before,
.light-border .rs-dual-heading.style12 .sub-text:before,
.light-border .react-heading.style12 .sub-text:after,
.light-border .rs-dual-heading.style12 .sub-text:after {
    background: rgba(255, 255, 255, .2)
}

.rspopup_style1 {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    padding: 40px;
    position: relative
}

.rspopup_style1 .rsteam_content {
    padding-left: 15px
}

.rspopup_style1 .rsteam_content .title {
    margin: 0 0 10px
}

.rspopup_style1 .team-name {
    margin: 0 0 10px;
    color: #333
}

.rspopup_style1 .team-heading {
    border-bottom: 1px solid #eee
}

.rspopup_style1 .team-des,
.rspopup_style1 .team-heading {
    padding-bottom: 15px;
    margin-bottom: 15px
}

.rspopup_style1 .team-des {
    margin-bottom: 0
}

.rspopup_style1 .social-icons1 a {
    width: 35px;
    height: 35px;
    line-height: 40px;
    background: #086ad8;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px
}

.rspopup_style1 .social-icons1 a:hover {
    opacity: .9
}

.rspopup_style1 .social-icons1 a:last-child {
    margin-right: 0;
    margin-left: 4px
}

.rspopup_style1 .contact-info {
    margin-bottom: 15px;
    border-top: 1px solid #eee
}

.rspopup_style1 .contact-info ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.rspopup_style1 .contact-info ul li {
    display: block;
    border-bottom: 1px solid #eee;
    padding: 5px 0
}

.rspopup_style1 .contact-info ul li a {
    color: #4a4a4a
}

.rspopup_style1 .contact-info ul li a:hover {
    color: #086ad8
}

.rspopup_style1 .project-info {
    margin: 14px 0 0;
    padding: 0;
    list-style: none
}

.rspopup_style1 .project-info li {
    display: block;
    padding: 2px 0
}

.rspopup_style1 .project-info li span {
    font-weight: 700;
    margin-right: 8px;
    width: 146px;
    display: inline-block
}

.rsaddon_pro_box .portfolio-item .portfolio-content .p-category a {
    pointer-events: none
}

body .rspopup_style1 .mfp-close {
    color: #fff;
    right: 10px;
    top: 10px;
    border-radius: 50%;
    background: red;
    transition: .3s
}

.rs-skill-bar .skillbar {
    background: #eee;
    display: inline-block;
    height: 16px;
    position: relative;
    width: 100%
}

.rs-skill-bar .skillbar .skillbar-bar {
    background: #9051c6;
    height: 16px;
    width: 0;
    margin-bottom: 0
}

.rs-skill-bar .skillbar .skillbar-title,
.rs-skill-bar .skillbar .skill-bar-percent {
    position: absolute
}

.rs-skill-bar .skillbar .skillbar-title {
    color: #212121;
    font-size: 20px;
    font-weight: 600
}

.rs-skill-bar .skillbar .skill-bar-percent {
    font-size: 15px;
    font-weight: 700;
    color: #333
}

.rs-skill-bar.animation .skillbar .skillbar-bar,
.rs-skill-bar.striped .skillbar .skillbar-bar {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.rs-skill-bar.animation .skillbar .skillbar-bar {
    -webkit-animation: rs-progress-pie-stripes 1s linear infinite;
    animation: rs-progress-pie-stripes 1s linear infinite
}

.rs-skill-bar.style1 .skillbar .skillbar-title {
    top: -35px
}

.rs-skill-bar.style1 .skillbar .skill-bar-percent {
    right: 0;
    top: -30px
}

.rs-skill-bar.style2 .skillbar .skillbar-title {
    left: 0;
    padding: 2px 20px 0;
    top: 0;
    width: 160px;
    background: #83b614
}

.rs-skill-bar.style2 .skillbar .skill-bar-percent {
    right: 10px;
    top: 0
}

.rs_accordion .card {
    border: none;
    border-radius: 0
}

.rs_accordion .card-header {
    padding: 0;
    border: none
}

.rs_accordion .card-header .rs-tab-title {
    display: flex;
    position: relative;
    padding: 10px 20px 6px;
    line-height: 1.8;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

.rs_accordion .card-header span {
    margin-left: auto;
    width: 30px;
    text-align: center;
    height: 100%;
    border: 1px solid #ddd;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    position: relative;
    top: -2px
}

.rs_accordion .card-header span.active {
    display: none
}

.rs_accordion .card-header.active span.normal {
    display: none
}

.rs_accordion .card-header.active span.active {
    display: block
}

.rs_accordion .card-header.left_icon span {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    left: 20px
}

.rs_accordion .card-body {
    border: 1px solid #eee
}

.rt-price-table-menu ul {
    margin: 0
}

.rt-price-table-menu ul,
.rt-price-table-menu li {
    list-style: none
}

.rt-price-table-menu .rt-pricing-table-body h3.rt-pricing-menu-features-title {
    margin-bottom: 0
}

.rt-price-table-menu .rt-pricing-table-body .full-menu-item .price-menu {
    display: flex;
    flex-wrap: wrap
}

.rt-price-table-menu .rt-pricing-table-body .full-menu-item .price-menu .rt-pricing-menu-image {
    margin-right: 10px;
    flex-grow: 0;
    width: 80px
}

.rt-price-table-menu .rt-pricing-table-body .full-menu-item .price-menu .rt-pricing-table-feature-text {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    width: 100%;
    color: #777;
    font-weight: 400
}

.rt-price-table-menu .rt-pricing-table-body .full-menu-item .price-menu .rt-pricing-table-feature-text span.rs-price-title-connector {
    border-bottom: 1px dashed #ccc;
    height: 1px;
    flex-grow: 1;
    align-self: center;
    margin: 0 20px
}

.rt-price-table-menu .rt-pricing-table-body .full-menu-item .price-menu .rt-pricing-table-feature-text span {
    align-self: center
}

.rt-price-table-menu .rt-pricing-table-body .full-menu-item .price-menu .menu-price {
    display: inline-table;
    align-self: center
}

.elementor-invisible.elementor-widget-rs-timecounter {
    visibility: visible
}

.wpcf7 label {
    display: block
}

.rs-dual-heading .second_title {
    color: #333
}

.rs-faq-main .rs-faq-title {
    background: #f7f7f7;
    padding: 15px 20px;
    margin-bottom: 0
}

.rs-faq-main .rs-faq-title span {
    padding-right: 10px
}

.rs-faq-main .rs-faq-content {
    padding: 30px 20px 50px
}

.rs-image {
    position: relative;
    width: 100%;
    height: 100%
}

.rs-image.yes .veritcal {
    animation-name: veritcal;
    animation-timing-function: linear;
    animation-duration: 12s;
    animation-iteration-count: infinite
}

@keyframes veritcal {
    0% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(100px)
    }
    100% {
        transform: translateY(0)
    }
}

.rs-image.yes .horizontal {
    animation-name: horizontal;
    animation-timing-function: linear;
    animation-duration: 12s;
    animation-iteration-count: infinite
}

@keyframes horizontal {
    0% {
        transform: translateX(0)
    }
    50% {
        transform: translateX(100px)
    }
    100% {
        transform: translateX(0)
    }
}

.rs-image-hover-effect {
    overflow: hidden;
    position: relative
}

.rs-image-hover-effect .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 5px;
    transition: all .4s ease 0s
}

.rs-image-hover-effect .image-part {
    overflow: hidden;
    border-radius: 5px
}

.rs-image-hover-effect .image-part img {
    border-radius: 5px;
    transition: all .4s ease 0s
}

.rs-image-hover-effect .image-content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    padding: 20px;
    transition: all .4s ease 0s;
    z-index: 2
}

.rs-image-hover-effect .image-content .title-part .prefix-part .title-prefix {
    text-align: left;
    color: #333;
    margin-bottom: 0
}

.rs-image-hover-effect .image-content .title-part .image-title-part .image-title {
    margin-bottom: 10px
}

.rs-image-hover-effect .image-content .title-part .image-title-part .image-title a {
    color: #333
}

.rs-image-hover-effect .image-content .description-part .description-text {
    text-align: left;
    color: #4a4a4a;
    margin-bottom: 10px
}

.rs-image-hover-effect .image-content .button-part .image-btn {
    display: inline-block;
    color: #fff;
    background: #086ad8;
    font-size: 15px;
    line-height: 1;
    padding: 10px 25px;
    border-radius: 5px;
    transition: all .4s ease 0s
}

.rs-image-hover-effect .image-content .button-part .image-btn.icon-before span {
    float: right
}

.rs-image-hover-effect .image-content .button-part .image-btn.icon-before i {
    position: absolute;
    transition: all .4s ease 0s
}

.rs-image-hover-effect .image-content .button-part .image-btn.icon-after span {
    float: left
}

.rs-image-hover-effect .image-content .button-part .image-btn.icon-after i {
    margin-left: 10px;
    transition: all .4s ease 0s
}

.rs-image-hover-effect .image-content .button-part .image-btn:hover {
    background: #333
}

.rs-image-hover-effect .image-content .button-part .image-btn:hover i {
    margin-left: 10px
}

.rs-image-hover-effect:hover .image-overlay {
    background-color: rgba(0, 0, 0, .65)
}

.rs-image-hover-effect:hover .image-part img {
    transform: scale(1.15)
}

.rs-image-hover-effect:hover .image-content .title-part .prefix-part .title-prefix {
    color: #fff
}

.rs-image-hover-effect:hover .image-content .title-part .image-title-part .image-title a {
    color: #fff
}

.rs-image-hover-effect:hover .image-content .description-part .description-text {
    color: #fff
}

.rs-image-hover-effect [class^=rs-image-fade] .image-content,
.rs-image-hover-effect [class*=' rs-image-fade'] .image-content {
    opacity: 0
}

.rs-image-hover-effect [class^=rs-image-fade]:hover .image-content,
.rs-image-hover-effect [class*=' rs-image-fade']:hover .image-content {
    opacity: 1
}

.rs-image-hover-effect [class^=rs-image-fade]:hover .image-part img,
.rs-image-hover-effect [class^=rs-image-fade]:hover .image-content,
.rs-image-hover-effect [class*=' rs-image-fade']:hover .image-part img,
.rs-image-hover-effect [class*=' rs-image-fade']:hover .image-content {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.rs-image-hover-effect .rs-image-fade-in-up .image-content {
    -webkit-transform: translate(0, 15%);
    -moz-transform: translate(0, 15%);
    -ms-transform: translate(0, 15%);
    -o-transform: translate(0, 15%);
    transform: translate(0, 15%)
}

.rs-image-hover-effect .rs-image-fade-in-down .image-content {
    -webkit-transform: translate(0, -15%);
    -moz-transform: translate(0, -15%);
    -ms-transform: translate(0, -15%);
    -o-transform: translate(0, -15%);
    transform: translate(0, -15%)
}

.rs-image-hover-effect .rs-image-fade-in-left .image-content {
    -webkit-transform: translate(-15%, 0);
    -moz-transform: translate(-15%, 0);
    -ms-transform: translate(-15%, 0);
    -o-transform: translate(-15%, 0);
    transform: translate(-15%, 0)
}

.rs-image-hover-effect .rs-image-fade-in-right .image-content {
    -webkit-transform: translate(15%, 0);
    -moz-transform: translate(15%, 0);
    -ms-transform: translate(15%, 0);
    -o-transform: translate(15%, 0);
    transform: translate(15%, 0)
}

.rs-image-hover-effect [class^=rs-image-push-]:hover .image-content,
.rs-image-hover-effect [class*=' rs-image-push-']:hover .image-content {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.rs-image-hover-effect .rs-image-push-up .image-content {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%)
}

.rs-image-hover-effect .rs-image-push-up:hover .image-part img {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%)
}

.rs-image-hover-effect .rs-image-push-down .image-content {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%)
}

.rs-image-hover-effect .rs-image-push-down:hover .image-part img {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%)
}

.rs-image-hover-effect .rs-image-push-left .image-content {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%)
}

.rs-image-hover-effect .rs-image-push-left:hover .image-part img {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
}

.rs-image-hover-effect .rs-image-push-right .image-content {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
}

.rs-image-hover-effect .rs-image-push-right:hover .image-part img {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%)
}

.rs-image-hover-effect [class^=rs-image-slide-]:hover .image-content,
.rs-image-hover-effect [class*=' rs-image-slide-']:hover .image-content {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.rs-image-hover-effect .rs-image-slide-up .image-content {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%)
}

.rs-image-hover-effect .rs-image-slide-down .image-content {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%)
}

.rs-image-hover-effect .rs-image-slide-left .image-content {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%)
}

.rs-image-hover-effect .rs-image-slide-right .image-content {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
}

.rs-image-hover-effect [class^=rs-image-reveal-]:before,
.rs-image-hover-effect [class*=' rs-image-reveal-']:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: ''
}

.rs-image-hover-effect [class^=rs-image-reveal-] .image-content,
.rs-image-hover-effect [class*=' rs-image-reveal-'] .image-content {
    opacity: 0
}

.rs-image-hover-effect [class^=rs-image-reveal-]:hover:before,
.rs-image-hover-effect [class*=' rs-image-reveal-']:hover:before {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.rs-image-hover-effect [class^=rs-image-reveal-]:hover .image-content,
.rs-image-hover-effect [class*=' rs-image-reveal-']:hover .image-content {
    opacity: 1;
    -webkit-transition-delay: .21s;
    -moz-transition-delay: .21s;
    transition-delay: .21s
}

.rs-image-hover-effect .rs-image-reveal-up:before {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%)
}

.rs-image-hover-effect .rs-image-reveal-down:before {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%)
}

.rs-image-hover-effect .rs-image-reveal-left:before {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%)
}

.rs-image-hover-effect .rs-image-reveal-right:before {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
}

.rs-image-hover-effect [class^=rs-image-hinge-],
.rs-image-hover-effect [class*=' rs-image-hinge-'] {
    -webkit-perspective: 50em;
    -moz-perspective: 50em;
    perspective: 50em
}

.rs-image-hover-effect [class^=rs-image-hinge-] .image-content,
.rs-image-hover-effect [class*=' rs-image-hinge-'] .image-content {
    opacity: 0;
    z-index: 1
}

.rs-image-hover-effect [class^=rs-image-hinge-]:hover img,
.rs-image-hover-effect [class*=' rs-image-hinge-']:hover img {
    opacity: 0
}

.rs-image-hover-effect [class^=rs-image-hinge-]:hover .image-content,
.rs-image-hover-effect [class*=' rs-image-hinge-']:hover .image-content {
    opacity: 1;
    -webkit-transition-delay: .21s;
    -moz-transition-delay: .21s;
    transition-delay: .21s
}

.rs-image-hover-effect .rs-image-hinge-up img {
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    transform-origin: 50% 0%
}

.rs-image-hover-effect .rs-image-hinge-up .image-content {
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.rs-image-hover-effect .rs-image-hinge-up:hover .image-part img {
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg)
}

.rs-image-hover-effect .rs-image-hinge-up:hover .image-content {
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0)
}

.rs-image-hover-effect .rs-image-hinge-down img {
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.rs-image-hover-effect .rs-image-hinge-down .image-content {
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% -50%;
    -moz-transform-origin: 50% -50%;
    -ms-transform-origin: 50% -50%;
    -o-transform-origin: 50% -50%;
    transform-origin: 50% -50%
}

.rs-image-hover-effect .rs-image-hinge-down:hover .image-part img {
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
    opacity: 0
}

.rs-image-hover-effect .rs-image-hinge-down:hover .image-content {
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0)
}

.rs-image-hover-effect .rs-image-hinge-left img {
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    transform-origin: 0% 50%
}

.rs-image-hover-effect .rs-image-hinge-left .image-content {
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}

.rs-image-hover-effect .rs-image-hinge-left:hover .image-part img {
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg)
}

.rs-image-hover-effect .rs-image-hinge-left:hover .image-content {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0)
}

.rs-image-hover-effect .rs-image-hinge-right img {
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}

.rs-image-hover-effect .rs-image-hinge-right .image-content {
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.rs-image-hover-effect .rs-image-hinge-right:hover .image-part img {
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    transform: rotateY(-90deg)
}

.rs-image-hover-effect .rs-image-hinge-right:hover .image-content {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0)
}

.rs-image-hover-effect [class^=rs-image-flip-],
.rs-image-hover-effect [class*=' rs-image-flip-'] {
    -webkit-perspective: 50em;
    -moz-perspective: 50em;
    perspective: 50em
}

.rs-image-hover-effect [class^=rs-image-flip-] img,
.rs-image-hover-effect [class*=' rs-image-flip-'] img {
    backface-visibility: hidden
}

.rs-image-hover-effect [class^=rs-image-flip-] .image-content,
.rs-image-hover-effect [class*=' rs-image-flip-'] .image-content {
    opacity: 0
}

.rs-image-hover-effect [class^=rs-image-flip-]:hover .image-part img,
.rs-image-hover-effect [class*=' rs-image-flip-']:hover .image-part img {
    opacity: 0
}

.rs-image-hover-effect [class^=rs-image-flip-]:hover .image-content,
.rs-image-hover-effect [class*=' rs-image-flip-']:hover .image-content {
    opacity: 1;
    -webkit-transition-delay: .14s;
    -moz-transition-delay: .14s;
    transition-delay: .14s
}

.rs-image-hover-effect .rs-image-flip-horiz .image-content {
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    transform-origin: 0% 50%
}

.rs-image-hover-effect .rs-image-flip-horiz:hover img {
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
    transform: rotateX(-180deg)
}

.rs-image-hover-effect .rs-image-flip-horiz:hover .image-content {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg)
}

.rs-image-hover-effect .rs-image-flip-vert .image-content {
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    transform-origin: 50% 0%
}

.rs-image-hover-effect .rs-image-flip-vert:hover .image-part img {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.rs-image-hover-effect .rs-image-flip-vert:hover .image-content {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

.rs-image-hover-effect .rs-image-flip-diag-1 .image-content {
    -webkit-transform: rotate3d(1, -1, 0, 100deg);
    -moz-transform: rotate3d(1, -1, 0, 100deg);
    -ms-transform: rotate3d(1, -1, 0, 100deg);
    -o-transform: rotate3d(1, -1, 0, 100deg);
    transform: rotate3d(1, -1, 0, 100deg)
}

.rs-image-hover-effect .rs-image-flip-diag-1:hover .image-part img {
    -webkit-transform: rotate3d(-1, 1, 0, 100deg);
    -moz-transform: rotate3d(-1, 1, 0, 100deg);
    -ms-transform: rotate3d(-1, 1, 0, 100deg);
    -o-transform: rotate3d(-1, 1, 0, 100deg);
    transform: rotate3d(-1, 1, 0, 100deg)
}

.rs-image-hover-effect .rs-image-flip-diag-1:hover .image-content {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    -moz-transform: rotate3d(0, 0, 0, 0deg);
    -ms-transform: rotate3d(0, 0, 0, 0deg);
    -o-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg)
}

.rs-image-hover-effect .rs-image-flip-diag-2 .image-content {
    -webkit-transform: rotate3d(1, 1, 0, 100deg);
    -moz-transform: rotate3d(1, 1, 0, 100deg);
    -ms-transform: rotate3d(1, 1, 0, 100deg);
    -o-transform: rotate3d(1, 1, 0, 100deg);
    transform: rotate3d(1, 1, 0, 100deg)
}

.rs-image-hover-effect .rs-image-flip-diag-2:hover .image-part img {
    -webkit-transform: rotate3d(-1, -1, 0, 100deg);
    -moz-transform: rotate3d(-1, -1, 0, 100deg);
    -ms-transform: rotate3d(-1, -1, 0, 100deg);
    -o-transform: rotate3d(-1, -1, 0, 100deg);
    transform: rotate3d(-1, -1, 0, 100deg)
}

.rs-image-hover-effect .rs-image-flip-diag-2:hover .image-content {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    -moz-transform: rotate3d(0, 0, 0, 0deg);
    -ms-transform: rotate3d(0, 0, 0, 0deg);
    -o-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg)
}

.rs-image-hover-effect [class^=rs-image-shutter-out-]:before,
.rs-image-hover-effect [class*=' rs-image-shutter-out-']:before {
    position: absolute;
    content: '';
    -webkit-transition-delay: .105s;
    -moz-transition-delay: .105s;
    transition-delay: .105s
}

.rs-image-hover-effect [class^=rs-image-shutter-out-] .image-content,
.rs-image-hover-effect [class*=' rs-image-shutter-out-'] .image-content {
    opacity: 0;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s
}

.rs-image-hover-effect [class^=rs-image-shutter-out-]:hover:before,
.rs-image-hover-effect [class*=' rs-image-shutter-out-']:hover:before {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s
}

.rs-image-hover-effect [class^=rs-image-shutter-out-]:hover .image-content,
.rs-image-hover-effect [class*=' rs-image-shutter-out-']:hover .image-content {
    opacity: 1;
    -webkit-transition-delay: .105s;
    -moz-transition-delay: .105s;
    transition-delay: .105s
}

.rs-image-hover-effect .rs-image-shutter-out-horiz:before {
    left: 50%;
    right: 50%;
    top: 0;
    bottom: 0
}

.rs-image-hover-effect .rs-image-shutter-out-horiz:hover:before {
    left: 0;
    right: 0
}

.rs-image-hover-effect .rs-image-shutter-out-vert:before {
    top: 50%;
    bottom: 50%;
    left: 0;
    right: 0
}

.rs-image-hover-effect .rs-image-shutter-out-vert:hover:before {
    top: 0;
    bottom: 0
}

.rs-image-hover-effect .rs-image-shutter-out-diag-1:before {
    top: 50%;
    bottom: 50%;
    left: -35%;
    right: -35%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.rs-image-hover-effect .rs-image-shutter-out-diag-1:hover:before {
    top: -35%;
    bottom: -35%
}

.rs-image-hover-effect .rs-image-shutter-out-diag-2:before {
    top: 50%;
    bottom: 50%;
    left: -35%;
    right: -35%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.rs-image-hover-effect .rs-image-shutter-out-diag-2:hover:before {
    top: -35%;
    bottom: -35%
}

.rs-image-hover-effect [class^=rs-image-shutter-in-]:after,
.rs-image-hover-effect [class^=rs-image-shutter-in-]:before,
.rs-image-hover-effect [class*=' rs-image-shutter-in-']:after,
.rs-image-hover-effect [class*=' rs-image-shutter-in-']:before {
    position: absolute;
    content: ''
}

.rs-image-hover-effect [class^=rs-image-shutter-in-]:after,
.rs-image-hover-effect [class*=' rs-image-shutter-in-']:after {
    top: 0;
    left: 0
}

.rs-image-hover-effect [class^=rs-image-shutter-in-]:before,
.rs-image-hover-effect [class*=' rs-image-shutter-in-']:before {
    right: 0;
    bottom: 0
}

.rs-image-hover-effect [class^=rs-image-shutter-in-] .image-content,
.rs-image-hover-effect [class*=' rs-image-shutter-in-'] .image-content {
    opacity: 0;
    z-index: 1
}

.rs-image-hover-effect [class^=rs-image-shutter-in-]:hover .image-content,
.rs-image-hover-effect [class*=' rs-image-shutter-in-']:hover .image-content {
    opacity: 1;
    -webkit-transition-delay: .21s;
    -moz-transition-delay: .21s;
    transition-delay: .21s
}

.rs-image-hover-effect .rs-image-shutter-in-horiz:after,
.rs-image-hover-effect .rs-image-shutter-in-horiz:before {
    width: 0;
    height: 100%
}

.rs-image-hover-effect .rs-image-shutter-in-horiz:hover:after,
.rs-image-hover-effect .rs-image-shutter-in-horiz:hover:before {
    width: 50%
}

.rs-image-hover-effect .rs-image-shutter-in-vert:after,
.rs-image-hover-effect .rs-image-shutter-in-vert:before {
    height: 0;
    width: 100%
}

.rs-image-hover-effect .rs-image-shutter-in-vert:hover:after,
.rs-image-hover-effect .rs-image-shutter-in-vert:hover:before {
    height: 50%
}

.rs-image-hover-effect .rs-image-shutter-in-out-horiz:after,
.rs-image-hover-effect .rs-image-shutter-in-out-horiz:before {
    width: 0;
    height: 100%;
    opacity: .75
}

.rs-image-hover-effect .rs-image-shutter-in-out-horiz:hover:after,
.rs-image-hover-effect .rs-image-shutter-in-out-horiz:hover:before {
    width: 100%
}

.rs-image-hover-effect .rs-image-shutter-in-out-vert:after,
.rs-image-hover-effect .rs-image-shutter-in-out-vert:before {
    height: 0;
    width: 100%;
    opacity: .75
}

.rs-image-hover-effect .rs-image-shutter-in-out-vert:hover:after,
.rs-image-hover-effect .rs-image-shutter-in-out-vert:hover:before {
    height: 100%
}

.rs-image-hover-effect .rs-image-shutter-in-out-diag-1:after,
.rs-image-hover-effect .rs-image-shutter-in-out-diag-1:before {
    width: 200%;
    height: 200%;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    transition: all .6s ease;
    opacity: .75
}

.rs-image-hover-effect .rs-image-shutter-in-out-diag-1:after {
    -webkit-transform: skew(-45deg) translateX(-150%);
    -moz-transform: skew(-45deg) translateX(-150%);
    -ms-transform: skew(-45deg) translateX(-150%);
    -o-transform: skew(-45deg) translateX(-150%);
    transform: skew(-45deg) translateX(-150%)
}

.rs-image-hover-effect .rs-image-shutter-in-out-diag-1:before {
    -webkit-transform: skew(-45deg) translateX(150%);
    -moz-transform: skew(-45deg) translateX(150%);
    -ms-transform: skew(-45deg) translateX(150%);
    -o-transform: skew(-45deg) translateX(150%);
    transform: skew(-45deg) translateX(150%)
}

.rs-image-hover-effect .rs-image-shutter-in-out-diag-1:hover:after {
    -webkit-transform: skew(-45deg) translateX(-50%);
    -moz-transform: skew(-45deg) translateX(-50%);
    -ms-transform: skew(-45deg) translateX(-50%);
    -o-transform: skew(-45deg) translateX(-50%);
    transform: skew(-45deg) translateX(-50%)
}

.rs-image-hover-effect .rs-image-shutter-in-out-diag-1:hover:before {
    -webkit-transform: skew(-45deg) translateX(50%);
    -moz-transform: skew(-45deg) translateX(50%);
    -ms-transform: skew(-45deg) translateX(50%);
    -o-transform: skew(-45deg) translateX(50%);
    transform: skew(-45deg) translateX(50%)
}

.rs-image-hover-effect .rs-image-shutter-in-out-diag-2:after,
.rs-image-hover-effect .rs-image-shutter-in-out-diag-2:before {
    width: 200%;
    height: 200%;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    transition: all .6s ease;
    opacity: .75
}

.rs-image-hover-effect .rs-image-shutter-in-out-diag-2:after {
    -webkit-transform: skew(45deg) translateX(-100%);
    -moz-transform: skew(45deg) translateX(-100%);
    -ms-transform: skew(45deg) translateX(-100%);
    -o-transform: skew(45deg) translateX(-100%);
    transform: skew(45deg) translateX(-100%)
}

.rs-image-hover-effect .rs-image-shutter-in-out-diag-2:before {
    -webkit-transform: skew(45deg) translateX(100%);
    -moz-transform: skew(45deg) translateX(100%);
    -ms-transform: skew(45deg) translateX(100%);
    -o-transform: skew(45deg) translateX(100%);
    transform: skew(45deg) translateX(100%)
}

.rs-image-hover-effect .rs-image-shutter-in-out-diag-2:hover:after {
    -webkit-transform: skew(45deg) translateX(0%);
    -moz-transform: skew(45deg) translateX(0%);
    -ms-transform: skew(45deg) translateX(0%);
    -o-transform: skew(45deg) translateX(0%);
    transform: skew(45deg) translateX(0%)
}

.rs-image-hover-effect .rs-image-shutter-in-out-diag-2:hover:before {
    -webkit-transform: skew(45deg) translateX(0%);
    -moz-transform: skew(45deg) translateX(0%);
    -ms-transform: skew(45deg) translateX(0%);
    -o-transform: skew(45deg) translateX(0%);
    transform: skew(45deg) translateX(0%)
}

.rs-image-hover-effect [class^=rs-image-fold],
.rs-image-hover-effect [class*=' rs-image-fold'] {
    -webkit-perspective: 50em;
    -moz-perspective: 50em;
    perspective: 50em
}

.rs-image-hover-effect [class^=rs-image-fold] img,
.rs-image-hover-effect [class*=' rs-image-fold'] img {
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    transform-origin: 50% 0%
}

.rs-image-hover-effect [class^=rs-image-fold] .image-content,
.rs-image-hover-effect [class*=' rs-image-fold'] .image-content {
    z-index: 1;
    opacity: 0
}

.rs-image-hover-effect [class^=rs-image-fold]:hover .image-part img,
.rs-image-hover-effect [class*=' rs-image-fold']:hover .image-part img {
    opacity: 0;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    transition-delay: 0
}

.rs-image-hover-effect [class^=rs-image-fold]:hover .image-content,
.rs-image-hover-effect [class*=' rs-image-fold']:hover .image-content {
    -webkit-transform: rotateX(0) translate3d(0, 0%, 0) scale(1);
    -moz-transform: rotateX(0) translate3d(0, 0%, 0) scale(1);
    -ms-transform: rotateX(0) translate3d(0, 0%, 0) scale(1);
    -o-transform: rotateX(0) translate3d(0, 0%, 0) scale(1);
    transform: rotateX(0) translate3d(0, 0%, 0) scale(1);
    opacity: 1;
    -webkit-transition-delay: .21s;
    -moz-transition-delay: .21s;
    transition-delay: .21s
}

.rs-image-hover-effect .rs-image-fold-up .image-part img {
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    transform-origin: 50% 0%
}

.rs-image-hover-effect .rs-image-fold-up .image-content {
    -webkit-transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(.6);
    -moz-transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(.6);
    -ms-transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(.6);
    -o-transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(.6);
    transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(.6);
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.rs-image-hover-effect .rs-image-fold-up:hover .image-part img {
    -webkit-transform: rotateX(90deg) scale(.6) translateY(50%);
    -moz-transform: rotateX(90deg) scale(.6) translateY(50%);
    -ms-transform: rotateX(90deg) scale(.6) translateY(50%);
    -o-transform: rotateX(90deg) scale(.6) translateY(50%);
    transform: rotateX(90deg) scale(.6) translateY(50%)
}

.rs-image-hover-effect .rs-image-fold-down .image-part img {
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.rs-image-hover-effect .rs-image-fold-down .image-content {
    -webkit-transform: rotateX(90deg) translate3d(0%, 50%, 0) scale(.6);
    -moz-transform: rotateX(90deg) translate3d(0%, 50%, 0) scale(.6);
    -ms-transform: rotateX(90deg) translate3d(0%, 50%, 0) scale(.6);
    -o-transform: rotateX(90deg) translate3d(0%, 50%, 0) scale(.6);
    transform: rotateX(90deg) translate3d(0%, 50%, 0) scale(.6);
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    transform-origin: 50% 0%
}

.rs-image-hover-effect .rs-image-fold-down:hover .image-part img {
    -webkit-transform: rotateX(-90deg) scale(.6) translateY(-50%);
    -moz-transform: rotateX(-90deg) scale(.6) translateY(-50%);
    -ms-transform: rotateX(-90deg) scale(.6) translateY(-50%);
    -o-transform: rotateX(-90deg) scale(.6) translateY(-50%);
    transform: rotateX(-90deg) scale(.6) translateY(-50%)
}

.rs-image-hover-effect .rs-image-fold-left .image-part img {
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    transform-origin: 0% 50%
}

.rs-image-hover-effect .rs-image-fold-left .image-content {
    -webkit-transform: rotateY(90deg) translate3d(-50%, 0%, 0) scale(.6);
    -moz-transform: rotateY(90deg) translate3d(-50%, 0%, 0) scale(.6);
    -ms-transform: rotateY(90deg) translate3d(-50%, 0%, 0) scale(.6);
    -o-transform: rotateY(90deg) translate3d(-50%, 0%, 0) scale(.6);
    transform: rotateY(90deg) translate3d(-50%, 0%, 0) scale(.6);
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}

.rs-image-hover-effect .rs-image-fold-left:hover .image-part img {
    -webkit-transform: rotateY(-90deg) scale(.6) translateX(50%);
    -moz-transform: rotateY(-90deg) scale(.6) translateX(50%);
    -ms-transform: rotateY(-90deg) scale(.6) translateX(50%);
    -o-transform: rotateY(-90deg) scale(.6) translateX(50%);
    transform: rotateY(-90deg) scale(.6) translateX(50%)
}

.rs-image-hover-effect .rs-image-fold-right .image-part img {
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}

.rs-image-hover-effect .rs-image-fold-right .image-content {
    -webkit-transform: rotateY(-90deg) translate3d(50%, 0%, 0) scale(.6);
    -moz-transform: rotateY(-90deg) translate3d(50%, 0%, 0) scale(.6);
    -ms-transform: rotateY(-90deg) translate3d(50%, 0%, 0) scale(.6);
    -o-transform: rotateY(-90deg) translate3d(50%, 0%, 0) scale(.6);
    transform: rotateY(-90deg) translate3d(50%, 0%, 0) scale(.6);
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.rs-image-hover-effect .rs-image-fold-right:hover .image-part img {
    -webkit-transform: rotateY(90deg) scale(.6) translateX(-50%);
    -moz-transform: rotateY(90deg) scale(.6) translateX(-50%);
    -ms-transform: rotateY(90deg) scale(.6) translateX(-50%);
    -o-transform: rotateY(90deg) scale(.6) translateX(-50%);
    transform: rotateY(90deg) scale(.6) translateX(-50%)
}

.rs-image-hover-effect .rs-image-zoom-in .image-content {
    opacity: 0;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5)
}

.rs-image-hover-effect .rs-image-zoom-in:hover .image-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.rs-image-hover-effect [class^=rs-image-zoom-out] .image-content,
.rs-image-hover-effect [class*=' rs-image-zoom-out'] .image-content {
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0
}

.rs-image-hover-effect [class^=rs-image-zoom-out]:hover .image-content,
.rs-image-hover-effect [class^=rs-image-zoom-out].hover .image-content,
.rs-image-hover-effect [class*=' rs-image-zoom-out']:hover .image-content,
.rs-image-hover-effect [class*=' rs-image-zoom-out'].hover .image-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition-delay: .35s;
    -moz-transition-delay: .35s;
    transition-delay: .35s
}

.rs-image-hover-effect .rs-image-zoom-out:hover .image-part img {
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
    opacity: 0
}

.rs-image-hover-effect .rs-image-zoom-out-up:hover .image-part img,
.rs-image-hover-effect .rs-image-zoom-out-up.hover .image-part img {
    -webkit-animation: rs-image-zoom-out-up .4025s linear;
    -moz-animation: rs-image-zoom-out-up .4025s linear;
    animation: rs-image-zoom-out-up .4025s linear;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes rs-image-zoom-out-up {
    50% {
        -webkit-transform: scale(.8) translateY(0%);
        -moz-transform: scale(.8) translateY(0%);
        -ms-transform: scale(.8) translateY(0%);
        -o-transform: scale(.8) translateY(0%);
        transform: scale(.8) translateY(0%);
        opacity: .5
    }
    100% {
        -webkit-transform: scale(.8) translateY(-150%);
        -moz-transform: scale(.8) translateY(-150%);
        -ms-transform: scale(.8) translateY(-150%);
        -o-transform: scale(.8) translateY(-150%);
        transform: scale(.8) translateY(-150%);
        opacity: .5
    }
}

@keyframes rs-image-zoom-out-up {
    50% {
        -webkit-transform: scale(.8) translateY(0%);
        -moz-transform: scale(.8) translateY(0%);
        -ms-transform: scale(.8) translateY(0%);
        -o-transform: scale(.8) translateY(0%);
        transform: scale(.8) translateY(0%);
        opacity: .5
    }
    100% {
        -webkit-transform: scale(.8) translateY(-150%);
        -moz-transform: scale(.8) translateY(-150%);
        -ms-transform: scale(.8) translateY(-150%);
        -o-transform: scale(.8) translateY(-150%);
        transform: scale(.8) translateY(-150%);
        opacity: .5
    }
}

.rs-image-hover-effect .rs-image-zoom-out-down:hover .image-part img,
.rs-image-hover-effect .rs-image-zoom-out-down.hover .image-part img {
    -webkit-animation: rs-image-zoom-out-down .4025s linear;
    -moz-animation: rs-image-zoom-out-down .4025s linear;
    animation: rs-image-zoom-out-down .4025s linear;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes rs-image-zoom-out-down {
    50% {
        -webkit-transform: scale(.8) translateY(0%);
        -moz-transform: scale(.8) translateY(0%);
        -ms-transform: scale(.8) translateY(0%);
        -o-transform: scale(.8) translateY(0%);
        transform: scale(.8) translateY(0%);
        opacity: .5
    }
    100% {
        -webkit-transform: scale(.8) translateY(150%);
        -moz-transform: scale(.8) translateY(150%);
        -ms-transform: scale(.8) translateY(150%);
        -o-transform: scale(.8) translateY(150%);
        transform: scale(.8) translateY(150%);
        opacity: .5
    }
}

@keyframes rs-image-zoom-out-down {
    50% {
        -webkit-transform: scale(.8) translateY(0%);
        -moz-transform: scale(.8) translateY(0%);
        -ms-transform: scale(.8) translateY(0%);
        -o-transform: scale(.8) translateY(0%);
        transform: scale(.8) translateY(0%);
        opacity: .5
    }
    100% {
        -webkit-transform: scale(.8) translateY(150%);
        -moz-transform: scale(.8) translateY(150%);
        -ms-transform: scale(.8) translateY(150%);
        -o-transform: scale(.8) translateY(150%);
        transform: scale(.8) translateY(150%);
        opacity: .5
    }
}

.rs-image-hover-effect .rs-image-zoom-out-left:hover .image-part img,
.rs-image-hover-effect .rs-image-zoom-out-left.hover .image-part img {
    -webkit-animation: rs-image-zoom-out-left .4025s linear;
    -moz-animation: rs-image-zoom-out-left .4025s linear;
    animation: rs-image-zoom-out-left .4025s linear;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes rs-image-zoom-out-left {
    50% {
        -webkit-transform: scale(.8) translateX(0%);
        -moz-transform: scale(.8) translateX(0%);
        -ms-transform: scale(.8) translateX(0%);
        -o-transform: scale(.8) translateX(0%);
        transform: scale(.8) translateX(0%);
        opacity: .5
    }
    100% {
        -webkit-transform: scale(.8) translateX(-150%);
        -moz-transform: scale(.8) translateX(-150%);
        -ms-transform: scale(.8) translateX(-150%);
        -o-transform: scale(.8) translateX(-150%);
        transform: scale(.8) translateX(-150%);
        opacity: .5
    }
}

@keyframes rs-image-zoom-out-left {
    50% {
        -webkit-transform: scale(.8) translateX(0%);
        -moz-transform: scale(.8) translateX(0%);
        -ms-transform: scale(.8) translateX(0%);
        -o-transform: scale(.8) translateX(0%);
        transform: scale(.8) translateX(0%);
        opacity: .5
    }
    100% {
        -webkit-transform: scale(.8) translateX(-150%);
        -moz-transform: scale(.8) translateX(-150%);
        -ms-transform: scale(.8) translateX(-150%);
        -o-transform: scale(.8) translateX(-150%);
        transform: scale(.8) translateX(-150%);
        opacity: .5
    }
}

.rs-image-hover-effect .rs-image-zoom-out-right:hover .image-part img,
.rs-image-hover-effect .rs-image-zoom-out-right.hover .image-part img {
    -webkit-animation: rs-image-zoom-out-right .4025s linear;
    -moz-animation: rs-image-zoom-out-right .4025s linear;
    animation: rs-image-zoom-out-right .4025s linear;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes rs-image-zoom-out-right {
    50% {
        -webkit-transform: scale(.8) translateX(0%);
        -moz-transform: scale(.8) translateX(0%);
        -ms-transform: scale(.8) translateX(0%);
        -o-transform: scale(.8) translateX(0%);
        transform: scale(.8) translateX(0%);
        opacity: .5
    }
    100% {
        -webkit-transform: scale(.8) translateX(150%);
        -moz-transform: scale(.8) translateX(150%);
        -ms-transform: scale(.8) translateX(150%);
        -o-transform: scale(.8) translateX(150%);
        transform: scale(.8) translateX(150%);
        opacity: .5
    }
}

@keyframes rs-image-zoom-out-right {
    50% {
        -webkit-transform: scale(.8) translateX(0%);
        -moz-transform: scale(.8) translateX(0%);
        -ms-transform: scale(.8) translateX(0%);
        -o-transform: scale(.8) translateX(0%);
        transform: scale(.8) translateX(0%);
        opacity: .5
    }
    100% {
        -webkit-transform: scale(.8) translateX(150%);
        -moz-transform: scale(.8) translateX(150%);
        -ms-transform: scale(.8) translateX(150%);
        -o-transform: scale(.8) translateX(150%);
        transform: scale(.8) translateX(150%);
        opacity: .5
    }
}

.rs-image-hover-effect .rs-image-zoom-out-flip-horiz {
    -webkit-perspective: 50em;
    -moz-perspective: 50em;
    perspective: 50em
}

.rs-image-hover-effect .rs-image-zoom-out-flip-horiz .image-content {
    opacity: 0;
    -webkit-transform: rotateX(90deg) translateY(-100%) scale(.5);
    -moz-transform: rotateX(90deg) translateY(-100%) scale(.5);
    -ms-transform: rotateX(90deg) translateY(-100%) scale(.5);
    -o-transform: rotateX(90deg) translateY(-100%) scale(.5);
    transform: rotateX(90deg) translateY(-100%) scale(.5)
}

.rs-image-hover-effect .rs-image-zoom-out-flip-horiz:hover .image-part img,
.rs-image-hover-effect .rs-image-zoom-out-flip-horiz.hover .image-part img {
    -webkit-transform: rotateX(-100deg) translateY(50%) scale(.5);
    -moz-transform: rotateX(-100deg) translateY(50%) scale(.5);
    -ms-transform: rotateX(-100deg) translateY(50%) scale(.5);
    -o-transform: rotateX(-100deg) translateY(50%) scale(.5);
    transform: rotateX(-100deg) translateY(50%) scale(.5);
    opacity: 0;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    transition-delay: 0
}

.rs-image-hover-effect .rs-image-zoom-out-flip-horiz:hover .image-content,
.rs-image-hover-effect .rs-image-zoom-out-flip-horiz.hover .image-content {
    -webkit-transform: rotateX(0) translateY(0%) scale(1);
    -moz-transform: rotateX(0) translateY(0%) scale(1);
    -ms-transform: rotateX(0) translateY(0%) scale(1);
    -o-transform: rotateX(0) translateY(0%) scale(1);
    transform: rotateX(0) translateY(0%) scale(1);
    opacity: 1;
    -webkit-transition-delay: .35s;
    -moz-transition-delay: .35s;
    transition-delay: .35s
}

.rs-image-hover-effect .rs-image-zoom-out-flip-vert {
    -webkit-perspective: 50em;
    -moz-perspective: 50em;
    perspective: 50em
}

.rs-image-hover-effect .rs-image-zoom-out-flip-vert .image-content {
    opacity: 0;
    -webkit-transform: rotateY(90deg) translate(50%, 0) scale(.5);
    -moz-transform: rotateY(90deg) translate(50%, 0) scale(.5);
    -ms-transform: rotateY(90deg) translate(50%, 0) scale(.5);
    -o-transform: rotateY(90deg) translate(50%, 0) scale(.5);
    transform: rotateY(90deg) translate(50%, 0) scale(.5)
}

.rs-image-hover-effect .rs-image-zoom-out-flip-vert:hover .image-part img,
.rs-image-hover-effect .rs-image-zoom-out-flip-vert.hover .image-part img {
    -webkit-transform: rotateY(-100deg) translateX(50%) scale(.5);
    -moz-transform: rotateY(-100deg) translateX(50%) scale(.5);
    -ms-transform: rotateY(-100deg) translateX(50%) scale(.5);
    -o-transform: rotateY(-100deg) translateX(50%) scale(.5);
    transform: rotateY(-100deg) translateX(50%) scale(.5);
    opacity: 0;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    transition-delay: 0
}

.rs-image-hover-effect .rs-image-zoom-out-flip-vert:hover .image-content,
.rs-image-hover-effect .rs-image-zoom-out-flip-vert.hover .image-content {
    -webkit-transform: rotateY(0) translate(0, 0) scale(1);
    -moz-transform: rotateY(0) translate(0, 0) scale(1);
    -ms-transform: rotateY(0) translate(0, 0) scale(1);
    -o-transform: rotateY(0) translate(0, 0) scale(1);
    transform: rotateY(0) translate(0, 0) scale(1);
    opacity: 1;
    -webkit-transition-delay: .35s;
    -moz-transition-delay: .35s;
    transition-delay: .35s
}

.rs-image-hover-effect .rs-image-blur .image-content {
    opacity: 0
}

.rs-image-hover-effect .rs-image-blur:hover .image-part img {
    -webkit-filter: blur(30px);
    filter: blur(30px);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0
}

.rs-image-hover-effect .rs-image-blur:hover .image-content {
    opacity: 1;
    -webkit-transition-delay: .21s;
    -moz-transition-delay: .21s;
    transition-delay: .21s
}

.rs-image-hover-effect .rs-image-move-left .image-part img,
.rs-image-hover-effect .rs-image-move-right .image-part img,
.rs-image-hover-effect .rs-image-move-top .image-part img,
.rs-image-hover-effect .rs-image-move-bottom .image-part img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.rs-image-hover-effect .rs-image-move-left .image-part img,
.rs-image-hover-effect .rs-image-move-right:hover .image-part img {
    -webkit-transform-origin: left;
    transform-origin: left
}

.rs-image-hover-effect .rs-image-move-right .image-part img,
.rs-image-hover-effect .rs-image-move-left:hover .image-part img {
    -webkit-transform-origin: right;
    transform-origin: right
}

.rs-image-hover-effect .rs-image-move-top .image-part img,
.rs-image-hover-effect .rs-image-move-bottom:hover .image-part img {
    -webkit-transform-origin: top;
    transform-origin: top
}

.rs-image-hover-effect .rs-image-move-bottom .image-part img,
.rs-image-hover-effect .rs-image-move-top:hover .image-part img {
    -webkit-transform-origin: bottom;
    transform-origin: bottom
}

.rs-image-hover-effect .rs-image-top-down .image-part {
    max-height: 400px;
    transition: 3s
}

.rs-image-hover-effect .rs-image-top-down:hover .image-part {
    padding-top: 400px
}

.rs-image-hover-effect .rs-image-top-down .image-part img {
    margin: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    vertical-align: bottom;
    transition: 3s
}

.rs-image-hover-effect .rs-image-top-down:hover .image-part img {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.rs-business-hour .rs-business-schedule {
    display: flex;
    justify-content: space-between;
    padding: 8px
}

@media only screen and (max-width:1024px) {
    .rstab-main.vertical ul.nav {
        margin-right: 0
    }
    .rstab-main.vertical ul.nav.bubble li a.active:after {
        display: none
    }
}

.rt-features-list-content ul {
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center
}

.rt-features-list-content ul li {
    list-style: none;
    display: flex
}

.rt-features-list-content ul li .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #eff7ff;
    text-align: center;
    line-height: 50px
}

.rt-features-list-content ul li .icon i {
    color: #086ad8;
    font-size: 16px
}

.rt-features-list-content ul li .query-list {
    padding-left: 15px
}

.rt-features-list-content ul li .sub-text {
    color: #999;
    font-size: 14px;
    line-height: 20px;
    display: block
}

.rt-features-list-content ul li .text-heading {
    font-weight: 700;
    line-height: 20px;
    color: #333
}

.rt-features-list-content.layout-2 .query-list {
    display: flex
}

.rt-features-list-content.layout-2 .query-list span {
    padding-right: 10px
}

.extra-border .elementor-icon {
    border-color: #021327 !important
}

.rs-pie-content {
    text-align: center
}

.rs-pie-content .rspie-title-center {
    display: inline-block;
    position: relative;
    text-align: center
}

.rs-pie-content .rspie-value {
    display: block;
    position: absolute;
    font-size: 14px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.rs-pie-content .number {
    text-align: center;
    display: block;
    padding: 10px 0 0;
    font-size: 20px
}

.elementor-widget-RS-Table .dataTables_filter {
    margin-bottom: 7px
}

.elementor-widget-RS-Table .dataTables_filter input {
    margin: 0 0 0 10px;
    outline: 0;
    -webkit-appearance: none;
    tap-highlight-color: rgba(255, 255, 255, 0);
    line-height: 1.21428571em;
    padding: .67857143em 1em;
    font-size: 1em;
    background: #fff;
    border: 1px solid rgba(34, 36, 38, .15);
    color: rgba(0, 0, 0, .87);
    border-radius: .28571429rem;
    -webkit-box-shadow: 0 0 0 0 transparent inset;
    box-shadow: 0 0 0 0 transparent inset
}

.elementor-widget-RS-Table .rsdatatable-select select {
    margin: 0 10px;
    height: auto;
    padding: 8px 18px;
    border-radius: 5px
}

.elementor-widget-RS-Table table.dataTable thead th,
.elementor-widget-RS-Table table.dataTable thead td {
    border-bottom: 0
}

.elementor-widget-RS-Table .dataTables_paginate {
    background: #fff;
    font-weight: 400;
    border: 1px solid rgba(34, 36, 38, .15);
    -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, .15);
    box-shadow: 0 1px 2px 0 rgba(34, 36, 38, .15);
    border-radius: .28571429rem;
    min-height: 2.85714286em;
    padding-top: 0 !important;
    margin-top: 10px
}

.elementor-widget-RS-Table .dataTables_paginate a.paginate_button {
    background: 0 0 !important;
    box-shadow: none !important;
    border: none !important
}

.elementor-widget-RS-Table .dataTables_paginate a.paginate_button.current {
    box-shadow: none !important;
    background: rgba(0, 0, 0, .05) !important
}

.elementor-widget-RS-Table .dataTables_paginate a.paginate_button:hover {
    background: rgba(0, 0, 0, .05) !important;
    color: #333 !important
}

.elementor-widget-RS-Table table.dataTable.no-footer {
    border: 0
}

.elementor-widget-RS-Table table.dataTable {
    border-collapse: collapse
}

.rs-timecounter .time_circles {
    position: relative;
    width: 100%;
    height: 100%
}

.rs-timecounter .time_circles canvas {
    opacity: 0
}

.rs-timecounter .time_circles div {
    position: absolute;
    padding-right: 0;
    text-align: center;
    margin-top: -10px
}

.rs-timecounter .time_circles div span {
    line-height: 1.2;
    font-size: 55px
}

.rs-timecounter .time_circles div h4 {
    margin: 0
}

.rs-timecounter.circle_border_on .time_circles canvas {
    opacity: 1
}

.rs-timecounter.separator .time_circles>div:after {
    content: ":";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 30px
}

.rs-timecounter.separator .time_circles>div:last-child:after {
    display: none
}

.rs-timecounter.background_style .time_circles>div {
    padding: 20px 0 35px
}

.rs-timecounter.background_style .time_circles>div span {
    background: 0 0
}

.rs-timecounter.background_style .time_circles>div span,
.rs-timecounter.background_style .time_circles>div h4 {
    position: relative;
    z-index: 1
}

.rs-timecounter.background_style .time_circles>div:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .08);
    width: 90%;
    height: 100%
}

.rs-timecounter.number_border .time_circles>div span {
    border: 4px solid #4a4a4a;
    padding: 0 15px
}

.rs-timecounter.number_border .time_circles>div h4 {
    margin-top: 30px
}

.rs-timecounter.number_border .time_circles>div span,
.rs-timecounter.number_border .time_circles>div h4 {
    position: relative;
    z-index: 1
}

.rselement-dual-btn,
.rselement-dual-btn-connector {
    display: inline-block
}

.rselement-dual-btn-wrapper {
    position: relative;
    text-align: center;
    font-weight: 400
}

.rselement-dual-btn {
    padding: 1.2rem 3rem;
    max-width: 100%;
    color: #fff;
    text-decoration: none;
    font-size: 14px
}

.rselement-dual-btn--left {
    background-color: #fe4d8b
}

.rselement-dual-btn--left:hover,
.rselement-dual-btn--left:focus {
    background-color: #d00d51;
    color: #fff
}

.rselement-dual-btn--right {
    background-color: #3023ae
}

.rselement-dual-btn--right:hover,
.rselement-dual-btn--right:focus {
    background-color: #2e1cde;
    color: #fff
}

.rselement-dual-btn-connector {
    position: absolute !important;
    z-index: 9;
    overflow: hidden;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, .3);
    color: #27374c;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 30px;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}

.rselement-dual-btn-icon>svg {
    width: 1em;
    height: auto
}

.rselement-dual-btn-icon>i {
    font-size: 1em
}

.rselement-dual-btn-icon--before {
    margin-right: 5px
}

.rselement-dual-btn-icon--after {
    margin-left: 5px
}

.elementor-widget-rs-dual-button>.elementor-widget-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.elementor-widget-rs-dual-button .rselement-dual-btn--left {
    border-radius: 0
}

.elementor-widget-rs-dual-button .rselement-dual-btn--right {
    border-radius: 0
}

.elementor-widget-rs-dual-button .rselement-dual-btn-connector {
    top: 50%;
    right: 0
}

.elementor-widget-rs-product-list .product-img,
.elementor-widget-rs-product-slider .product-img,
.elementor-widget-rs-productlist .product-img {
    position: relative
}

.elementor-widget-rs-product-list .product-img span,
.elementor-widget-rs-product-slider .product-img span,
.elementor-widget-rs-productlist .product-img span {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #fff;
    border-radius: 50%;
    color: red;
    font-weight: 700;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center
}

.elementor-widget-rs-product-list .product-img.overlay,
.elementor-widget-rs-product-slider .product-img.overlay,
.elementor-widget-rs-productlist .product-img.overlay {
    position: relative
}

.elementor-widget-rs-product-list .product-img.overlay .product-btn,
.elementor-widget-rs-product-slider .product-img.overlay .product-btn,
.elementor-widget-rs-productlist .product-img.overlay .product-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 2s ease
}

.elementor-widget-rs-product-list .product-img.overlay .product-btn a,
.elementor-widget-rs-product-slider .product-img.overlay .product-btn a,
.elementor-widget-rs-productlist .product-img.overlay .product-btn a {
    padding: 10px 20px;
    background: #000;
    color: #fff;
    font-size: 14px
}

.elementor-widget-rs-product-list .product-img.overlay .product-btn a:hover,
.elementor-widget-rs-product-slider .product-img.overlay .product-btn a:hover,
.elementor-widget-rs-productlist .product-img.overlay .product-btn a:hover {
    background: #333
}

.elementor-widget-rs-product-list .product-item .overlay:before,
.elementor-widget-rs-product-slider .product-item .overlay:before,
.elementor-widget-rs-productlist .product-item .overlay:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all 2s ease;
    position: absolute
}

.elementor-widget-rs-product-list .product-item:hover .overlay,
.elementor-widget-rs-product-slider .product-item:hover .overlay,
.elementor-widget-rs-productlist .product-item:hover .overlay {
    position: relative
}

.elementor-widget-rs-product-list .product-item:hover .overlay .product-btn,
.elementor-widget-rs-product-slider .product-item:hover .overlay .product-btn,
.elementor-widget-rs-productlist .product-item:hover .overlay .product-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    z-index: 9;
    text-align: center
}

.elementor-widget-rs-product-list .product-item:hover .overlay .product-btn a,
.elementor-widget-rs-product-slider .product-item:hover .overlay .product-btn a,
.elementor-widget-rs-productlist .product-item:hover .overlay .product-btn a {
    padding: 10px 20px;
    background: #000;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 10px
}

.elementor-widget-rs-product-list .product-item:hover .overlay .product-btn a:hover,
.elementor-widget-rs-product-slider .product-item:hover .overlay .product-btn a:hover,
.elementor-widget-rs-productlist .product-item:hover .overlay .product-btn a:hover {
    background: #333
}

.elementor-widget-rs-product-list .product-item:hover .overlay:before,
.elementor-widget-rs-product-slider .product-item:hover .overlay:before,
.elementor-widget-rs-productlist .product-item:hover .overlay:before {
    opacity: 1
}

.rselements-product-list {
    text-align: center;
    padding: 30px 15px;
    margin-bottom: 30px
}

.rselements-product-list h4 {
    margin: 0 0 10px;
    font-size: 20px
}

.rselements-product-list h4 a {
    color: #333
}

.rselements-product-list h4 a:hover {
    color: #111
}

.rselements-product-list .product-price {
    font-size: 16px
}

.rselements-product-list .product-btn {
    margin-top: 25px
}

.rselements-product-list .product-btn a {
    padding: 10px 20px;
    background: #000;
    color: #fff;
    font-size: 14px
}

.rselements-product-list .product-btn a:hover {
    background: #333
}

.elementor-widget-rs-productlist .product-item {
    padding-bottom: 35px
}

.elementor-widget-rs-productlist .rselements-product-list {
    text-align: unset
}

.single-work {
    width: 100%;
    height: 100%;
    padding: 38px 40px 39px;
    position: relative;
    z-index: 2
}

.single-work .style7-chevron {
    color: #999
}

.single-work:before {
    content: "";
    position: absolute;
    background: #fff;
    box-shadow: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-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
}

.single-work.flex-row-reverse h5 {
    padding-left: 0;
    padding-right: 25px
}

.single-work.flex-row-reverse:before {
    content: "";
    position: absolute;
    background-image: -moz-linear-gradient(0deg, #086ad8 0%, #378cff 100%);
    background-image: -webkit-linear-gradient(0deg, #086ad8 0%, #378cff 100%);
    background-image: -ms-linear-gradient(0deg, #086ad8 0%, #378cff 100%);
    width: auto;
    height: 0;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
    z-index: -1;
    -webkit-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
}

.single-work.flex-row-reverse:hover:before {
    bottom: -10px;
    height: 10px
}

.single-work:after {
    content: "";
    position: absolute;
    box-shadow: none;
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-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
}

.single-work h5 {
    color: #040404;
    line-height: 1.5;
    margin: 0;
    padding-left: 20px
}

.single-work .number {
    font-size: 14px;
    font-weight: 700;
    color: #040404;
    border: 2px solid #f2f2f2;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    width: 54px;
    height: 54px;
    z-index: 2;
    text-align: center;
    line-height: 52px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-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
}

.rtelements-unique-slider.cta_bottom_border .grid-item.slick-slide {
    position: relative
}

.rtelements-unique-slider.cta_bottom_border .grid-item.slick-slide.slick-center:before,
.rtelements-unique-slider.cta_bottom_border .grid-item.slick-slide:hover:before {
    position: absolute;
    content: '';
    width: 90%;
    height: 1px;
    background-image: -webkit-linear-gradient(0deg, #43baff 0%, #7141b1 100%);
    bottom: 0;
    left: 5%
}

.rt-portfolio-style6 .slick-arrow {
    top: -80px;
    background: red;
    background: #fff;
    bottom: unset;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    width: 50px;
    height: 50px
}

.rt-portfolio-style6 .slick-arrow.slick-prev {
    left: unset;
    right: 23%;
    width: 50px;
    height: 50px
}

.rt-portfolio-style6 .slick-arrow.slick-prev:before {
    content: "\f177";
    color: #333
}

.rt-portfolio-style6 .slick-arrow.slick-next {
    right: 19%
}

.rt-portfolio-style6 .slick-arrow.slick-next:before {
    color: #333;
    content: "\f178"
}

.rt-portfolio-style6 .slick-arrow:before {
    left: 0 !important;
    top: -9px !important;
    font-size: 16px !important
}

.rt-portfolio-style6 .slick-arrow:hover {
    background-color: transparent;
    background-image: linear-gradient(100deg, #086ad8 0%, #378cff 100%)
}

.rt-portfolio-style6 .slick-current .portfolio-item h4 a {
    text-decoration: underline !important
}

.rt-portfolio-style6 .slick-current .portfolio-item .portfolio-img .portfolio-content {
    display: block;
    opacity: 1
}

.rt-portfolio-style6 .slick-current .portfolio-item .portfolio-img:before {
    height: 100%
}

.rt-portfolio-style6 .slick-current .portfolio-item .portfolio-img a.pf-btn2 {
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(0%, 0%) scale(1)
}

.rt-portfolio-style6 .portfolio-item {
    position: relative;
    overflow: hidden;
    border-radius: 0
}

.rt-portfolio-style6 .portfolio-item .portfolio-img {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.rt-portfolio-style6 .portfolio-item .portfolio-img:before {
    content: "";
    position: absolute;
    background: #086ad8;
    opacity: .902;
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    -webkit-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
}

.rt-portfolio-style6 .portfolio-item .portfolio-img img {
    width: 100%;
    -webkit-transition: 1.3s all ease;
    transition: 1.3s all ease;
    border-radius: 0
}

.rt-portfolio-style6 .portfolio-item .portfolio-img .p-link {
    display: none !important;
    top: 20px;
    right: 20px;
    display: inline-block;
    font-size: 32px;
    color: #fff;
    -webkit-transition: .6s all ease;
    transition: .6s all ease;
    opacity: 0;
    z-index: 10
}

.rt-portfolio-style6 .portfolio-item .portfolio-img .p-link i {
    margin-left: 2px;
    display: none
}

.rt-portfolio-style6 .portfolio-item .portfolio-content {
    position: relative;
    padding: 35px 0 0;
    opacity: 1;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
    width: 100%;
    border-top: 0
}

.rt-portfolio-style6 .portfolio-item .portfolio-content a {
    color: #333
}

.rt-portfolio-style6 .portfolio-item .portfolio-content h4 {
    margin-bottom: 0;
    font-size: 24px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .6s all ease;
    transition: .6s all ease;
    font-weight: 500 !important;
    line-height: 30px !important
}

.rt-portfolio-style6 .portfolio-item .portfolio-content h4 a:hover {
    color: #086ad8
}

.rt-portfolio-style6 .portfolio-item .portfolio-content p {
    margin-bottom: 0;
    color: #333;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: .6s all ease;
    transition: .6s all ease
}

.rt-portfolio-style6 .portfolio-item .portfolio-content p a {
    font-size: 14px
}

.rt-portfolio-style6 .portfolio-item .portfolio-content {
    transition: .4s;
    opacity: 0;
    display: none;
    position: absolute;
    left: 40px;
    bottom: 40px;
    z-index: 5
}

.rt-portfolio-style6 .portfolio-item .portfolio-content .p-title {
    margin-bottom: 0;
    max-width: 255px
}

.rt-portfolio-style6 .portfolio-item .portfolio-content .p-title a {
    color: #fff
}

.rt-portfolio-style6 .portfolio-item .portfolio-content .p-category {
    margin-bottom: 0
}

.rt-portfolio-style6 .portfolio-item .portfolio-content .p-category .separator {
    color: #fff
}

.rt-portfolio-style6 .portfolio-item .portfolio-content .p-category a {
    color: #fff;
    font-size: 14px;
    font-weight: 400
}

.rt-portfolio-style6 .portfolio-item a.pf-btn2 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 15px 16px;
    border: 2px solid rgba(255, 255, 255, .1);
    display: inline-block;
    position: absolute;
    z-index: 6;
    right: 30px;
    bottom: 30px;
    transform: translate(-50%, -50%) scale(0);
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    transform: translate(0%, 0%) scale(0);
    border-radius: 100px;
    background: #fff
}

.rt-portfolio-style6 .portfolio-item a.pf-btn2 i {
    color: #333
}

.rt-portfolio-style6 .portfolio-item a.pf-btn2:hover {
    background: #086ad8
}

.rt-portfolio-style6 .portfolio-item a.pf-btn2:hover i {
    color: #fff
}

.rt-portfolio-style6 .portfolio-item:hover h4 a {
    text-decoration: underline !important
}

.rt-portfolio-style6 .portfolio-item:hover .portfolio-img:before {
    height: 100%;
    display: block
}

.rt-portfolio-style6 .portfolio-item:hover .portfolio-img .portfolio-content {
    display: block;
    opacity: 1
}

.rt-portfolio-style6 .portfolio-item:hover .portfolio-img a.pf-btn2 {
    transform: translate(0%, 0%) scale(1);
    -webkit-transform: translate(0%, 0%) scale(1);
    -moz-transform: translate(0%, 0%) scale(1);
    -ms-transform: translate(0%, 0%) scale(1);
    -o-transform: translate(0%, 0%) scale(1)
}

.rt-portfolio-style6 .portfolio-item .portfolio-img:before {
    bottom: unset;
    top: 0
}

.rt-portfolio-style6 .portfolio-item .pf-btn2 {
    right: unset;
    left: 50px;
    bottom: 45px;
    border: none !important;
    background: 0 0 !important;
    padding-left: 0 !important;
    font-size: 14px !important;
    font-weight: 700;
    line-height: 26px
}

.rt-portfolio-style6 .portfolio-item .portfolio-content {
    bottom: unset;
    top: 0;
    left: 0;
    padding: 50px
}

.rt-portfolio-style6 .portfolio-item .portfolio-content .p-category {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    opacity: 0;
    transition: all 2s
}

.rt-portfolio-style6 .portfolio-item .portfolio-content .p-category .separator {
    transition: all 2s;
    opacity: 0;
    color: rgba(255, 255, 255, .5)
}

.rt-portfolio-style6 .portfolio-item .portfolio-content .title {
    transition: all 2s;
    opacity: 0
}

.rt-portfolio-style6 .portfolio-item:hover .separator,
.rt-portfolio-style6 .portfolio-item:hover .p-category,
.rt-portfolio-style6 .portfolio-item:hover .title {
    opacity: 1
}

.rt-pricingt-style3 .rt-pricing-table-body .rt-pricing-table-features-list li {
    flex-direction: row !important;
    align-items: start !important;
    justify-content: flex-start !important
}

.rt-pricingt-style3 .rt-pricing-table-body .rt-pricing-table-features-list li i {
    position: relative;
    top: 7px
}

.layout .mc4wp-form-fields {
    display: flex
}

.layout .mc4wp-form-fields p {
    flex-basis: 100%
}

.layout .mc4wp-form-fields p input[type=email] {
    border-radius: 5px
}

/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
::after,
::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
    width: device-width
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer::before {
    content: "\2014 \00A0"
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.333333%
    }
    .offset-sm-2 {
        margin-left: 16.666667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.333333%
    }
    .offset-sm-5 {
        margin-left: 41.666667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.333333%
    }
    .offset-sm-8 {
        margin-left: 66.666667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.333333%
    }
    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.333333%
    }
    .offset-md-2 {
        margin-left: 16.666667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.333333%
    }
    .offset-md-5 {
        margin-left: 41.666667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.333333%
    }
    .offset-md-8 {
        margin-left: 66.666667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.333333%
    }
    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.333333%
    }
    .offset-lg-2 {
        margin-left: 16.666667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.333333%
    }
    .offset-lg-5 {
        margin-left: 41.666667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.333333%
    }
    .offset-lg-8 {
        margin-left: 66.666667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.333333%
    }
    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.333333%
    }
    .offset-xl-2 {
        margin-left: 16.666667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.333333%
    }
    .offset-xl-5 {
        margin-left: 41.666667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.333333%
    }
    .offset-xl-8 {
        margin-left: 66.666667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.333333%
    }
    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table .table {
    background-color: #fff
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #b8daff
}

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #9fcdff
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #d6d8db
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #c3e6cb
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #bee5eb
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #ffeeba
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #f5c6cb
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: #fdfdfe
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,
.table-dark>td,
.table-dark>th {
    background-color: #c6c8ca
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,
.table-active>td,
.table-active>th {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #212529
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #32383e
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, .075)
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[reacbuttonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px)
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm,
.input-group-lg>.form-control-plaintext.form-control,
.input-group-lg>.input-group-append>.form-control-plaintext.btn,
.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,
.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,
.input-group-sm>.form-control-plaintext.form-control,
.input-group-sm>.input-group-append>.form-control-plaintext.btn,
.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,
.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px)
}

.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
    height: calc(2.875rem + 2px)
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(40, 167, 69, .8);
    border-radius: .2rem
}

.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
    border-color: #28a745
}

.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
    display: block
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #28a745
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
    background-color: #71dd8a
}

.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip,
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
    background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid~.custom-file-label::before,
.was-validated .custom-file-input:valid~.custom-file-label::before {
    border-color: inherit
}

.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip,
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(220, 53, 69, .8);
    border-radius: .2rem
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545
}

.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
    display: block
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label::before,
.was-validated .custom-control-input:invalid~.custom-control-label::before {
    background-color: #efa2a9
}

.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip,
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid:checked~.custom-control-label::before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid~.custom-file-label::before,
.was-validated .custom-file-input:invalid~.custom-file-label::before {
    border-color: inherit
}

.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip,
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width:576px) {
    .form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }
    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-plaintext {
        display: inline-block
    }
    .form-inline .input-group {
        width: auto
    }
    .form-inline .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }
    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }
    .form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn:focus,
.btn:hover {
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    background-image: none
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d
}

.btn-group-lg>.btn,
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

.fade.show {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.show {
    display: block
}

tr.collapse.show {
    display: table-row
}

tbody.collapse.show {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

.dropdown,
.dropup {
    position: relative
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.btn-group-vertical>.btn:hover,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus {
    z-index: 1
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group,
.btn-group-vertical .btn+.btn,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after {
    margin-left: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
    width: 100%
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group>.custom-file:focus,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control {
    margin-left: -1px
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::before {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label,
.input-group>.custom-file:not(:first-child) .custom-file-label::before {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-append,
.input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: #007bff
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:active~.custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff
}

.custom-control-input:disabled~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    margin-bottom: 0
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #007bff
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #007bff
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(128, 189, 255, .5)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    opacity: 0
}

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 125%
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-control {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input:focus~.custom-file-control::before {
    border-color: #80bdff
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse"
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.25rem + 2px) - 1px * 2);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 .25rem .25rem 0
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar>.container,
.navbar>.container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width:575.98px) {
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-sm .navbar-toggler {
        display: none
    }
    .navbar-expand-sm .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

@media (max-width:767.98px) {
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-md .navbar-toggler {
        display: none
    }
    .navbar-expand-md .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

@media (max-width:991.98px) {
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-lg .navbar-toggler {
        display: none
    }
    .navbar-expand-lg .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

@media (max-width:1199.98px) {
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-xl .navbar-toggler {
        display: none
    }
    .navbar-expand-xl .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-expand .dropup .dropdown-menu {
    top: auto;
    bottom: 100%
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-deck {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }
    .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-group>.card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
    .card-group>.card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }
    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }
    .card-group>.card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .card-group>.card:first-child .card-header,
    .card-group>.card:first-child .card-img-top {
        border-top-right-radius: 0
    }
    .card-group>.card:first-child .card-footer,
    .card-group>.card:first-child .card-img-bottom {
        border-bottom-right-radius: 0
    }
    .card-group>.card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
    .card-group>.card:last-child .card-header,
    .card-group>.card:last-child .card-img-top {
        border-top-left-radius: 0
    }
    .card-group>.card:last-child .card-footer,
    .card-group>.card:last-child .card-img-bottom {
        border-bottom-left-radius: 0
    }
    .card-group>.card:only-child {
        border-radius: .25rem
    }
    .card-group>.card:only-child .card-header,
    .card-group>.card:only-child .card-img-top {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }
    .card-group>.card:only-child .card-footer,
    .card-group>.card:only-child .card-img-bottom {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0
    }
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
        border-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem
    }
    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #545b62
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

.badge-success[href]:focus,
.badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

.badge-info[href]:focus,
.badge-info[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

.badge-danger[href]:focus,
.badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

.badge-light[href]:focus,
.badge-light[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

.badge-dark[href]:focus,
.badge-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #007bff;
    transition: width .6s ease
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item:focus,
.list-group-item:hover {
    z-index: 1;
    text-decoration: none
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }
    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        max-width: 800px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::after,
.popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top] .arrow,
.bs-popover-top .arrow {
    bottom: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=top] .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-top .arrow::before {
    border-width: .5rem .5rem 0
}

.bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top] .arrow::after,
.bs-popover-top .arrow::after {
    bottom: 1px;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right] .arrow,
.bs-popover-right .arrow {
    left: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-right .arrow::before {
    border-width: .5rem .5rem .5rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right] .arrow::after,
.bs-popover-right .arrow::after {
    left: 1px;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow,
.bs-popover-bottom .arrow {
    top: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=bottom] .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-bottom .arrow::before {
    border-width: 0 .5rem .5rem .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom] .arrow::after,
.bs-popover-bottom .arrow::after {
    top: 1px;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left] .arrow,
.bs-popover-left .arrow {
    right: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left] .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-left .arrow::before {
    border-width: .5rem 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left] .arrow::after,
.bs-popover-left .arrow::after {
    right: 1px;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.active.carousel-item-right,
.carousel-item-next {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-right,
    .carousel-item-next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.active.carousel-item-left,
.carousel-item-prev {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-left,
    .carousel-item-prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, .5)
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators .active {
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }
    .d-sm-inline {
        display: inline !important
    }
    .d-sm-inline-block {
        display: inline-block !important
    }
    .d-sm-block {
        display: block !important
    }
    .d-sm-table {
        display: table !important
    }
    .d-sm-table-row {
        display: table-row !important
    }
    .d-sm-table-cell {
        display: table-cell !important
    }
    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }
    .d-md-inline {
        display: inline !important
    }
    .d-md-inline-block {
        display: inline-block !important
    }
    .d-md-block {
        display: block !important
    }
    .d-md-table {
        display: table !important
    }
    .d-md-table-row {
        display: table-row !important
    }
    .d-md-table-cell {
        display: table-cell !important
    }
    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }
    .d-lg-inline {
        display: inline !important
    }
    .d-lg-inline-block {
        display: inline-block !important
    }
    .d-lg-block {
        display: block !important
    }
    .d-lg-table {
        display: table !important
    }
    .d-lg-table-row {
        display: table-row !important
    }
    .d-lg-table-cell {
        display: table-cell !important
    }
    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }
    .d-xl-inline {
        display: inline !important
    }
    .d-xl-inline-block {
        display: inline-block !important
    }
    .d-xl-block {
        display: block !important
    }
    .d-xl-table {
        display: table !important
    }
    .d-xl-table-row {
        display: table-row !important
    }
    .d-xl-table-cell {
        display: table-cell !important
    }
    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }
    .d-print-inline {
        display: inline !important
    }
    .d-print-inline-block {
        display: inline-block !important
    }
    .d-print-block {
        display: block !important
    }
    .d-print-table {
        display: table !important
    }
    .d-print-table-row {
        display: table-row !important
    }
    .d-print-table-cell {
        display: table-cell !important
    }
    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.857143%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important
    }
    .float-sm-right {
        float: right !important
    }
    .float-sm-none {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }
    .float-md-right {
        float: right !important
    }
    .float-md-none {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important
    }
    .float-lg-right {
        float: right !important
    }
    .float-lg-none {
        float: none !important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important
    }
    .float-xl-right {
        float: right !important
    }
    .float-xl-none {
        float: none !important
    }
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }
    .m-sm-1 {
        margin: .25rem !important
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }
    .m-sm-2 {
        margin: .5rem !important
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }
    .m-sm-3 {
        margin: 1rem !important
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }
    .m-sm-4 {
        margin: 1.5rem !important
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }
    .m-sm-5 {
        margin: 3rem !important
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }
    .p-sm-0 {
        padding: 0 !important
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }
    .p-sm-1 {
        padding: .25rem !important
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }
    .p-sm-2 {
        padding: .5rem !important
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }
    .p-sm-3 {
        padding: 1rem !important
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }
    .p-sm-4 {
        padding: 1.5rem !important
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }
    .p-sm-5 {
        padding: 3rem !important
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }
    .m-sm-auto {
        margin: auto !important
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }
    .m-md-1 {
        margin: .25rem !important
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }
    .m-md-2 {
        margin: .5rem !important
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }
    .m-md-3 {
        margin: 1rem !important
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }
    .m-md-4 {
        margin: 1.5rem !important
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }
    .m-md-5 {
        margin: 3rem !important
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }
    .p-md-0 {
        padding: 0 !important
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }
    .p-md-1 {
        padding: .25rem !important
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }
    .p-md-2 {
        padding: .5rem !important
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }
    .p-md-3 {
        padding: 1rem !important
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }
    .p-md-4 {
        padding: 1.5rem !important
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }
    .p-md-5 {
        padding: 3rem !important
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }
    .m-md-auto {
        margin: auto !important
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }
    .m-lg-1 {
        margin: .25rem !important
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }
    .m-lg-2 {
        margin: .5rem !important
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }
    .m-lg-3 {
        margin: 1rem !important
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }
    .m-lg-4 {
        margin: 1.5rem !important
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }
    .m-lg-5 {
        margin: 3rem !important
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }
    .p-lg-0 {
        padding: 0 !important
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }
    .p-lg-1 {
        padding: .25rem !important
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }
    .p-lg-2 {
        padding: .5rem !important
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }
    .p-lg-3 {
        padding: 1rem !important
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }
    .p-lg-4 {
        padding: 1.5rem !important
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }
    .p-lg-5 {
        padding: 3rem !important
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }
    .m-lg-auto {
        margin: auto !important
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }
    .m-xl-1 {
        margin: .25rem !important
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }
    .m-xl-2 {
        margin: .5rem !important
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }
    .m-xl-3 {
        margin: 1rem !important
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }
    .m-xl-4 {
        margin: 1.5rem !important
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }
    .m-xl-5 {
        margin: 3rem !important
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }
    .p-xl-0 {
        padding: 0 !important
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }
    .p-xl-1 {
        padding: .25rem !important
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }
    .p-xl-2 {
        padding: .5rem !important
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }
    .p-xl-3 {
        padding: 1rem !important
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }
    .p-xl-4 {
        padding: 1.5rem !important
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }
    .p-xl-5 {
        padding: 3rem !important
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }
    .m-xl-auto {
        margin: auto !important
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }
    .text-sm-right {
        text-align: right !important
    }
    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }
    .text-md-right {
        text-align: right !important
    }
    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }
    .text-lg-right {
        text-align: right !important
    }
    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }
    .text-xl-right {
        text-align: right !important
    }
    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0062cc !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #545b62 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #1e7e34 !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #117a8b !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #d39e00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #bd2130 !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
    color: #dae0e5 !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #1d2124 !important
}

.text-muted {
    color: #6c757d !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }
    a:not(.btn) {
        text-decoration: underline
    }
    abbr[title]::after {
        content: " (" attr(title) ")"
    }
    pre {
        white-space: pre-wrap !important
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    @page {
        size: a3
    }
    body {
        min-width: 992px !important
    }
    .container {
        min-width: 992px !important
    }
    .navbar {
        display: none
    }
    .badge {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse !important
    }
    .table td,
    .table th {
        background-color: #fff !important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important
    }
}

@font-face {
    font-family: rt-icons;
    /* /* src: url(//reactheme.com/products/wordpress/waretech/wp-content/themes/waretech/assets/css/../font/rt-icons.eot?41954619); */
    /* /* /* /* /* src: url(//reactheme.com/products/wordpress/waretech/wp-content/themes/waretech/assets/css/../font/rt-icons.eot?41954619#iefix) format('embedded-opentype'), url(//reactheme.com/products/wordpress/waretech/wp-content/themes/waretech/assets/css/../font/rt-icons.woff2?41954619) format('woff2'), url(//reactheme.com/products/wordpress/waretech/wp-content/themes/waretech/assets/css/../font/rt-icons.woff?41954619) format('woff'), url(//reactheme.com/products/wordpress/waretech/wp-content/themes/waretech/assets/css/../font/rt-icons.ttf?41954619) format('truetype'), url(//reactheme.com/products/wordpress/waretech/wp-content/themes/waretech/assets/css/../font/rt-icons.svg?41954619#rt-icons) format('svg'); */ */ */ */ */ */
    font-weight: 400;
    font-style: normal
}

[class*=" rt-"]:before,
[class^=rt-]:before {
    font-family: rt-icons;
    font-style: normal;
    font-weight: 400;
    speak: never;
    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;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.rt-linkedin-in:before {
    content: '\e800'
}

.rt-location-dot:before {
    content: '\e801'
}

.rt-message:before {
    content: '\e802'
}

.rt-phone-flip:before {
    content: '\e803'
}

.rt-play:before {
    content: '\e804'
}

.rt-plus:before {
    content: '\e805'
}

.rt-quote-left:before {
    content: '\e806'
}

.rt-twitter:before {
    content: '\e807'
}

.rt-user:before {
    content: '\e808'
}

.rt-angle-down:before {
    content: '\e809'
}

.rt-angle-right:before {
    content: '\e80a'
}

.rt-angles-up:before {
    content: '\e80b'
}

.rt-arrow-left:before {
    content: '\e80c'
}

.rt-arrow-left-long:before {
    content: '\e80d'
}

.rt-arrow-right:before {
    content: '\e80e'
}

.rt-arrow-right-long:before {
    content: '\e80f'
}

.rt-book:before {
    content: '\e810'
}

.rt-calendar-days:before {
    content: '\e811'
}

.rt-check:before {
    content: '\e812'
}

.rt-chevrons-left:before {
    content: '\e813'
}

.rt-chevrons-right:before {
    content: '\e814'
}

.rt-comments:before {
    content: '\e815'
}

.rt-envelope:before {
    content: '\e816'
}

.rt-facebook-f:before {
    content: '\e817'
}

.rt-instagram:before {
    content: '\e818'
}

.rt-magnifying-glass:before {
    content: '\e819'
}

.rt-xmark:before {
    content: '\e81a'
}

.rt-thumbtack:before {
    content: '\e81b'
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[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
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.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;
    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;
    box-shadow: none;
    touch-action: manipulation
}

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;
    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
}

.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 {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1
}

.mfp-arrow:before,
.mfp-arrow:after {
    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 {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    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;
    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;
        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
    }
}

@charset "utf-8";
input[type=submit] {
    border: none;
    padding: 10px 18px
}

body div textarea {
    border: 1px solid #f1f1f1;
    padding: 10px 18px;
    height: 160px
}

input[type=text],
input[type=number],
input[type=email],
input[type=url],
select,
input[type=password] {
    height: 48px;
    padding: 10px 18px;
    border: 1px solid #f1f1f1;
    margin-bottom: 30px;
    outline: none
}

.wp-block-search .wp-block-search__button {
    margin-left: 0
}

.wp-block-search {
    margin-bottom: 20px
}

.wp-block-archives select,
.wp-block-categories select {
    width: 400px
}

.wp-block-group.has-background {
    padding: 24px 30px 10px;
    margin-bottom: 30px
}

[type=search] {
    border: 1px solid #f1f1f1;
    border-radius: 5px 0 0 5px;
    padding: 10px 20px;
    outline: none
}

.contact-page2 {
    border: 10px solid #fbfbfb;
    padding: 50px;
    background: #fff
}

.contact-page2 .form-button {
    text-align: center
}

.contact-page2 .submit-btn {
    margin-bottom: 0
}

div textarea {
    border: 1px solid #f1f1f1;
    margin-bottom: 30px
}

textarea.wpcf7-form-control.wpcf7-textarea.appointment {
    outline: none;
    border-radius: 15px !important
}

input[type=submit] {
    background: #086ad8
}

div.wpcf7 .ajax-loader {
    position: absolute;
    top: 16px;
    right: -40px
}

.reactheme-contact .contact-address .address-item {
    overflow: hidden;
    margin-top: 25px
}

.reactheme-contact .contact-address .address-item .address-icon {
    float: left;
    width: 40px;
    height: 60px;
    line-height: 40px;
    text-align: center
}

.reactheme-contact .contact-address .address-item .address-icon i {
    font-size: 35px;
    color: #378cff;
    width: 40px;
    height: 40px;
    margin-left: 0
}

.reactheme-contact .contact-address .address-item .address-text {
    float: left;
    width: 80%;
    padding-left: 25px
}

.reactheme-contact .contact-address .address-item .address-text h3.contact-title {
    font-size: 20px;
    margin: 0
}

.reactheme-contact .contact-address .address-item .address-text a {
    color: #777
}

.reactheme-contact .contact-address .address-item .address-text a:hover {
    color: #086ad8
}

.reactheme-contact .contact-address.style3 {
    text-align: center
}

.reactheme-contact .contact-address.style3 .address-icon {
    float: none;
    text-align: center;
    margin: 0 auto;
    display: block
}

.reactheme-contact .contact-address.style3 .address-icon:after {
    background: 0 0 !important
}

.reactheme-contact .contact-address.style3 .address-text {
    padding-left: 0;
    float: none;
    text-align: center;
    width: 100%
}

.reactheme-contact .contact-address.style3 .address-text .contact-title {
    padding-bottom: 10px;
    font-weight: 600
}

.reactheme-contact .contact-address.style3 .address-item {
    margin-top: 0
}

.reactheme-contact .contact-address.style4 .address-item {
    margin-top: 0
}

.reactheme-contact .contact-address.style4 .address-item .address-icon {
    float: none;
    text-align: left;
    height: auto;
    width: auto;
    line-height: normal;
    margin-bottom: 30px
}

.reactheme-contact .contact-address.style4 .address-item .address-icon i {
    border-radius: 150px;
    text-align: center;
    line-height: 52px;
    font-size: 45px;
    color: #378cff
}

.reactheme-contact .contact-address.style4 .address-item .address-icon i:before {
    color: #378cff;
    font-size: 45px
}

.reactheme-contact .contact-address.style4 .address-item .address-text {
    padding-left: 0;
    float: none;
    width: 100%
}

.reactheme-contact .contact-address.style4 .address-item .address-text .contact-title {
    font-size: 18px
}

.reactheme-contact .contact-address.style5 .address-item {
    margin-top: 0
}

.reactheme-contact .contact-address.style5 .address-item .address-icon {
    float: none;
    text-align: left;
    height: auto;
    width: auto;
    line-height: normal;
    margin-bottom: 18px
}

.reactheme-contact .contact-address.style5 .address-item .address-text {
    padding-left: 0;
    float: none;
    width: 100%
}

.reactheme-contact .contact-address.style5 .address-item .address-text .contact-title {
    font-size: 18px
}

.contact_icon_style .social-title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    padding-bottom: 10px
}

.contact_icon_style .contact_social_icon {
    margin: 0;
    padding: 0;
    list-style: none
}

.contact_icon_style .contact_social_icon li {
    display: inline-block;
    padding-right: 10px
}

.contact_icon_style .contact_social_icon li a {
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 150px;
    color: #378cff;
    background: 0 0;
    transition: .4s;
    display: block;
    text-align: center
}

.contact_icon_style .contact_social_icon li a:hover {
    color: #fff;
    background: #378cff
}

.contact_icon_style.white_text .social-title {
    color: #fff
}

.contact_icon_style.white_text .contact_social_icon li a:hover {
    color: #333;
    background: #fff
}

.contact_icon_style2 .contact_social_icon {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden
}

.contact_icon_style2 .contact_social_icon li {
    float: left;
    width: 50%
}

.contact_icon_style2 .contact_social_icon li a {
    color: #666;
    background: 0 0;
    transition: .4s;
    display: block
}

.contact_icon_style2 .contact_social_icon li a:hover {
    color: #e4e4e4
}

div.wpcf7-validation-errors {
    border-color: red;
    color: red
}

div.wpcf7-acceptance-missing {
    border-color: red;
    color: red
}

.contact-form .input-box {
    position: relative
}

.contact-form .input-box:before {
    content: "\e808";
    position: absolute;
    font-family: "rt-icons";
    font-size: 16px;
    color: #333;
    left: -14px;
    top: 5px;
    z-index: 2
}

.contact-form .input-box.mail:before {
    content: "\e816"
}

.contact-form .input-box.budget:before {
    content: "\f155"
}

.contact-form .input-box.subject:before {
    content: "\e810"
}

.contact-form .input-box.text-area:before {
    top: 20px;
    content: "\e802"
}

.reactheme-blog-grid .pagination-area,
.reactheme-team .pagination-area {
    padding-bottom: 30px
}

.news-details-inner {
    border: 2px solid #f4f4f4;
    padding: 45px 40px
}

.reactheme-blog-grid .pagination-area {
    padding-bottom: 84px
}

.reactheme-blog .cat_name {
    display: none
}

.reactheme-blog .blog-meta .blog-title {
    margin: 0 0 15px;
    font-weight: 500;
    line-height: 26px !important
}

.reactheme-blog .blog-meta .blog-title a {
    color: #333
}

.reactheme-blog .blog-meta .blog-title a:hover {
    color: #ffa84b
}

.reactheme-blog .full-blog-content {
    padding: 0
}

.reactheme-blog .blog-slider .blog-meta {
    margin-top: 30px
}

.reactheme-blog .blog-slider .blog-meta .blog-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px
}

.reactheme-blog-grid.reactheme-blog .blog-meta .blog-title {
    line-height: 30px !important;
    font-size: 22px
}

.single h1,
.single h2,
.single h3,
.single h4,
.single h5,
.single h6 {
    clear: none
}

.full-blog-content {
    padding: 20px 30px 25px
}

.full-blog-content .blog-meta {
    text-transform: initial
}

.full-blog-content .blog-title {
    margin: 4px 0 20px;
    line-height: 30px;
    font-size: 26px
}

.full-blog-content .blog-title a {
    color: #333;
    text-decoration: none
}

.full-blog-content .blog-title a:hover {
    text-decoration: underline !important;
    color: #086ad8
}

.full-blog-content .post-view {
    display: inline-block;
    margin-right: 10px;
    font-size: 13px;
    color: #999
}

.full-blog-content .post-view i {
    margin-right: 5px
}

.full-blog-content .post-view i:before {
    font-size: 14px;
    font-weight: 600
}

.full-blog-content .post-comment {
    display: inline-block;
    margin-right: 10px;
    font-size: 13px;
    color: #999
}

.full-blog-content .post-comment i {
    margin-right: 5px
}

.full-blog-content .post-comment i:before {
    font-size: 14px;
    font-weight: 600
}

.full-blog-content .blog-button {
    float: left
}

.full-blog-content .blog-button.left-btn {
    float: none;
    display: block
}

.full-blog-content .view-comments {
    float: right
}

.full-blog-content .btm-cate li {
    margin-right: 25px;
    font-size: 15px;
    color: #777
}

.full-blog-content .btm-cate li i {
    margin-right: 4px
}

.full-blog-content .btm-cate li i:before {
    font-size: 14px;
    position: relative;
    top: -1px;
    font-weight: 300
}

.full-blog-content .btm-cate .tag-line i {
    margin-right: 3px;
    color: #378cff
}

.full-blog-content .blog-date {
    padding: 0;
    margin-right: 0;
    line-height: normal;
    padding: 1px
}

.full-blog-content .blog-date i:before {
    font-size: 14px;
    font-weight: 600
}

.full-blog-content .author {
    display: inline-block;
    padding: 0;
    margin-right: 0;
    line-height: normal;
    color: #737383
}

.full-blog-content .author img {
    border-radius: 50%;
    margin-right: 8px
}

.home-blog .reactheme-blog .blog-item {
    margin-bottom: 15px
}

.reactheme-blog-grid .bottom-shadow1 {
    box-shadow: 0 0 30px rgba(0, 0, 0, .05);
    padding: 30px
}

.react-sideabr .recent-post-widget .post-desc span i {
    color: #777
}

.blog .reactheme-blog .blog-item,
.archive .reactheme-blog .blog-item {
    transition: all .5s ease 0s;
    background: #fff;
    border: 1px solid #e7e7e7;
    margin-bottom: 40px
}

.blog .reactheme-blog .blog-item .full-blog-content,
.archive .reactheme-blog .blog-item .full-blog-content {
    padding: 0 46px 20px;
    overflow: hidden
}

.blog .reactheme-blog .blog-item .full-blog-content .btm-cate,
.archive .reactheme-blog .blog-item .full-blog-content .btm-cate {
    margin: 0 0 10px
}

.blog .reactheme-blog .blog-item .full-blog-content .title-wrap .blog-title,
.archive .reactheme-blog .blog-item .full-blog-content .title-wrap .blog-title {
    font-size: 34px;
    line-height: 40px;
    font-weight: 600
}

.blog .reactheme-blog .blog-item .full-blog-content .blog-button a,
.archive .reactheme-blog .blog-item .full-blog-content .blog-button a {
    font-size: 15px
}

.blog .reactheme-blog .blog-item .blog-img,
.archive .reactheme-blog .blog-item .blog-img {
    position: relative
}

.blog .reactheme-blog .blog-item .blog-img .tag-line,
.archive .reactheme-blog .blog-item .blog-img .tag-line {
    position: absolute;
    right: auto;
    left: 50px;
    top: auto;
    bottom: -52px;
    display: inline-block;
    z-index: 11;
    transform: translateY(-60%);
    max-width: 68%
}

.blog .reactheme-blog .blog-item .blog-img .tag-line a,
.archive .reactheme-blog .blog-item .blog-img .tag-line a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    background-image: -moz-linear-gradient(0deg, #086ad8 0%, #378cff 100%);
    background-image: -webkit-linear-gradient(0deg, #086ad8 0%, #378cff 100%);
    background-image: -ms-linear-gradient(0deg, #086ad8 0%, #378cff 100%);
    border-radius: 6px;
    padding: 8px 19px;
    display: inline-block;
    margin-bottom: 10px
}

.blog .reactheme-blog .blog-item .blog-img .author,
.archive .reactheme-blog .blog-item .blog-img .author {
    background-color: #fff;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, .04);
    position: absolute;
    right: 50px;
    bottom: -30px;
    display: inline-block;
    z-index: 11;
    padding: 10px 35px 10px 10px;
    border-radius: 6px;
    font-weight: 700
}

.blog .reactheme-blog .blog-item .blog-img .author img,
.archive .reactheme-blog .blog-item .blog-img .author img {
    margin-right: 8px
}

.blog .reactheme-blog .blog-img .categories,
.archive .reactheme-blog .blog-img .categories,
.blog .blog .blog-img .categories,
.archive .blog .blog-img .categories {
    left: 46px;
    bottom: 46px
}

.date-meta-style2 a {
    color: #999
}

.date-meta-style2 a:hover {
    color: #086ad8
}

.post-meta-dates {
    display: inline-block;
    position: absolute;
    padding: 8px 20px;
    bottom: 0;
    background: #086ad8;
    color: #fff;
    z-index: 1;
    border-radius: 3px 3px 0 0;
    left: 50%;
    transform: translateX(-50%);
    width: 175px
}

.blog-item.no-thumbs {
    padding-top: 38px
}

.blog-item.no-thumbs .categories {
    margin-bottom: 5px;
    padding: 0 0 0 48px
}

.blog-item.no-thumbs .categories .category-name a {
    background: #086ad8;
    color: #fff;
    padding: 5px 19px 6px;
    border-radius: 5px;
    font-size: 13px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block
}

.blog-item.no-thumbs .categories .category-name a:hover {
    background: #378cff
}

.reactheme-blog-details .bs-img,
.reactheme-blog .bs-img,
.blog .bs-img,
.reactheme-blog-details .blog-img,
.reactheme-blog .blog-img,
.blog .blog-img {
    position: relative;
    z-index: 0
}

.reactheme-blog-details .bs-img .blog-date,
.reactheme-blog .bs-img .blog-date,
.blog .bs-img .blog-date,
.reactheme-blog-details .blog-img .blog-date,
.reactheme-blog .blog-img .blog-date,
.blog .blog-img .blog-date {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 100px;
    height: 80px
}

.reactheme-blog-details .bs-img .blog-date:after,
.reactheme-blog .bs-img .blog-date:after,
.blog .bs-img .blog-date:after,
.reactheme-blog-details .blog-img .blog-date:after,
.reactheme-blog .blog-img .blog-date:after,
.blog .blog-img .blog-date:after,
.reactheme-blog-details .bs-img .blog-date:before,
.reactheme-blog .bs-img .blog-date:before,
.blog .bs-img .blog-date:before,
.reactheme-blog-details .blog-img .blog-date:before,
.reactheme-blog .blog-img .blog-date:before,
.blog .blog-img .blog-date:before {
    content: '';
    position: absolute;
    display: block;
    transition: all .2s;
    width: 0;
    height: 0;
    z-index: 100;
    top: 0;
    left: 0
}

.reactheme-blog-details .bs-img .blog-date:after,
.reactheme-blog .bs-img .blog-date:after,
.blog .bs-img .blog-date:after,
.reactheme-blog-details .blog-img .blog-date:after,
.reactheme-blog .blog-img .blog-date:after,
.blog .blog-img .blog-date:after {
    border-top: 0 solid;
    border-bottom-color: #f9f9f9;
    border-bottom: 80px solid transparent;
    border-left: 100px solid #f9f9f9
}

.reactheme-blog-details .bs-img .blog-date:before,
.reactheme-blog .bs-img .blog-date:before,
.blog .bs-img .blog-date:before,
.reactheme-blog-details .blog-img .blog-date:before,
.reactheme-blog .blog-img .blog-date:before,
.blog .blog-img .blog-date:before {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    border-bottom: 0 solid;
    border-bottom-color: #378cff;
    border-top: 80px solid transparent;
    border-right: 100px solid #378cff
}

.reactheme-blog-details .bs-img .blog-date span,
.reactheme-blog .bs-img .blog-date span,
.blog .bs-img .blog-date span,
.reactheme-blog-details .blog-img .blog-date span,
.reactheme-blog .blog-img .blog-date span,
.blog .blog-img .blog-date span {
    display: block;
    color: #fff;
    font-weight: 700;
    position: relative;
    z-index: 999;
    height: 40px;
    padding: 6px 0
}

.reactheme-blog-details .bs-img .blog-date span.date,
.reactheme-blog .bs-img .blog-date span.date,
.blog .bs-img .blog-date span.date,
.reactheme-blog-details .blog-img .blog-date span.date,
.reactheme-blog .blog-img .blog-date span.date,
.blog .blog-img .blog-date span.date {
    color: #378cff;
    font-size: 24px;
    text-align: left;
    padding-left: 12px;
    padding-top: 10px
}

.reactheme-blog-details .bs-img .blog-date span.month,
.reactheme-blog .bs-img .blog-date span.month,
.blog .bs-img .blog-date span.month,
.reactheme-blog-details .blog-img .blog-date span.month,
.reactheme-blog .blog-img .blog-date span.month,
.blog .blog-img .blog-date span.month {
    text-align: right;
    padding-right: 12px;
    font-size: 18px
}

.reactheme-blog-details .bs-img .categories,
.reactheme-blog .bs-img .categories,
.blog .bs-img .categories,
.reactheme-blog-details .blog-img .categories,
.reactheme-blog .blog-img .categories,
.blog .blog-img .categories {
    position: absolute;
    left: 30px;
    bottom: 30px
}

.reactheme-blog-details .bs-img .categories .category-name a,
.reactheme-blog .bs-img .categories .category-name a,
.blog .bs-img .categories .category-name a,
.reactheme-blog-details .blog-img .categories .category-name a,
.reactheme-blog .blog-img .categories .category-name a,
.blog .blog-img .categories .category-name a {
    background: #086ad8;
    color: #fff;
    padding: 5px 19px 6px;
    border-radius: 5px;
    font-size: 13px;
    margin-right: 10px;
    margin-bottom: 10px
}

.reactheme-blog-details .bs-img .categories .category-name a:hover,
.reactheme-blog .bs-img .categories .category-name a:hover,
.blog .bs-img .categories .category-name a:hover,
.reactheme-blog-details .blog-img .categories .category-name a:hover,
.reactheme-blog .blog-img .categories .category-name a:hover,
.blog .blog-img .categories .category-name a:hover {
    background: #378cff
}

.reactheme-blog-details .post-meta i,
.reactheme-blog .post-meta i,
.blog .post-meta i {
    margin-right: 8px
}

.reactheme-blog-details .post-meta i:before,
.reactheme-blog .post-meta i:before,
.blog .post-meta i:before {
    font-size: 14px;
    font-weight: 600
}

.reactheme-blog-details .post-meta.date-meta,
.reactheme-blog .post-meta.date-meta,
.blog .post-meta.date-meta {
    margin-right: 16px;
    color: #999
}

.reactheme-blog-details .post-meta.author,
.reactheme-blog .post-meta.author,
.blog .post-meta.author {
    color: #555
}

.reactheme-blog-details .blog-item.style1 .blog-img .blog-date,
.reactheme-blog .blog-item.style1 .blog-img .blog-date,
.blog .blog-item.style1 .blog-img .blog-date {
    right: 10px;
    left: auto
}

.reactheme-blog-details .blog-item.style1 .blog-img .blog-date:after,
.reactheme-blog .blog-item.style1 .blog-img .blog-date:after,
.blog .blog-item.style1 .blog-img .blog-date:after {
    display: none
}

.reactheme-blog-details .blog-item.style1 .blog-img .blog-date:before,
.reactheme-blog .blog-item.style1 .blog-img .blog-date:before,
.blog .blog-item.style1 .blog-img .blog-date:before {
    border-top-width: 130px;
    border-right-width: 130px
}

.reactheme-blog-details .blog-item.style1 .blog-img .blog-date .date,
.reactheme-blog .blog-item.style1 .blog-img .blog-date .date,
.blog .blog-item.style1 .blog-img .blog-date .date {
    text-align: right;
    color: #fff !important;
    padding-right: 20px
}

.reactheme-blog-details .blog-item.style1 .blog-slidermeta,
.reactheme-blog .blog-item.style1 .blog-slidermeta,
.blog .blog-item.style1 .blog-slidermeta {
    margin-bottom: 10px
}

.reactheme-blog-details .blog-item.style1 .icon-button a,
.reactheme-blog .blog-item.style1 .icon-button a,
.blog .blog-item.style1 .icon-button a {
    margin-top: 6px
}

.reactheme-blog-details .blog-item.style1 .category,
.reactheme-blog .blog-item.style1 .category,
.blog .blog-item.style1 .category {
    position: absolute;
    bottom: 20px;
    left: 40px;
    text-transform: none
}

.reactheme-blog-details .blog-item.style1 .category a,
.reactheme-blog .blog-item.style1 .category a,
.blog .blog-item.style1 .category a {
    background: #000;
    color: #fff;
    padding: 6px 19px;
    border-radius: 5px;
    font-size: 13px
}

.reactheme-blog-details .blog-item.style1 .category a:hover,
.reactheme-blog .blog-item.style1 .category a:hover,
.blog .blog-item.style1 .category a:hover {
    background: #ffa84b
}

.reactheme-blog-details .blog-item.style1 .blogfull,
.reactheme-blog .blog-item.style1 .blogfull,
.blog .blog-item.style1 .blogfull {
    padding: 20px 0;
    background: #fff
}

.reactheme-blog-details .blog-item.style1 .blogfull .blog-meta,
.reactheme-blog .blog-item.style1 .blogfull .blog-meta,
.blog .blog-item.style1 .blogfull .blog-meta {
    margin-top: 0
}

.reactheme-blog-details .blog-item.style2 .blog-img .blog-date,
.reactheme-blog .blog-item.style2 .blog-img .blog-date,
.blog .blog-item.style2 .blog-img .blog-date {
    right: 10px;
    left: auto
}

.reactheme-blog-details .blog-item.style2 .blog-img .blog-date:after,
.reactheme-blog .blog-item.style2 .blog-img .blog-date:after,
.blog .blog-item.style2 .blog-img .blog-date:after {
    display: none
}

.reactheme-blog-details .blog-item.style2 .blog-img .blog-date:before,
.reactheme-blog .blog-item.style2 .blog-img .blog-date:before,
.blog .blog-item.style2 .blog-img .blog-date:before {
    border-top-width: 130px;
    border-right-width: 130px
}

.reactheme-blog-details .blog-item.style2 .blog-img .blog-date .date,
.reactheme-blog .blog-item.style2 .blog-img .blog-date .date,
.blog .blog-item.style2 .blog-img .blog-date .date {
    text-align: right;
    color: #fff !important;
    padding-right: 20px
}

.reactheme-blog-details .blog-item.style2 .blogfull,
.reactheme-blog .blog-item.style2 .blogfull,
.blog .blog-item.style2 .blogfull {
    background: #fff;
    padding: 25px;
    box-shadow: 0 15px 30px rgba(34, 34, 34, .03)
}

.reactheme-blog-details .blog-item.style2 .blogfull .blog-meta,
.reactheme-blog .blog-item.style2 .blogfull .blog-meta,
.blog .blog-item.style2 .blogfull .blog-meta {
    margin-top: 0
}

.reactheme-blog-details .blog-item.style2 .blogfull .blog-desc,
.reactheme-blog .blog-item.style2 .blogfull .blog-desc,
.blog .blog-item.style2 .blogfull .blog-desc {
    margin-bottom: 20px
}

.reactheme-blog-details .blog-item.style2 .blogfull .post-view,
.reactheme-blog .blog-item.style2 .blogfull .post-view,
.blog .blog-item.style2 .blogfull .post-view {
    display: inline-block;
    margin-right: 10px;
    font-size: 13px;
    color: #999
}

.reactheme-blog-details .blog-item.style2 .blogfull .post-view i,
.reactheme-blog .blog-item.style2 .blogfull .post-view i,
.blog .blog-item.style2 .blogfull .post-view i {
    margin-right: 5px
}

.reactheme-blog-details .blog-item.style2 .blogfull .post-view i:before,
.reactheme-blog .blog-item.style2 .blogfull .post-view i:before,
.blog .blog-item.style2 .blogfull .post-view i:before {
    font-size: 15px;
    font-weight: 600
}

.reactheme-blog-details .blog-item.style2 .blogfull .post-comment,
.reactheme-blog .blog-item.style2 .blogfull .post-comment,
.blog .blog-item.style2 .blogfull .post-comment {
    display: inline-block;
    margin-right: 10px;
    font-size: 13px;
    color: #999
}

.reactheme-blog-details .blog-item.style2 .blogfull .post-comment i,
.reactheme-blog .blog-item.style2 .blogfull .post-comment i,
.blog .blog-item.style2 .blogfull .post-comment i {
    margin-right: 5px
}

.reactheme-blog-details .blog-item.style2 .blogfull .post-comment i:before,
.reactheme-blog .blog-item.style2 .blogfull .post-comment i:before,
.blog .blog-item.style2 .blogfull .post-comment i:before {
    font-size: 15px;
    font-weight: 600
}

.reactheme-blog-details .blog-item.style2 .blogfull .blog-button,
.reactheme-blog .blog-item.style2 .blogfull .blog-button,
.blog .blog-item.style2 .blogfull .blog-button {
    margin-bottom: 20px
}

.reactheme-blog-details .blog-item.style2 .blogfull .icon-button,
.reactheme-blog .blog-item.style2 .blogfull .icon-button,
.blog .blog-item.style2 .blogfull .icon-button,
.reactheme-blog-details .blog-item.style2 .blogfull .blog-button,
.reactheme-blog .blog-item.style2 .blogfull .blog-button,
.blog .blog-item.style2 .blogfull .blog-button {
    float: right;
    display: inline-block
}

.reactheme-blog-details .blog-item.style2 .blogfull .icon-button a,
.reactheme-blog .blog-item.style2 .blogfull .icon-button a,
.blog .blog-item.style2 .blogfull .icon-button a,
.reactheme-blog-details .blog-item.style2 .blogfull .blog-button a,
.reactheme-blog .blog-item.style2 .blogfull .blog-button a,
.blog .blog-item.style2 .blogfull .blog-button a {
    margin-top: 0
}

.reactheme-blog-details .blog-item.style2 .blog-slidermeta,
.reactheme-blog .blog-item.style2 .blog-slidermeta,
.blog .blog-item.style2 .blog-slidermeta {
    margin-bottom: 10px
}

.reactheme-blog-details .blog-item.style2 .icon-button a,
.reactheme-blog .blog-item.style2 .icon-button a,
.blog .blog-item.style2 .icon-button a {
    margin-top: 6px
}

.reactheme-blog-details .blog-item.style2 .category,
.reactheme-blog .blog-item.style2 .category,
.blog .blog-item.style2 .category {
    position: absolute;
    bottom: 20px;
    left: 20px;
    text-transform: none
}

.reactheme-blog-details .blog-item.style2 .category a,
.reactheme-blog .blog-item.style2 .category a,
.blog .blog-item.style2 .category a {
    background: #000;
    color: #fff;
    padding: 6px 19px;
    border-radius: 13px;
    font-size: 13px
}

.reactheme-blog-details .blog-item.style2 .category a:hover,
.reactheme-blog .blog-item.style2 .category a:hover,
.blog .blog-item.style2 .category a:hover {
    background: #ffa84b
}

.reactheme-blog-details .blog-item.style3,
.reactheme-blog .blog-item.style3,
.blog .blog-item.style3 {
    position: relative
}

.reactheme-blog-details .blog-item.style3 .blog-img,
.reactheme-blog .blog-item.style3 .blog-img,
.blog .blog-item.style3 .blog-img {
    position: relative
}

.reactheme-blog-details .blog-item.style3 .blog-content,
.reactheme-blog .blog-item.style3 .blog-content,
.blog .blog-item.style3 .blog-content {
    position: absolute;
    bottom: 0;
    padding: 30px 36px 8px;
    z-index: 1
}

.reactheme-blog-details .blog-item.style3 .blog-content,
.reactheme-blog .blog-item.style3 .blog-content,
.blog .blog-item.style3 .blog-content {
    color: #fff
}

.reactheme-blog-details .blog-item.style3 .blog-content h4.blog-title,
.reactheme-blog .blog-item.style3 .blog-content h4.blog-title,
.blog .blog-item.style3 .blog-content h4.blog-title {
    line-height: 32px !important;
    margin: 0 0 12px
}

.reactheme-blog-details .blog-item.style3 .blog-content h4.blog-title a,
.reactheme-blog .blog-item.style3 .blog-content h4.blog-title a,
.blog .blog-item.style3 .blog-content h4.blog-title a {
    color: #fff;
    font-size: 22px
}

.reactheme-blog-details .blog-item.style3 .blog-content h4.blog-title a:hover,
.reactheme-blog .blog-item.style3 .blog-content h4.blog-title a:hover,
.blog .blog-item.style3 .blog-content h4.blog-title a:hover {
    color: #378cff
}

.reactheme-blog-details .blog-item.style3 .blog-content .post-meta,
.reactheme-blog .blog-item.style3 .blog-content .post-meta,
.blog .blog-item.style3 .blog-content .post-meta {
    margin: 0 0 22px;
    display: block;
    color: #fff
}

.reactheme-blog-details .blog-item.style3.overlay:before,
.reactheme-blog .blog-item.style3.overlay:before,
.blog .blog-item.style3.overlay:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, .031232561383928603) 80%);
    z-index: 1
}

.grid-style3 {
    padding: 0
}

.grid-style3 .blog-meta {
    padding-bottom: 15px
}

.slidereactheme-styles4 .slider-styles4 .style3 {
    margin-bottom: 0 !important;
    padding: 0
}

.slidereactheme-styles4 .slider-styles4 .style3 .blog-content {
    text-align: center;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 700px
}

.slidereactheme-styles4 .slider-styles4 .style3 .blog-content .category {
    background: #378cff;
    padding: 2px 14px 4px;
    border-radius: 2px
}

.slidereactheme-styles4 .slider-styles4 .style3 .blog-content .category a {
    color: #fff
}

.slidereactheme-styles4 .slider-styles4 .style3 .blog-content .category:hover {
    background: #086ad8
}

.slidereactheme-styles4 .slider-styles4 .style3 .blog-content .blog-title {
    padding-top: 15px;
    margin-bottom: 8px
}

.slidereactheme-styles4 .slider-styles4 .style3 .blog-content .blog-title a {
    color: #fff
}

.slidereactheme-styles4 .slider-styles4 .style3 .blog-content .blog-button a {
    color: #fff
}

.slidereactheme-styles4 .slider-styles4 .style3 .blog-content .blog-button a:hover {
    color: #378cff
}

.slidereactheme-styles4 .slider-styles4 .style3 .blog-img img {
    border-radius: 0
}

.reactheme-blog-grid .blog-img a.float-cat {
    background: #086ad8;
    color: #fff;
    padding: 6px 19px;
    border-radius: 10px;
    font-size: 13px;
    margin-right: 8px
}

.reactheme-blog-grid .blog-img a.float-cat:hover {
    background: #378cff
}

.reactheme-blog-grid .blog-item .blog-date i:before {
    font-size: 14px;
    font-weight: 600
}

.reactheme-blog-grid .blog-item.style1 .blog-date,
.reactheme-blog-grid .blog-item.style2 .blog-date {
    margin-bottom: 15px
}

.get_date_format2 {
    position: relative
}

.get_date_format2 .blog-date2 {
    position: relative;
    width: 100px;
    height: 80px;
    margin: 0 0 15px
}

.get_date_format2 .blog-date2:after,
.get_date_format2 .blog-date2:before {
    content: '';
    position: absolute;
    display: block;
    transition: all .2s;
    width: 0;
    height: 0;
    z-index: 100;
    top: 0;
    left: 0
}

.get_date_format2 .blog-date2:after {
    border-top: 0 solid;
    border-bottom-color: #f9f9f9;
    border-bottom: 80px solid transparent;
    border-left: 100px solid #f9f9f9
}

.get_date_format2 .blog-date2:before {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    border-bottom: 0 solid;
    border-bottom-color: #378cff;
    border-top: 80px solid transparent;
    border-right: 100px solid #378cff
}

.get_date_format2 .blog-date2 span {
    display: block;
    color: #fff;
    font-weight: 700;
    position: relative;
    z-index: 999;
    height: 40px;
    padding: 6px 0
}

.get_date_format2 .blog-date2 span.date {
    color: #378cff;
    font-size: 24px;
    text-align: left;
    padding-left: 12px;
    padding-top: 10px
}

.get_date_format2 .blog-date2 span.month {
    text-align: right;
    padding-right: 12px;
    font-size: 18px
}

#blog-home .owl-navigation-yes .owl-nav {
    top: -80px
}

.bs-img {
    border-radius: 0;
    position: relative;
    overflow: hidden
}

.bs-img img {
    width: 100%
}

.widget-title a {
    color: #fff
}

.widget-title a:hover {
    color: #fff
}

.widget-title a:visited {
    color: #fff
}

.reactheme-blog .grid-blog {
    margin-top: 50px
}

.reactheme-blog .blog-item {
    margin-bottom: 30px;
    background: #fff
}

.reactheme-blog .blog-item .blog-img {
    position: relative
}

.reactheme-blog .blog-item .blog-img a {
    z-index: 11;
    position: relative;
    color: #fff
}

.reactheme-blog .blog-item .blog-img a:hover {
    background: #086ad8
}

.reactheme-blog .blog-item .blog-img .blog-img-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 0;
    text-align: center;
    z-index: 10;
    padding: 20px;
    opacity: 0;
    -webkit-transition: .3s all ease-out;
    transition: .3s all ease-out
}

.reactheme-blog .blog-item .blog-img .blog-img-content .blog-link {
    display: inline-block;
    font-size: 19px;
    width: 52px;
    line-height: 54px;
    height: 52px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    transition: all .3s ease 0s
}

.reactheme-blog .blog-item .blog-img .blog-img-content .blog-link:hover {
    background: #086ad8;
    color: #fff !important
}

.reactheme-blog .blog-item .blog-img .blog-img-content .blog-title {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin-top: 15px;
    color: #fff;
    margin-bottom: 0
}

.reactheme-blog .blog-item .blog-img .blog-img-content .blog-title a {
    color: #fff
}

.reactheme-blog .blog-item .blog-img .blog-img-content .blog-title a:hover {
    color: rgba(255, 255, 255, .6)
}

.reactheme-blog .blog-item .blog-img:hover .blog-img-content {
    top: 0;
    opacity: 1
}

.reactheme-blog .blog-item .blog-meta {
    transition: all .3s ease 0s;
    border-top: 1px solid #e7e7e7;
    padding-top: 19px;
    margin-top: 20px
}

.reactheme-blog .blog-item .blog-meta i {
    color: #083d59
}

.reactheme-blog .blog-item .blog-meta .seperator {
    padding-left: 7px
}

.reactheme-blog .blog-item .blog-meta .blog-date {
    display: inline-block;
    font-weight: 400;
    color: #777
}

.reactheme-blog .blog-item .blog-meta .blog-date svg {
    width: 18px;
    position: relative;
    top: 7px;
    margin-right: 3px
}

.reactheme-blog .blog-item .blog-meta .categories a {
    color: #999
}

.reactheme-blog .blog-item .blog-meta .categories a:hover {
    color: #086ad8
}

.reactheme-blog .blog-item .blog-meta .blog-lc {
    display: inline-block
}

.reactheme-blog .blog-item .blog-meta .blog-lc>div {
    display: inline-block
}

.reactheme-blog .blog-item .date-post {
    padding: 0;
    color: #999;
    margin-right: 8px;
    margin-bottom: 8px;
    display: inline-block;
    font-size: 12px
}

.reactheme-blog .blog-item span.author,
.reactheme-blog .blog-item span.category {
    padding: 0;
    margin-right: 9px;
    margin-bottom: 10px;
    margin-left: 0;
    display: inline;
    position: relative;
    text-transform: inherit;
    color: #555
}

.reactheme-blog .blog-item .blog-slidermeta {
    margin-bottom: 6px
}

.reactheme-blog .blog-item .blog-slidermeta span.seperator {
    display: inline-block;
    padding-right: 5px;
    font-size: 12px
}

.reactheme-blog .blog-item .blog-slidermeta span.category a {
    color: #999
}

.reactheme-blog .blog-item .blog-slidermeta span.category a:hover {
    color: #086ad8
}

.reactheme-blog .blog-item div.comment {
    padding: 0;
    color: #ffa84b;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 13px !important;
    line-height: normal
}

.reactheme-blog .blog-item .blog-author {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.reactheme-blog .blog-item .blog-author .author-img {
    float: left
}

.reactheme-blog .blog-item .blog-author .author-img img {
    height: 70px;
    width: 70px;
    border-radius: 50%
}

.reactheme-blog .blog-item .blog-author .author-info {
    margin-left: 15px
}

.reactheme-blog .blog-item .blog-author .author-info .author-name {
    font-size: 15px;
    margin-bottom: 0
}

.reactheme-blog .blog-item .blog-author .author-info .author-title {
    font-size: 12px
}

.reactheme-blog .blog-item .blog-desc {
    clear: both
}

.reactheme-blog .blog-item .blog-desc p {
    margin-bottom: 0
}

.reactheme-blog .blog-item .blog-button {
    display: block;
    margin-top: 30px
}

.reactheme-blog .blog-item .blog-button a {
    text-align: center;
    display: inline-block;
    color: #fff;
    background: #378cff;
    border: 0;
    padding: 14px 35px;
    position: relative;
    z-index: 1;
    font-weight: 700;
    font-size: 15px;
    border-radius: 0
}

.reactheme-blog .blog-item .blog-button a:hover {
    color: #fff;
    background: #086ad8;
    text-decoration: none
}

.reactheme-blog .blog-item .blog-button a:hover:before {
    right: -5px;
    opacity: 1
}

.reactheme-blog .full-layout {
    width: 100%
}

.reactheme-blog .sidebar-none {
    display: none
}

.reactheme-blog .owl-nav {
    display: none
}

.reactheme-blog .home_full_blog {
    padding: 0
}

.reactheme-blog .home_full_blog .blog-desc {
    margin-bottom: 20px
}

.reactheme-blog .home_full_blog .blog-date {
    padding-top: 15px
}

.comment i {
    color: #999;
    font-size: 12px
}

.archive .reactheme-blog .blog-item .blog-img,
.blog .reactheme-blog .blog-item .blog-img {
    margin-bottom: 55px
}

.single-post .reactheme-blog-details .single-content-full ul.unorder-list {
    margin-bottom: 16px;
    margin-left: 20px
}

.single-post .reactheme-blog-details .bs-meta {
    margin-top: 0;
    margin-bottom: 18px
}

.comment-respond .form-submit {
    margin-bottom: 0
}

.single-post .reactheme-blog-details .type-post .single-content-full {
    padding: 0 0 24px;
    overflow: visible
}

.single-content-full ul.dots {
    list-style: none;
    margin: 30px 0 30px;
    padding: 0 0 0 28px
}

.single-content-full ul.dots li {
    position: relative;
    padding-left: 20px
}

.single-content-full ul.dots li:before {
    content: "";
    position: absolute;
    background: #086ad8;
    left: 0;
    display: block;
    top: 10px;
    width: 7px;
    height: 7px;
    border-radius: 50%
}

.wp-block-button.is-style-outline .wp-block-button__link {
    color: #378cff !important
}

body.archive .reactheme-blog .blog-item {
    overflow: hidden;
    margin-bottom: 70px
}

.ps-navigation ul {
    margin: 0 !important;
    list-style: none
}

.ps-navigation ul a {
    text-transform: uppercase;
    background: 0 0;
    color: #444;
    border-radius: 3px;
    font-weight: 700
}

.ps-navigation ul a span {
    display: block;
    font-weight: 400;
    text-transform: capitalize;
    vertical-align: middle
}

.ps-navigation ul a i {
    vertical-align: text-top
}

.ps-navigation ul a:hover {
    color: #378cff
}

.ps-navigation ul li.next {
    float: right
}

.ps-navigation ul li.prev {
    float: left
}

.ps-navigation ul li:nth-child(2) {
    text-align: right
}

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container p,
.wp-block-cover .wp-block-cover__inner-container p a {
    color: #fff !important
}

.wp-block-quote cite,
.wp-block-pullquote cite {
    color: #086ad8;
    font-weight: 700
}

blockquote {
    padding: 120px 50px 42px;
    border: 2px solid #e7e7e7;
    margin: 40px 0;
    text-align: center;
    position: relative
}

blockquote:before {
    position: absolute;
    left: 50%;
    top: 40px;
    transform: translate(-50%, 0);
    content: "\e806";
    font-family: "rt-icons";
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background-image: -moz-linear-gradient(0deg, #086ad8 0%, #378cff 100%);
    background-image: -webkit-linear-gradient(0deg, #086ad8 0%, #378cff 100%);
    background-image: -ms-linear-gradient(0deg, #086ad8 0%, #378cff 100%);
    color: #fff;
    font-weight: 900;
    font-size: 20px
}

blockquote p {
    color: #333;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3
}

.reactheme-blog-details .type-post {
    margin-bottom: 0
}

.reactheme-blog-details .type-post .single-content-full {
    padding: 12px 0 0;
    overflow: hidden
}

.reactheme-blog-details .type-post .tag-line {
    padding: 0
}

.reactheme-blog-details .type-post .tag-line a {
    font-weight: 400;
    color: #555
}

.reactheme-blog-details .type-post .tag-line a:hover {
    color: #086ad8
}

.reactheme-blog-details .bs-info {
    margin-bottom: 10px
}

.reactheme-blog-details .bs-info.tags {
    clear: both;
    padding: 30px 0 25px;
    color: #000;
    font-weight: 600
}

.reactheme-blog-details .bs-info.tags a {
    display: inline-block;
    margin: 10px 3px 0;
    line-height: 20px;
    padding: 4px 17px;
    font-size: 12px !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: #f4f4f4;
    font-weight: 700;
    color: #4d5765;
    border: 1px solid #f0f0f0;
    border-radius: 6px
}

.reactheme-blog-details .bs-info.tags a:hover {
    background: #378cff;
    color: #fff
}

.reactheme-blog-details .ps-navigation ul {
    list-style: none;
    margin: 0
}

.reactheme-blog-details .bs-title {
    margin-top: 0;
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 5px
}

.reactheme-blog-details .single-page-info .p-user .author-img {
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 10px
}

.reactheme-blog-details .single-page-info .p-user .author-img img {
    border-radius: 50%
}

.reactheme-blog-details .single-page-info .p-date,
.reactheme-blog-details .single-page-info .author-name,
.reactheme-blog-details .single-page-info .p-cname {
    padding: 0;
    color: #737383;
    line-height: 24px;
    display: inline-block;
    margin-bottom: 0
}

.reactheme-blog-details .single-page-info .author-name {
    color: #737383
}

.reactheme-blog-details .bs-meta {
    font-size: 14px;
    margin: 15px 0 0;
    padding: 0
}

.reactheme-blog-details .bs-meta li {
    display: inline-block;
    line-height: 10px;
    margin-right: 10px
}

.reactheme-blog-details .bs-meta li i {
    margin-right: 3px;
    font-size: 12px;
    color: #378cff
}

.reactheme-blog-details .bs-meta li a {
    color: #333
}

.reactheme-blog-details .bs-meta li.category-name ul {
    margin: 0;
    float: left;
    padding-left: 8px
}

.reactheme-blog-details .bs-meta li .seperator {
    padding-right: 10px
}

.reactheme-blog-details .bs-desc {
    margin-top: 0
}

.reactheme-blog-details .bs-desc p:last-child {
    margin-bottom: 10px
}

.reactheme-blog-details .related-post {
    margin-top: 40px;
    padding: 0 15px
}

.reactheme-blog-details .related-post .related-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px
}

.reactheme-blog-details .related-post .blog-title {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500
}

.reactheme-blog-details .related-post .blog-title a {
    color: #333
}

.reactheme-blog-details .related-post .blog-title a:hover {
    color: #ffa84b
}

.reactheme-blog-details .author-block {
    align-items: center;
    text-align: center;
    overflow: hidden;
    border: 1px solid #e7e7e7;
    padding: 40px 35px 30px 40px;
    margin-top: 50px
}

.reactheme-blog-details .author-block .author-img {
    float: left;
    width: 25%;
    padding-right: 30px
}

.reactheme-blog-details .author-block .author-img img {
    border-radius: 5px;
    width: 120px
}

.reactheme-blog-details .author-block .author-desc {
    float: left;
    width: 75%;
    text-align: left
}

.reactheme-blog-details .author-block .author-title {
    margin: -10px 0 8px;
    font-size: 20px;
    position: relative
}

.reactheme-blog-details .author-block .author-title:after {
    background: #086ad8;
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    right: auto;
    width: 120px;
    height: 1px;
    margin: 0 auto;
    display: none
}

.reactheme-blog-details .author-block .author-title a {
    color: #212121
}

.reactheme-blog-details .author-block p {
    margin-bottom: 8px
}

.reactheme-blog-details .comment-respond {
    margin-top: 45px
}

.reactheme-blog-details .comments-title {
    font-size: 26px;
    margin-bottom: 40px;
    margin-top: 40px;
    line-height: 35px
}

.reactheme-blog-details #reply-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 30px;
    position: relative;
    padding: 0 0 4px
}

.reactheme-blog-details #reply-title small {
    font-size: 80%
}

.reactheme-blog-details #reply-title small a {
    color: #333;
    padding-left: 10px
}

.reactheme-blog-details #reply-title small a:hover {
    color: #086ad8
}

.reactheme-blog-details .comment-block {
    margin-top: 50px
}

.reactheme-blog-details .comment-block .comment {
    padding: 25px;
    background: #fff;
    -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, .2);
    box-shadow: 0 0px 1px rgba(0, 0, 0, .2);
    margin-bottom: 35px
}

.reactheme-blog-details .comment-block .comment .comment-header {
    margin-bottom: 10px
}

.reactheme-blog-details .comment-block .comment .comment-header:before,
.reactheme-blog-details .comment-block .comment .comment-header:after {
    content: "";
    display: table
}

.reactheme-blog-details .comment-block .comment .comment-header:after {
    clear: both
}

.reactheme-blog-details .comment-block .comment img {
    float: left;
    margin-right: 15px
}

.reactheme-blog-details .comment-block .comment h3 {
    margin: 5px 0 0;
    font-size: 16px;
    line-height: 22px
}

.reactheme-blog-details .comment-block .comment .comment-body p.desc {
    margin-bottom: 10px
}

.reactheme-blog-details .comment-block .comment .comment-reply {
    margin-bottom: 0
}

ol.comment-list .comment-respond .form-submit {
    margin-bottom: 20px
}

.single .tag-line {
    position: relative
}

.single .tag-line a {
    display: inline-block;
    margin-right: 3px;
    margin-left: 0;
    margin-bottom: 3px;
    padding: 4px 10px 5px;
    background: #086ad8;
    position: relative;
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    border-radius: 6px
}

.single .ps-navigation {
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 30px 0
}

.single .ps-navigation .prev {
    width: 50%;
    transition: all .5s ease
}

.single .ps-navigation .prev i {
    margin-right: 10px;
    position: relative;
    top: -4px
}

.single .ps-navigation .prev .next_link {
    margin-left: 0
}

.single .ps-navigation .prev:hover a {
    color: #378cff
}

.single .ps-navigation .prev .date {
    display: block
}

.single .ps-navigation .next {
    width: 50%;
    transition: all .5s ease
}

.single .ps-navigation .next .next_link {
    margin-right: 0
}

.single .ps-navigation .next i {
    margin-left: 10px;
    position: relative;
    top: -4px
}

.single .ps-navigation .next:hover a {
    color: #378cff
}

.single .ps-navigation .next .date {
    display: block
}

.single .ps-navigation .next_link {
    text-transform: uppercase;
    color: #909090
}

.single .ps-navigation .link_text {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: #333
}

.single .ps-navigation .link_text i {
    color: #909090;
    margin-top: -9px
}

.page .comments-area .comment-full .comment-respond {
    padding: 0
}

.single-post .breadcrumbs-inner li {
    list-style: none
}

.single-post .bs-img {
    padding-bottom: 35px
}

.single-post .ps-navigation {
    margin-top: 0
}

.single-post .ps-navigation .next_link {
    font-size: 16px;
    text-transform: none;
    color: #999 !important;
    font-weight: 500;
    padding: 0 0 8px;
    position: relative
}

.single-post .ps-navigation .next_link:hover {
    color: #555 !important
}

.single-post .ps-navigation ul li.next .inner-next {
    position: relative;
    background: rgba(255, 255, 255, .6);
    margin-left: 10px
}

.single-post .ps-navigation ul li.next .link_text {
    position: relative;
    margin-right: 0;
    margin-left: 0
}

.single-post .ps-navigation ul li.prev .inner-pre {
    position: relative;
    background: rgba(255, 255, 255, .6);
    margin-right: 10px
}

.single-post .ps-navigation .next_link i:before {
    margin-left: 0
}

.single-post .single-posts-meta {
    margin: 0 !important;
    padding: 38px 40px 0
}

.single-post .single-posts-meta .fa-comments-o:before {
    color: #378cff
}

.single-post .single-posts-meta li {
    list-style: none;
    display: inline-block;
    padding-right: 10px;
    color: #555;
    font-size: 14px
}

.single-post .single-posts-meta li span i {
    font-size: 13px;
    margin-right: 3px;
    color: #378cff
}

.single-post .single-posts-meta li ul {
    margin: 0;
    position: relative;
    padding-left: 19px
}

.single-post .single-posts-meta li ul li {
    position: relative;
    font-size: 14px
}

.single-post .single-posts-meta li ul li a {
    color: #555
}

.single-post .single-posts-meta li ul li a:hover {
    color: #378cff
}

.single-post .single-posts-meta li ul li:before {
    content: ",";
    position: absolute;
    font-size: 16px;
    font-style: normal;
    right: 4px;
    top: 0
}

.single-post .single-posts-meta li ul li:last-child:before {
    display: none
}

.single-post .single-posts-meta li ul:before {
    content: "\f02d";
    position: absolute;
    color: #378cff;
    font-family: FontAwesome;
    font-size: 13px;
    font-style: normal;
    left: 0;
    top: 0
}

.single-post .ps-navigation ul li {
    word-break: break-word
}

.widget_media_gallery .gallery {
    margin: 0
}

.widget_media_gallery .gallery-item {
    margin: 0
}

.widget_media_gallery .gallery-item .gallery-icon {
    padding: 5px
}

.widget_media_gallery .gallery-item .gallery-icon img {
    border-radius: 3px
}

.btm-cate {
    overflow: hidden;
    list-style: none;
    margin: 0 0 5px;
    padding: 0;
    position: relative
}

.btm-cate li {
    float: left;
    margin-right: 10px
}

.btm-cate li a {
    color: #737383
}

.btm-cate li a:hover {
    color: #ffa84b
}

.btm-cate .category-name i {
    margin-right: 3px;
    color: #378cff
}

.comment-respond .form-field {
    margin-bottom: 30px;
    position: relative
}

.comment-respond .form-field i {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%)
}

.comment-respond .form-field input {
    width: 100%;
    height: 50px;
    padding: 5px 15px;
    border: 1px solid rgba(0, 0, 0, .1)
}

.comment-respond .form-field #comment {
    width: 100%;
    padding: 8px 20px;
    border: 1px solid rgba(0, 0, 0, .1)
}

.comment-respond .form-submit {
    clear: both
}

.comment-respond .form-submit #submit {
    background-image: -moz-linear-gradient(0deg, #086ad8 0%, #378cff 100%);
    background-image: -webkit-linear-gradient(0deg, #086ad8 0%, #378cff 100%);
    background-image: -ms-linear-gradient(0deg, #086ad8 0%, #378cff 100%);
    position: relative;
    display: inline-block;
    padding: 21px 40px;
    line-height: normal;
    font-size: 16px;
    font-weight: 700;
    border-radius: 6px;
    color: #fff;
    transition: all .3s ease 0s
}

.comment-respond .form-submit #submit:hover {
    background-image: -moz-linear-gradient(0deg, #378cff 0%, #086ad8 100%);
    background-image: -webkit-linear-gradient(0deg, #378cff 0%, #086ad8 100%);
    background-image: -ms-linear-gradient(0deg, #378cff 0%, #086ad8 100%);
    color: #fff
}

.comment-respond label {
    display: none
}

.comments-area {
    margin-top: 0
}

.comments-area ol.children {
    padding: 0
}

.comments-area .comment-list {
    margin: 45px 0 0;
    padding: 0
}

.comments-area .comment-list li.comment {
    padding: 0;
    margin: 20px 0 25px;
    border-radius: 5px;
    list-style: none;
    background: rgba(255, 255, 255, .6)
}

.comments-area .comment-list li.comment .comment-full {
    padding: 0;
    border-radius: 0;
    position: relative
}

.comments-area .comment-list li.comment .comment-body {
    position: relative;
    padding-left: 98px;
    padding-bottom: 30px;
    margin-bottom: 25px;
    border-bottom: 1px solid #f4f4f4
}

.comments-area .comment-list li.comment #respond {
    padding-left: 98px;
    padding-bottom: 0;
    padding-top: 0
}

.comments-area .comment-list li.comment span.says {
    display: none
}

.comments-area .comment-list li.comment .comment-author {
    text-transform: capitalize
}

.comments-area .comment-list li.comment .comment-author a {
    color: #333
}

.comments-area .comment-list li.comment .comment-author img {
    float: left;
    border-radius: 5px;
    position: absolute;
    left: 0;
    border-radius: 50%
}

.comments-area .comment-list li.comment .comment-author b {
    float: left;
    padding-right: 14px;
    padding-top: 0
}

.comments-area .comment-list li.comment .comment-metadata {
    margin-left: 0;
    margin-top: 0;
    font-size: 14px;
    padding-top: 0;
    clear: both
}

.comments-area .comment-list li.comment .comment-metadata a time {
    color: #909090
}

.comments-area .comment-list li.comment .comment-content {
    margin-top: 6px;
    border-radius: 5px;
    padding-left: 0;
    padding-right: 0
}

.comments-area .comment-list li.comment .comment-content p {
    margin-bottom: 4px;
    color: #666
}

.comments-area .comment-list li.comment .reply {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 10px;
    padding-bottom: 0;
    text-align: left
}

.comments-area .comment-list li.comment .reply a {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: all .4s cubic-bezier(.215, .61, .355, 1) 0s;
    padding: 4px 20px 4px;
    line-height: 22px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background-image: -moz-linear-gradient(0deg, #086ad8 0%, #378cff 100%);
    background-image: -webkit-linear-gradient(0deg, #086ad8 0%, #378cff 100%);
    background-image: -ms-linear-gradient(0deg, #086ad8 0%, #378cff 100%);
    z-index: 1;
    border-radius: 6px
}

.comments-area .comment-list li.comment .reply a:hover {
    background-image: -moz-linear-gradient(0deg, #378cff 0%, #086ad8 100%);
    background-image: -webkit-linear-gradient(0deg, #378cff 0%, #086ad8 100%);
    background-image: -ms-linear-gradient(0deg, #378cff 0%, #086ad8 100%);
    color: #fff
}

.comments-area .comment-list li.comment .reply a:hover:before {
    top: 0;
    bottom: auto;
    height: 100%
}

.comments-area .comment-list li.comment .comment {
    margin-bottom: 0;
    padding-bottom: 0
}

.comments-area .comment-list li.comment ol.children li {
    padding-right: 0;
    margin-left: 2.5em;
    margin-top: 0
}

.comments-area .comment-list li.comment:last-child .comment-full {
    border-bottom: none
}

.comments-area p.comment-form-author {
    margin-bottom: 8px
}

.comments-area p.comment-form-author input {
    width: 100%;
    height: 57px;
    padding: 10px 30px;
    border: none;
    outline: none;
    margin-bottom: 20px;
    border: 2px solid #f4f4f4;
    border-radius: 6px
}

.comments-area p.comment-form-email {
    margin-bottom: 8px
}

.comments-area p.comment-form-email input {
    width: 100%;
    height: 57px;
    padding: 10px 30px;
    border: 2px solid #f4f4f4;
    outline: none;
    border-radius: 6px;
    margin-bottom: 20px
}

.comments-area p.comment-form-url {
    clear: both
}

.comments-area p.comment-form-url label {
    display: block
}

.comments-area p.comment-form-url input {
    width: 100%;
    height: 57px;
    padding: 10px 30px;
    background: #f2f4f9;
    border: none;
    outline: none;
    border-radius: 6px;
    margin-bottom: 25px;
    border: 2px solid #f2f4f9
}

.comments-area p.comment-form-comment {
    clear: both;
    margin-bottom: 0
}

.comments-area p.comment-form-comment textarea {
    width: 100%;
    height: 160px;
    padding: 10px 30px;
    border: 2px solid #f4f4f4;
    background: 0 0;
    outline: none;
    position: relative;
    border-radius: 6px
}

.comments-area .comment-navigation {
    overflow: hidden
}

.comments-area .comment-navigation .nav-previous {
    position: relative;
    padding-left: 18px
}

.comments-area .comment-navigation .nav-previous:before {
    content: "\f104";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    position: absolute;
    left: 0;
    top: 1px;
    color: #4caf50
}

.comments-area .comment-navigation .nav-next {
    position: relative;
    padding-right: 18px
}

.comments-area .comment-navigation .nav-next:before {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    position: absolute;
    right: 0;
    top: 1px;
    color: #4caf50
}

.comments-area label {
    font-weight: 400
}

.comment-full form input:focus,
.comment-full form textarea:focus {
    border: 2px solid #378cff;
    background: 0 0
}

.comment-full input[type=submit]:focus {
    border: 0
}

.comment-full .comment-form-cookies-consent,
.comment-full .comment-form-url {
    display: none
}

.inner-page-title {
    padding-top: 70px
}

.dynamic-sidebar {
    background: #fff
}

.dynamic-sidebar .recent-widget {
    margin: 0 0 3em
}

.dynamic-sidebar .widget {
    border: 2px solid #f2f2f2;
    padding: 38px 40px 35px
}

.padding-left-sidebar .dynamic-sidebar {
    padding: 0 20px 20px 0
}

#respond {
    border-radius: 5px
}

li.comment #respond {
    background: 0 0;
    box-shadow: none;
    padding: 0;
    border-radius: 0
}

.check-arrow {
    padding: 0
}

.check-arrow li {
    position: relative;
    list-style: none;
    padding: 0 0 0 26px
}

.check-arrow li:before {
    font-family: FontAwesome;
    content: "\f00c";
    position: absolute;
    left: 4px;
    right: auto;
    top: 0;
    font-size: 14px;
    color: #ffa84b
}

.check-circle {
    padding: 0
}

.check-circle li {
    position: relative;
    list-style: none;
    padding: 0 0 0 26px
}

.check-circle li:before {
    font-family: FontAwesome;
    content: "\f058";
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    font-size: 18px;
    color: #086ad8;
    width: 40px;
    height: 40px
}

.react-sideabr .widget select {
    margin: 0;
    border: 1px solid #f8f8f8;
    border-right: 8px solid #f8f8f8;
    background: #f8f8f8
}

.react-sideabr .footer-contact-ul i {
    margin-right: 12px
}

.react-sideabr .footer-contact-ul i:before {
    color: #378cff
}

.react-sideabr .footer-contact-ul i.fa-whatsapp:before {
    font-size: 18px
}

.react-sideabr .footer-contact-ul i.flaticon-time-call:before {
    font-size: 16px
}

.react-sideabr .recentcomments a {
    text-decoration: underline !important
}

.react-sideabr .recentcomments .comment-author-link a {
    text-decoration: none !important
}

.react-sideabr .widget_block label.wp-block-search__label,
.react-sideabr .widget_block h2,
.react-sideabr .widget-title {
    color: #333;
    font-family: 'DM Sans', sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    z-index: 1;
    padding-bottom: 12px;
    position: relative
}

.react-sideabr .widget_block label.wp-block-search__label:before,
.react-sideabr .widget_block h2:before,
.react-sideabr .widget-title:before {
    content: "";
    position: absolute;
    background: #e7e7e7;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    z-index: 1;
    -webkit-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
}

.react-sideabr .widget_block label.wp-block-search__label:after,
.react-sideabr .widget_block h2:after,
.react-sideabr .widget-title:after {
    content: "";
    position: absolute;
    background: #086ad8;
    width: 80px;
    height: 1px;
    left: 0;
    bottom: 0;
    z-index: 1;
    -webkit-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
}

.react-sideabr .widget {
    border-radius: 0;
    position: relative;
    transition: all .5s ease;
    margin-bottom: 40px
}

.react-sideabr .widget:hover:after {
    height: 70px
}

.react-sideabr .widget_media_image {
    padding: 0;
    background: 0 0
}

.react-sideabr .widget:last-child {
    margin-bottom: 0
}

.react-sideabr .widget_block h2,
.react-sideabr .widget-title {
    margin-bottom: 30px;
    padding-bottom: 25px
}

.react-sideabr ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.react-sideabr ul a {
    color: #086ad8;
    transition: all .3s ease 0s
}

.react-sideabr ul a:hover {
    color: #ffa84b
}

.react-sideabr ul li {
    margin-top: 13px;
    padding-top: 13px;
    border-top: 1px solid rgba(0, 0, 0, .06)
}

.react-sideabr ul li+li {
    margin-top: 13px;
    padding-top: 13px;
    border-top: 1px solid rgba(0, 0, 0, .06)
}

.react-sideabr .widget_categories ul li,
.react-sideabr .widget_archive ul li,
.react-sideabr .widget_pages ul li,
.react-sideabr .widget_meta ul li,
.react-sideabr .widget_recent_entries ul li,
.react-sideabr .widget_nav_menu ul li {
    border-top: none;
    border: none;
    margin-top: 0;
    position: relative;
    background: #f8f8f8;
    margin-bottom: 10px;
    padding: 0
}

.react-sideabr .widget_categories ul li a,
.react-sideabr .widget_archive ul li a,
.react-sideabr .widget_pages ul li a,
.react-sideabr .widget_meta ul li a,
.react-sideabr .widget_recent_entries ul li a,
.react-sideabr .widget_nav_menu ul li a {
    font-size: 16px;
    padding: 14px 0 14px 20px;
    color: #777;
    display: inline-block
}

.react-sideabr .widget_categories ul li a:hover,
.react-sideabr .widget_archive ul li a:hover,
.react-sideabr .widget_pages ul li a:hover,
.react-sideabr .widget_meta ul li a:hover,
.react-sideabr .widget_recent_entries ul li a:hover,
.react-sideabr .widget_nav_menu ul li a:hover {
    color: #378cff
}

.react-sideabr .widget_categories ul li span,
.react-sideabr .widget_archive ul li span,
.react-sideabr .widget_pages ul li span,
.react-sideabr .widget_meta ul li span,
.react-sideabr .widget_recent_entries ul li span,
.react-sideabr .widget_nav_menu ul li span {
    float: right;
    font-size: 14px;
    font-weight: 700;
    background: #efefef;
    padding: 14px 16px
}

.react-sideabr .widget_categories ul li ul,
.react-sideabr .widget_archive ul li ul,
.react-sideabr .widget_pages ul li ul,
.react-sideabr .widget_meta ul li ul,
.react-sideabr .widget_recent_entries ul li ul,
.react-sideabr .widget_nav_menu ul li ul {
    padding-top: 7px;
    background: #fff;
    padding-left: 10px
}

.react-sideabr .widget_nav_menu span.description {
    display: none
}

.react-sideabr .widget_recent_comments ul li {
    border-top: none;
    border: none;
    margin-top: 0;
    position: relative;
    background: #f8f8f8;
    margin-bottom: 10px;
    padding: 14px 20px
}

.react-sideabr .widget_recent_comments ul li a {
    font-size: 16px;
    color: #777
}

.react-sideabr .widget_recent_comments ul li a:hover {
    color: #378cff
}

.react-sideabr .widget_recent_comments ul li ul {
    padding-top: 7px;
    background: #fff;
    padding-left: 10px
}

.react-sideabr .widget_product_categories h2.widget-title {
    margin-bottom: 18px
}

.react-sideabr .widget_product_categories ul li {
    border-top: none;
    padding: 6px 0 6px 14px;
    border: none;
    margin-top: 0;
    position: relative
}

.react-sideabr .widget_product_categories ul li:after {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    position: absolute;
    left: 0;
    top: 6px;
    color: #086ad8
}

.react-sideabr .widget_recent_entries h2.widget-title {
    margin-bottom: 18px
}

.react-sideabr .widget_block ol.wp-block-latest-comments li {
    border-top: 1px solid rgba(0, 0, 0, .06);
    border-bottom: none;
    padding: 13px 0 3px 14px;
    position: relative
}

.react-sideabr .widget_block ol.wp-block-latest-comments li a {
    color: #086ad8
}

.react-sideabr .widget_block ol.wp-block-latest-comments li a:hover {
    color: #378cff
}

.react-sideabr .widget_block ol.wp-block-latest-comments li:first-child {
    border-top: none;
    margin-top: 0
}

.react-sideabr .widget_block ol.wp-block-latest-comments li:after {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    position: absolute;
    left: 0;
    top: 14px;
    color: #378cff
}

.react-sideabr .widget_block ol.wp-block-latest-comments .wp-block-latest-comments__comment-meta {
    font-weight: 400;
    line-height: 1.4
}

.react-sideabr .widget_calendar table caption {
    padding-bottom: 0
}

.react-sideabr .widget_block ul li {
    border: none;
    position: relative;
    padding: 6px 0 6px 14px;
    margin: 0
}

.react-sideabr .widget_block ul li:first-child {
    padding-top: 0
}

.react-sideabr .widget_block ul li:first-child:after {
    top: 0
}

.react-sideabr .widget_block ul li:last-child {
    padding-bottom: 0
}

.react-sideabr .widget_block ul li:after {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    position: absolute;
    left: 0;
    top: 6px;
    color: #378cff
}

.react-sideabr .widget_block ul li {
    font-weight: 400;
    line-height: 1.5
}

.react-sideabr .widget_block ul>li:first-child>a:after {
    display: none
}

.react-sideabr .widget_search,
.react-sideabr .bs-search {
    overflow: hidden;
    position: relative
}

.react-sideabr .widget_search input,
.react-sideabr .bs-search input {
    color: #999;
    height: 60px;
    padding-left: 43px;
    background: #e7e7e73d
}

.react-sideabr .widget_search button,
.react-sideabr .bs-search button {
    background-image: -moz-linear-gradient(0deg, #086ad8 0%, #378cff 100%);
    background-image: -webkit-linear-gradient(0deg, #086ad8 0%, #378cff 100%);
    background-image: -ms-linear-gradient(0deg, #086ad8 0%, #378cff 100%);
    border: medium none;
    padding: 30px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    font-size: 16px;
    outline: none;
    border-radius: 0 6px 6px 0
}

.react-sideabr .widget_search button i:before,
.react-sideabr .bs-search button i:before {
    margin: 0;
    color: #378cff
}

.react-sideabr .widget_search label,
.react-sideabr .bs-search label {
    display: inline;
    font-weight: 400
}

.react-sideabr label.wp-block-search__label {
    display: block;
    margin-bottom: 25px
}

.react-sideabr .wp-block-search__inside-wrapper {
    position: relative
}

.react-sideabr .widget_search .flaticon-search {
    display: none
}

.react-sideabr .widget_search button {
    font-size: 0
}

.react-sideabr .widget_search button:before {
    font-family: "rt-icons";
    font-size: 16px;
    content: "\e819";
    position: absolute;
    right: 20px;
    top: 14px;
    color: #fff
}

.react-sideabr .widget_categories ul,
.react-sideabr .widget_recent_entries ul,
.react-sideabr .widget_archive ul,
.react-sideabr .widget_meta ul {
    list-style: none
}

.react-sideabr .recent-post-widget>div+div {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(0, 0, 0, .06)
}

.react-sideabr .recent-post-widget .post-date {
    font-size: 13px;
    color: #999
}

.react-sideabr .recent-post-widget .post-title {
    font-weight: 400;
    margin-bottom: 0 !important
}

.react-sideabr .recent-post-widget .post-title a {
    font-size: 15px
}

.react-sideabr .recent-post-widget .post-desc {
    padding-left: 5px
}

.react-sideabr .recent-post-widget .post-desc a {
    display: block;
    line-height: 25px;
    color: #333;
    transition: all .3s ease 0s;
    font-size: 16px;
    font-weight: 700;
    font-family: 'DM Sans', sans-serif;
    position: relative
}

.react-sideabr .recent-post-widget .post-desc a:hover {
    color: #086ad8
}

.react-sideabr .recent-post-widget .post-desc span {
    display: block;
    font-size: 14px;
    color: #5b5f64;
    font-weight: 400;
    padding-top: 10px
}

.react-sideabr .recent-post-widget .post-desc span i {
    width: 16px;
    color: #086ad8
}

.react-sideabr .tagcloud a {
    display: inline-block;
    margin: 10px 3px 0 0;
    line-height: 20px;
    padding: 4px 17px;
    font-size: 12px !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: #f4f4f4;
    font-weight: 700;
    color: #4d5765;
    border: 1px solid #f0f0f0;
    border-radius: 6px
}

.react-sideabr .tagcloud a:hover {
    background-color: #378cff;
    color: #fff;
    border: 1px solid #378cff
}

.lesspadding .dynamic-sidebar {
    margin-bottom: 0
}

.single-post .lesspadding .main-contain #content {
    padding-bottom: 100px
}

.wp-block-latest-comments li .wp-block-latest-comments__comment-link {
    color: #333
}

.bottom-shadow1 {
    padding: 32px 0 20px
}

.react-sideabr .widget_recent_entries ul li:first-child {
    border: none
}

ul.wp-block-archives-list {
    list-style: none
}

ul.wp-block-archives-list li {
    border-top: none;
    padding: 6px 0 6px 14px;
    border: none;
    margin-top: 0;
    position: relative
}

ul.wp-block-archives-list li:after {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    position: absolute;
    left: 0;
    top: 6px;
    color: #086ad8
}

.wp-block-latest-comments li .wp-block-latest-comments__comment-link {
    text-decoration: underline !important
}

.wp-block-categories.wp-block-categories-dropdown select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

.wp-block-archives.wp-block-archives-dropdown select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

.wp-block-categories.wp-block-categories-dropdown {
    position: relative;
    background: 0 0;
    display: inline-block
}

.wp-block-categories.wp-block-categories-dropdown:after {
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    position: absolute;
    right: 14px;
    top: 7px;
    font-size: 20px;
    color: #171f32;
    z-index: 0;
    pointer-events: none
}

.wp-block-archives.wp-block-archives-dropdown {
    position: relative;
    background: 0 0;
    display: inline-block
}

.wp-block-archives.wp-block-archives-dropdown:after {
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    position: absolute;
    right: 14px;
    top: 7px;
    font-size: 20px;
    color: #171f32;
    z-index: 0;
    pointer-events: none
}

.page-header {
    margin: 0 0 20px
}

.page-header h1 {
    margin-top: 0
}

body.search .entry-summary .blog-button a {
    text-align: center;
    display: inline-block;
    color: #0f1216;
    border: 2px solid rgba(0, 48, 110, .1);
    padding: 7px 35px 14px;
    position: relative;
    z-index: 1;
    font-weight: 600;
    font-size: 16px;
    border-radius: 6px
}

body.search .entry-summary .blog-button a svg {
    width: 20px;
    position: relative;
    top: 7px;
    margin-left: 2px
}

body.search .entry-summary .blog-button a:hover {
    background: #378cff;
    color: #fff;
    border-color: #378cff
}

.show-featured .post-img {
    width: 100px;
    float: left;
    padding-right: 15px
}

.show-featured .post-item {
    overflow: hidden
}

.bs-search {
    overflow: hidden;
    position: relative
}

.bs-search input {
    border: 0;
    background: #eef1f5;
    color: #444;
    padding: 14px 45px 14px 17px;
    width: 100%;
    border-radius: 0
}

.bs-search button {
    border: medium none;
    padding: 9px 18px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    font-size: 16px;
    outline: none;
    border-radius: 0;
    color: #fff
}

.bs-search button i:before {
    font-size: 18px;
    font-weight: 600
}

.bs-search button:hover {
    color: #378cff
}

.bs-search label {
    display: inline;
    font-weight: 400
}

article.sticky .blog-title a {
    color: #101010;
    position: relative;
    padding-left: 25px;
    font-weight: 700
}

article.sticky .blog-title a:after {
    font-family: rt-icons;
    content: "\e81b";
    position: absolute;
    left: 0;
    top: 2px;
    color: #101010;
    font-size: 25px
}

article.sticky .blog-title:hover a {
    color: #086ad8
}

article.sticky .blog-title:hover a:after {
    color: #086ad8
}

.archive-post h3.blog-title a {
    color: #ffa84b
}

.archive-post h3.blog-title a:hover {
    color: #086ad8
}

.search-no-results .no-results .search-form {
    position: relative
}

.search-no-results .no-results .search-form button {
    background-image: -moz-linear-gradient(0deg, #086ad8 0%, #378cff 100%);
    background-image: -webkit-linear-gradient(0deg, #086ad8 0%, #378cff 100%);
    background-image: -ms-linear-gradient(0deg, #086ad8 0%, #378cff 100%);
    border: medium none;
    padding: 24px 30px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    font-size: 16px;
    outline: none;
    border-radius: 0 6px 6px 0
}

.search-no-results .no-results .search-form button:before {
    font-family: "rt-icons";
    font-size: 16px;
    content: "\e819";
    position: absolute;
    right: 20px;
    top: 11px;
    color: #fff
}

.page-numbers.dots {
    padding-left: 13px;
    line-height: 40px;
    padding-right: 20px;
    display: inline-block
}

.pagination-area {
    padding-top: 0;
    clear: both;
    text-align: center
}

.pagination-area .pagination {
    padding: 0;
    margin: 0
}

.pagination-area .nav-links {
    display: inline-block;
    padding: 11px 0;
    margin: 0 auto
}

.pagination-area .nav-links span.current {
    background: #086ad8;
    font-size: 14px;
    text-decoration: none;
    transition: all .3s ease 0s;
    text-align: center;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #eee;
    font-weight: 700;
    width: 54px;
    height: 50px;
    line-height: 50px
}

.pagination-area .nav-links>* {
    border-radius: 0;
    margin-left: 0;
    margin-right: 0
}

.pagination-area .nav-links a {
    line-height: 50px;
    color: #777;
    font-size: 14px;
    text-decoration: none;
    transition: all .3s ease 0s;
    text-align: center;
    background: 0 0;
    opacity: .96;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #eee;
    font-weight: 700;
    width: 54px;
    height: 50px
}

.pagination-area .nav-links a:hover {
    background: #086ad8;
    color: #fff
}

.pagination-area .nav-links a.next {
    font-size: 0;
    position: relative
}

.pagination-area .nav-links a.next:before {
    content: "\e814";
    font-family: "rt-icons";
    font-size: 14px;
    left: 50%;
    transform: translate(-50%, 0px);
    position: absolute;
    z-index: 1
}

.pagination-area .nav-links a.prev {
    font-size: 0;
    position: relative
}

.pagination-area .nav-links a.prev:before {
    content: "\e813";
    font-family: "rt-icons";
    font-size: 14px;
    left: 50%;
    transform: translate(-50%, 0px);
    position: absolute;
    z-index: 1
}

.pagination-pages {
    display: inline-block;
    border: 1px solid #f1f1f1;
    padding: 11px 30px;
    border-radius: 10px
}

.entry-footer .edit-link {
    padding: 20px 0;
    display: block
}

.wp-block-latest-posts,
.wp-block-rss {
    list-style: none
}

.wp-block-latest-posts li,
.wp-block-rss li {
    border-top: none;
    padding: 6px 0 6px 14px;
    border: none;
    margin-top: 0;
    position: relative
}

.wp-block-latest-posts li a,
.wp-block-rss li a {
    font-size: 16px;
    color: #333
}

.wp-block-latest-posts li a:hover,
.wp-block-rss li a:hover {
    color: #378cff
}

.wp-block-latest-posts li a:after,
.wp-block-rss li a:after {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    position: absolute;
    left: 0;
    top: 6px;
    color: #086ad8
}

.page-links {
    display: block;
    clear: both
}

.page-links span {
    padding: 3px 5px;
    margin: 0 0 0 5px
}

.page-links .current span {
    color: #086ad8
}

.page-links a span {
    background: 0 0 !important;
    color: #757575
}

.comment-list .pingback,
.comment-list .trackback {
    list-style: none;
    padding-bottom: 15px;
    padding-top: 15px
}

.reactheme-blog-details .bs-meta li.category-name a {
    line-height: 22px
}

.single #content h3,
.single #content h4 {
    margin-bottom: 17px
}

li.category-name ul.post-categories {
    position: relative;
    float: none !important;
    padding-left: 22px !important
}

li.category-name ul.post-categories:before {
    content: "\f115";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    position: absolute;
    left: 0;
    top: 7px;
    color: #086ad8
}

body.search-results .site-main>article {
    background: #fff;
    padding: 43px 45px 30px;
    border: 1px solid #e7e7e7;
    margin-bottom: 40px
}

body.search-results .site-main>article .entry-title {
    padding: 0;
    font-weight: 700;
    margin-bottom: 12px;
    font-size: 34px;
    line-height: 40px !important
}

body.search-results .site-main>article .entry-title a {
    color: #333
}

body.search-results .site-main>article .entry-title a:hover {
    color: #086ad8;
    text-decoration: underline !important
}

body.search-results .site-main>article .entry-summary {
    padding: 0 0 15px
}

body.search-results .site-main>article .entry-summary p:last-child {
    margin-bottom: 0
}

body.search-results .site-main>article .entry-summary .search-button {
    margin-top: 20px
}

body.search-results .site-main>article .entry-summary .search-button a {
    color: #333
}

body.search-results .site-main>article .entry-summary .search-button a:hover {
    color: #378cff
}

body.search-results .site-main>article .entry-summary .search-button a i {
    vertical-align: middle;
    transition: .3s all ease
}

body.search-results .site-main>article .entry-footer {
    padding: 20px 35px;
    background: #ebebec
}

body.search-results .site-main>article .entry-footer:empty {
    display: none
}

body.search-results .site-main>article .entry-footer span {
    font-weight: 600
}

body.search-results .site-main>article .entry-footer span a {
    font-weight: 400;
    color: #777
}

body.search-results .site-main>article .entry-footer span a:hover {
    color: #086ad8
}

body.search-results .pagination-area .pagination {
    margin: 30px 0 0
}

body.search-results .main-contain #content {
    padding-top: 100px !important;
    padding-bottom: 100px !important
}

.page #reply-title small a {
    padding-left: 10px
}

#reactheme-header {
    width: 100%;
    z-index: 9
}

#reactheme-header.rts-default-header .container {
    background: #fff;
    padding: 0
}

#reactheme-header.rts-default-header .site-title a {
    color: #333;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px
}

#reactheme-header.rts-default-header .header-logo {
    border-bottom: 1px solid #f1f1f1;
    padding: 20px
}

#reactheme-header.rts-default-header .col-cell.menu-responsive .navbar {
    padding: 10px 0
}

#reactheme-header .container-fluid {
    padding-left: 60px;
    padding-right: 60px
}

#reactheme-header .header-inner {
    position: relative
}

#reactheme-header.fixed-menu {
    width: 100%;
    max-width: 300px;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 9999;
    height: 100vh;
    background: #fff;
    box-shadow: 0 0 40px rgba(0, 0, 0, .1);
    overflow-y: auto;
    overflow-x: hidden
}

#reactheme-header.fixed-menu .logo-areas.custom-sticky-logo {
    display: none !important
}

#reactheme-header.fixed-menu .logo-areas.custom-logo-area {
    padding-left: 8px;
    padding-bottom: 15px
}

#reactheme-header.fixed-menu .header-inner .box-layout .nav.navbar ul li {
    position: relative !important
}

#reactheme-header.fixed-menu .header-inner.sticky {
    position: relative !important;
    box-shadow: none !important
}

#reactheme-header.fixed-menu .header-inner.sticky .logo-area.sticky-logo {
    display: none
}

#reactheme-header.fixed-menu .header-inner.sticky .logo-area {
    display: block;
    margin: 0;
    padding: 0
}

#reactheme-header.fixed-menu .logo-area {
    margin: 0;
    padding: 0 0 20px
}

#reactheme-header.fixed-menu .col-cell.menu-responsive {
    width: 100%
}

#reactheme-header.fixed-menu .header-inner {
    padding: 60px 20px 25px;
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    height: 100vh;
    align-content: space-between
}

#reactheme-header.fixed-menu .header-inner .box-layout {
    padding: 0;
    background: 0 0;
    margin: 0
}

#reactheme-header.fixed-menu .header-inner .box-layout .menu-area {
    width: 100%
}

#reactheme-header.fixed-menu .header-inner .box-layout .nav.navbar {
    margin: 0;
    width: 100%
}

#reactheme-header.fixed-menu .header-inner .box-layout .nav.navbar .navbar-menu {
    width: 100%
}

#reactheme-header.fixed-menu .header-inner .box-layout .nav.navbar ul li {
    padding: 0 !important;
    display: block;
    margin: 20px 0
}

#reactheme-header.fixed-menu .header-inner .box-layout .nav.navbar ul li a {
    padding: 7px 10px
}

#reactheme-header .search-wrap {
    display: flex;
    padding: 0 18px 9px;
    border-bottom: 2px solid #fff
}

#reactheme-header .search-wrap [type=search] {
    border: none;
    color: #fff;
    font-size: 16px;
    outline: none;
    background: 0 0;
    padding: 0
}

#reactheme-header .search-wrap button {
    border: none;
    background: 0 0;
    padding: 0;
    position: relative;
    top: 8px;
    outline: none
}

#reactheme-header .menu-sticky.sticky {
    backface-visibility: hidden
}

#reactheme-header .menu-sticky.sticky ul.offcanvas-icon .nav-link-container a {
    margin-top: 16px;
    margin-bottom: 16px
}

#reactheme-header .menu-sticky.sticky .btn_apply,
#reactheme-header .menu-sticky.sticky .user-icons {
    display: none
}

#reactheme-header .menu-sticky.sticky .menu-area .navbar {
    margin-right: 0
}

#reactheme-header .menu-sticky.sticky .row-table .logo-areas.custom-sticky-logo {
    display: block
}

#reactheme-header .menu-sticky.sticky .row-table .logo-areas.custom-logo-area {
    display: none
}

#reactheme-header .sticky_search {
    font-size: 18px;
    cursor: pointer
}

.menu-drob-align .menu-area .navbar ul li .sub-menu li ul {
    left: -100% !important
}

#reactheme-header .menu-area .navbar ul li.mega ul li ul.sub-menu {
    border: none
}

#reactheme-header .menu-area .navbar ul>li.mega.max-w8 .sub-menu {
    right: 0;
    margin: 0 auto;
    max-width: 800px
}

#reactheme-header .menu-area .navbar ul>li.mega.max-w8 ul.sub-menu {
    min-width: 247px
}

li.hide-firsts>a {
    display: none !important
}

.rts-search-button-wrapper .sticky_search {
    text-align: center
}

#reactheme-header.header-transparent {
    position: absolute
}

#reactheme-header.header-transparent .menu-area {
    padding: 8px 0
}

#reactheme-header.header-transparent .menu-area .navbar ul li a {
    color: #202427
}

#reactheme-header.header-transparent .menu-area .navbar ul li a:before {
    color: #fff
}

#reactheme-header.header-transparent .menu-area .navbar ul li a:hover {
    color: #086ad8
}

#reactheme-header.header-transparent .menu-area .navbar ul li.current-menu-ancestor a,
#reactheme-header.header-transparent .menu-area .navbar ul li.current_page_item a {
    color: #378cff
}

#reactheme-header.header-transparent .menu-area .navbar ul li .sub-menu li a {
    color: #202427
}

#reactheme-header.header-transparent .menu-area .navbar ul li .sub-menu li a:hover {
    color: #086ad8
}

#reactheme-header.header-transparent .menu-area .navbar ul li .sub-menu li.current-menu-ancestor>a,
#reactheme-header.header-transparent .menu-area .navbar ul li .sub-menu li.current_page_item>a {
    color: #086ad8
}

#reactheme-header.header-transparent .menu-area .navbar ul li .sub-menu li:hover>a {
    color: #086ad8
}

#reactheme-header.header-transparent .menu-area .navbar ul li:hover>a {
    color: #086ad8
}

#reactheme-header.header-transparent .menu-responsive .sidebarmenu-search .sticky_search {
    color: #fff
}

#reactheme-header.header-transparent .menu-cart-area i {
    color: #fff
}

#reactheme-header.header-transparent .opening {
    color: #fff
}

.menu-area {
    padding-top: 0;
    padding-bottom: 0
}

.menu-area .navbar-collapse {
    padding-left: 0;
    padding-right: 0
}

.menu-area .center .navbar {
    justify-content: center
}

.menu-area .right .navbar {
    justify-content: right
}

.menu-area .navbar {
    margin-bottom: 0;
    border: 0;
    padding: 0
}

.menu-area .navbar ul {
    margin: 0;
    padding: 0;
    text-align: left
}

.menu-area .navbar ul li {
    position: relative;
    display: inline-block;
    transition: all .3s ease 0s;
    padding: 5px 20px
}

.menu-area .navbar ul li.current-menu-ancestor a,
.menu-area .navbar ul li.current_page_item a {
    color: #378cff
}

.menu-area .navbar ul li a {
    color: #333;
    font-size: 16px;
    padding-right: 16px;
    font-weight: 700
}

.menu-area .navbar ul li:hover a {
    color: #378cff
}

.menu-area .navbar ul li ul.sub-menu {
    min-width: 250px;
    padding-bottom: 7px;
    padding-top: 15px;
    border-radius: 0
}

.menu-area .navbar ul li ul.sub-menu li {
    float: none;
    display: block;
    margin: 0;
    text-align: left;
    line-height: 25px
}

.menu-area .navbar ul li ul.sub-menu li a {
    line-height: 25px;
    padding: 10px 22px;
    color: #505050;
    font-weight: 600;
    font-size: 14px
}

.menu-area .navbar ul li ul.sub-menu li.current-menu-ancestor>a,
.menu-area .navbar ul li ul.sub-menu li.current_page_item>a {
    color: #378cff
}

.menu-area .navbar ul li ul.sub-menu li:hover>a {
    color: #378cff
}

.menu-area .navbar ul li:hover ul {
    opacity: 1;
    position: absolute
}

.menu-area .navbar ul li>a {
    display: block;
    text-decoration: none;
    font-weight: 600;
    transition: all .3s ease 0s
}

.menu-area .navbar ul li.active a {
    color: #378cff
}

.menu-area .navbar ul li.active li a {
    color: #378cff
}

.menu-area .navbar ul li.active li ahover {
    color: #378cff
}

.menu-area .navbar ul li .sub-menu {
    background: #fff;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: all .3s ease 0s;
    width: 200px;
    z-index: 99999 !important;
    text-align: left;
    visibility: hidden;
    -webkit-box-shadow: 0 36px 35px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 36px 35px rgba(0, 0, 0, .08);
    box-shadow: 0 36px 35px rgba(0, 0, 0, .08)
}

.menu-area .navbar ul li .sub-menu li {
    line-height: normal;
    height: auto;
    display: block;
    margin: 0;
    padding: 0
}

.menu-area .navbar ul li .sub-menu li a {
    display: block;
    padding: 12px 0;
    text-transform: none;
    transition: all .3s ease 0s;
    color: #555;
    font-weight: 400
}

.menu-area .navbar ul li .sub-menu li a:hover {
    color: #378cff
}

.menu-area .navbar ul li .sub-menu li a:hover:before {
    opacity: 1 !important
}

.menu-area .navbar ul li .sub-menu li.current-menu-item a {
    color: #086ad8
}

.menu-area .navbar ul li .sub-menu li ul {
    left: 100% !important;
    top: 0 !important
}

.menu-area .navbar ul li:hover ul {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible
}

.menu-area .navbar .navbar-toggle {
    background-color: #086ad8;
    border-radius: 2px;
    -webkit-transition: .4s ease all;
    transition: .4s ease all
}

.menu-area .navbar .navbar-toggle .icon-bar {
    background-color: #fff
}

.menu-area .navbar .navbar-toggle:hover {
    opacity: .8
}

.menu-area.menu_type_dark .navbar ul li a {
    color: #333
}

.menu-area.menu_type_dark .sticky_search i:before,
.menu-area.menu_type_dark .menu-cart-area i:before {
    color: #333
}

.menu-area.vertical .navbar ul li {
    display: block;
    list-style: none
}

.menu-area.vertical .yes .navbar ul li {
    display: inline-block;
    width: 47%
}

.menu-area .navbar ul>li.menu-item-has-children>a {
    position: relative;
    margin-right: 18px
}

.menu-area .navbar ul>li.menu-item-has-children>a:before {
    content: "\e809";
    position: absolute;
    font-family: "rt-icons";
    left: auto;
    right: 0;
    top: 50%;
    text-align: center;
    z-index: 9999;
    font-size: 13px;
    display: block;
    cursor: pointer;
    transform: translateY(-50%);
    transition: all .5s ease;
    font-weight: 400
}

li.menu-item-has-children a {
    position: relative !important
}

li.menu-item-has-children a:before {
    content: "\e809";
    position: absolute;
    font-family: "rt-icons";
    left: auto;
    right: 0;
    top: 50%;
    text-align: center;
    z-index: 9999;
    font-size: 13px;
    display: block;
    cursor: pointer;
    transform: translateY(-50%);
    transition: all .5s ease;
    font-weight: 400
}

ul.offcanvas-icon {
    margin: 0;
    padding: 0;
    list-style: none
}

ul.offcanvas-icon .nav-link-container a {
    padding: 0;
    background: 0 0;
    max-width: 26px;
    display: flex;
    flex-wrap: wrap
}

ul.offcanvas-icon .nav-link-container.center {
    display: flex;
    justify-content: center;
    align-items: center
}

ul.offcanvas-icon .nav-link-container.left {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

ul.offcanvas-icon .nav-link-container.right {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.stuck.sticky .sticky-hide {
    display: none
}

.sidenav.offcanvas-icon.nav-active-menu-container {
    margin-top: 0
}

.offcanvas-icon .nav-link-container .nav-menu-link span {
    display: block;
    background: #378cff;
    transition: none;
    cursor: pointer;
    list-style: none;
    margin: 2px 3px
}

.offcanvas-icon.layout-2 .nav-menu-link {
    display: block
}

.offcanvas-icon.layout-2 .nav-menu-link span {
    display: block;
    border-top: 1px solid #fff;
    width: 18px;
    margin: 4px 3px
}

.offcanvas-icon.layout-2 .nav-menu-link span.line3 {
    width: 9px
}

.sidenav.nav-active-menu-container {
    overflow-y: auto;
    padding: 50px 50px 0
}

.sidenav .sub-menu {
    display: none
}

.sidenav.offcanvas-icon .reactheme-offcanvas-right a {
    display: block;
    font-size: 18px
}

.sidenav.offcanvas-icon .reactheme-offcanvas-right a.quote-btn {
    margin-bottom: 25px;
    margin-top: 8px
}

.sidenav.offcanvas-icon .reactheme-offcanvas-right a.quote-btn span {
    background: #fff;
    color: #000;
    border-radius: 3px;
    display: inline-block;
    padding: 7px 40px 4px;
    transition: all .5s ease
}

.sidenav.offcanvas-icon .reactheme-offcanvas-right a.quote-btn:hover span {
    background: #ffa84b
}

.sidenav.offcanvas-icon .reactheme-offcanvas-right a.emails {
    padding-bottom: 20px
}

.sidenav.offcanvas-icon .reactheme-offcanvas-right .reactheme-innner-offcanvas-content {
    padding-left: 135px;
    padding-top: 27px
}

.sidenav.offcanvas-icon .reactheme-offcanvas-right .reactheme-innner-offcanvas-content .widget {
    margin: 0 0 35px
}

.sidenav.offcanvas-icon .reactheme-offcanvas-right .reactheme-innner-offcanvas-content .widget.widget_contact_widget {
    padding-top: 25px
}

.sidenav.offcanvas-icon .reactheme-offcanvas-right .reactheme-innner-offcanvas-content a {
    transition: unset
}

.sidenav .widget_cretic_flickr #rsflicker {
    margin-left: 0
}

.sidenav .widget_cretic_flickr #rsflicker li {
    list-style-type: none;
    position: relative;
    width: 33.33%;
    display: inline-block
}

.sidenav .widget_cretic_flickr #rsflicker li a img {
    opacity: 1;
    width: 100%
}

.sidenav .widget_cretic_flickr #rsflicker li a:hover img {
    opacity: .9
}

.mobile-menu-container div ul {
    position: relative
}

.mobile-menu-container div ul li {
    position: relative !important
}

.mobile-menu-container div ul li a {
    border-bottom: 1px solid #f0f0f0
}

.mobile-menu-container div ul li a:hover {
    color: #086ad8 !important
}

.mobile-menu-container div ul>li.current_page_parent>a {
    color: #086ad8 !important
}

.mobile-menu-container .menu>li:last-child a {
    border-bottom: none
}

.mobile-menu-container .social-icon-responsive ul li a {
    padding-right: 0;
    margin-right: 0
}

header.mainsmenuhide .navbar-menu #primary-menu-single {
    display: none
}

.sidenav .menu>li>.sub-menu li ul>li a {
    padding-left: 60px
}

#mobile_menu ul ul li,
#mobile_menu li:hover>ul>li {
    height: auto
}

#mobile_menu ul li a,
#mobile_menu ul ul li a {
    width: 100%
}

#mobile_menu>ul>li {
    float: none
}

#mobile_menu ul ul li a {
    padding-left: 25px
}

#mobile_menu ul ul ul li a {
    padding-left: 35px
}

#mobile_menu ul ul,
#mobile_menu ul ul ul,
#mobile_menu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left
}

#mobile_menu>ul>li.has-sub>a:after,
#mobile_menu>ul>li.has-sub>a:before,
#mobile_menu ul ul>li.has-sub>a:after,
#mobile_menu ul ul>li.has-sub>a:before {
    display: none
}

#mobile_menu #menu-button {
    display: block;
    padding: 17px;
    color: #ddd;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700
}

#mobile_menu .menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    content: ''
}

#mobile_menu .menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #ddd;
    content: ''
}

#mobile_menu .menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

#mobile_menu .menu-button.menu-opened:before {
    top: 23px;
    background: #fff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#mobile_menu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 20px;
    display: block;
    height: 35px;
    width: 35px;
    cursor: pointer;
    background: #378cff;
    color: #fff;
    border-radius: 3px
}

#mobile_menu .menu li ul.sub-menu li ul.sub-menu a {
    padding-left: 50px
}

#reactheme-header .row-table .offcanvas-sec ul.offcanvas-icon {
    margin-top: 0
}

#mobile_menu ul>li.menu-minimize>.submenu-button:before {
    display: none !important
}

#mobile_menu ul ul .submenu-button {
    height: 34px;
    width: 34px;
    top: 0
}

#mobile_menu .submenu-button:after {
    content: "";
    position: absolute;
    font-family: "rt-icons";
    content: '\e809';
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

#mobile_menu .submenu-button.submenu-opened:after {
    content: "";
    position: absolute;
    font-family: "rt-icons";
    content: '\e809';
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

#mobile_menu ul ul .submenu-button:after {
    top: 17px;
    right: 7px
}

#mobile_menu ul ul .submenu-button:before {
    top: 11px;
    right: 16px
}

#mobile_menu .submenu-button.submenu-opened:before {
    display: none
}

body.logged-in .sidenav {
    top: 30px
}

body.logged-in .sidenav .nav-link-container {
    top: 30px
}

#fixedmenus ul ul li,
#fixedmenus li:hover>ul>li {
    height: auto
}

#fixedmenus ul li a,
#fixedmenus ul ul li a {
    width: 100%;
    border-bottom: 0
}

#fixedmenus>ul>li {
    float: none
}

#fixedmenus ul ul li a {
    padding-left: 25px
}

#fixedmenus ul ul ul li a {
    padding-left: 35px
}

#fixedmenus ul ul,
#fixedmenus ul ul ul,
#fixedmenus.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left
}

#fixedmenus>ul>li.has-sub>a:after,
#fixedmenus>ul>li.has-sub>a:before,
#fixedmenus ul ul>li.has-sub>a:after,
#fixedmenus ul ul>li.has-sub>a:before {
    display: none
}

#fixedmenus #menu-button {
    display: block;
    padding: 17px;
    color: #ddd;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700
}

#fixedmenus .menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    content: ''
}

#fixedmenus .menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #ddd;
    content: ''
}

#fixedmenus .menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

#fixedmenus .menu-button.menu-opened:before {
    top: 23px;
    background: #fff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#fixedmenus .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    height: 40px;
    width: 40px;
    cursor: pointer
}

#fixedmenus .menu li ul.sub-menu li ul.sub-menu a {
    padding-left: 50px
}

#reactheme-header .row-table .offcanvas-sec ul.offcanvas-icon {
    margin-top: 0
}

#fixedmenus ul>li.menu-minimize>.submenu-button:before {
    display: none !important
}

#fixedmenus ul ul .submenu-button {
    height: 34px;
    width: 34px;
    right: 45px
}

#fixedmenus .submenu-button:after {
    position: absolute;
    top: 19px;
    right: 14px;
    width: 12px;
    height: 1px;
    display: block;
    background: #000;
    content: ''
}

#fixedmenus ul ul .submenu-button:after {
    top: 20px;
    right: 7px
}

#fixedmenus .submenu-button:before {
    position: absolute;
    top: 14px;
    right: 19px;
    display: block;
    width: 1px;
    height: 12px;
    background: #000;
    content: ''
}

#fixedmenus ul ul .submenu-button:before {
    top: 14px;
    right: 13px
}

#fixedmenus .submenu-button.submenu-opened:before {
    display: none
}

.sidenav .menu li ul.sub-menu li a {
    padding-left: 40px;
    font-size: 20px
}

.sidenav .menu li ul.sub-menu li a:before {
    display: none
}

.sidenav .widget_nav_menu {
    padding: 0 !important
}

.sidenav p {
    font-size: 16px;
    line-height: 28px
}

.responsive-menus,
.sidebarmenu-area.text-right.mobilehum {
    display: none
}

.menu-area .navbar ul>li>a span {
    position: relative;
    transition: .5s;
    display: inline-block
}

.menu-area .navbar ul>li>a span:before {
    content: attr(data-hover);
    position: absolute;
    top: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.menu-area .navbar ul>li>a:hover span {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%)
}

ul.sub-menu li a:before,
ul.sub-menu ul ul li a:before {
    display: none
}

#reactheme-header.header-style-1 .sticky-wrapper {
    background: 0 0;
    position: absolute;
    width: 100%;
    z-index: 9;
    transition: all .5s ease
}

#reactheme-header.header-style-1.header-style-2 .sticky-wrapper {
    position: relative;
    margin-bottom: -40px
}

#reactheme-header.header-style-1.header-style-2 .sticky-wrapper .logo-section .toolbar-contact-style4 ul.reactheme-contact-info li .contact-inf,
#reactheme-header.header-style-1.header-style-2 .sticky-wrapper .logo-section .toolbar-contact-style4 ul.reactheme-contact-info li .contact-inf span {
    color: #333
}

#reactheme-header.header-style-1.header-style-2 .sticky-wrapper .header-inner .box-layout {
    background: #378cff
}

#reactheme-header.header-style-1.header-style-2 .sticky-wrapper .menu-area .navbar ul li>a {
    color: #fff
}

#reactheme-header.header-style-1.header-style-2 .sticky-wrapper .menu-area .navbar ul li:hover>a {
    color: #086ad8
}

#reactheme-header.header-style-1.header-style-2 .sticky-wrapper .menu-area .navbar ul ul.sub-menu li>a {
    color: #202427
}

#reactheme-header.header-style-1.header-style-2 .sticky-wrapper .menu-area .navbar ul ul.sub-menu li>a:hover {
    color: #378cff
}

#reactheme-header.header-style-1.header-style-2 .sticky-wrapper .menu-area .navbar ul li.current-menu-ancestor a,
#reactheme-header.header-style-1.header-style-2 .sticky-wrapper .menu-area .navbar ul li.current_page_item a {
    color: #378cff
}

#reactheme-header.header-style-1.header-style-2 .sticky-wrapper .sticky_search,
#reactheme-header.header-style-1.header-style-2 .sticky-wrapper .menu-cart-area i {
    color: #fff
}

#reactheme-header.header-style-1.header-style-2 .sticky-wrapper .nav-link-container .nav-menu-link span {
    background: #fff
}

#reactheme-header.header-style-1.header-style-2 .sticky-wrapper .header-inner.sticky .box-layout {
    background: #fff
}

#reactheme-header.header-style-1.header-style-2 .sticky-wrapper .header-inner.sticky .menu-area .navbar ul li>a {
    color: #000
}

#reactheme-header.header-style-1.header-style-2 .sticky-wrapper .header-inner.sticky .sticky_search,
#reactheme-header.header-style-1.header-style-2 .sticky-wrapper .header-inner.sticky .menu-cart-area i {
    color: #000
}

#reactheme-header.header-style-5 .sticky-wrapper {
    background: 0 0;
    position: absolute;
    width: 100%;
    z-index: 9;
    transition: all .5s ease
}

.slider-style-8 #cl-testimonial.testimonials-area.slider8 {
    margin-top: -46px;
    padding-right: 35%
}

.slider-style-8 #cl-testimonial.testimonials-area.slider8:before {
    content: "";
    position: absolute;
    left: -70px;
    top: 46px;
    width: 120%;
    height: 134%;
    display: block;
    background: #378cff
}

.sticky_form.rts-search-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    background: rgba(8, 61, 89, .98);
    width: 100%;
    height: 100%;
    z-index: 9999;
    left: 0
}

.sticky_form.rts-search-popup button {
    background: 0 0
}

.sticky_form.rts-search-popup button:hover {
    color: #086ad8
}

.sticky_form.rts-search-popup .sticky_form_search.sticky_form_search:before {
    margin-left: 0 !important
}

.sticky_form_full {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 500px
}

.sticky_form_full button i:before {
    color: #fff;
    opacity: .7
}

.sticky_form .search-input {
    background: 0 0;
    border: none;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    outline: none;
    border-radius: 0
}

.close-search {
    position: fixed;
    right: 50px;
    top: 50px;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
    transition: all .5s ease
}

.close-search:before {
    font-size: 13px
}

#reactheme-header .sticky .menu-cart-area,
#reactheme-header .sticky .sidebarmenu-search {
    display: none !important
}

#reactheme-header.header-style-4 .btn_quote {
    display: inline-block;
    vertical-align: top;
    padding: 22px 0
}

#reactheme-header .menu-cart-area span.icon-num {
    background: #f2f2f2;
    color: #212121
}

.sticky .menu-area .navbar ul li .sub-menu {
    top: 100%
}

.header-transparent .menu-cart-area span.icon-num,
.header-style2 .menu-cart-area span.icon-num {
    background: #fff;
    color: #000
}

#reactheme-header.main-menu-icon-hide .menu-area .navbar ul>li.menu-item-has-children>a {
    margin-right: 10px
}

#reactheme-header .menu-area .navbar ul>li.mega.col2>ul {
    max-width: 500px
}

.menu-area .navbar ul li.mega.col2 ul.sub-menu {
    min-width: 130px
}

.mega {
    position: static !important
}

#reactheme-header .menu-area .navbar ul>li.mega>ul {
    width: 100%;
    padding: 21px 40px
}

#reactheme-header .menu-area .navbar ul>li.mega.classic>ul {
    transition: unset
}

#reactheme-header .menu-area .navbar ul>li.mega.mega-two-cols>ul {
    width: 55%;
    right: auto;
    left: auto
}

#reactheme-header .menu-area .container-fluid .navbar ul>li.mega.mega-two-cols>ul {
    width: 38.2%
}

#reactheme-header .menu-area .navbar ul li.mega ul.sub-menu li a {
    padding: 10px 0
}

#reactheme-header .menu-area .navbar ul li.mega ul li a {
    font-size: 15px;
    font-weight: 600;
    position: relative;
    cursor: auto
}

#reactheme-header .menu-area .navbar ul li.mega ul li a:after {
    content: "";
    position: absolute;
    width: 35px;
    height: 1px;
    background: #fff;
    top: 23px;
    display: inline-block;
    margin-left: 7px
}

body #reactheme-header .menu-area .navbar ul li.mega.mega-normal ul li a {
    font-size: 14px;
    font-weight: 400;
    cursor: pointer
}

body.mega-classic #reactheme-header .row-table {
    position: relative
}

#reactheme-header .menu-area .navbar ul li.mega ul>li a {
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 400;
    cursor: pointer
}

#reactheme-header .menu-area .navbar ul li.mega ul>li a:after {
    display: none
}

#reactheme-header .menu-area .navbar ul>li.mega>ul li ul li a {
    border-bottom: none
}

#reactheme-header .menu-area .navbar ul li.mega ul>li {
    float: left !important
}

#reactheme-header .menu-area .navbar ul li.mega ul>li.three-col {
    width: 33.33%
}

#reactheme-header .menu-area .navbar ul li.mega ul>li.two-col {
    width: 50%
}

#reactheme-header .menu-area .navbar ul li.mega ul>li.four-col {
    width: 25%
}

#reactheme-header .menu-area .navbar ul li.mega ul li ul.sub-menu {
    display: block;
    width: 99%
}

#reactheme-header .menu-area .navbar ul li.mega ul li ul li {
    width: 100% !important;
    float: none !important;
    margin: 0
}

#reactheme-header .menu-area .navbar ul>li.mega>ul>li>a {
    font-size: 17px !important;
    font-weight: 600;
    border: none;
    cursor: auto;
    background: 0 0;
    color: #333 !important
}

#reactheme-header .menu-area .navbar ul>li.mega>ul>li>a:before {
    display: none
}

#reactheme-header .menu-area .navbar ul li.mega ul li ul.sub-menu {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
    box-shadow: none
}

#reactheme-header .menu-area .navbar ul li.mega ul li ul li:last-child a {
    border: none
}

#reactheme-header .menu-area .navbar ul li.mega ul li ul li {
    border: none
}

#reactheme-header .menu-area nav.navbar ul li.mega ul li .sub-menu {
    position: relative;
    opacity: 1;
    transform: scaleY(1)
}

#reactheme-header .menu-area nav.navbar ul li.mega ul li .sub-menu {
    right: auto !important;
    left: auto !important;
    padding: 0
}

nav.nav.navbar,
.menu-area .col-sm-9.menu-responsive {
    position: static !important
}

.menu-area .navbar ul>li.mega>ul.sub-menu .flex-mega {
    display: flex;
    justify-content: space-between
}

.user-icons {
    margin-left: 15px
}

.user-icons a {
    color: #fff;
    border: 1px solid #eee;
    width: 32px;
    display: block;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    height: 32px;
    line-height: 29px
}

.user-icons a:hover {
    color: #378cff;
    border-color: #378cff
}

.reactheme-innner-offcanvas-contents {
    padding-top: 40px
}

.reactheme-innner-offcanvas-contents .footer_social {
    margin: 30px 0 0
}

#reactheme-header.header-style2 .header-inner .menu-area {
    background: 0 0 !important
}

.hfe-site-sticky-logo-img {
    display: none
}

.sticky .hide_logo_desktop {
    display: none
}

.sticky .hfe-site-sticky-logo-img {
    display: block
}

.menu-wrap-off {
    position: fixed;
    z-index: 9999;
    width: 100%;
    right: 0;
    top: 0;
    height: 100%;
    background: #fff;
    padding: 46px 30px 50px;
    font-size: 1.15em;
    -webkit-transform: translate3d(520px, 0, 0);
    transform: translate3d(520px, 0, 0);
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s;
    -webkit-transition-timing-function: cubic-bezier(.7, 0, .3, 1);
    transition-timing-function: cubic-bezier(.7, 0, .3, 1);
    max-width: 320px;
    overflow-y: auto;
    box-shadow: 0 0 30px rgba(0, 0, 0, .2)
}

.menu-wrap-off .offcanvas_logo {
    padding-bottom: 30px
}

.menu-wrap-off .widget_media_gallery .gallery {
    margin: 0
}

.menu-wrap-off .widget_media_gallery .gallery-item {
    margin: 0
}

.menu-wrap-off .widget_media_gallery .gallery-item .gallery-icon {
    padding: 8px
}

.menu-wrap-off .widget_media_gallery .gallery-item .gallery-icon img {
    border-radius: 3px
}

.menu-wrap-off .inner-offcan {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    padding: 40px 20px 0 0;
    overflow-x: hidden;
    overflow-y: auto;
    display: flex
}

.menu-wrap-off .inner-offcan .nav-link-container {
    position: absolute;
    left: 45px;
    top: 25px;
    display: block;
    z-index: 99
}

.menu-wrap-off .inner-offcan .nav-link-container .close-button {
    background: #378cff;
    color: #fff;
    padding: 6px;
    display: block;
    border-radius: 6px;
    width: 45px;
    height: 45px;
    text-align: center;
    box-shadow: 0 0 25px rgba(0, 0, 0, .1)
}

.menu-wrap-off .inner-offcan .nav-link-container .close-button span {
    background: #fff;
    margin: 4px 5px
}

.menu-wrap-off .inner-offcan .nav-link-container .close-button:hover {
    opacity: .8
}

.menu-wrap-off .logo-area {
    text-align: left;
    display: block;
    width: 100%;
    padding-bottom: 50px
}

.nav-link-container #close-button2.close-button span.hamburger1 {
    transform: rotate(-45deg) translate(-4px, 4px);
    width: 24px
}

.nav-link-container #close-button2.close-button span.hamburger3 {
    -webkit-transform: rotate(45deg) translate(0px, 0px);
    transform: rotate(45deg) translate(0px, 0px);
    width: 24px
}

body.logged-in .menu-wrap-off {
    padding: 63px 30px 50px 50px
}

body.logged-in .menu-wrap-off .inner-offcan .nav-link-container {
    top: 50px
}

.off-nav-layer {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: -1;
    background: #fff;
    border-radius: 50%;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
    display: block !important
}

.off-nav-layer.off-open {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    display: block
}

.menu-ofcn.off-open {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .8s;
    transition: transform .8s;
    transition-timing-function: ease;
    -webkit-transition-timing-function: cubic-bezier(.9, 0, .3, 1);
    transition-timing-function: cubic-bezier(.9, 0, .3, 1)
}

.inner-offcan {
    opacity: 0;
    transition: all .8s ease
}

body.on-offcanvas .menu-ofcn.off-open .inner-offcan {
    opacity: 1
}

.off-nav-layer {
    background: #fff
}

.mobile-menu-container ul li.active a {
    color: #378cff
}

body.page-template-page-single .mobile-menu-container {
    position: fixed;
    z-index: 999999;
    width: 400px;
    right: 0;
    top: -1px;
    height: 100%;
    background: #fff;
    padding: 46px 50px 50px 35px;
    font-size: 1.15em;
    -webkit-transform: translate3d(400px, 0, 0);
    transform: translate3d(400px, 0, 0);
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s;
    -webkit-transition-timing-function: cubic-bezier(.7, 0, .3, 1);
    transition-timing-function: cubic-bezier(.7, 0, .3, 1)
}

body.page-template-page-single .mobile-menu-container.nav-inactive-menu-link-container.nav-active-menu-container {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.menu-sticky {
    margin: 0;
    width: 100%;
    z-index: 99;
    transition: all .3s ease-in-out;
    background: 0 0
}

.menu-sticky.sticky {
    position: fixed !important;
    background: #fff;
    box-shadow: 0 0 20px -10px rgba(0, 0, 0, .8);
    padding: 0
}

.menu-sticky.sticky .toolbar-area {
    display: none
}

.menu-sticky.sticky .navbar-menu {
    width: 100%
}

.menu-sticky.sticky .navbar ul li>a {
    color: #333;
    font-size: 14px
}

.menu-sticky.sticky .nav-link-container i {
    color: #333
}

.sticky-logo {
    display: none
}

.sticky .logo-area {
    display: none
}

.sticky .logo-area.sticky-logo {
    display: block
}

.react-sideabr.dynamic-sidebar .service-singles {
    list-style: none;
    padding: 0;
    box-shadow: none
}

.react-sideabr.dynamic-sidebar .service-singles .widget-title {
    padding: 0
}

.react-sideabr.dynamic-sidebar .service-singles .widget-title:after {
    display: none
}

.react-sideabr.dynamic-sidebar .service-singles .menu li {
    border: none !important;
    margin-top: 0 !important
}

.react-sideabr.dynamic-sidebar .service-singles .menu li a {
    display: block;
    border: 2px solid #d3e1fb;
    padding: 16px 18px;
    transition: all .5s ease;
    border-radius: 5px;
    position: relative;
    font-size: 16px;
    font-weight: 700
}

.react-sideabr.dynamic-sidebar .service-singles .menu li a:before {
    content: "\f113";
    position: absolute;
    right: 12px;
    top: 16px;
    font-family: Flaticon;
    color: #086ad8
}

.react-sideabr.dynamic-sidebar .service-singles .menu li a:hover {
    background: #378cff;
    color: #fff;
    border-radius: 5px;
    border-color: #378cff
}

.react-sideabr.dynamic-sidebar .service-singles .menu li a:hover:before {
    color: #fff
}

.react-sideabr.dynamic-sidebar .service-singles .menu li.current-menu-item a {
    background: #378cff;
    color: #fff;
    border-color: #378cff
}

.react-sideabr.dynamic-sidebar .service-singles .menu li.current-menu-item a:before {
    color: #fff
}

.react-sideabr.dynamic-sidebar .phones .address-icon:before {
    opacity: .2 !important;
    visibility: visible !important
}

.rstbd {
    display: flex;
    justify-content: space-between
}

.rstbd .tab-image {
    flex: 0 0 50%
}

.rstbd .tab-image img {
    padding-right: 50px
}

.rstbd .tab-contents a.button {
    background: #378cff;
    color: #fff;
    padding: 12px 32px;
    border-radius: 5px;
    transition: all .3s ease 0s;
    display: inline-block
}

.rstbd .tab-contents a.button:hover {
    opacity: .8
}

body .reactheme-testimonial-slider2 .testi-item .user-info>img {
    max-width: 100%
}

.reactheme-video.default .contents-area {
    position: relative
}

.reactheme-video.default .contents-area .video_title {
    margin: 0;
    padding-bottom: 12px
}

.reactheme-video.default .overly-default {
    background: #fff;
    border-radius: 50%
}

.reactheme-video.default .overly-default:before {
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    position: absolute;
    background-color: inherit;
    border-radius: inherit;
    animation: pulse-border 3s ease infinite;
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin-top: 9px;
    margin-left: 6px
}

.reactheme-video.default .overly-default:after {
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    position: absolute;
    background-color: inherit;
    border-radius: inherit;
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin-top: 9px;
    margin-left: 6px;
    transform: translate(-50%, -50%)
}

.reactheme-video.default .overly-default .popup-videos {
    position: relative
}

.reactheme-video.default .overly-default .popup-videos i {
    font-size: 22px
}

div.order-recover input[type=text] {
    height: 56px !important
}

.lp-list-table thead tr th {
    color: #fff !important
}

.alignitems {
    align-items: center
}

.body-close {
    opacity: 0;
    visibility: hidden
}

.type-product.featured {
    text-align: left
}

body.off-open .body-close {
    position: absolute;
    width: 100%;
    background: #000;
    height: 100%;
    top: 0;
    bottom: 0;
    opacity: .5;
    z-index: 9999;
    visibility: visible;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    right: 100%;
    cursor: grab
}

header#reactheme-header.header-style3 .sticky-wrapper {
    position: absolute;
    width: 100%
}

header#reactheme-header.header-style3 .header-inner .menu-sticky .menu-area {
    background: 0 0
}

.rstab-main ul.nav {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.rstab-main ul.nav.bubble li a.active {
    position: relative
}

.rstab-main ul.nav.bubble li a.active:after {
    top: 100%;
    left: 15%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #086ad8;
    border-width: 12px;
    margin-left: -30px
}

.rstab-main ul.nav li {
    margin-right: 20px
}

.rstab-main ul.nav li span {
    color: #378cff;
    padding-right: 7px
}

.rstab-main ul.nav li a {
    background: #f1f1f1;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 1px
}

.rstab-main ul.nav li a.active {
    background: #086ad8;
    color: #fff
}

.rstab-main ul.nav li a img.center {
    margin: 0 auto 12px
}

.rstab-main ul.nav li a img.right {
    margin: 0 0 12px auto
}

.rstab-main ul.nav li:first-child {
    margin-left: 0 !important
}

.rstab-main ul.nav li:last-child {
    margin-right: 0 !important
}

.rstab-main ul.nav li a:hover {
    background: #086ad8
}

.rstab-main ul.nav.icon_top li a,
.rstab-main ul.nav.icon_top li a img,
.rstab-main ul.nav.icon_top li a i {
    display: block
}

.rstab-main .tab-content {
    background: #fff;
    padding: 10px;
    overflow: hidden
}

.rstab-main .tab-content p:last-child {
    margin: 0
}

.rstab-main.vertical {
    display: flex
}

.rstab-main.vertical ul.nav {
    margin: 0 20px 0 0;
    display: block
}

.rstab-main.vertical ul.nav.bubble li a.active {
    position: relative
}

.rstab-main.vertical ul.nav.bubble li a.active:after {
    top: 100%;
    left: auto;
    right: -24px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #086ad8;
    border-width: 12px;
    margin-left: -30px
}

.rstab-main .tab-pane.active {
    animation: slide-down 2s ease-out
}

.rstab-main.no_item_menu ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.rstab-main.no_item_menu.left {
    text-align: left
}

.rstab-main.no_item_menu.center {
    text-align: center
}

.rstab-main.no_item_menu.right {
    text-align: right
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(50%)
    }
    50% {
        opacity: 1;
        transform: translateY(0)
    }
}

.offcanvas-icon span.dot1,
.offcanvas-icon span.dot2,
.offcanvas-icon span.dot3,
.offcanvas-icon span.dot4 {
    width: 7px !important;
    height: 7px !important;
    border-radius: 50%;
    float: left
}

.rstab-main .nav-nav-tabs {
    display: inline-flex;
    margin: 0
}

.reactheme-addon-services .services-part {
    position: relative;
    transition: all .8s ease
}

.bdr-none .reactheme-events-style1 .events-short {
    border: none
}

.testimonial-item .item-content {
    position: relative
}

.team-slider-style4 .team-item .team-content .team-name a {
    font-weight: 700
}

.team-slider-style4 .team-item .team-content .team-title {
    font-weight: 600
}

.rsaddon-unique-slider .blog-item {
    border: none;
    background: 0 0 !important
}

.rsaddon-unique-slider .blog-item .blog-inner-wrap {
    margin: 0 15px;
    margin-bottom: 20px;
    background: #fff
}

.rsaddon-unique-slider .blog-item .blog-content {
    padding: 40px 35px 16px
}

.rsaddon-unique-slider .blog-item .blog-content .blog-meta {
    font-size: 14px;
    text-transform: capitalize;
    display: flex
}

.rsaddon-unique-slider .blog-item .blog-content .blog-meta li:first-child {
    padding-right: 4px
}

.rsaddon-unique-slider .blog-item .blog-content .blog-meta span.admin {
    margin-right: 20px
}

.rsaddon-unique-slider .blog-item .blog-content .blog-meta span.admin i {
    margin-right: 4px
}

.rsaddon-unique-slider .blog-item .blog-content .blog-meta span.date {
    margin-right: 20px
}

.rsaddon-unique-slider .blog-item .blog-content .blog-meta span.date i {
    margin-right: 4px;
    font-size: 13px
}

.rsaddon-unique-slider .blog-item .blog-content p.txt {
    font-size: 15px
}

.rsaddon-unique-slider .blog-item .blog-content .btn-btm {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #f4f0f0;
    padding-top: 20px
}

.rsaddon-unique-slider .blog-item .blog-content .btn-btm a.reactheme-btns {
    color: #394459;
    font-size: 15px;
    position: relative
}

.rsaddon-unique-slider .blog-item .blog-content .btn-btm a.reactheme-btns:after {
    content: "\f105";
    font-family: fontawesome;
    font-size: 18px;
    position: relative;
    right: 0;
    top: 1px;
    display: inline-block;
    margin-left: 3px;
    font-weight: 600
}

.rsaddon-unique-slider .blog-item .blog-content .btn-btm .post-categories {
    display: flex;
    position: relative;
    padding-left: 22px
}

.rsaddon-unique-slider .blog-item .blog-content .btn-btm .post-categories:before {
    content: "\f02d";
    font-family: fontawesome;
    font-size: 15px;
    color: #000;
    position: absolute;
    left: 0;
    top: 1px
}

.rsaddon-unique-slider .blog-item .blog-content .btn-btm .post-categories li {
    padding-right: 10px
}

.rsaddon-unique-slider .blog-item .blog-content .btn-btm .post-categories li a {
    font-size: 14px;
    text-transform: capitalize;
    color: #394459
}

.rsaddon-unique-slider .blog-item .blog-content h3.blog-name {
    margin: 0
}

.rsaddon-unique-slider .blog-item .blog-content h3.blog-name a {
    font-size: 22px;
    color: #273c66
}

.rsaddon-unique-slider .reactheme-blog-grid1.blog-item .cat_list ul li a {
    bottom: unset;
    top: 30px;
    left: 30px;
    right: auto;
    background: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 0 8px
}

.rsaddon-unique-slider.rt-blog-style1.slider-style-1.rs-addon-slider .slick-next {
    border-radius: unset;
    top: -90px;
    right: 13px
}

.rsaddon-unique-slider.rt-blog-style1.slider-style-1.rs-addon-slider .slick-prev {
    border-radius: unset;
    left: unset;
    right: 88px;
    top: -90px
}

.rsaddon-unique-slider.rt-blog-style1.slider-style-1.rs-addon-slider .slick-next,
.rsaddon-unique-slider.rt-blog-style1.slider-style-1.rs-addon-slider .slick-prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: 0 0;
    border: 2px solid #f2f2f2
}

.rsaddon-unique-slider.rt-blog-style1.slider-style-1.rs-addon-slider .slick-next:before,
.rsaddon-unique-slider.rt-blog-style1.slider-style-1.rs-addon-slider .slick-prev:before {
    color: #040404
}

.rsaddon-unique-slider.rt-blog-style1.slider-style-1.rs-addon-slider .slick-next:hover,
.rsaddon-unique-slider.rt-blog-style1.slider-style-1.rs-addon-slider .slick-prev:hover {
    background: #086ad8
}

.rsaddon-unique-slider.rt-blog-style1.slider-style-1.rs-addon-slider .slick-next:hover:before,
.rsaddon-unique-slider.rt-blog-style1.slider-style-1.rs-addon-slider .slick-prev:hover:before {
    color: #fff
}

#waretech-load {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f7f7f7;
    z-index: 999999
}

#waretech-load .preloader {
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 0;
    text-align: left;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px
}

#waretech-load .preloader span {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #378cff;
    -webkit-animation: preloader 1.3s linear infinite;
    animation: preloader 1.3s linear infinite
}

#waretech-load .preloader span:last-child {
    animation-delay: -.8s;
    -webkit-animation-delay: -.8s
}

@keyframes preloader {
    0% {
        transform: scale(0, 0);
        opacity: .5
    }
    100% {
        transform: scale(1, 1);
        opacity: 0
    }
}

@-webkit-keyframes preloader {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: .5
    }
    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0
    }
}

.reactheme-image-hover-effect {
    transition: all .5s ease
}

.reactheme-image-hover-effect .image-part {
    position: relative
}

.reactheme-image-hover-effect .image-part .image-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #086ad8;
    display: block;
    width: 100%;
    height: 100%
}

.reactheme-image-hover-effect .effect-icons.tops {
    background: #ffff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: -44px;
    text-align: center;
    right: 0;
    margin: 0 auto;
    box-shadow: 0 0 50px #eee
}

.reactheme-image-hover-effect .effect-icons.tops img {
    width: 30px
}

.reactheme-image-hover-effect .effect-icons.bottoms {
    padding-bottom: 20px
}

.reactheme-image-hover-effect .image-content {
    position: relative
}

.reactheme-image-hover-effect .image-content .button-part.bottom {
    position: absolute;
    left: 50%;
    bottom: -14px;
    transform: translateX(-50%);
    transition: all .8s ease;
    opacity: 0;
    visibility: hidden;
    width: 100%
}

.reactheme-image-hover-effect:hover {
    position: relative;
    transform: translateY(-10px);
    transition: all .8s ease
}

.reactheme-image-hover-effect:hover .image-content .button-part.bottom {
    opacity: 1;
    visibility: visible
}

figure.gallery-item .gallery-icon {
    position: relative;
    overflow: hidden
}

figure.gallery-item .gallery-icon a img {
    transition: all .8s ease
}

figure.gallery-item .gallery-icon a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: block;
    transition: all .8s ease;
    z-index: 1
}

figure.gallery-item:hover .gallery-icon a:before {
    opacity: .4
}

figure.gallery-item:hover .gallery-icon a img {
    transform: scale(1.1)
}

.reactheme-breadcrumbs.porfolio-details.align-brea-lefts .breadcrumbs-inner {
    text-align: left !important
}

.reactheme-breadcrumbs.porfolio-details.align-brea-lefts .breadcrumbs-inner h1.page-title {
    max-width: 100%
}

.reactheme-breadcrumbs.porfolio-details.align-brea-lefts .col-md-12.text-center {
    text-align: left !important
}

.reactheme-footer .recent-post-widget .show-featured .post-desc i {
    color: #378cff
}

.recent-post-widget .post-item .post-desc h5 {
    margin: 0 0 4px
}

.recent-post-widget .post-item .post-desc ul {
    margin: 0;
    list-style: none
}

.recent-post-widget .post-item .post-desc ul li {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important
}

.wpcf7 .action-form {
    position: relative
}

.wpcf7 .action-form .wpcf7-form-control-wrap.your-email .wpcf7-text {
    width: 100%
}

.wpcf7 .action-form .wpcf7-form-control-wrap.your-email .wpcf7-not-valid-tip {
    display: none
}

.wpcf7 .action-form .wpcf7-submit {
    height: 63px;
    border: 0;
    position: absolute;
    right: 0
}

@media only screen and (max-width:1440px) {
    #reactheme-header.header-style1.header1 .row-table .header-logo {
        margin: 0 20px
    }
}

.reactheme-footer {
    background: #222;
    position: relative;
    background-position: center bottom
}

.reactheme-footer .widget select {
    color: #000;
    border: 0;
    border-right: 8px solid #fff
}

.reactheme-footer .footer1,
.reactheme-footer .footer2 {
    padding-right: 50px
}

.reactheme-footer .white-bg {
    background: #fff;
    padding: 20px 0
}

.reactheme-footer #wp-calendar td {
    color: #fff !important;
    padding: 10px;
    border: 1px solid #ccc
}

.reactheme-footer #wp-calendar td#today {
    color: #378cff
}

.reactheme-footer #wp-calendar th {
    background: #378cff !important;
    color: #fff !important;
    padding: 10px;
    border: 1px solid #ccc
}

.reactheme-footer .widget {
    margin: 0 0 30px;
    overflow: hidden
}

.reactheme-footer .widget.widget_nav_menu ul li {
    position: relative
}

.reactheme-footer .widget.widget_nav_menu ul li a:hover {
    color: #378cff
}

.reactheme-footer .container-fluid {
    padding-left: 100px;
    padding-right: 100px
}

.reactheme-footer .footer-1 {
    padding-left: 80px
}

.reactheme-footer.footer-style-1 .footer-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 140px
}

.reactheme-footer.footer-style-1 .footer-1:before {
    content: '';
    position: absolute;
    left: 60px;
    top: 15px;
    height: 82%;
    width: 1px;
    background: #378cff
}

@media (max-width:1500px) {
    .reactheme-footer.footer-style-1 .footer-1 {
        padding-left: 100px
    }
}

@media (max-width:1300px) {
    .reactheme-footer.footer-style-1 .footer-1,
    .reactheme-footer.footer-style-1 .footer-2,
    .reactheme-footer.footer-style-1 .footer-3,
    .reactheme-footer.footer-style-1 .footer-4 {
        padding-left: 40px !important
    }
    .reactheme-footer.footer-style-1 .footer-1 {
        padding-left: 100px
    }
    .reactheme-footer.footer-style-1 .footer-1:before {
        left: 40px !important
    }
}

@media (max-width:1285px) {
    .reactheme-footer.footer-style-1 .footer-1,
    .reactheme-footer.footer-style-1 .footer-2,
    .reactheme-footer.footer-style-1 .footer-3,
    .reactheme-footer.footer-style-1 .footer-4 {
        padding-left: 30px !important
    }
    .reactheme-footer.footer-style-1 .footer-1 {
        padding-left: 50px
    }
    .reactheme-footer.footer-style-1 .footer-2 .widget_contact_widget {
        padding: 0
    }
    .reactheme-footer.footer-style-1 .footer-3 {
        padding-right: 15px
    }
}

@media (max-width:1200px) {
    .reactheme-footer.footer-style-1 .footer-1:before {
        display: none
    }
}

@media (max-width:992px) {
    .reactheme-footer.footer-style-1 .footer-1,
    .reactheme-footer.footer-style-1 .footer-2,
    .reactheme-footer.footer-style-1 .footer-3,
    .reactheme-footer.footer-style-1 .footer-4 {
        padding-left: 15px !important
    }
    .reactheme-footer.footer-style-1 .footer-1 {
        padding-left: 0;
        align-items: flex-start
    }
    .reactheme-footer.footer-style-1 .footer-2 {
        padding-left: 15px
    }
}

@media (max-width:768px) {
    .reactheme-footer.footer-style-1 .footer #footer-menu {
        justify-content: center !important
    }
    .reactheme-footer.footer-style-1 .footer #footer-menu li a {
        padding: 0 20px 0 0
    }
    .reactheme-footer.footer-style-1 .footer #footer-menu li:last-child a {
        padding: 0
    }
    .reactheme-footer.footer-style-1 .footer-bottom .copyright p {
        font-size: 12px !important
    }
}

.reactheme-footer.footer-style-2 .footer-top .widget_reactheme_soical_widget,
.reactheme-footer.footer-style-3 .footer-top .widget_reactheme_soical_widget {
    display: none
}

.reactheme-footer.footer-style-2 .footer-logo-wrap,
.reactheme-footer.footer-style-3 .footer-logo-wrap {
    padding-left: 0
}

.reactheme-footer.footer-style-2 .section-footer-2,
.reactheme-footer.footer-style-3 .section-footer-2 {
    padding-top: 80px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 30px
}

.reactheme-footer.footer-style-2 .section-footer-2 .footer_social,
.reactheme-footer.footer-style-3 .section-footer-2 .footer_social {
    text-align: right
}

.reactheme-footer.footer-style-2 .footer-top,
.reactheme-footer.footer-style-3 .footer-top {
    padding-top: 0 !important;
    padding-bottom: 0;
    border-bottom: 1px solid #ededed
}

.reactheme-footer.footer-style-2 .footer-0,
.reactheme-footer.footer-style-3 .footer-0,
.reactheme-footer.footer-style-2 .footer-1,
.reactheme-footer.footer-style-3 .footer-1,
.reactheme-footer.footer-style-2 .footer-2,
.reactheme-footer.footer-style-3 .footer-2,
.reactheme-footer.footer-style-2 .footer-3,
.reactheme-footer.footer-style-3 .footer-3 {
    padding-top: 80px;
    padding-bottom: 50px;
    position: relative
}

.reactheme-footer.footer-style-2 .footer-0:before,
.reactheme-footer.footer-style-3 .footer-0:before,
.reactheme-footer.footer-style-2 .footer-1:before,
.reactheme-footer.footer-style-3 .footer-1:before,
.reactheme-footer.footer-style-2 .footer-2:before,
.reactheme-footer.footer-style-3 .footer-2:before,
.reactheme-footer.footer-style-2 .footer-3:before,
.reactheme-footer.footer-style-3 .footer-3:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #ededed;
    left: -27px;
    top: 0;
    z-index: 1
}

.reactheme-footer.footer-style-2 .footer-1,
.reactheme-footer.footer-style-3 .footer-1 {
    padding-left: 0 !important
}

.reactheme-footer.footer-style-2 .footer-1:before,
.reactheme-footer.footer-style-3 .footer-1:before {
    left: 27px
}

.reactheme-footer.footer-style-2 .footer-2 .widget_contact_widget,
.reactheme-footer.footer-style-3 .footer-2 .widget_contact_widget {
    padding-left: 0
}

.reactheme-footer.footer-style-2 .footer-0:before,
.reactheme-footer.footer-style-3 .footer-0:before {
    display: none
}

@media (max-width:1340px) {
    .reactheme-footer.footer-style-2 .footer-2 .address1,
    .reactheme-footer.footer-style-3 .footer-2 .address1 {
        padding-right: 20px
    }
}

@media (max-width:1200px) {
    .reactheme-footer.footer-style-2,
    .reactheme-footer.footer-style-3 {
        padding: 50px 0;
        padding-bottom: 20px
    }
    .reactheme-footer.footer-style-2 .footer-0,
    .reactheme-footer.footer-style-3 .footer-0,
    .reactheme-footer.footer-style-2 .footer-1,
    .reactheme-footer.footer-style-3 .footer-1,
    .reactheme-footer.footer-style-2 .footer-2,
    .reactheme-footer.footer-style-3 .footer-2,
    .reactheme-footer.footer-style-2 .footer-3,
    .reactheme-footer.footer-style-3 .footer-3 {
        padding-top: 0 !important
    }
    .reactheme-footer.footer-style-2 .footer-0:before,
    .reactheme-footer.footer-style-3 .footer-0:before,
    .reactheme-footer.footer-style-2 .footer-1:before,
    .reactheme-footer.footer-style-3 .footer-1:before,
    .reactheme-footer.footer-style-2 .footer-2:before,
    .reactheme-footer.footer-style-3 .footer-2:before,
    .reactheme-footer.footer-style-2 .footer-3:before,
    .reactheme-footer.footer-style-3 .footer-3:before {
        display: none
    }
}

@media (max-width:1200px) {
    .reactheme-footer.footer-style-2,
    .reactheme-footer.footer-style-3 {
        padding: 50px 0;
        padding-bottom: 20px
    }
    .reactheme-footer.footer-style-2 .footer-top,
    .reactheme-footer.footer-style-3 .footer-top {
        padding-top: 50px !important
    }
}

@media (max-width:992px) {
    .reactheme-footer.footer-style-2,
    .reactheme-footer.footer-style-3 {
        padding: 50px 0;
        padding-bottom: 20px
    }
    .reactheme-footer.footer-style-2 .footer-1,
    .reactheme-footer.footer-style-3 .footer-1 {
        padding-left: 15px !important
    }
    .reactheme-footer.footer-style-2 .footer-1:before,
    .reactheme-footer.footer-style-3 .footer-1:before {
        display: none
    }
}

@media (max-width:768px) {
    .reactheme-footer.footer-style-2 .footer-logo-wrap,
    .reactheme-footer.footer-style-3 .footer-logo-wrap {
        text-align: center;
        margin-bottom: 20px
    }
    .reactheme-footer.footer-style-2 .section-footer-2 .footer_social,
    .reactheme-footer.footer-style-3 .section-footer-2 .footer_social {
        text-align: center
    }
}

.reactheme-footer.footer-style-2 .footer-bottom .row,
.reactheme-footer.footer-style-3 .footer-bottom .row {
    flex-wrap: unset !important
}

.reactheme-footer.footer-style-2 .section-footer-2 .footer_social li a {
    color: #086ad8;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #f0f5f7
}

@media (max-width:1200px) {
    .reactheme-footer.footer-style-3 .footer-top {
        padding-top: 50px !important
    }
}

.reactheme-footer.footer-style-3 .footer-top .widget_reactheme_soical_widget {
    display: none
}

.reactheme-footer.footer-style-3 .footer-logo-wrap {
    padding-left: 0
}

.reactheme-footer.footer-style-3 .section-footer-2 {
    padding-top: 80px;
    border-bottom: 1px solid rgba(255, 255, 255, .102);
    padding-bottom: 30px
}

.reactheme-footer.footer-style-3 .section-footer-2 .footer_social {
    text-align: right
}

.reactheme-footer.footer-style-3 .section-footer-2 .footer_social li a {
    color: #086ad8;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #f0f5f7
}

.reactheme-footer.footer-style-3 .footer-top {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .102)
}

.reactheme-footer.footer-style-3 .footer-top .footer-0,
.reactheme-footer.footer-style-3 .footer-top .footer-1,
.reactheme-footer.footer-style-3 .footer-top .footer-2,
.reactheme-footer.footer-style-3 .footer-top .footer-3 {
    padding-top: 80px;
    padding-bottom: 50px;
    position: relative
}

.reactheme-footer.footer-style-3 .footer-top .footer-0:before,
.reactheme-footer.footer-style-3 .footer-top .footer-1:before,
.reactheme-footer.footer-style-3 .footer-top .footer-2:before,
.reactheme-footer.footer-style-3 .footer-top .footer-3:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, .102);
    left: -27px;
    top: 0;
    z-index: 1
}

.reactheme-footer.footer-style-3 .footer-top .footer-1 {
    padding-left: 90px
}

.reactheme-footer.footer-style-3 .footer-top .footer-1:before {
    left: 27px
}

.reactheme-footer.footer-style-3 .footer-top .footer-0:before {
    display: none
}

.footer-0 p {
    margin-bottom: 0
}

.footer-2 .widget_contact_widget {
    padding-left: 25px
}

.footer-btn-wrap {
    display: block;
    margin-top: 40px
}

.footer-btn-wrap .footer-btn {
    font-weight: 500;
    color: #fff;
    background: #378cff;
    padding: 16px 24px;
    border-radius: 3px;
    font-size: 16px;
    text-transform: uppercase
}

.footer-btn-wrap .footer-btn:hover {
    color: #fff !important;
    opacity: .9
}

.reactheme-footer .copyright-widget .widget {
    margin-bottom: 0
}

.rts-mailchimp input:not([type=submit]) {
    height: auto
}

.reactheme-footer {
    font-size: 16px;
    color: #bababa;
    position: relative
}

.reactheme-footer .widget.widget_nav_menu ul li {
    margin-bottom: 5px
}

.reactheme-footer .widget.widget_nav_menu ul li a {
    position: relative;
    display: inline-block;
    color: #444;
    padding-left: 35px
}

.reactheme-footer .widget.widget_nav_menu ul.menu {
    margin-top: -5px
}

.reactheme-footer .footer-top {
    padding: 80px 0 0
}

.reactheme-footer .footer-top.pt-120 {
    padding-top: 200px
}

.reactheme-footer .footer-top input[type=email]::-webkit-input-placeholder,
.reactheme-footer .footer-top input[type=text]::-webkit-input-placeholder {
    color: #4c7b94 !important
}

.reactheme-footer .footer-top input[type=email]::-moz-placeholder,
.reactheme-footer .footer-top input[type=text]::-moz-placeholder {
    color: #4c7b94 !important
}

.reactheme-footer .footer-top input[type=email]:-ms-input-placeholder,
.reactheme-footer .footer-top input[type=text]:-ms-input-placeholder {
    color: #4c7b94 !important
}

.reactheme-footer .footer-top input[type=email]:-moz-placeholder,
.reactheme-footer .footer-top input[type=text]:-moz-placeholder {
    color: #4c7b94 !important
}

.reactheme-footer .footer-top h3.footer-title {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 35px;
    padding-bottom: 15px;
    position: relative
}

.reactheme-footer .footer-top h3.footer-title:before {
    content: "";
    position: absolute;
    background: #378cff;
    width: 20px;
    height: 1px;
    left: 0;
    top: 100%;
    z-index: 1
}

.reactheme-footer a {
    color: #444
}

.reactheme-footer a:hover {
    color: #378cff
}

.reactheme-footer ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.reactheme-footer ul li:last-child {
    padding-bottom: 0
}

.reactheme-footer .footer-contact-ul {
    margin-left: 0;
    text-align: left;
    padding-left: 1px
}

.reactheme-footer .footer-contact-ul li {
    padding: 0 0 10px 35px;
    position: relative
}

.reactheme-footer .footer-contact-ul li i {
    color: #fff;
    font-size: 20px !important
}

.reactheme-footer .footer-contact-ul li i:before {
    position: absolute;
    left: 0;
    margin-left: 0;
    font-size: 16px;
    top: 6px
}

.reactheme-footer .footer-contact-ul li i.fa-whatsapp {
    position: absolute;
    left: 0;
    margin-left: 0
}

.reactheme-footer .footer-contact-ul li i.fa-whatsapp:before {
    font-size: 23px
}

.reactheme-footer .footer-contact-ul li a {
    color: #99b2bf;
    font-size: 16px
}

.reactheme-footer .footer-contact-ul li a:hover {
    color: #378cff
}

.reactheme-footer .footer-contact-ul li span.time {
    font-weight: 700;
    color: #378cff;
    border-bottom: 1px solid #378cff
}

.reactheme-footer .footer-logo img {
    height: 20px;
    margin: 0
}

.error404 .reactheme-footer {
    margin: 0
}

ul.footer_social li {
    display: inline-block;
    margin-right: 6px
}

ul.footer_social li a {
    color: #fff;
    background: #164964;
    display: block;
    width: 43px;
    height: 42px;
    line-height: 43px;
    text-align: center;
    transition: all .7s ease 0s;
    font-size: 14px;
    border-radius: 0
}

ul.footer_social li a:hover {
    color: #378cff
}

ul.footer_social li:last-child {
    margin-right: 0 !important
}

.footer-bottom {
    padding-top: 20px
}

.footer-bottom .copyright_border {
    padding: 20px 0;
    text-align: center;
    background: #fff
}

.footer-bottom .copyright_border .copyright {
    text-align: center;
    color: #999;
    font-size: 14px
}

.footer-bottom .copyright a {
    color: #378cff
}

.footer-bottom .copyright p {
    margin: 0;
    line-height: 35px
}

.reactheme-footer .footer-bottom .widget_nav_menu ul li:first-child a:before {
    display: none !important
}

.reactheme-footer .footer-bottom .widget_nav_menu ul li:last-child a {
    padding-right: 0 !important
}

.reactheme-footer a {
    color: #e0e0e0
}

.reactheme-footer a:focus {
    color: #e0e0e0
}

#top-to-bottom {
    bottom: 40px;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 40px;
    z-index: 10;
    text-align: center
}

#top-to-bottom i {
    display: block;
    height: 50px;
    font-size: 24px;
    width: 50px;
    border-radius: 50%;
    background: #086ad8;
    color: #fff;
    line-height: 45px;
    transition: all .3s ease 0s;
    background-color: #086ad8;
    margin-left: 2px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, .4)
}

#top-to-bottom i:hover {
    opacity: .8
}

.dialog-buttons-body {
    background: red
}

.reactheme-heading .title-inner .sub-text {
    font-weight: 500;
    margin: 0 0 10px;
    display: block;
    color: #378cff;
    line-height: 28px;
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    letter-spacing: 1px
}

.reactheme-heading .title-inner .sub-text.title-upper {
    text-transform: uppercase
}

.reactheme-heading .title-inner .title {
    color: #333;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    position: relative
}

.reactheme-heading .title-inner .title.title-upper {
    text-transform: uppercase
}

.reactheme-heading .title-inner .title span.watermark {
    position: absolute;
    font-size: 200px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'DM Sans', sans-serif;
    opacity: .05;
    width: 100%;
    left: 0;
    color: inherit;
    white-space: nowrap;
    vertical-align: middle
}

.reactheme-heading .title-inner .title span.watermark-animate {
    font-size: 130px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'DM Sans', sans-serif;
    opacity: .05;
    width: 100%;
    left: 0;
    color: inherit;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    position: absolute;
    -webkit-animation: anim 8s infinite;
    animation: anim 8s infinite;
    animation-direction: alternate-reverse;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.reactheme-heading .title-inner h3.title {
    font-weight: 500
}

.reactheme-heading.style12 .border-top12 {
    width: 50px;
    margin-bottom: 20px;
    display: block
}

.reactheme-heading.style12.text-center .border-top12 {
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

.reactheme-heading.style12 .title {
    margin-bottom: 10px
}

.reactheme-heading.style12 .sub-text {
    font-weight: 500;
    display: block;
    margin-bottom: 25px
}

.reactheme-heading.style1 .title:after {
    content: "";
    position: absolute;
    border: 0;
    width: 50px;
    height: 4px;
    background: #378cff;
    z-index: 1;
    margin-left: 20px;
    top: 16px
}

.reactheme-heading.style11 .sub-text {
    font-family: 'DM Sans', sans-serif
}

.reactheme-heading.style11 .title span.watermark {
    font-size: 180px;
    opacity: .08
}

.reactheme-heading.style11 .title span {
    display: block;
    font-size: 32px;
    font-weight: 600
}

.reactheme-heading.style11 .title-inner {
    position: relative
}

.reactheme-heading.style11 .title-inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    opacity: .5;
    width: 10px;
    height: 100%
}

.reactheme-heading.style11.text-center .title-inner {
    position: relative;
    display: inline-block
}

.reactheme-heading.style11.text-center .title-inner:before {
    content: "";
    position: absolute;
    bottom: 42px;
    left: 0;
    right: 0;
    opacity: .5;
    width: 50%;
    height: 10px;
    margin: 0 auto;
    display: block;
    top: auto
}

.reactheme-heading.style10 .title-inner .sub-text {
    position: relative;
    display: inline-block
}

.reactheme-heading.style10 .title-inner .sub-text:before {
    content: '•';
    position: absolute;
    top: 50%;
    left: -35px;
    color: transparent;
    text-shadow: 10px 0 #086ad8, -10px 0 #086ad8;
    color: #086ad8;
    font-size: .8em;
    -webkit-transition: text-shadow .3s, color .3s;
    -moz-transition: text-shadow .3s, color .3s;
    transition: text-shadow .3s, color .3s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    opacity: 1
}

.reactheme-heading.style10 .title-inner .sub-text:after {
    content: '•';
    position: absolute;
    top: 50%;
    right: -35px;
    color: transparent;
    text-shadow: 10px 0 #086ad8, -10px 0 #086ad8;
    color: #086ad8;
    font-size: .8em;
    -webkit-transition: text-shadow .3s, color .3s;
    -moz-transition: text-shadow .3s, color .3s;
    transition: text-shadow .3s, color .3s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    opacity: 1
}

.reactheme-heading.big .title-inner h2 {
    font-size: 36px;
    line-height: 44px
}

.reactheme-heading.big .description p {
    font-size: 20px;
    line-height: 32px
}

.reactheme-heading.style4 .title-inner .title {
    margin-bottom: 0
}

.reactheme-heading.style4 .title-inner .title-img {
    margin-bottom: 12px
}

.reactheme-heading.style2 {
    position: relative;
    z-index: 1
}

.reactheme-heading.style2 .title {
    display: inline-block;
    position: relative
}

.reactheme-heading.style2 .description p {
    margin-bottom: 12px
}

.reactheme-heading.style2 .title:after {
    content: "";
    position: absolute;
    border: 0;
    width: 50px;
    height: 4px;
    z-index: 9;
    margin-left: 0;
    left: 0;
    bottom: 0
}

.reactheme-heading.style2.light:after {
    background: #fff !important
}

.reactheme-heading.style2.center .title:after {
    left: 0;
    right: 0;
    margin: 0 auto
}

.reactheme-heading.style2.right .title:after {
    left: auto;
    right: 0;
    margin: 0
}

.reactheme-heading.style3 {
    position: relative;
    padding-bottom: 12px
}

.reactheme-heading.style3 h2 {
    margin-bottom: 12px
}

.reactheme-heading.style3 .description {
    position: relative;
    padding-left: 80px
}

.reactheme-heading.style3 .description:after {
    content: "";
    position: absolute;
    border: 0;
    width: 60px;
    height: 2px;
    background: #378cff;
    z-index: 1;
    margin-left: 0;
    left: 0;
    top: 16px
}

.reactheme-heading.style3 .description p {
    margin-bottom: 12px
}

.reactheme-heading.style3.light .description:after {
    background: #fff !important
}

.reactheme-heading.style8 {
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 10px
}

.reactheme-heading.style8 .title-inner {
    padding-left: 25px;
    position: relative;
    display: inline-block
}

.reactheme-heading.style8 .title-inner .sub-text {
    margin-bottom: 5px
}

.reactheme-heading.style8 .title-inner:after {
    content: "";
    position: absolute;
    border: 0;
    width: 2px;
    height: 100%;
    background: #378cff;
    z-index: 1;
    margin-left: 0;
    left: 0;
    top: 0
}

.reactheme-heading.style8 .description {
    padding-left: 25px;
    position: relative
}

.reactheme-heading.style8 .description:after {
    content: "";
    position: absolute;
    border: 0;
    width: 2px;
    height: 100%;
    background: #378cff;
    z-index: 1;
    margin-left: 0;
    left: 0;
    top: 0
}

.reactheme-heading.style8 h2 {
    margin-bottom: 5px
}

.reactheme-heading.style8.text-center .description {
    padding-top: 15px;
    padding-left: 0
}

.reactheme-heading.style8.text-center .description:after {
    display: none
}

.reactheme-heading.style8.light .title-inner:after {
    background: #fff
}

.reactheme-heading.style8.light .description:after {
    background: #fff !important
}

.reactheme-heading.style6 .title-inner {
    position: relative;
    padding-bottom: 12px
}

.reactheme-heading.style6 .title-inner h2 {
    margin-bottom: 12px
}

.reactheme-heading.style6 .title-inner .sub-text {
    position: relative;
    padding-left: 65px;
    color: #378cff
}

.reactheme-heading.style6 .title-inner .sub-text:after {
    content: "";
    position: absolute;
    border: 0;
    width: 50px;
    height: 2px;
    background: #086ad8;
    z-index: 1;
    margin-left: 0;
    left: 0;
    top: 12px
}

.reactheme-heading.style6 .title-inner .sub-text p {
    margin-bottom: 12px
}

.reactheme-heading.style6.text-center .title-inner .sub-text,
.reactheme-heading.style6.text-right .title-inner .sub-text {
    display: inline-block
}

.reactheme-heading.style6.text-center .sub-text {
    position: relative;
    padding-left: 0;
    padding-top: 60px;
    color: #378cff
}

.reactheme-heading.style6.text-center .sub-text:after {
    content: '';
    width: 77px;
    height: 2px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-top: -1px;
    width: 2px;
    height: 50px
}

.reactheme-heading.style6.light .sub-text:after {
    background: #fff !important
}

.reactheme-heading.style6.dark .sub-text:after {
    background: #232023 !important
}

.reactheme-heading.style4 .title-inner {
    position: relative;
    padding-bottom: 12px
}

.reactheme-heading.style4 .title-inner h2 {
    margin-bottom: 12px;
    display: block
}

.reactheme-heading.style4 .title-inner .sub-text {
    position: relative;
    color: #086ad8;
    display: inline-block
}

.reactheme-heading.style4 .title-inner .sub-text:before,
.reactheme-heading.style4 .title-inner .sub-text:after {
    content: "";
    position: absolute;
    border: 0;
    width: 50px;
    height: 2px;
    background: #086ad8;
    z-index: 1;
    margin-left: 0;
    left: -20px;
    top: 15px
}

.reactheme-heading.style4 .title-inner .sub-text:before {
    left: -55px
}

.reactheme-heading.style4 .title-inner .sub-text:after {
    left: auto;
    right: -55px
}

.reactheme-heading.style4 .title-inner .sub-text p {
    margin-bottom: 12px
}

.reactheme-heading.style4.light .sub-text:before,
.reactheme-heading.style4.light .sub-text:after {
    background: #fff !important
}

.reactheme-heading.style4.text-center .title-inner .sub-text,
.reactheme-heading.style4.text-right .title-inner .sub-text {
    display: inline-block
}

.reactheme-heading.style7 .title-inner {
    position: relative;
    padding-bottom: 12px
}

.reactheme-heading.style7 .title-inner h2 {
    margin-bottom: 12px
}

.reactheme-heading.style7 .title-inner .sub-text {
    position: relative;
    padding-right: 65px;
    display: inline-block;
    color: #378cff
}

.reactheme-heading.style7 .title-inner .sub-text:after {
    content: "";
    position: absolute;
    border: 0;
    width: 50px;
    height: 2px;
    background: #378cff;
    z-index: 1;
    margin-left: 0;
    right: 0;
    top: 12px
}

.reactheme-heading.style7 .title-inner .sub-text p {
    margin-bottom: 12px
}

.reactheme-heading.style7 .title-inner.light .sub-text:after {
    background: #fff !important
}

.reactheme-heading.style7 .title-inner.text-center .title-inner .sub-text,
.reactheme-heading.style7 .title-inner.text-right .title-inner .sub-text {
    display: inline-block
}

.reactheme-heading.style9 .title-img {
    margin-bottom: 15px
}

.list-angle-right,
.list-style-circle,
.list-style {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block !important
}

.list-angle-right li,
.list-style-circle li,
.list-style li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 5px
}

.list-angle-right li:before,
.list-style-circle li:before,
.list-style li:before {
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: -2px;
    font-size: 20px;
    color: #378cff
}

.list-angle-right li:before {
    content: "\f105"
}

.list-style-circle li:before {
    content: "\f00c"
}

.list-style li:before {
    content: "\f05d"
}

.history-list {
    margin-bottom: 5px
}

.reactheme-cta .description {
    margin-top: 25px;
    font-size: 15px;
    line-height: 28px;
    font-weight: 400
}

.reactheme-cta .description p:first-child {
    margin: 0
}

.reactheme-cta .description p:last-child {
    margin: 0
}

.reactheme-cta .description ul {
    margin: 0 0 0 18px
}

.reactheme-cta .title-wrap .exp-title {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 0;
    text-align: left
}

.reactheme-cta .title-wrap .eta-subtitle {
    margin-bottom: 0;
    margin-top: 10px;
    line-height: 1.4;
    text-transform: uppercase
}

.reactheme-cta .button-wrap .cta-hints {
    margin-bottom: 0;
    margin-top: 10px;
    margin-right: 10px
}

.reactheme-cta .style1 .hidden-md {
    padding-right: 40px
}

.reactheme-cta .style1 .title-wrap .eta-subtitle {
    margin-top: 15px;
    margin-bottom: 7px
}

.reactheme-cta .style1 .title-wrap .description {
    margin-top: 18px
}

.reactheme-cta .style1 .eta-subtitle {
    text-transform: none
}

.reactheme-cta .style2 {
    text-align: center
}

.reactheme-cta .style2 .title-wrap {
    padding: 25px 0 10px;
    max-width: 650px;
    margin: 0 auto
}

.reactheme-cta .style2 .eta-subtitle {
    font-weight: 500
}

.reactheme-cta .style2 .button-wrap {
    margin-bottom: 10px;
    margin-top: 15px
}

.reactheme-cta.text-left .style2 {
    text-align: left
}

.reactheme-cta.text-left .style2 .title-wrap h2 {
    text-align: left
}

.reactheme-cta.text-left ul.stylelisting {
    list-style-type: none
}

.reactheme-cta.text-left ul.stylelisting li {
    position: relative;
    padding-left: 22px !important;
    line-height: 34px;
    border: none !important
}

.reactheme-cta.text-left ul.stylelisting li:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    content: "\f054";
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 12px
}

.reactheme-cta.text-right .style2 {
    text-align: right
}

.reactheme-cta.text-right .style2 .title-wrap h2 {
    text-align: right
}

.reactheme-cta .style2 .title-wrap .eta-subtitle {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'DM Sans', sans-serif
}

.reactheme-cta .style2 .title-wrap .exp-title {
    text-align: center;
    position: relative;
    z-index: 1
}

.reactheme-cta .style2 .title-wrap .description {
    margin-top: 15px
}

.reactheme-cta.reactheme-cat-style3 {
    padding-bottom: 37px
}

.reactheme-cta.reactheme-cat-style3 .pry-btn {
    height: 55px;
    line-height: 52px;
    border-radius: 30px;
    text-align: center;
    display: inline-block;
    color: #fff;
    padding: 0 50px;
    margin-top: 15px;
    position: relative;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    z-index: 1;
    background: #086ad8;
    border: 2px solid #fff
}

.reactheme-cta.reactheme-cat-style3 .pry-btn:hover {
    border-width: 2px;
    background: #086ad8;
    opacity: .8;
    border-color: #fff
}

.reactheme-cta.reactheme-cat-style3 .cta-wrap .title-wrap .button-wrap {
    padding-top: 20px
}

.reactheme-cta.reactheme-ctabg-style3 .description {
    margin-top: 10px
}

.reactheme-cta.reactheme-ctabg-style3 .pry-btn {
    height: 55px;
    line-height: 52px;
    text-align: center;
    display: inline-block;
    color: #fff;
    padding: 0 30px;
    margin-top: 15px;
    position: relative;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    z-index: 1;
    background: #086ad8;
    border: 2px solid #fff
}

.reactheme-cta.reactheme-ctabg-style3 .pry-btn:hover {
    border-width: 2px;
    background: #086ad8;
    opacity: .8;
    border-color: #fff
}

.reactheme-cta.reactheme-ctabg-style3 .cta-wrap .title-wrap .button-wrap {
    padding-top: 20px
}

.reactheme-contact-box {
    text-align: left
}

.reactheme-contact-box .address-item {
    display: flex;
    position: relative;
    align-items: center;
    margin-bottom: 30px
}

.reactheme-contact-box .address-item:last-child {
    margin-bottom: 0 !important
}

.reactheme-contact-box .address-item .address-icon {
    display: inline-block;
    position: relative;
    background: #378cff;
    height: 70px;
    width: 70px;
    line-height: 70px;
    border-radius: 100%;
    text-align: center
}

.reactheme-contact-box .address-item .address-icon i {
    text-align: center;
    color: #fff;
    border-radius: 100%;
    font-size: 30px;
    position: relative;
    line-height: 70px;
    z-index: 9;
    width: 100%;
    vertical-align: middle;
    margin-left: 0;
    height: auto
}

.reactheme-contact-box .address-item:last-child .address-icon:after {
    display: none
}

.reactheme-contact-box .address-item .address-text {
    font-family: 'DM Sans', sans-serif
}

.reactheme-contact-box .address-item .address-text .contact-title {
    margin-bottom: 1px;
    font-weight: 500;
    font-size: 20px;
    margin-top: 6px
}

.reactheme-contact-box .address-item .address-text .des {
    color: #777
}

.reactheme-contact-box .address-item .address-text .des:hover {
    color: #086ad8
}

.reactheme-contact-box .address-item .address-text .label {
    margin-bottom: 5px
}

.reactheme-contact-box .address-item:hover .address-icon:after,
.reactheme-contact-box .address-item:hover .address-icon:before {
    opacity: 1;
    visibility: visible
}

.reactheme-contact-box .address-item.vertical {
    display: block;
    text-align: center
}

.reactheme-contact-box .address-item.vertical .address-text span.label {
    display: block;
    font-weight: 500;
    font-size: 20px;
    margin-top: 15px
}

.reactheme-contact-box .address-item.horizontal .address-icon {
    margin-right: 20px;
    border: 5px solid #e5e8eb;
    line-height: 57px
}

.reactheme-contact-box .address-item.horizontal .address-text span {
    display: block
}

.reactheme-contact-box .address-item.horizontal .address-text .des {
    font-weight: 700
}

.reactheme-services-default .services-wrap {
    transition: all .5s ease
}

.reactheme-services-default .services-wrap .services-item {
    margin-bottom: 40px
}

.reactheme-services-default .services-wrap .services-item .services-icon {
    font-size: 60px;
    line-height: 60px;
    width: 100%;
    position: relative
}

.reactheme-services-default .services-wrap .services-item .services-icon i {
    color: #378cff
}

.reactheme-services-default .services-wrap .services-item .services-icon:hover {
    background-position: 20px -30px
}

.reactheme-services-default .services-wrap .services-item h4 {
    margin-bottom: 0;
    font-size: 16px;
    text-transform: lowercase;
    font-weight: 400 !important
}

.reactheme-services-default .services-wrap .services-item .services-title {
    font-size: 16px;
    margin: 0 0 5px;
    font-weight: 600 !important;
    line-height: 20px !important
}

.reactheme-services-default.services-center .services-icon {
    display: block;
    font-size: 40px;
    float: none;
    top: 8px;
    text-align: center
}

.reactheme-services-default.services-center .services-icon i {
    margin: 0 auto
}

.reactheme-services-default.services-center .services-desc {
    width: 100%;
    text-align: center
}

.reactheme-services-default.services-right .services-icon {
    display: block;
    font-size: 40px;
    float: none;
    width: 100%;
    text-align: right
}

.reactheme-services-default.services-right .services-icon i {
    margin: 0 auto;
    margin-right: 0
}

.reactheme-services-default.services-right .services-desc {
    width: 100%;
    text-align: right
}

.reactheme-services-default .services-item.img-left {
    display: flex;
    vertical-align: top;
    margin-bottom: 0
}

.reactheme-services-default .services-item.img-left .services-icon {
    float: left;
    width: 150px
}

.reactheme-services-default .services-item.img-left .services-icon:after {
    background: #378cff;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 36%;
    top: 30px;
    content: "";
    display: block;
    opacity: .1
}

.reactheme-services-default .services-item.img-left .services-icon img {
    padding-right: 5px
}

.reactheme-services-default .services-item.img-left .services-desc {
    padding-left: 30px;
    float: left;
    padding-top: 10px
}

.reactheme-services-default .services-item.img-right .services-icon {
    float: right;
    width: 30%
}

.reactheme-services-default .services-item.img-right .services-desc {
    padding-right: 25px;
    float: left;
    width: 70%
}

.reactheme-services-default .services-item.img-center {
    float: none;
    width: inherit
}

.reactheme-services-default .services-item.img-center .services-icon {
    margin-bottom: 20px
}

.service-home .services-wrap .services-item .services-icon:before {
    content: "";
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    transition: all .5s ease;
    border-right: 60px solid transparent;
    border-top: 60px solid #086ad8;
    border-left: 60px solid #086ad8;
    border-bottom: 60px solid #086ad8;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
    opacity: .05;
    transform: rotate(-90deg);
    z-index: -1;
    border-bottom-right-radius: 60px
}

.service-home .services-wrap:hover {
    box-shadow: 0 0 50px #eee
}

.service-home .services-wrap:hover .services-icon:before {
    left: 150px
}

.middle-column-shadow .reactheme-services-default .services-wrap {
    box-shadow: 0 0 150px #eee
}

.service_box .reactheme-services-default .services-wrap .services-item {
    margin-bottom: 25px
}

.service_box .reactheme-services-default .services-wrap .services-item .services-title {
    font-weight: 400 !important
}

.service_box .reactheme-services-default .services-wrap .services-item p {
    margin: 0
}

.service_box .reactheme-services-default .services-wrap .services-item .reacbutton {
    background: #fff;
    color: #086ad8;
    border-color: #fff;
    margin-top: 15px
}

.service_box .reactheme-services-default .services-wrap .services-item .reacbutton i:before {
    font-size: 20px;
    margin-right: 10px;
    position: relative;
    top: 3px
}

.service_box .reactheme-services-default .services-wrap .services-item .reacbutton a {
    color: #fff
}

.reactheme-services1 .services-title {
    font-size: 15px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 600
}

.reactheme-services1 .services-wrap .services-item {
    border-bottom: none;
    margin: 0;
    padding: 5px 0 32px
}

.reactheme-services1 .services-wrap .services-item .services-icon {
    font-size: 30px;
    width: 100%
}

.reactheme-services1 .services-wrap .services-item .services-icon i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    display: block
}

.reactheme-services1 .services-wrap .services-item .services-desc {
    width: 100%
}

.reactheme-services1 .services-wrap .services-item .services-desc .services-title {
    margin: 28px 0 10px
}

.reactheme-services1 .services-wrap .services-item:hover .services-title a {
    color: #ffa84b
}

.reactheme-services1.services-center .services-item {
    position: relative;
    padding: 0 20px 16px;
    z-index: 110;
    overflow: hidden;
    transition: all .6s ease 0s;
    background: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, .05);
    margin-bottom: 30px
}

.reactheme-services1.services-center .services-title {
    margin: 0 0 12px !important
}

.reactheme-services1.services-left .services-item {
    position: relative;
    z-index: 110;
    overflow: hidden;
    transition: all .6s ease 0s;
    margin-bottom: 30px
}

.reactheme-services1.services-left .services-item .services-title {
    font-weight: 600 !important;
    line-height: 24px
}

.reactheme-services1.services-left .services-item .services-icon {
    position: relative;
    display: inline-block;
    font-size: 36px;
    top: 0;
    text-align: left
}

.reactheme-services1.services-left .services-item .services-icon i {
    width: auto;
    height: auto
}

.reactheme-services1.services-left .services-item .services-desc {
    position: relative;
    float: right;
    text-align: left
}

.reactheme-services1.services-left .services-item .services-desc .services-title {
    margin-top: 0
}

.reactheme-services1.services-right .services-item {
    position: relative;
    padding: 25px 25px 2px 10px;
    z-index: 110;
    overflow: hidden;
    transition: all .6s ease 0s;
    background: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, .05);
    margin-bottom: 30px
}

.reactheme-services1.services-right .services-item .services-title {
    font-size: 17px;
    font-weight: 500 !important;
    line-height: 24px
}

.reactheme-services1.services-right .services-item .services-icon {
    position: relative;
    display: inline-block;
    font-size: 36px;
    float: left;
    width: 20%;
    top: 0;
    text-align: center
}

.reactheme-services1.services-right .services-item .services-desc {
    position: relative;
    float: right;
    text-align: left;
    width: 78%;
    line-height: 25px;
    padding-left: 50px;
    font-size: 16px
}

.reactheme-services1.services-right .services-item .services-desc .services-title {
    margin-top: 0
}

.reactheme-services1.services-right .services-item .services-icon {
    float: right
}

.reactheme-services1.services-right .services-item .services-desc {
    float: left
}

.reactheme-services1.services-center .services-icon {
    display: block;
    font-size: 36px;
    float: none;
    width: 100%;
    top: 8px;
    text-align: center
}

.reactheme-services1.services-center .services-icon i {
    margin: 0 auto
}

.reactheme-services1.services-center .services-desc {
    float: none;
    width: 100%;
    text-align: center
}

.reactheme-services1.services-right .services-icon {
    display: block;
    font-size: 36px;
    float: none;
    width: 100%;
    top: 8px;
    text-align: right
}

.reactheme-services1.services-right .services-icon i {
    margin: 0 auto;
    margin-right: 0
}

.reactheme-services1.services-right .services-desc {
    float: none;
    width: 100%;
    text-align: right
}

.reactheme-header-title.header-right .title {
    text-align: right
}

.services-style1 .services-btn-part i {
    margin-left: 5px;
    position: relative;
    top: 2px;
    font-weight: 700
}

.services-style1 .services-btn-part i:before {
    font-size: 15px
}

.services-style-2 {
    border-radius: 6px;
    transition: all .5s ease
}

.services-style-2 .services-wrap .services-item {
    position: relative;
    transition: all .5s ease;
    top: 0
}

.services-style-2 .services-wrap .services-item .services-icon img {
    height: 50px
}

.services-style-2 .services-wrap .services-item .services-desc {
    transition: all .5s ease;
    color: #fff;
    padding: 0 15px;
    max-width: 530px;
    margin: 0 auto
}

.services-style-2 .services-wrap .services-item .services-desc p {
    color: #fff;
    margin-bottom: 0
}

.services-style-2 .services-wrap .services-item .services-desc .services-title2 {
    font-size: 24px;
    margin: 12px 0 6px;
    line-height: normal;
    font-weight: 500 !important;
    color: #378cff
}

.services-style-2 .services-wrap .services-item .services-desc .services-title2 a {
    color: #378cff
}

.services-style-2.services-center .services-icon {
    text-align: center
}

.services-style-2.services-center .services-title2 {
    text-align: center
}

.services-style-2.services-center .services-desc {
    text-align: center
}

.services-style-2.services-center:hover .services-wrap .services-item {
    top: -10px
}

.services-style-2.service-active {
    background: #086ad8
}

.services-style-2.service-active .services-wrap .services-item .services-desc {
    color: #fff
}

.services-style-2.service-active .services-wrap .services-item .services-desc .services-title2 {
    color: #fff
}

.services-style-2.service-active .services-wrap .services-item .services-desc .services-title2 a {
    color: #fff
}

.services-style-2.services-left {
    margin-bottom: 30px
}

.services-style-2.services-left .services-wrap {
    overflow: hidden
}

.services-style-2.services-left .services-wrap .services-item .services-icon {
    float: left;
    width: 50px
}

.services-style-2.services-left .services-wrap .services-item .services-title2 {
    text-align: left;
    margin: 0;
    font-weight: 500;
    margin-top: 7px
}

.services-style-2.services-left .services-wrap .services-item .services-desc {
    text-align: left;
    float: left;
    width: 80%;
    padding-left: 15px;
    padding-right: 0
}

.services-style-2.services-right {
    padding: 20px;
    margin-bottom: 30px
}

.services-style-2.services-right .services-wrap {
    overflow: hidden
}

.services-style-2.services-right .services-wrap .services-item .services-icon {
    float: right;
    width: 50px
}

.services-style-2.services-right .services-wrap .services-item .services-title2 {
    text-align: right;
    margin: 0;
    font-weight: 500
}

.services-style-2.services-right .services-wrap .services-item .services-desc {
    text-align: right;
    float: left;
    width: 80%;
    padding-right: 18px
}

.service-inner.no-rounded {
    border-radius: 0 !important
}

.services-style-7.services-center {
    text-align: center
}

.reactheme-services1.services-left.border_style {
    margin-bottom: 30px
}

.reactheme-services1.services-left.border_style .services-wrap .services-item {
    background: 0 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-align: center
}

.reactheme-services1.services-left.border_style .services-wrap .services-item .services-icon {
    width: 80px
}

.reactheme-services1.services-left.border_style .services-wrap .services-item .services-icon i {
    border: 2px solid #378cff;
    border-radius: 50%;
    line-height: 70px;
    height: 80px;
    width: 80px;
    font-size: 40px;
    cursor: pointer;
    background: #fff;
    color: #28406d
}

.reactheme-services1.services-left.border_style .services-wrap .services-item:hover .services-icon i {
    background: #378cff;
    color: #086ad8
}

.reactheme-services1.services-left.border_style .services-wrap .services-item .services-desc {
    width: calc(100% - 80px);
    padding-left: 15px
}

.reactheme-services1.services-left.border_style .services-wrap .services-item .services-desc p {
    margin-bottom: 0
}

.reactheme-services1.services-right {
    margin-bottom: 30px
}

.reactheme-services1.services-right .services-wrap .services-item {
    background: 0 0;
    box-shadow: none;
    margin: 0;
    padding: 0
}

.reactheme-services1.services-right .services-wrap .services-item .services-icon {
    width: 80px;
    float: right
}

.reactheme-services1.services-right .services-wrap .services-item .services-icon i {
    border: 2px solid #378cff;
    border-radius: 50%;
    line-height: 70px;
    height: 80px;
    width: 80px;
    font-size: 40px;
    cursor: pointer;
    background: #fff;
    color: #28406d
}

.reactheme-services1.services-right .services-wrap .services-item .services-icon i:hover {
    background: #378cff;
    color: #086ad8
}

.reactheme-services1.services-right .services-wrap .services-item .services-desc {
    width: calc(100% - 80px);
    padding-right: 15px;
    padding-left: 0;
    text-align: right
}

.reactheme-services1.services-right .services-wrap .services-item .services-desc p {
    margin-bottom: 0
}

.proces-item {
    z-index: 1;
    position: relative;
    padding-bottom: 5px;
    padding-right: 30px;
    margin-bottom: 40px
}

.proces-item .number {
    font-size: 48px;
    font-weight: 700;
    display: block;
    color: #777;
    margin-bottom: 20px;
    transition: all .3s ease 0s;
    line-height: 1
}

.proces-item h4 {
    margin: 0 0 10px
}

.proces-item h4 a {
    color: #333
}

.proces-item.active .number,
.proces-item:hover .number {
    color: #086ad8
}

.construction-process3 {
    margin-top: -140px
}

.process-inner {
    -webkit-box-shadow: 1px 0 3px 0px rgba(34, 34, 34, .3);
    -moz-box-shadow: 1px 0 3px 0px rgba(34, 34, 34, .3);
    box-shadow: 1px 0 3px 0px rgba(34, 34, 34, .3);
    display: table;
    width: 100%;
    position: relative;
    z-index: 1;
    background: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-top: -55px
}

.process-inner .process-item {
    padding: 42px 20px 0;
    border-top: none;
    display: table-cell;
    vertical-align: middle;
    -webkit-transition: all .3s;
    transition: all .3s
}

.process-inner .title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 8px
}

.process-inner .number {
    font-size: 60px;
    color: #086ad8;
    font-weight: 600;
    margin-bottom: 35px;
    margin-bottom: 12px;
    line-height: 60px
}

.process-inner .des {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
    line-height: 22px
}

.process-inner.active,
.process-inner:hover {
    margin-top: -80px;
    margin-bottom: -80px
}

.process-inner.active .process-item,
.process-inner:hover .process-item {
    background: #086ad8;
    padding-bottom: 44px;
    border-color: #086ad8
}

.process-inner.active .process-item .des,
.process-inner:hover .process-item .des {
    opacity: 1;
    visibility: visible
}

.process-inner.active .process-item .title,
.process-inner:hover .process-item .title,
.process-inner.active .process-item .des,
.process-inner:hover .process-item .des,
.process-inner.active .process-item .number,
.process-inner:hover .process-item .number {
    color: #fff
}

ul.check-list li {
    position: relative;
    padding-left: 22px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 16px;
    list-style: none
}

ul.check-list li:before {
    position: absolute;
    top: 4px;
    left: 0;
    content: "\f11b";
    font-family: Flaticon;
    color: #086ad8;
    font-weight: 700;
    font-size: 16px
}

.reactheme-services-style3 {
    position: relative;
    overflow: hidden;
    max-width: 360px
}

.reactheme-services-style3 .bg-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    background-size: cover
}

.reactheme-services-style3 .bg-img:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #222;
    opacity: .7;
    transition: .7s
}

.reactheme-services-style3 .bg-img a {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    font-size: 15px;
    height: 40px;
    line-height: 38px;
    padding: 0 30px;
    color: #fff;
    background: #378cff;
    border-color: #378cff;
    opacity: 0;
    visibility: hidden;
    z-index: 99
}

.reactheme-services-style3 .bg-img a:hover {
    opacity: .95 !important;
    background: #378cff
}

.reactheme-services-style3 .bg-img a:before {
    display: none
}

.reactheme-services-style3 .services-item {
    position: relative;
    z-index: 1
}

.reactheme-services-style3 .services-item .services-icon {
    font-size: 44px
}

.reactheme-services-style3 .services-item .services-icon span {
    display: inline-block
}

.reactheme-services-style3 .services-item .services-desc .services-title {
    margin-bottom: 10px;
    font-size: 16px
}

.reactheme-services-style3 .services-item .services-desc p:last-child {
    margin-bottom: 0
}

.reactheme-services-style3:hover .bg-img {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 9
}

.reactheme-services-style3:hover .bg-img a {
    top: 50%;
    opacity: 99;
    visibility: visible
}

.reactheme-services-style3:hover .bg-img:after {
    opacity: 0
}

.reactheme-services-style3.services-center {
    text-align: center
}

.reactheme-services-style3.services-right {
    text-align: right
}

.slider-services-style2 {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
    border-radius: 3px;
    border: 1px solid transparent;
    margin-bottom: 20px
}

.slider-services-style2 .service-img {
    overflow: hidden
}

.slider-services-style2 .service-img img {
    max-width: 100%;
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in
}

.slider-services-style2 .services-desc {
    padding: 27px 27px 8px;
    background: #fff
}

.slider-services-style2 .services-desc .services-title {
    margin-bottom: 15px;
    font-size: 20px
}

.slider-services-style2 .services-desc .reacbutton {
    height: 44px;
    line-height: 42px;
    margin-bottom: 25px
}

.slider-services-style2 .services-desc .reacbutton:hover {
    padding-right: 45px
}

.slider-services-style2:hover .service-img img {
    filter: grayscale(0) blur(2px);
    -webkit-filter: grayscale(0) blur(2px);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.slider-services-style2:hover .bg-img {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.slider-services-style2:hover .bg-img a {
    top: 50%
}

.service-carousel .owl-stage-outer {
    overflow: hidden
}

.service-carousel .owl-nav.disabled {
    display: none
}

.service-carousel .owl-dots {
    text-align: center;
    margin-top: 25px;
    display: none
}

.service-carousel .owl-dots .owl-dot {
    height: 8px;
    width: 20px;
    border-radius: 30px;
    border: 1px solid #086ad8;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer
}

.service-carousel .owl-dots .owl-dot.active {
    background: #086ad8;
    cursor: inherit
}

.service-carousel .reactheme-services-style3 {
    max-width: 100%
}

.light-arrow .owl-carousel .owl-nav [class*=owl-] {
    background: #fbfbfb !important;
    color: #333
}

.light-arrow .owl-carousel .owl-nav [class*=owl-]:hover {
    background: #fff !important;
    color: #333
}

.service-style-3 .services-sliders4 .inner-dis {
    padding: 35px 30px 20px;
    background: #fbfbfb;
    text-align: center
}

.service-style-3 .services-sliders4 .inner-dis .services-title {
    font-size: 18px;
    line-height: 26px !important;
    margin-bottom: 10px
}

.reactheme-services-style4 {
    position: relative;
    transition: all .5s ease;
    padding: 50px 20px 20px;
    margin-bottom: 30px;
    overflow: hidden
}

.reactheme-services-style4 .bg-img {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: all .5s ease
}

.reactheme-services-style4 .services-item .services-icon i {
    font-size: 50px
}

.reactheme-services-style4 .services-item .services-icon i {
    color: #086ad8;
    background-color: transparent;
    font-size: 55px;
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    color: #fff;
    background: #378cff;
    border-radius: 50%;
    font-size: 30px;
    border: 2px solid transparent;
    transition: .3s;
    -webkit-transition: .3s;
    -ms-transition: .3s;
    text-align: center
}

.reactheme-services-style4 .services-item .services-desc {
    transition: all .5s ease
}

.reactheme-services-style4 .services-item .services-desc .services-title {
    font-size: 20px;
    margin: 25px 0 10px !important;
    line-height: normal;
    font-weight: 600 !important;
    color: #333;
    margin: 28px 0 10px
}

.reactheme-services-style4 .services-item .services-desc .services-title a {
    color: #333
}

.reactheme-services-style4.services-center {
    border: 1px solid #e1e1e1
}

.reactheme-services-style4.services-center .services-icon {
    text-align: center
}

.reactheme-services-style4.services-center .services-title2 {
    text-align: center
}

.reactheme-services-style4.services-center .services-desc {
    text-align: center
}

.reactheme-services-style4.services-left .services-item .services-title {
    text-align: left;
    margin: 0;
    font-weight: 500
}

.reactheme-services-style4.services-left .services-item .services-desc {
    text-align: left
}

.reactheme-services-style4.services-right {
    padding: 20px;
    margin-bottom: 30px;
    overflow: hidden
}

.reactheme-services-style4.services-right .services-item .services-icon {
    float: right;
    width: 50px
}

.reactheme-services-style4.services-right .services-item .services-title {
    text-align: right;
    margin: 0;
    font-weight: 500
}

.reactheme-services-style4.services-right .services-item .services-desc {
    text-align: right;
    float: left;
    width: 80%;
    padding-right: 18px
}

.reactheme-services-style4:hover .bg-img {
    opacity: 1
}

.reactheme-services-style4:hover .services-icon i {
    background: #086ad8;
    color: #378cff
}

.services-style-5 .services-wrap {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    cursor: default
}

.services-style-5 .services-desc,
.services-style-5 .services-item {
    width: 180px;
    height: 180px;
    border-radius: 50%
}

.services-style-5 .services-desc .services-title,
.services-style-5 .services-item .services-title {
    padding-top: 25px;
    margin: 0 auto;
    text-transform: uppercase;
    border-radius: 50%;
    position: relative
}

.services-style-5 .services-desc .services-title a,
.services-style-5 .services-item .services-title a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.services-style-5 .services-desc>div {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-position: center center
}

.services-style-5 .services-item {
    top: 20px;
    box-shadow: 0 0 0 20px rgba(225, 197, 13, .4), inset 0 0 3px rgba(255, 255, 255, .2);
    position: relative;
    margin: 0 auto
}

.services-style-5 .services-item .icon_bg {
    transition: all .6s ease-in-out;
    padding-top: 30px;
    text-align: center
}

.services-style-5 .services-item .icon_bg img {
    max-width: 120px
}

.services-style-5 .services-item .services-title {
    opacity: 0;
    pointer-events: none;
    transform: scale(1.5);
    transition: all .4s ease-in-out .2s;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    height: 100%
}

.services-style-5 .services-item:hover .icon_bg {
    transform: scale(0);
    opacity: 0
}

.services-style-5 .services-item:hover .services-title {
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
    background: #086ad8;
    width: 100%;
    height: 100%
}

.services-style-5 .services-icon {
    position: absolute;
    right: -32px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    max-width: 120px;
    background-repeat: no-repeat !important
}

.service-reacbutton {
    background: #086ad8;
    color: #fff;
    padding: 3px 17px;
    display: inline-block;
    font-size: 20px;
    margin-top: 30px;
    border-radius: 18px
}

.service-reacbutton:hover {
    color: #fff;
    opacity: .9
}

.service-reacbutton i:before {
    font-size: inherit
}

.reactheme-services .services-style-9 .services-wrap {
    padding: 70px 35px 45px;
    border-bottom-width: 4px;
    transition: all .3s ease 0s;
    box-shadow: 0px 3px 36px rgba(0, 0, 0, .04);
    position: relative;
    background: #fff;
    border-radius: 7px
}

.reactheme-services .services-style-9 .services-wrap:after {
    content: "";
    width: 0;
    height: 4px;
    background: #086ad8;
    position: absolute;
    transition: all .5s ease 0s;
    bottom: 0;
    left: 50%;
    z-index: 9;
    transform: translateX(-50%)
}

.reactheme-services .services-style-9 .services-wrap .services-item .services-icon {
    transition: all .5s ease 0s;
    width: 90px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: -45px;
    transform: translateX(-50%);
    background: #fff;
    box-shadow: 0px 3px 36px rgba(0, 0, 0, .04);
    transition: all .3s ease 0s;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 100%
}

.reactheme-services .services-style-9 .services-wrap .services-item .services-icon img {
    max-width: 45px
}

.reactheme-services .services-style-9 .services-wrap .services-item .services-desc {
    margin: auto
}

.reactheme-services .services-style-9 .services-wrap .services-item .services-desc .services-title {
    margin-bottom: 8px;
    font-weight: 600 !important;
    font-size: 24px;
    color: #086ad8
}

.reactheme-services .services-style-9 .services-wrap .services-item .services-desc .services-title.title-upper {
    text-transform: uppercase
}

.reactheme-services .services-style-9 .services-wrap .services-item .services-desc .services-title a {
    color: #086ad8
}

.reactheme-services .services-style-9 .services-wrap .services-item .services-desc .services-title a:hover {
    color: #378cff
}

.reactheme-services .services-style-9 .services-wrap .services-item .services-desc p {
    margin-bottom: 0
}

.reactheme-services .services-style-9 .services-wrap:hover:after {
    width: 100%
}

.reactheme-services .services-style-9 .services-wrap:hover .services-item .services-icon {
    top: -35px
}

.reactheme-services .services-style-9.services-center .services-desc {
    text-align: center
}

.reactheme-services .services-style-7.services-left .services-wrap .services-item {
    display: flex;
    align-items: center
}

.reactheme-services .services-style-7.services-left .services-wrap .services-item .services-icon {
    width: 60px;
    padding-right: 20px;
    line-height: 50px
}

.reactheme-services .services-style-7.services-left .services-wrap .services-item .services-icon img {
    width: 42px
}

.reactheme-services .services-style-7.services-left .services-wrap .services-item .services-desc {
    width: 70%;
    padding-right: 10px
}

.reactheme-services .services-style-7.services-left .services-wrap .services-item .services-desc .services-title {
    font-size: 18px;
    line-height: 27px !important;
    margin-bottom: 0;
    font-weight: 600
}

.reactheme-services .services-style-7.services-left .services-wrap .services-item .services-desc p {
    margin-bottom: 0
}

.reactheme-services-style6 {
    position: relative;
    border-radius: 6px;
    transition: all .5s ease;
    padding: 20px;
    margin-bottom: 30px;
    overflow: hidden
}

.reactheme-services-style6 .bg-img {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: all .5s ease
}

.reactheme-services-style6 .services-item .services-icon i {
    font-size: 50px
}

.reactheme-services-style6 .services-item .services-icon i {
    color: #086ad8;
    border: 2px solid #086ad8 !important;
    background-color: transparent;
    font-size: 55px;
    display: inline-block;
    width: 135px;
    height: 135px;
    line-height: 135px;
    color: #fff;
    background: #086ad8;
    border-radius: 50%;
    font-size: 60px;
    border: 2px solid transparent;
    transition: .3s;
    -webkit-transition: .3s;
    -ms-transition: .3s;
    text-align: center
}

.reactheme-services-style6 .services-item .services-desc {
    transition: all .5s ease
}

.reactheme-services-style6 .services-item .services-desc .services-title {
    font-size: 24px;
    margin: 25px 0 10px !important;
    line-height: normal;
    font-weight: 500 !important;
    color: #333;
    margin: 28px 0 10px
}

.reactheme-services-style6 .services-item .services-desc .services-title a {
    color: #333
}

.reactheme-services-style6.services-center .services-icon {
    text-align: center
}

.reactheme-services-style6.services-center .services-title2 {
    text-align: center
}

.reactheme-services-style6.services-center .services-desc {
    text-align: center
}

.reactheme-services-style6.services-left .services-item .services-title {
    text-align: left;
    margin: 0;
    font-weight: 500
}

.reactheme-services-style6.services-left .services-item .services-desc {
    text-align: left
}

.reactheme-services-style6.services-right {
    padding: 20px;
    margin-bottom: 30px;
    overflow: hidden
}

.reactheme-services-style6.services-right .services-item .services-icon {
    float: right;
    width: 50px
}

.reactheme-services-style6.services-right .services-item .services-title {
    text-align: right;
    margin: 0;
    font-weight: 500
}

.reactheme-services-style6.services-right .services-item .services-desc {
    text-align: right;
    float: left;
    width: 80%;
    padding-right: 18px
}

.reactheme-services-style6:hover .bg-img {
    opacity: 1
}

.reactheme-services-style6:hover .services-item .services-icon i {
    background: 0 0;
    color: #086ad8;
    font-size: 50px
}

.rstab-main.vertical {
    display: flex;
    align-items: center
}

.rstab-main.vertical .nav-item:last-child {
    margin-bottom: 0 !important
}

.fullwidth-services-box .services-style-2 {
    background: rgba(2, 27, 121, .7);
    box-shadow: 0 0 20px #378cff
}

.fullwidth-services-box .services-style-2:hover {
    background: #378cff
}

.style-bg .counter-top-area {
    padding: 60px 0 30px
}

.style-bg .counter-top-area .count-number h3 {
    margin: 0
}

.reactheme-multi-rallax {
    position: relative
}

.reactheme-multi-rallax .reactheme-multi-image {
    position: absolute
}

.single-posts-meta .tag-line i {
    color: #378cff;
    margin-right: 3px
}

.elementor-accordion-title span {
    color: #378cff;
    padding-right: 10px
}

@media only screen and (min-width:1170px) {
    .cd-is-hidden {
        visibility: hidden
    }
}

.cd-timeline {
    overflow: hidden;
    margin: 2em auto
}

.short-info h2 {
    font-size: 30px;
    line-height: 40px
}

.cd-timeline__container {
    position: relative;
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0
}

.cd-timeline__container iframe {
    margin-bottom: 15px
}

.timeline-icon {
    font-size: 30px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    color: #086ad8
}

@media screen and (max-width:767px) {
    .timeline-icon {
        font-size: 15px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center
    }
}

.cd-timeline__container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #378cff
}

@media only screen and (min-width:1170px) {
    .cd-timeline {
        margin-top: 34px;
        margin-bottom: 3em
    }
    .cd-timeline__container:before {
        left: 50%;
        margin-left: -2px
    }
}

.cd-timeline__block {
    position: relative;
    margin: 80px 0
}

.cd-timeline__content .event-shedule-info .speaker-name,
.cd-timeline__content .event-shedule-info .speaker-name a {
    color: #f5f5f5;
    margin-bottom: 0;
    font-size: 16px;
    padding-bottom: 0
}

.cd-timeline__content .event-shedule-info .event-des {
    font-size: 15px;
    line-height: 22px
}

.cd-timeline__content .event-shedule-info .event-title {
    color: #fff !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    font-size: 24px
}

.cd-timeline__content .event-shedule-info .event-title a {
    color: #fff !important
}

.cd-timeline__content .event-shedule-info p {
    margin-top: 10px
}

.cd-timeline__block:after {
    content: "";
    display: table;
    clear: both
}

.cd-timeline__block:first-child {
    margin-top: 0
}

.cd-timeline__block:last-child {
    margin-bottom: 0
}

@media only screen and (min-width:1170px) {
    .cd-timeline__block {
        margin: 4em 0
    }
}

.cd-timeline__img {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center
}

.cd-timeline__img img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
    margin-left: 0;
    margin-top: 0;
    border-radius: 100% !important
}

.cd-timeline__img.cd-timeline__img--picture {
    background: #378cff
}

.cd-timeline__img.cd-timeline__img--picture span {
    color: #fff
}

.cd-timeline__img.cd-timeline__img--movie {
    background: #c03b44
}

.cd-timeline__img.cd-timeline__img--location {
    background: #f0ca45
}

@media only screen and (min-width:1170px) {
    .cd-timeline__img {
        left: 50%;
        margin-left: -40px;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    .cd-timeline__img.cd-timeline__img--bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-1 .6s;
        animation: cd-bounce-1 .6s
    }
}

@media only screen and (max-width:1199px) {
    body .cd-timeline__img {
        left: -18px
    }
    body .cd-timeline__content {
        margin-left: 80px
    }
}

@media only screen and (max-width:767px) {
    .cd-block-start .cd-timeline__img .timeline-year {
        font-size: 12px;
        line-height: 12px
    }
    body .cd-timeline__img {
        left: -10px;
        width: 60px;
        height: 60px;
        line-height: 60px
    }
    body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel .vc_tta-panel-title a i {
        color: #086ad8
    }
    body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel .vc_tta-panel-title:hover a i {
        color: #fff
    }
}

@media only screen and (max-width:480px) {
    body .cd-timeline__content .short-info {
        padding: 10px
    }
    body .cd-timeline__content {
        margin-left: 65px
    }
    body .cd-timeline__content .short-info h2,
    body .cd-timeline__content .short-info h3 {
        font-size: 20px
    }
}

@-webkit-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.cd-timeline__content {
    position: relative;
    margin-left: 60px;
    background: #f3f5f4;
    border-radius: 3px;
    padding: 1em
}

.cd-timeline__content .short-info {
    background: #f7f7fc;
    padding: 50px;
    border-radius: 4px
}

.cd-timeline__content .short-info h2,
.cd-timeline__content .short-info h3 {
    color: #378cff;
    font-size: 24px;
    line-height: 28px !important;
    margin-bottom: 16px
}

.cd-timeline__content .short-info h2 a,
.cd-timeline__content .short-info h3 a {
    color: #378cff
}

.cd-timeline__content .short-info .career_thumb {
    margin-bottom: 23px
}

.cd-timeline__content .cd_timeline_desc {
    margin-left: 60px;
    font-size: 20px;
    font-weight: 600;
    color: #333;
    opacity: 1
}

.cd-timeline__content .cd_timeline_desc h3 {
    color: #378cff;
    font-size: 20px;
    line-height: 28px !important;
    margin-bottom: 16px
}

.cd-timeline__content .cd_timeline_desc p {
    font-size: 16px;
    color: #333
}

.cd-timeline__content:after {
    content: "";
    display: table;
    clear: both
}

.cd-timeline__content:before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 15px solid transparent;
    border-right: 15px solid #f3f5f4
}

.cd-timeline__content p,
.cd-timeline__read-more,
.cd-timeline__date {
    font-size: 16px;
    color: #333
}

.cd-timeline__read-more,
.cd-timeline__date {
    display: inline-block
}

.cd-block-start {
    padding-bottom: 100px
}

.cd-block-start .cd-timeline__img {
    line-height: 20px;
    padding: 10px;
    font-size: 15px
}

.cd-block-start .cd-timeline__img .timeline-year {
    position: relative;
    top: 5px
}

.cd-block-done {
    padding-bottom: 80px;
    text-transform: uppercase
}

.cd-timeline__read-more {
    float: right;
    padding: .8em 1em;
    background: #acb7c0;
    color: #fff;
    border-radius: .25em
}

.cd-timeline__read-more:hover {
    background-color: #bac4cb
}

.cd-timeline__date {
    float: left;
    padding: .8em 0;
    opacity: .7
}

@media only screen and (min-width:768px) {
    .cd-timeline__content h2 {
        font-size: 2rem
    }
    .cd-timeline__content p {
        font-size: 16px;
        color: #333
    }
    .cd-timeline__read-more,
    .cd-timeline__date {
        font-size: 1.4rem
    }
}

@media only screen and (min-width:1170px) {
    .cd-timeline__content {
        margin-left: 0;
        padding: 0;
        width: 43%;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    .cd-timeline__content:before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: #f3f5f4
    }
    .cd-timeline__read-more {
        float: left
    }
    .cd-timeline__date {
        position: absolute;
        width: 100%;
        left: 122%;
        top: 6px;
        font-size: 1.6rem
    }
    .cd-timeline__block:nth-child(odd) .cd-timeline__content {
        float: right
    }
    .cd-timeline__block:nth-child(odd) .cd-timeline__content:before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: #f3f5f4
    }
    .cd-timeline__block:nth-child(odd) .cd-timeline__read-more {
        float: right
    }
    .cd-timeline__block:nth-child(odd) .cd-timeline__date {
        left: auto;
        right: 133%;
        text-align: right
    }
    .cd-timeline__content.cd-timeline__content--bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-2 .6s;
        animation: cd-bounce-2 .6s
    }
}

@media only screen and (min-width:1170px) {
    .cd-timeline__block:nth-child(odd) .cd-timeline__content.cd-timeline__content--bounce-in {
        -webkit-animation: cd-bounce-2-inverse .6s;
        animation: cd-bounce-2-inverse .6s
    }
}

@-webkit-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        transform: translateX(100px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        transform: translateX(100px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.timeline-alter .timeline-item {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    padding-bottom: 25px
}

.timeline-alter .left-part {
    width: 30%;
    display: table-cell;
    padding-right: 25px;
    min-height: 100%;
    text-align: right;
    vertical-align: top
}

.timeline-alter .item-period {
    margin: 2px 0 3px;
    font-size: 16px;
    line-height: 1.4em
}

.timeline-alter .item-company {
    display: block;
    color: #aaa;
    margin: 0 0 4px;
    font-size: 12px;
    line-height: 1.45em
}

.timeline-alter .divider {
    position: absolute;
    top: 0;
    left: 30%;
    bottom: 0;
    width: 1px;
    background-color: #eee
}

.timeline-alter .divider:after {
    content: '';
    display: block;
    margin-top: 12px;
    width: 11px;
    height: 11px;
    margin-left: -5px;
    border-radius: 5px;
    border: 2px solid;
    border-color: #378cff;
    background-color: #fff
}

.timeline-alter .right-part {
    width: 70%;
    display: table-cell;
    padding-left: 25px;
    padding-right: 15px;
    vertical-align: top
}

.timeline-alter .right-part h4 {
    font-size: 16px;
    margin-bottom: 5px
}

.timeline-alter .item-title {
    font-size: 16px;
    margin-bottom: 3px
}

.timeline-alter .right-part p,
.timeline-alter .right-part p>* {
    font-size: .92em
}

.wrap-list {
    overflow-x: hidden
}

.wrap-index {
    overflow-x: hidden;
    -webkit-box-sizing: unset !important;
    -moz-box-sizing: unset !important;
    box-sizing: unset !important
}

.over-wrap-index .prev {
    position: absolute;
    left: -1px;
    top: 61%;
    transform: translateY(-50%);
    font-size: 30px;
    background: #378cff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: #fff
}

.over-wrap-index .prev:hover {
    color: #086ad8
}

.over-wrap-index .prev.disabled {
    background: #f2f2f2;
    cursor: default;
    color: #fff !important
}

.over-wrap-index .next {
    position: absolute;
    right: -1px;
    top: 61%;
    transform: translateY(-50%);
    font-size: 30px;
    background: #378cff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: #fff
}

.over-wrap-index .next:hover {
    color: #086ad8
}

.over-wrap-index .next.disabled {
    background: #f2f2f2;
    cursor: default;
    color: #fff !important
}

.over-wrap-list {
    position: relative
}

.over-wrap-list .prev,
.over-wrap-list .next {
    position: absolute;
    top: 50%;
    margin-top: -80px;
    font-size: 80px;
    text-decoration: none;
    color: #a09f9f;
    text-shadow: 1px 1px #fff
}

.over-wrap-list .prev.disabled,
.over-wrap-list .next.disabled {
    color: #dfdfdf
}

.over-wrap-list .prev {
    left: 30px
}

.over-wrap-list .prev:active {
    left: 29px
}

.over-wrap-list .next {
    right: 30px
}

.over-wrap-list .next:active {
    right: 29px
}

.over-wrap-index {
    position: relative
}

.over-wrap-index:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 200px;
    z-index: 999;
    background: url(//reactheme.com/products/wordpress/waretech/wp-content/themes/waretech/assets/css/../images/about-overlay-l.png) 0px top no-repeat;
    background-size: cover;
    background-position-x: right;
    display: none
}

.over-wrap-index:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 200px;
    z-index: 999;
    background: url(//reactheme.com/products/wordpress/waretech/wp-content/themes/waretech/assets/css/../images/about-overlay-r.png) right top no-repeat;
    background-size: cover;
    background-position-x: left;
    display: none
}

ul.index {
    padding-left: 0;
    list-style: none;
    font-size: 0;
    position: relative;
    padding-top: 30px;
    padding-bottom: 50px
}

ul.index li {
    font-size: 16px;
    display: inline-block;
    width: 200px;
    text-align: center;
    position: relative;
    vertical-align: bottom;
    padding-bottom: 15px;
    font-weight: 700;
    min-height: 40px
}

ul.index li:after {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #378cff;
    position: absolute;
    bottom: -8px;
    left: 90px;
    z-index: 99;
    overflow: hidden
}

.content-wrap {
    display: flex
}

.content-wrap.col-full {
    display: block
}

.content-wrap .date {
    margin-left: 15px;
    background: 0 0;
    color: #777;
    font-size: 100%
}

.content-wrap .clear-both {
    clear: both;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 13px;
    display: block;
    max-width: 360px
}

.content-wrap .career-title {
    text-transform: capitalize;
    color: #378cff;
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 8px
}

.col-left {
    width: 45%;
    padding-right: 35px
}

.col-right {
    width: 55%;
    padding-left: 15px
}

ul.index li.active:after {
    background: #378cff
}

ul.index li a {
    text-decoration: none;
    font-size: 24px;
    color: #646464;
    outline: none
}

ul.index li a:hover {
    color: #7e7e7e
}

ul.index li.active a {
    font-size: 48px;
    color: #378cff
}

ul.index:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 50px;
    left: 0;
    right: 0;
    border-top: 1px dotted #378cff
}

ul.list {
    padding-left: 0;
    list-style: none;
    font-size: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

ul.list>li {
    font-size: 16px;
    display: inline-block;
    padding-top: 20px;
    vertical-align: top
}

ul.list>li .image {
    width: 200px;
    float: left;
    position: relative;
    z-index: 2
}

.over-wrap-list iframe {
    display: none
}

.over-wrap-list .show-me iframe {
    display: block !important
}

.content-wrap .post_image,
.content-wrap .content {
    display: none
}

.content-wrap .post_image img {
    border-radius: 5px
}

.over-wrap-list .show-me .content-wrap .post_image,
.over-wrap-list .show-me .content-wrap .content {
    display: block !important
}

#wrap-list iframe {
    margin-top: 10px
}

ul.list>li .image:before,
ul.list>li .image:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 50%;
    height: 80%;
    max-height: 60px;
    -webkit-box-shadow: 0 15px 40px 5px rgba(0, 0, 0, .5);
    box-shadow: 0 15px 40px 5px rgba(0, 0, 0, .5);
    bottom: 20px
}

ul.list>li .image:before {
    left: 20px;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg)
}

ul.list>li .image:after {
    right: 20px;
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg)
}

ul.list>li .image img {
    min-width: 100%;
    min-height: 150px;
    display: block;
    max-width: 100%;
    height: auto;
    border: 1px solid silver;
    padding: 7px;
    background: #378cff;
    border-radius: 2px
}

ul.list>li .content {
    color: #777;
    font-size: 16px;
    line-height: 28px
}

ul.list>li .content .title {
    text-transform: capitalize;
    color: #378cff;
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 5px
}

.designation i {
    margin-right: 10px
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.one-line {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.arrow-up {
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-style: none
}

.arrow-down {
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-style: none
}

.arrow-right {
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-style: none
}

.arrow-left {
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-style: none
}

.arrow {
    width: 0;
    height: 0;
    display: inline-block;
    vertical-align: middle;
    border-color: #fff;
    border-width: 5px;
    border-style: solid
}

.arrow.up {
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-style: none
}

.arrow.down {
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-style: none
}

.arrow.right {
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-style: none
}

.arrow.left {
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-style: none
}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%
}

.hidden {
    display: none !important;
    visibility: hidden
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.slick-slide,
.slick-slide:focus {
    outline: none
}

.invisible {
    visibility: hidden
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1;
}

@media print {
    * {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    @page {
        margin: .5cm
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

.reactheme-video-2 {
    position: relative;
    z-index: 1
}

.reactheme-video-2 .video-desc {
    position: absolute;
    top: 70%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 10;
    font-size: 20px
}

.reactheme-video-2 .overly-border {
    border: 1px solid #086ad8;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    z-index: 0
}

.reactheme-video-2 .video-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 10
}

.reactheme-video-2 .video-content h4 {
    margin-top: 40px;
    margin-bottom: 0;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase
}

.reactheme-video-2:hover .popup-videos {
    animation-duration: .8s
}

.reactheme-video-2 .popup-videos {
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    line-height: 90px;
    padding: 0;
    margin: 0 auto;
    left: 50%;
    top: 50%;
    z-index: 9;
    text-align: center;
    background: #086ad8
}

.reactheme-video-2 .popup-videos:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    transition: all .2s
}

.reactheme-video-2 .popup-videos:before {
    background: #086ad8;
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    animation: pulse-border 1.5s ease-out infinite
}

.reactheme-video-2 .popup-videos i {
    text-indent: 5px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
    font-size: 30px;
    color: #086ad8;
    position: relative
}

.reactheme-video-2 .popup-videos i:before {
    color: #fff
}

.reactheme-video-2 .popup-videos:hover {
    border-color: rgba(255, 255, 255, .7)
}

.reactheme-video-2 .popup-videos span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 27px solid #fff;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent
}

.reactheme-video-2:hover .overly-border:before,
.reactheme-video-2:hover .overly-border:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.reactheme-video-2.Style2 .video-circle1 {
    height: 415px;
    width: 415px;
    animation: banner-right-circle 5s linear infinite
}

.reactheme-video-2.Style2 .video-circle1,
.reactheme-video-2.Style2 .video-circle2 {
    border: 1px solid #086ad8;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: banner-right-circle 5s linear infinite;
    z-index: 1
}

.reactheme-video-2.Style2 .video-circle2 {
    height: 350px;
    width: 350px;
    animation: banner-right-circle2 5s linear infinite
}

@keyframes banner-right-circle {
    0% {
        height: 250px;
        width: 250px;
        opacity: 1
    }
    100% {
        height: 415px;
        width: 415px;
        opacity: .1
    }
}

@keyframes banner-right-circle2 {
    0% {
        height: 150px;
        width: 150px;
        opacity: 1
    }
    100% {
        height: 405px;
        width: 405px;
        opacity: .1
    }
}

.reacbutton {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: all .4s;
    padding: 8px 30px;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #fff;
    background: #171f32;
    font-family: #fff
}

.reacbutton:hover {
    background: #fff;
    color: #171f32;
    opacity: .99;
    border-color: #378cff
}

.reacbutton.white {
    background: #fff;
    color: #086ad8
}

.reacbutton.white:hover {
    background: #333 !important;
    color: #fff
}

.rev-custom-btn {
    position: relative;
    transition: all .4s cubic-bezier(.215, .61, .355, 1) 0s
}

.rev-custom-btn:before {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    z-index: -1;
    content: '';
    background: #ed4e31;
    border-radius: 3px;
    transition: all .4s cubic-bezier(.215, .61, .355, 1) 0s
}

.rev-custom-btn:hover {
    background: #ed4e31;
    color: #fff;
    opacity: .99
}

.rev-custom-btn:hover:before {
    top: 0;
    bottom: auto;
    height: 100%
}

.reactheme-btn2.btn-center {
    text-align: center
}

.reactheme-btn2.btn-right {
    text-align: right
}

.blog-button a {
    color: #fff
}

.page-numbers .dots {
    padding-left: 13px;
    border-right: 1px solid #e6e6e6;
    padding-right: 20px;
    line-height: 24px;
    display: inline-block
}

.reactheme-pagination-area {
    clear: both;
    text-align: center;
    width: 100%;
    margin-bottom: 20px
}

.reactheme-pagination-area .pagination {
    padding: 0;
    margin: 0
}

.reactheme-pagination-area .nav-links {
    display: inline-block;
    padding: 0 5px;
    height: 60px;
    line-height: 60px;
    box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, .1)
}

.reactheme-pagination-area .nav-links span,
.reactheme-pagination-area .nav-links a {
    margin: 0 3px;
    position: relative;
    width: 40px;
    height: 40px;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
    border-radius: 3px;
    display: inline-block;
    background-color: #fff;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.reactheme-pagination-area .nav-links span:hover,
.reactheme-pagination-area .nav-links a:hover {
    color: #378cff
}

.reactheme-pagination-area .nav-links a:after {
    content: '';
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #d6fbff
}

.reactheme-pagination-area .nav-links a:hover,
.reactheme-pagination-area .nav-links span.current {
    color: #378cff
}

.reactheme-pagination-area .nav-links a.next.page-numbers {
    border-right: 0
}

.reactheme-pagination-area .nav-links .next,
.reactheme-pagination-area .nav-links .prev {
    position: relative;
    font-size: 0;
    top: -4px
}

.reactheme-pagination-area .nav-links .next:before,
.reactheme-pagination-area .nav-links .prev:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #333;
    font-family: FontAwesome;
    z-index: 11;
    font-size: 16px;
    transition: .4s
}

.reactheme-pagination-area .nav-links .next:hover:before,
.reactheme-pagination-area .nav-links .prev:hover:before {
    color: #378cff
}

.reactheme-pagination-area .nav-links .prev:before {
    content: "\f104"
}

.reactheme-pagination-area .nav-links .next:before {
    content: "\f105"
}

.pagination-pages {
    display: inline-block;
    border: 1px solid #f1f1f1;
    padding: 11px 30px;
    border-radius: 10px
}

.entry-footer .edit-link {
    padding: 20px;
    display: block
}

.page-links {
    display: block;
    clear: both
}

.page-links span {
    padding: 3px 5px;
    margin: 0 0 0 5px
}

.page-links .current span {
    color: #378cff
}

.page-links a span {
    background: 0 0 !important;
    color: #757575
}

.comment-list .pingback,
.comment-list .trackback {
    list-style: none;
    padding-bottom: 15px;
    padding-top: 15px
}

.reactheme-blog-details .bs-meta li.category-name a {
    line-height: 22px
}

.single #content h3,
.single #content h4 {
    margin-bottom: 17px
}

li.category-name ul.post-categories {
    position: relative;
    float: none !important;
    padding-left: 22px !important
}

li.category-name ul.post-categories:before {
    content: "\f115";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    position: absolute;
    left: 0;
    top: 7px;
    color: #378cff
}

.transparent-btn {
    background: #fff;
    color: #777;
    border: 1px solid;
    border-color: #086ad8;
    border-radius: 3px;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500
}

.transparent-btn:before {
    position: absolute;
    height: 100%;
    font-size: 18px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    right: 50px;
    opacity: 0;
    top: 0;
    content: "\f054";
    font-size: 15px;
    font-family: fontawesome
}

.transparent-btn:hover {
    padding-right: 40px;
    border-color: #086ad8;
    background: #086ad8;
    color: #fff
}

.transparent-btn:hover:before {
    right: 20px;
    opacity: 1
}

.reactheme-latest-news .news-normal-block {
    padding: 0;
    transition: .3s;
    background-size: cover !important
}

.reactheme-latest-news .news-normal-block .news-img {
    margin-bottom: 0;
    padding: 13px 13px 8px
}

.reactheme-latest-news .news-normal-block .news-img img {
    width: 100%
}

.reactheme-latest-news .news-normal-block .news-info {
    padding: 50px 30px;
    padding-right: 30%;
    color: #fff
}

.reactheme-latest-news .news-normal-block .news-info a {
    color: #fff
}

.reactheme-latest-news .news-normal-block .news-info a:hover {
    color: #086ad8
}

.reactheme-latest-news .news-normal-block .news-info .categories {
    font-size: 16px;
    margin: 0 0 16px
}

.reactheme-latest-news .news-normal-block .news-title {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 600 !important;
    line-height: 38px !important
}

.reactheme-latest-news .news-normal-block .news-title a:hover,
.reactheme-latest-news .news-normal-block .news-title a:focus {
    color: #086ad8
}

.reactheme-latest-news .news-normal-block .news-desc p {
    margin-bottom: 30px
}

.reactheme-latest-news .news-normal-block .news-btn a {
    display: inline-block;
    margin-left: auto;
    padding: 4px 20px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    background-color: #086ad8;
    color: #fff;
    border-radius: 35px;
    text-transform: uppercase
}

.reactheme-latest-news .news-normal-block .news-btn a:hover {
    background-color: #ffa84b
}

.reactheme-latest-news .news-list-block .news-list-item {
    transition: .3s;
    background: #fff
}

.reactheme-latest-news .news-list-block .news-list-item:hover {
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 40px rgba(0, 0, 0, .1)
}

.reactheme-latest-news .news-list-block .news-list-item .news-title {
    font-size: 18px !important;
    margin-bottom: 10px;
    font-weight: 600 !important
}

.reactheme-latest-news .news-list-block .news-list-item .news-title a {
    color: #212121
}

.reactheme-latest-news .news-list-block .news-list-item .news-title a:hover,
.reactheme-latest-news .news-list-block .news-list-item .news-title a:focus {
    color: #086ad8
}

.reactheme-latest-news .news-list-block .news-list-item .news-desc p {
    margin-bottom: 0
}

.reactheme-latest-news .news-list-block .news-list-item .categories {
    font-size: 16px;
    margin: 0 0 10px
}

.reactheme-latest-news .news-list-block .news-list-item .categories a {
    color: #181818
}

.reactheme-latest-news .news-list-block .news-list-item .categories a:hover {
    color: #086ad8
}

.reactheme-latest-news .news-list-block .news-list-item .news-content {
    padding: 20px;
    background: #fff
}

.latest-news-slider .news-normal-block {
    box-shadow: none !important
}

.latest-news-slider .slick-arrow {
    position: absolute;
    z-index: 11;
    bottom: 0;
    right: -104px;
    height: 42px;
    width: 42px;
    font-size: 0;
    border: 0;
    background-color: rgba(0, 0, 0, .1);
    color: #086ad8;
    cursor: pointer;
    outline: 0;
    border-radius: 50%;
    transition: .3s;
    top: auto
}

.latest-news-slider .slick-arrow:after {
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 22px;
    color: inherit;
    text-indent: 2px
}

.latest-news-slider .slick-arrow.slick-prev {
    left: auto
}

.latest-news-slider .slick-arrow.slick-prev:after {
    content: "\f104"
}

.latest-news-slider .slick-arrow.slick-next {
    right: -160px
}

.latest-news-slider .slick-arrow.slick-next:after {
    content: "\f105"
}

.latest-news-slider .slick-arrow:hover {
    background-color: #086ad8;
    color: #fff !important
}

.latest-news-nav .slick-track {
    width: 100% !important
}

.latest-news-nav .slick-slide {
    width: calc(100% - 2px) !important;
    margin-bottom: 12px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid rgba(34, 34, 34, .1);
    padding: 13px;
    transition: .3s
}

.latest-news-nav .slick-slide.slick-current,
.latest-news-nav .slick-slide:hover {
    background-color: #086ad8;
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 40px rgba(0, 0, 0, .1)
}

.latest-news-nav .slick-slide.slick-current img,
.latest-news-nav .slick-slide:hover img {
    opacity: .8
}

.reactheme-latest-news.style2 .latest-news-nav .slick-track {
    width: 100% !important
}

.reactheme-latest-news.style2 .latest-news-nav .slick-slide {
    width: calc(100% - 2px) !important;
    margin-bottom: 12px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid rgba(34, 34, 34, .1);
    padding: 13px
}

.reactheme-latest-news.style2 .latest-news-nav .slick-slide.slick-current,
.reactheme-latest-news.style2 .latest-news-nav .slick-slide:hover {
    background: #fff;
    border-color: #ccc;
    -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0px 15px rgba(0, 0, 0, .1);
    box-shadow: 0 0px 15px rgba(0, 0, 0, .1)
}

.reactheme-latest-news.style2 .latest-news-nav .slick-slide.slick-current img,
.reactheme-latest-news.style2 .latest-news-nav .slick-slide:hover img {
    opacity: .8
}

.reactheme-latest-news.style2 .news-list-block .news-list-item+.news-list-item {
    margin-top: 15px
}

.reactheme-latest-news.style2 .slick-arrow {
    bottom: -95px;
    right: -10px
}

.reactheme-latest-news.style2 .slick-arrow.slick-next {
    right: -65px
}

.reactheme-services3 {
    overflow: hidden;
    padding: 0;
    margin: 0
}

.reactheme-services3 .col-services10 {
    float: right;
    width: 80%
}

.reactheme-services3 .col-services10 .feature-title {
    padding-top: 26px;
    margin: 0 0 13px;
    font-size: 22px
}

.reactheme-services3 .col-services10 .feature-title a {
    color: #378cff
}

.reactheme-services3 .col-services10 .slick-list {
    padding: 0 0 0 25px
}

.reactheme-services3.services-right .col-services10 {
    float: left;
    width: 80%
}

.reactheme-services3.services-right .col-services10 .slick-list {
    padding: 0 25px 0 0
}

.reactheme-services3.services-right .col-services2 {
    float: left;
    width: 20%
}

.reactheme-services3 .col-services2 {
    float: left;
    width: 20%
}

.reactheme-services3 .heading-block {
    text-align: center
}

.reactheme-services3 .heading-block h4 {
    font-size: 16px;
    margin: 15px 0
}

.reactheme-services3 .slick-vertical .slick-slide {
    padding: 0 5px
}

.reactheme-services3 .item-thumb img {
    border-radius: 0 !important;
    cursor: pointer
}

.reactheme-services3 .slider-nav {
    margin: 0 !important
}

.reactheme-services3 .slick-arrow {
    display: block;
    position: absolute;
    top: 10px;
    z-index: 9999;
    left: 45%;
    transform: translateY(-50%);
    transform: rotate(90deg);
    width: 42px;
    height: 42px;
    line-height: 42px;
    background: #378cff;
    color: #fff;
    border-radius: 50%;
    transition: .6s ease all;
    opacity: 1;
    opacity: 0;
    visibility: hidden
}

.reactheme-services3 .slick-arrow:after {
    top: -2px
}

.reactheme-services3 .slick-arrow.slick-next {
    bottom: 28px;
    top: auto
}

.reactheme-services3 .slick-arrow:hover {
    background: #086ad8;
    color: #378cff
}

.reactheme-services3 .col-services2 .slick-arrow {
    opacity: 1;
    visibility: visible
}

.reactheme-services3 .col-services2:hover .slick-arrow {
    opacity: 1;
    visibility: visible
}

.reactheme-addon-slider .team-item {
    padding: 0 15px
}

.team-grid-style1 .team-item,
.team-slider-style1 .team-item {
    position: relative;
    outline: none;
    border-radius: 5px
}

.team-grid-style1 .team-item .content-part,
.team-slider-style1 .team-item .content-part {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    text-align: center;
    z-index: 1;
    transition: .4s;
    opacity: 0
}

.team-grid-style1 .team-item .content-part .name,
.team-slider-style1 .team-item .content-part .name {
    margin-bottom: 8px;
    font-size: 22px
}

.team-grid-style1 .team-item .content-part .name a,
.team-slider-style1 .team-item .content-part .name a {
    color: #fff
}

.team-grid-style1 .team-item .content-part .name a:hover,
.team-slider-style1 .team-item .content-part .name a:hover {
    color: #333
}

.team-grid-style1 .team-item .content-part .designation,
.team-slider-style1 .team-item .content-part .designation {
    color: #fff;
    margin-bottom: 16px;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 15px
}

.team-grid-style1 .team-item .content-part .social-links,
.team-slider-style1 .team-item .content-part .social-links {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    text-align: center
}

.team-grid-style1 .team-item .content-part .social-links li,
.team-slider-style1 .team-item .content-part .social-links li {
    display: inline-block;
    margin-right: 20px
}

.team-grid-style1 .team-item .content-part .social-links li a,
.team-slider-style1 .team-item .content-part .social-links li a {
    display: inline-block;
    color: #fff
}

.team-grid-style1 .team-item .content-part .social-links li a:hover,
.team-slider-style1 .team-item .content-part .social-links li a:hover {
    color: #333
}

.team-grid-style1 .team-item .content-part .social-links li:last-child,
.team-slider-style1 .team-item .content-part .social-links li:last-child {
    margin: 0
}

.team-grid-style1 .team-item:after,
.team-slider-style1 .team-item:after {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, 100%) scale(.1);
    background: #378cff;
    opacity: 0;
    border-radius: 3px;
    transition: .4s
}

.team-grid-style1 .team-item:hover .content-part,
.team-slider-style1 .team-item:hover .content-part {
    transform: translate(-50%, -50%);
    opacity: 1
}

.team-grid-style1 .team-item:hover:after,
.team-slider-style1 .team-item:hover:after {
    transform: translate(-50%, -50%) scale(1);
    opacity: .9
}

.team-grid-style1 .team-item:focus,
.team-slider-style1 .team-item:focus {
    outline: none
}

.team-grid-style1 .nav-style,
.team-slider-style1 .nav-style {
    position: relative
}

.team-grid-style1 .nav-style .owl-nav,
.team-slider-style1 .nav-style .owl-nav {
    display: block;
    position: absolute;
    top: -80px;
    right: 0
}

.team-grid-style1 .nav-style .owl-nav .owl-prev,
.team-slider-style1 .nav-style .owl-nav .owl-prev,
.team-grid-style1 .nav-style .owl-nav .owl-next,
.team-slider-style1 .nav-style .owl-nav .owl-next {
    display: inline-block
}

.team-grid-style1 .nav-style .owl-nav .owl-prev i,
.team-slider-style1 .nav-style .owl-nav .owl-prev i,
.team-grid-style1 .nav-style .owl-nav .owl-next i,
.team-slider-style1 .nav-style .owl-nav .owl-next i {
    transition: .4s
}

.team-grid-style1 .nav-style .owl-nav .owl-prev i:before,
.team-slider-style1 .nav-style .owl-nav .owl-prev i:before,
.team-grid-style1 .nav-style .owl-nav .owl-next i:before,
.team-slider-style1 .nav-style .owl-nav .owl-next i:before {
    font-family: Flaticon;
    font-size: 22px
}

.team-grid-style1 .nav-style .owl-nav .owl-prev:hover i,
.team-slider-style1 .nav-style .owl-nav .owl-prev:hover i,
.team-grid-style1 .nav-style .owl-nav .owl-next:hover i,
.team-slider-style1 .nav-style .owl-nav .owl-next:hover i {
    color: #378cff
}

.team-grid-style1 .nav-style .owl-nav .owl-prev i:before,
.team-slider-style1 .nav-style .owl-nav .owl-prev i:before {
    content: "\f134"
}

.team-grid-style1 .nav-style .owl-nav .owl-prev:after,
.team-slider-style1 .nav-style .owl-nav .owl-prev:after {
    content: "/";
    padding: 0 5px;
    position: relative;
    top: -3px
}

.team-grid-style1 .nav-style .owl-nav .owl-next i:before,
.team-slider-style1 .nav-style .owl-nav .owl-next i:before {
    content: "\f133"
}

.icon-button a {
    background: #086ad8;
    color: #fff;
    padding: 3px 17px;
    display: inline-block;
    font-size: 20px;
    margin-bottom: 25px;
    border-radius: 18px
}

.icon-button a:hover {
    color: #fff;
    background: #378cff
}

.icon-button a i:before {
    font-size: inherit
}

.blogfull .icon-button a {
    margin-bottom: 0
}

.reactheme-testimonial-slider4 .slick-slider,
.reactheme-testimonial-slider2 .slick-slider,
.reactheme-testimonial-slider3 .slick-slider {
    margin: 0 -15px
}

.reactheme-testimonial-slider4 .slick-slide,
.reactheme-testimonial-slider2 .slick-slide,
.reactheme-testimonial-slider3 .slick-slide {
    margin-right: 15px;
    margin-left: 15px
}

.reactheme-testimonial-slider2 .testi-item {
    background-color: #f3f8f9;
    background-image: url(//reactheme.com/products/wordpress/waretech/wp-content/themes/waretech/assets/css/../images/cloud-pattern.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom -5px;
    border-radius: 10px;
    padding: 40px 45px
}

.reactheme-testimonial-slider2 .testi-item .user-info>img {
    max-width: 120px;
    height: auto;
    margin-bottom: 22px;
    border-radius: 50%
}

.reactheme-testimonial-slider2 .testi-item .desc {
    font-size: 17px;
    font-style: italic
}

.reactheme-testimonial-slider2 .testi-item .desc p {
    margin-bottom: 10px
}

.reactheme-testimonial-slider2 .testi-item .desc .name {
    font-size: 20px;
    margin-bottom: 5px
}

.reactheme-testimonial-slider2 .testi-item .desc .designation {
    font-size: 16px;
    color: #555;
    font-weight: 500;
    display: block;
    width: 100%
}

.reactheme-testimonial-slider2 .testi-item .desc .ratings {
    padding-top: 10px;
    margin: 0;
    list-style: none
}

.reactheme-testimonial-slider2 .testi-item .desc .ratings li img {
    max-width: 88px
}

.reactheme-testimonial-slider4 .slick-slider .slick-dots {
    text-align: center;
    bottom: -50px
}

.reactheme-testimonial-slider4 .slick-list {
    padding-top: 30px
}

.reactheme-testimonial-slider4 .testimonial-item .user-info img {
    margin: auto;
    max-width: 70px
}

.reactheme-testimonial-slider4 .testimonial-item .author-info {
    margin-top: -35px;
    position: relative;
    z-index: 9
}

.reactheme-testimonial-slider4 .testimonial-item .desc {
    position: relative;
    background: #fff;
    padding: 25px 25px 30px
}

.reactheme-testimonial-slider4 .testimonial-item .desc:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #dbf2f7;
    z-index: -1;
    transform: rotate(10deg);
    border-radius: 10px
}

.reactheme-testimonial-slider4 .testimonial-item .desc i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #378cff;
    font-size: 80px;
    opacity: .1
}

.reactheme-testimonial-slider4 .testimonial-item .name {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #031a3d;
    margin: 15px 0 0
}

.reactheme-testimonial-grid .testimonial-item-elements {
    display: flex;
    align-items: center
}

.reactheme-testimonial-grid .ratings img {
    max-width: 90px
}

.reactheme-testimonial-grid .testimonial-information .testimonial-name {
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 18px
}

.reactheme-testimonial-grid .bottom {
    text-align: left
}

.reactheme-testimonial-grid .bottom .testimonial-item-elements {
    flex-wrap: wrap
}

.reactheme-testimonial-grid .bottom .testimonial-content {
    padding-top: 30px;
    padding-left: 30px;
    display: flex;
    align-items: center
}

.reactheme-testimonial-grid .bottom .testimonial-content .image-wrap {
    width: unset;
    margin-right: 20px
}

.reactheme-testimonial-grid .bottom .testimonial-name {
    line-height: 18px
}

.icon-button a {
    background: #086ad8;
    color: #fff;
    padding: 3px 17px;
    display: inline-block;
    font-size: 20px;
    border-radius: 18px;
    margin-bottom: 25px
}

.icon-button a:hover {
    color: #fff;
    background: #378cff
}

.icon-button a i:before {
    font-size: inherit
}

.reactheme-blog-grid1 {
    background: #fff
}

.reactheme-blog-grid1 ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    color: #777
}

.reactheme-blog-grid1 .blog-content .btn-btm {
    border-top: 1px solid #f4f0f0;
    padding-top: 20px
}

.reactheme-blog-grid1 .blog-content .btn-btm .post-categories li {
    position: relative;
    padding-left: 22px
}

.reactheme-blog-grid1 .blog-content .btn-btm .post-categories li:before {
    content: "\f02d";
    font-family: fontawesome;
    font-size: 15px;
    color: #378cff;
    position: absolute;
    left: 0;
    top: 1px
}

.reactheme-blog-grid1 .blog-content .btn-btm .reacbutton-arrow i:before {
    font-size: 18px;
    transition: all .8s ease;
    font-weight: 700;
    position: relative;
    top: 2px;
    right: -2px
}

.reactheme-blog-grid1.blog-item {
    overflow: hidden;
    margin-bottom: 30px
}

.reactheme-blog-grid1.blog-item .image-part {
    overflow: hidden;
    height: 100%;
    position: relative
}

.reactheme-blog-grid1.blog-item .image-part a img {
    transition: all .5s
}

.reactheme-blog-grid1.blog-item .image-part span.date-full {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    padding: 4px 12px 5px;
    color: #fff;
    background-color: #378cff;
    border-radius: 4px;
    position: absolute;
    z-index: 1;
    right: 6%;
    top: 8%
}

.reactheme-blog-grid1.blog-item .blog-content {
    padding: 40px 0 30px;
    position: relative
}

.reactheme-blog-grid1.blog-item .blog-content:before {
    content: "";
    position: absolute;
    background: #e7e7e7;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    z-index: 1;
    -webkit-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
}

.reactheme-blog-grid1.blog-item .blog-content:after {
    content: "";
    position: absolute;
    background: #378cff;
    width: 0;
    height: 1px;
    left: 0;
    bottom: 0;
    z-index: 1;
    -webkit-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
}

.reactheme-blog-grid1.blog-item .blog-content .title {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 1.35 !important
}

.reactheme-blog-grid1.blog-item .blog-content .title a {
    color: #333
}

.reactheme-blog-grid1.blog-item .blog-content .title a:hover {
    color: #378cff;
    text-decoration: underline !important
}

.reactheme-blog-grid1.blog-item .blog-content .blog-meta li {
    position: relative;
    display: inline-block
}

.reactheme-blog-grid1.blog-item .blog-content .blog-meta li svg {
    position: relative;
    top: 3px;
    height: 17px;
    margin-right: 2px
}

.reactheme-blog-grid1.blog-item .blog-content .blog-meta li i {
    padding-right: 3px;
    font-size: 16px
}

.reactheme-blog-grid1.blog-item .blog-content .blog-meta li i.fa-calendar {
    padding-right: 7px
}

.reactheme-blog-grid1.blog-item .blog-content .blog-meta li i.fa-user-o {
    padding-right: 7px
}

.reactheme-blog-grid1.blog-item .blog-content .blog-meta li a {
    color: #777
}

.reactheme-blog-grid1.blog-item .blog-content .blog-meta li:last-child {
    margin: 0;
    padding: 0
}

.reactheme-blog-grid1.blog-item .blog-content .blog-meta span.author {
    color: #086ad8;
    font-weight: 700;
    margin-left: 0
}

.reactheme-blog-grid1.blog-item .blog-content .reacbutton-arrow {
    text-transform: uppercase
}

.reactheme-blog-grid1.blog-item:hover .image-part a img {
    transform: scale(1.07)
}

.reactheme-blog-grid1.blog-item .cat_list ul li a {
    background: #ffa84b;
    position: absolute;
    right: 50px;
    z-index: 1;
    bottom: -20px;
    font-weight: 700
}

.reactheme-blog-grid1.blog-item:hover .blog-content:before {
    width: 0;
    right: 0
}

.reactheme-blog-grid1.blog-item:hover .blog-content:after {
    width: 100%
}

.btn-part i {
    transition: all .8s ease
}

.reacbutton-arrow {
    color: #333;
    padding-right: 22px;
    position: relative;
    font-weight: 500
}

.reacbutton-arrow i {
    transition: all .8s ease
}

.reacbutton-arrow i:before {
    font-size: 17px;
    transition: all .8s ease
}

.reacbutton-arrow:hover {
    color: #378cff
}

.reacbutton-arrow:hover:after {
    right: 0;
    color: #378cff
}

.reactheme-notice {
    position: relative;
    z-index: 10
}

.reactheme-notice .rs_top_title {
    background: #378cff;
    font-size: 20px;
    text-transform: uppercase;
    padding: 13px 25px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 4px 4px 0 0
}

.reactheme-notice .notices-title {
    color: #777
}

.reactheme-notice .notices-title:hover {
    color: #378cff
}

.reactheme-notice ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.reactheme-notice ul li {
    background: #378cff;
    margin-bottom: 10px;
    border-radius: 3px;
    color: #fff;
    padding: 17px 15px 17px 0;
    overflow: hidden;
    display: flex;
    align-items: center
}

.reactheme-notice ul li .date {
    text-align: center;
    border-right: 1px solid #fff;
    margin-right: 20px;
    padding: 0 22px;
    line-height: 1.25;
    text-transform: uppercase;
    font-size: 15px
}

.reactheme-notice ul li .date span {
    font-size: 26px;
    font-weight: 700;
    font-family: 'DM Sans', sans-serif;
    display: block
}

.reactheme-notice ul li:last-child {
    margin-bottom: 0
}

.reactheme-events-style1 .event-block:last-child .events-short {
    margin-bottom: 0 !important
}

.reactheme-events-style1 .time i {
    margin-right: 5px
}

.reactheme-events-style1 .content-part .categorie {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.reactheme-events-style1 .content-part .categorie .address i {
    font-size: 16px;
    margin-right: 8px
}

.reactheme-events-style1 .events-short {
    overflow: hidden;
    background: #fff;
    padding: 31.5px 30px;
    border: 1px solid #dfe9eb;
    border-radius: 3px;
    margin-bottom: 30px;
    display: flex;
    align-items: center
}

.reactheme-events-style1 .events-short.tops {
    align-items: flex-start
}

.reactheme-events-style1 .events-short.tops .date-part {
    margin-top: 8px
}

.reactheme-events-style1 .events-short .date-part {
    background: #f3f8f9;
    min-width: 100px;
    text-align: center;
    padding: 11px 0 22px;
    border-radius: 3px;
    margin-right: 25px
}

.reactheme-events-style1 .events-short .date-part .month {
    margin-bottom: 10px;
    display: block
}

.reactheme-events-style1 .events-short .date-part .date {
    font-size: 50px;
    font-family: 'DM Sans', sans-serif;
    color: #378cff;
    font-weight: 700;
    line-height: 25px
}

.reactheme-events-style1 .events-short .content-part {
    overflow: hidden
}

.reactheme-events-style1 .events-short .content-part .categorie a {
    font-size: 15px;
    color: #777
}

.reactheme-events-style1 .events-short .content-part .categorie a:hover {
    color: #378cff
}

.reactheme-events-style1 .events-short .content-part .title a {
    color: #333
}

.reactheme-events-style1 .events-short .content-part .title a:hover {
    color: #378cff
}

.reactheme-events-style1.reactheme-events-style22 .events-short .date-part {
    padding: 0;
    border-radius: 3px
}

.reactheme-events-style1.reactheme-events-style22 .events-short .date-part img {
    border-radius: 3px
}

.reactheme-events-style1.reactheme-events-style22 .events-short .categorie {
    display: flex;
    align-items: center;
    margin-top: 8px;
    margin-bottom: 6px
}

.reactheme-events-style1.reactheme-events-style22 .events-short .categorie a {
    display: inline-block;
    background: #378cff;
    color: #fff;
    padding: 3px 16px;
    border-radius: 3px;
    margin-right: 25px
}

.reactheme-events-style1.reactheme-events-style22 .events-short .categorie a:hover {
    color: #fff;
    opacity: .8
}

.reactheme-events-style1.reactheme-events-style22 .events-short .categorie .time {
    font-size: 15px
}

.reactheme-events-style1.reactheme-events-style22 .events-short .categorie .time i {
    margin-right: 8px
}

.reactheme-events-style1.reactheme-events-style22 .events-short .categorie .time i:before {
    margin: 0
}

.mc4wp-form-fields .newsletter-form {
    position: relative;
    border-radius: 3px;
    overflow: hidden
}

.mc4wp-form-fields .newsletter-form input,
.mc4wp-form-fields .newsletter-form button {
    outline: none;
    border: none
}

.mc4wp-form-fields .newsletter-form input {
    background: #fff;
    width: 100%;
    color: #777;
    padding: 20px 30px;
    margin-bottom: 0;
    height: 64px !important;
    border: none !important
}

.mc4wp-form-fields .newsletter-form button {
    position: absolute;
    right: 0;
    top: 0;
    background: #086ad8;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    transition: .4s;
    padding: 19px 30px
}

.mc4wp-form-fields .newsletter-form button:hover {
    background: #0976f1
}

.reactheme-newsletter .mc4wp-form-fields .newsletter-form button {
    padding: 20px 40px 20px
}

.blogfull {
    box-shadow: 0 8px 6px -6px #eee;
    background: #fbfbfb !important;
    padding: 30px 40px !important
}

.blogfull .blog-title {
    min-height: 50px
}

.blogfull .icon-button a {
    margin-bottom: 0
}

.rsaddon-unique-slider .blog-item .blog-inner-wrap {
    transition: all .5s ease;
    border-radius: 5px
}

.rsaddon-unique-slider .blog-item .blog-inner-wrap:hover {
    transform: translateY(-10px)
}

.rsaddon-unique-slider .blog-item .blog-inner-wrap:hover .custom-blog-btn {
    opacity: 1
}

.rsaddon-unique-slider .blog-item .custom-blog-btn {
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, .25);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, .25);
    opacity: 0;
    position: relative
}

.rsaddon-unique-slider .blog-item .custom-blog-btn i:before {
    margin-left: 0 !important
}

.rsaddon-unique-slider .image-wrap {
    position: relative
}

.rsaddon-unique-slider .image-wrap img {
    border-radius: 2px
}

.rsaddon-unique-slider .image-wrap ul.post-categories {
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 1;
    transition: all .5s ease;
    background: #378cff;
    padding-left: 20px;
    border-radius: 2px 0 0;
    display: flex;
    padding-right: 16px
}

.rsaddon-unique-slider .image-wrap ul.post-categories:before {
    content: "\f02d";
    font-family: fontawesome;
    font-size: 16px;
    color: #fff;
    position: absolute;
    left: 16px;
    top: 6px
}

.rsaddon-unique-slider .image-wrap ul.post-categories li a {
    background: #378cff;
    color: #fff;
    padding: 5px 0 5px 15px;
    display: inline-block;
    border-radius: 0
}

.rsaddon-unique-slider .blog-content {
    border-radius: 0 0 5px 5px
}

.rsaddon-unique-slider .blog-content .post-categories {
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0
}

.rsaddon-unique-slider .blog-content .post-categories li {
    list-style: none;
    margin-bottom: 8px
}

.rsaddon-unique-slider .blog-content .post-categories li a {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400
}

.rsaddon-unique-slider .blog-content .author-avatar img {
    border-radius: 50%;
    margin-right: 8px
}

.rsaddon-unique-slider .blog-content .blog-footer {
    font-size: 15px;
    font-weight: 500
}

.rsaddon-unique-slider .blog-content .blog-footer .blog-meta i {
    margin-right: 5px
}

.rsaddon-unique-slider .blog-content .blog-footer .blog-meta date {
    text-decoration: underline;
    font-weight: 600
}

.rsaddon-unique-slider .blog-content .custom-blog-btn {
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, .25);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, .25);
    opacity: 0;
    position: relative
}

.rsaddon-unique-slider .blog-content .custom-blog-btn i:before {
    margin-left: 0 !important
}

.rsaddon-unique-slider .blog-content .custom-blog-btn:hover {
    opacity: 1
}

.rsaddon-unique-slider .blog-content .blog-btn-part2 {
    text-align: center;
    position: relative;
    z-index: 10;
    margin-bottom: 20px
}

.rsaddon-unique-slider .blog-item.blog_meta_style2 .blog-inner-wrap {
    background: 0 0
}

.rsaddon-unique-slider .blog-item.blog_meta_style2 .blog-inner-wrap .blog-content .blog-meta {
    width: 100%
}

.rsaddon-unique-slider .blog-item.blog_meta_style2 .blog-inner-wrap .blog-content .blog-meta span.date {
    margin-right: 0
}

.nolink {
    color: inherit;
    pointer-events: none
}

.rselements-single-member .single-member-title h2 {
    margin-bottom: 7px
}

.rselements-single-member .single-member-title span {
    font-size: 18px
}

.rselements-single-member .contact-info ul {
    list-style: none;
    margin: 20px 0
}

.rselements-single-member .contact-info ul li i {
    margin-right: 7px
}

.rselements-single-member .team-elements-social {
    margin: 0;
    list-style: none;
    display: flex
}

.rselements-single-member .team-elements-social li {
    list-style: none;
    margin-right: 10px
}

.clients-grids {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center
}

.clients-grids li {
    display: inline-block
}

.clients-grids li a {
    display: inline-block;
    padding: 10px 20px
}

.clients-grids.cols-one li {
    width: 100%
}

.clients-grids.cols-two li {
    width: 50%
}

.clients-grids.cols-three li {
    width: 33.333%
}

.clients-grids.cols-four li {
    width: 25%
}

.clients-grids.cols-five li {
    width: 20%
}

.clients-grids.cols-six li {
    width: 16.666%
}

#team-list-style .team-img {
    background: #fff;
    box-shadow: 0 0 60px rgba(0, 0, 0, .04)
}

#team-list-style .team-img .wrap-text {
    padding: 30px 20px
}

#team-list-style .team-name {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 600 !important;
    font-size: 22px;
    line-height: 30px
}

#team-list-style .team-name a {
    color: #086ad8
}

#team-list-style .team-name a:hover {
    color: #378cff
}

#team-list-style .team-title {
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px
}

#team-list-style .social-info {
    overflow: hidden
}

#team-list-style .social-info .phone {
    float: left
}

#team-list-style .social-info .phone:first-child {
    margin-right: 18px
}

#team-list-style .social-info .phone a {
    color: #777
}

#team-list-style .social-info .phone a:hover {
    color: #086ad8
}

#team-list-style .social-info .phone i {
    margin-right: 6px;
    position: relative;
    top: 2px
}

#team-list-style .social-info .phone i:before {
    font-size: 17px
}

#team-list-style .team-social {
    margin-top: 20px;
    margin-bottom: 24px
}

#team-list-style .team-social .social-icon {
    margin-right: 13px
}

#team-list-style .team-social i {
    font-size: 16px;
    transition: .4s;
    color: #777;
    text-align: center
}

#team-list-style .team-social i:hover {
    color: #086ad8
}

.reactheme-portfolio.col-filter .portfolio-content .portfolio-filter {
    text-align: center !important
}

.reactheme-portfolio .portfolio-slider .portfolio-item {
    position: relative;
    margin: 0 15px
}

.reactheme-portfolio .portfolio-slider .portfolio-item .categories {
    position: absolute;
    top: 16px;
    right: 25px;
    z-index: 11;
    font-size: 16px
}

.reactheme-portfolio .portfolio-slider .portfolio-item .categories a {
    color: #086ad8
}

.reactheme-portfolio .portfolio-slider .portfolio-item .categories a:hover {
    color: #086ad8
}

.reactheme-portfolio .portfolio-slider .portfolio-item .p-title {
    position: absolute;
    bottom: 16px;
    left: 0;
    z-index: 11;
    width: 100%;
    padding: 0 25px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600 !important;
    line-height: 30px !important
}

.reactheme-portfolio .portfolio-slider .portfolio-item .p-title a {
    color: #086ad8
}

.reactheme-portfolio .portfolio-slider .portfolio-item .p-title a:hover {
    color: #086ad8
}

.reactheme-portfolio.style1 .portfolio-item {
    overflow: hidden;
    position: relative
}

.reactheme-portfolio.style1 .portfolio-item .categories,
.reactheme-portfolio.style1 .portfolio-item .p-title {
    position: static
}

.reactheme-portfolio.style1 .portfolio-item .categories a,
.reactheme-portfolio.style1 .portfolio-item .p-title a {
    color: #fff;
    position: relative;
    z-index: 10;
    transition: .4s
}

.reactheme-portfolio.style1 .portfolio-item .categories a:hover,
.reactheme-portfolio.style1 .portfolio-item .p-title a:hover {
    color: #378cff
}

.reactheme-portfolio.style1 .portfolio-item .portfolio-content {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    top: 30%;
    left: 0;
    transition: .4s;
    opacity: 0;
    visibility: hidden
}

.reactheme-portfolio.style1 .portfolio-item:hover .portfolio-content {
    top: 0;
    opacity: 1;
    visibility: visible
}

.reactheme-portfolio.style2 .portfolio-slider .portfolio-item .portfolio-img {
    position: relative
}

.reactheme-portfolio.style2 .portfolio-slider .portfolio-item .portfolio-img .portfolio-content {
    position: absolute;
    width: 100%;
    visibility: hidden;
    transition: .4s;
    bottom: -50px
}

.reactheme-portfolio.style2 .portfolio-slider .portfolio-item .portfolio-img .portfolio-content .categories {
    top: auto;
    bottom: 20px;
    left: 25px
}

.reactheme-portfolio.style2 .portfolio-slider .portfolio-item .portfolio-img .portfolio-content .categories:before {
    display: none
}

.reactheme-portfolio.style2 .portfolio-slider .portfolio-item .portfolio-img .portfolio-content .categories a {
    color: #fff
}

.reactheme-portfolio.style2 .portfolio-slider .portfolio-item .portfolio-img .portfolio-content .categories a:hover {
    color: #378cff
}

.reactheme-portfolio.style2 .portfolio-slider .portfolio-item .portfolio-img .portfolio-content h3.p-title {
    top: auto;
    bottom: 52px
}

.reactheme-portfolio.style2 .portfolio-slider .portfolio-item .portfolio-img .portfolio-content h3.p-title a {
    color: #fff
}

.reactheme-portfolio.style2 .portfolio-slider .portfolio-item .portfolio-img .portfolio-content h3.p-title a:hover {
    color: #086ad8
}

.reactheme-portfolio.style2 .portfolio-slider .portfolio-item:hover .portfolio-content {
    opacity: 1;
    visibility: visible;
    bottom: 0
}

.reactheme-portfolio.style5 .portfolio-item .portfolio-img-sinlge {
    overflow: hidden
}

.reactheme-portfolio.style5 .portfolio-item .portfolio-img-sinlge img {
    transition: .4s;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.reactheme-portfolio.style5 .portfolio-item .portfolio-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px
}

.reactheme-portfolio.style5 .portfolio-item .p-title {
    padding: 0
}

.reactheme-portfolio.style5 .portfolio-item .categories,
.reactheme-portfolio.style5 .portfolio-item .p-title {
    position: static
}

.reactheme-portfolio.style5 .portfolio-item .categories {
    background: #fbfbfb;
    padding: 2px 10px
}

.reactheme-portfolio.style5 .portfolio-item:hover .portfolio-img-sinlge img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.reactheme-portfolio.style6 .portfolio-item .portfolio-img-sinlge {
    overflow: hidden
}

.reactheme-portfolio.style6 .portfolio-item .portfolio-img-sinlge img {
    transition: .4s;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.reactheme-portfolio.style6 .portfolio-item .portfolio-content {
    padding-top: 15px
}

.reactheme-portfolio.style6 .portfolio-item .p-title {
    padding: 0
}

.reactheme-portfolio.style6 .portfolio-item .categories,
.reactheme-portfolio.style6 .portfolio-item .p-title {
    position: static
}

.reactheme-portfolio.style6 .portfolio-item:hover .portfolio-img-sinlge img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.reactheme-portfolio.gap_no .portfolio-slider .portfolio-item {
    margin: 0
}

.portfolio-filter {
    position: relative;
    display: flex;
    justify-content: center;
    padding-bottom: 35px
}

.portfolio-filter:after {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 65%;
    height: 1px;
    background: #eee
}

.portfolio-filter button {
    margin-bottom: 0 !important;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #999 !important
}

.portfolio-filter button:before {
    content: '';
    position: absolute;
    background: 0 0;
    width: 100%;
    height: 4px;
    left: 0;
    top: auto;
    bottom: -16px;
    z-index: 1;
    background: #378cff;
    opacity: 0;
    transition: all .3s ease 0s
}

.portfolio-filter button.active {
    color: #086ad8 !important
}

.portfolio-filter button.active:before {
    opacity: 1
}

@media (max-width:768px) {
    .portfolio-filter button {
        padding: 5px 10px !important
    }
}

@media (max-width:640px) {
    .portfolio-filter {
        flex-wrap: wrap
    }
    .portfolio-filter button:before {
        display: none
    }
}

.reactheme-portfolio.vertical-slider.style4 .portfolio-slider .portfolio-img {
    position: relative;
    height: 100vh;
    overflow: hidden;
    background-position: center top !important;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease
}

.reactheme-portfolio.vertical-slider.style4 .portfolio-slider .portfolio-item {
    text-align: center
}

.reactheme-portfolio.vertical-slider.style4 .portfolio-slider .portfolio-item .categories {
    top: auto;
    bottom: 50px;
    left: 0;
    right: 0;
    padding: 0 25px;
    color: #fff !important
}

.reactheme-portfolio.vertical-slider.style4 .portfolio-slider .portfolio-item .categories a {
    color: #fff !important;
    font-size: 16px
}

.reactheme-portfolio.vertical-slider.style4 .portfolio-slider .portfolio-item .p-title {
    bottom: 80px;
    padding-top: 30px
}

.reactheme-portfolio.vertical-slider.style4 .portfolio-slider .portfolio-item .p-title a {
    color: #fff !important;
    position: relative
}

.reactheme-portfolio.vertical-slider.style4 .portfolio-slider .portfolio-item .p-title a:before {
    content: "";
    width: 2px;
    height: 40px;
    background: #378cff;
    text-align: center;
    display: block;
    margin: 0 auto;
    position: relative;
    top: -10px;
    transition: .4s
}

.reactheme-portfolio.vertical-slider.style4 .portfolio-slider .portfolio-item:hover .p-title a {
    color: #378cff !important
}

.reactheme-portfolio.vertical-slider.style4 .portfolio-slider .portfolio-item:hover .p-title a:before {
    height: 100px
}

.reactheme-portfolio.vertical-slider.style4 .portfolio-slider .portfolio-item:hover .portfolio-img {
    transform: scale(1.04)
}

.reactheme-project-section.gray-bg {
    background: #f7f7fc;
    padding: 90px 0 50px
}

.reactheme-project-section.gray-bg h3 {
    margin-bottom: 50px !important
}

.reactheme-project-section .project-item {
    position: relative;
    overflow: hidden;
    z-index: 1
}

.reactheme-project-section .project-item .project-content .p-icon,
.reactheme-project-section .project-item .project-content .title {
    position: absolute;
    z-index: 11;
    margin: 0
}

.reactheme-project-section .project-item .project-content .p-icon {
    visibility: hidden;
    transition: .4s
}

.reactheme-project-section .project-item .project-content .p-icon {
    top: -100px;
    right: 25px;
    text-align: right;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #086ad8;
    border-radius: 50%
}

.reactheme-project-section .project-item .project-content .p-icon i {
    color: #fff
}

.reactheme-project-section .project-item .project-content .p-icon i,
.reactheme-project-section .project-item .project-content .p-icon i:before {
    font-size: 15px
}

.reactheme-project-section .project-item .project-content .title {
    font-size: 18px;
    font-weight: 600;
    bottom: -100px;
    left: 25px
}

.reactheme-project-section .project-item .project-content .title span {
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 5px;
    display: block
}

.reactheme-project-section .project-item .project-content .title span,
.reactheme-project-section .project-item .project-content .title a {
    color: #fff
}

.reactheme-project-section .project-item .project-content .title a:hover {
    color: #086ad8
}

.reactheme-project-section .project-item:hover .project-content .title {
    bottom: 20px
}

.reactheme-project-section .project-item:hover .project-content .p-icon,
.reactheme-project-section .project-item:hover .project-content .title {
    opacity: 1;
    visibility: visible
}

.reactheme-project-section .project-item:hover .project-content .p-icon {
    top: 20px
}

.reactheme-project-section .view-project {
    margin-top: 60px
}

.reactheme-project-section .nav-style .owl-controls .owl-nav {
    position: absolute;
    left: 17.5%
}

body.single-services .reactheme-porfolio-details {
    padding: 120px 0 0
}

.reactheme-portfolio-style7 .showcase li {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0;
    position: relative
}

.reactheme-portfolio-style7 a .showcase-caption {
    display: inline-block;
    z-index: 2;
    color: #fff;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, .33);
    padding: 20px
}

.reactheme-portfolio-style7 .showcase {
    margin: 0 auto 0;
    display: block
}

.reactheme-portfolio-style7 .showcase li:nth-of-type(3n+4) {
    clear: left
}

.reactheme-portfolio-style7 .showcase-item {
    line-height: 1;
    z-index: 3
}

.reactheme-portfolio-style7 .showcase-item.hover {
    z-index: 1
}

.reactheme-portfolio-style7 .showcase-item a {
    display: block;
    padding: 15px 25px 10px 0
}

.reactheme-portfolio-style7 .showcase-item img {
    position: fixed;
    z-index: 1;
    opacity: 1;
    display: none;
    transition: opacity .35s, transform .35s
}

.reactheme-portfolio-style7 .showcase-item a h3 {
    position: relative;
    z-index: 3;
    transition: opacity .35s, transform .35s
}

.reactheme-portfolio-style7 .showcase-item a p {
    position: relative;
    z-index: 3;
    transition: opacity .35s, transform .35s;
    margin: 0 !important
}

.reactheme-portfolio-style7 .showcase-item a:hover+img {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: block
}

.reactheme-portfolio-style7 .showcase-item a:hover {
    color: #fff;
    background: 0 0
}

.reactheme-portfolio-style7 .showcase-item h3 {
    font-size: 36px;
    padding: .45em .6em 15px 0;
    font-weight: 600;
    letter-spacing: 0px;
    margin: 0
}

@media screen and (max-width:1023px) {
    .showcase {
        margin: 0 auto
    }
    .showcase-item a img {
        border: 0
    }
}

body .rselement-dual-btn {
    font-size: 16px
}

ul.latest_projects {
    margin: 0;
    padding: 0;
    list-style: none
}

.mfp-close-btn-in .mfp-close {
    top: 0;
    right: 0;
    text-align: right;
    padding-right: 0;
    display: inline-block;
    text-align: center;
    background: #086ad8;
    width: 44px;
    border-radius: 50%;
    font-size: 27px
}

.rs_button.btn-border {
    border-width: 2px;
    color: #378cff;
    border-style: solid;
    border-color: #378cff;
    background: 0 0
}

.rs_button.btn-border:hover {
    background: #378cff;
    color: #fff
}

.reactheme-btn {
    outline: none;
    padding: 12px 35px;
    border: 2px solid #378cff;
    border-radius: 30px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    background: #f3f8f9;
    text-transform: uppercase
}

.reactheme-btn:hover {
    background: #378cff;
    color: #fff
}

.reactheme-btn.btn-center {
    text-align: center
}

.reactheme-btn.btn-left {
    text-align: left
}

.reactheme-btn.btn-right {
    text-align: right
}

.reactheme-btn.reactheme-btn-style2 {
    position: relative
}

.reactheme-btn.reactheme-btn-style2:after,
.reactheme-btn.reactheme-btn-style2:before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    transition: all .3s ease 0s
}

.reactheme-btn.reactheme-btn-style2:after {
    right: 30px
}

.reactheme-btn.reactheme-btn-style2:before {
    left: 30px
}

.elementor-accordion-item {
    margin-bottom: 20px
}

.border-image-box .elementor-image-box-img img {
    border: 5px solid #3270fc29;
    border-radius: 50%
}

.reactheme-event-grid .event-item .date-part span {
    font-size: 50px;
    line-height: 62px;
    font-weight: 700;
    font-style: normal;
    display: block;
    color: #378cff
}

.reactheme-event-grid .event-item .time-secs {
    margin-top: 25px
}

.reactheme-event-grid .event-item .time-secs .time {
    color: #086ad8
}

.reactheme-event-grid .event-item .content-part h4.title {
    font-weight: 600;
    line-height: 25px;
    margin: 0
}

.reactheme-event-grid .event-item .content-part h4.title a {
    color: #00306e
}

.reactheme-event-grid .event-item .content-part h4.title a:hover {
    color: #00825a
}

.reactheme-event-grid .event-item .content-part .address {
    margin-bottom: 24px
}

.portfolio-filter {
    margin-bottom: 20px
}

.portfolio-filter.filter-center {
    text-align: center
}

.portfolio-filter.filter-right {
    text-align: right
}

.portfolio-filter.filter-left {
    text-align: left
}

.portfolio-filter button {
    font-size: 16px;
    background: 0 0 !important;
    color: #333;
    margin: 0 0 30px;
    display: inline-block;
    padding: 0;
    transition: .4s;
    outline: none;
    -webkit-transition: .4s;
    -ms-transition: .4s;
    position: relative;
    padding: 5px 20px;
    border-radius: 30px;
    border: 0
}

.portfolio-filter button:hover,
.portfolio-filter button.active {
    color: #378cff;
    background: 0 0 !important
}

.recent-post-widgets li.show-featured {
    float: left;
    width: 33.33%;
    padding: 0
}

.reactheme-vertical-middle {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.reactheme-vertical-bottom {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.gutter-no-gap .row {
    margin: 0 !important
}

.gutter-no-gap .row [class*=col-] {
    padding: 0 !important;
    margin: 0 !important
}

.reactheme-sl-social-icons a {
    color: #fff
}

.reactheme-sl-social-icons a:hover {
    color: #378cff
}

.reactheme-slider * {
    outline: none
}

.reactheme-slider .slider-item {
    background-size: cover;
    background-repeat: no-repeat
}

.reactheme-slider .slide-description {
    max-width: 640px
}

.reactheme-slider .slide-description p {
    margin-bottom: 0;
    font-size: 18px
}

.reactheme-slider .slide-title {
    font-size: 65px;
    line-height: 75px;
    font-weight: 700 !important
}

.reactheme-slider .slide-content {
    max-width: 1250px;
    margin: 0 auto;
    padding: 150px 0;
    position: relative
}

.reactheme-slider .slide-content .watermark {
    z-index: 5;
    position: absolute;
    font-size: 200px;
    font-weight: 900;
    font-family: 'DM Sans', sans-serif;
    top: 10%;
    opacity: .1
}

.reactheme-slider .slide-content span.number {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: auto;
    bottom: 42px;
    font-size: 20px;
    font-weight: 400;
    font-family: 'DM Sans', sans-serif;
    color: #777
}

.reactheme-slider .slide-content span.number .first {
    font-size: 60px;
    font-weight: 700;
    color: #000
}

.reactheme-slider .slide-content .slide-content-wrap {
    max-width: 800px;
    position: relative;
    z-index: 10
}

.reactheme-slider .slide-content.center {
    text-align: center
}

.reactheme-slider .slide-content.center .slide-content-wrap {
    display: block;
    margin: 0 auto
}

.reactheme-slider .slide-content.center .slide-description {
    margin-left: auto;
    margin-right: auto
}

.reactheme-slider .slide-content.right {
    text-align: right
}

.reactheme-slider .slide-content.right .slide-description {
    margin-left: auto
}

.reactheme-slider .slide-content.right .slide-content-wrap {
    display: block;
    margin-left: auto
}

.reactheme-slider .slider-button {
    margin-top: 48px
}

.reactheme-slider .slider-button ul {
    margin: 0;
    list-style-type: none
}

.reactheme-slider .slider-button ul li {
    display: inline-block
}

.reactheme-slider .slider-button ul li+li {
    margin-left: 10px
}

.reactheme-slider .slick-arrow {
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #378cff;
    opacity: 1;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    top: auto;
    bottom: 40
}

.reactheme-slider .slick-arrow:after {
    color: inherit;
    top: -2px;
    font-family: "Font Awesome 5 Pro";
    font-size: 25px
}

.reactheme-slider .slick-prev {
    right: auto;
    left: 45%;
    top: auto;
    bottom: 40px;
    z-index: 1
}

.reactheme-slider .slick-prev:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f053" !important;
    color: #000;
    text-indent: 4px
}

.reactheme-slider .slick-next {
    left: auto;
    right: 45%;
    top: auto;
    bottom: 40px
}

.reactheme-slider .slick-next:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f054" !important;
    color: #000;
    text-indent: -4px
}

.reactheme-slider:hover .slick-arrow {
    opacity: 1
}

.reactheme-slider .reacbuttons {
    border: 2px solid #000;
    color: #000;
    padding: 16px 35px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 500
}

.reactheme-slider .reacbuttons:hover {
    background: #000;
    color: #fff;
    border: 2px solid #000
}

.recent-post-widgets li.show-featured {
    float: left;
    width: 33.33%
}

.recent-post-widgets li.show-featured .post-img {
    padding: 3px;
    float: none;
    width: auto;
    display: block
}

.recent-post-widgets li.show-featured .post-img img {
    width: 100%;
    border-radius: 3px
}

.fal {
    font-weight: 300
}

.single-teams .details-tabs-area {
    margin-right: 30px
}

.single-teams .details-tabs-area .team-detail-wrap {
    background: #fff;
    padding: 25px 50px 30px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .03);
    margin-bottom: 40px
}

.single-teams .title-bg-gray {
    color: #333;
    padding-bottom: 5px;
    margin-bottom: 0 !important
}

.single-teams .title-bg-gray.padding-top {
    margin-bottom: 20px !important
}

.single-teams .designation-info {
    display: block;
    color: #777;
    margin-top: 0;
    font-size: 14px;
    padding-bottom: 10px
}

.single-teams .short-desc {
    display: block;
    margin-bottom: 25px
}

.single-teams .adress-box {
    display: flex;
    align-items: center;
    margin-bottom: 23px
}

.single-teams .adress-box .icon-link {
    color: #086ad8;
    width: 50px;
    height: 50px;
    border: 2px solid #f4f4f4;
    text-align: center;
    line-height: 50px;
    margin-right: 20px;
    margin-top: 5px
}

.single-teams .adress-box .fs-14 {
    font-size: 14px;
    margin-bottom: 0
}

.single-teams .adress-box h5 {
    font-size: 20px;
    line-height: 1.1;
    margin-bottom: 0
}

.single-teams .theme_btn {
    background: #086ad8;
    padding: 16px 44px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    margin-top: 10px;
    border-radius: 6px
}

.single-teams .theme_btn i {
    margin-left: 15px
}

.single-teams .theme_btn:hover {
    background: #378cff
}

.single-teams .team-information {
    padding: 50px 0 0 40px
}

body .vc_progress_bar .vc_single_bar .vc_label_units {
    position: absolute;
    right: 0;
    font-weight: 500
}

body .vc_progress_bar .vc_single_bar {
    border-radius: 0 !important;
    box-shadow: none !important;
    height: 8px;
    line-height: 8px
}

body .vc_progress_bar .vc_single_bar .vc_bar {
    border-radius: 0 !important
}

body .vc_progress_bar .vc_single_bar .vc_label {
    font-weight: 500
}

body .reactheme-portfolio-style2 .portfolio-item .portfolio-content .p-icon {
    width: 50px;
    height: 50px;
    line-height: 50px
}

body .reactheme-portfolio-style2 .portfolio-item .portfolio-content .p-icon i:before {
    font-size: 18px
}

.reactheme-portfolio-style3 .portfolio-item,
.reactheme-portfolio-style5 .portfolio-item,
.reactheme-portfolio-style4 .portfolio-item,
.reactheme-portfolio-style3 .portfolio-item img,
.reactheme-portfolio-style5 .portfolio-item img,
.reactheme-portfolio-style4 .portfolio-item img,
.reactheme-portfolio-style3 .portfolio-item .bg-overlay,
.reactheme-portfolio-style5 .portfolio-item .bg-overlay,
.reactheme-portfolio-style4 .portfolio-item .bg-overlay {
    border-radius: 5px
}

.reactheme-portfolio-style3 .portfolio-item,
.reactheme-portfolio-style3 .portfolio-item img,
.reactheme-portfolio-style3 .portfolio-item .bg-overlay {
    border-radius: 5px
}

.reactheme-portfolio-style3 .portfolio-item {
    position: relative;
    overflow: hidden;
    z-index: 1
}

.reactheme-portfolio-style3 .portfolio-item .portfolio-img {
    position: relative;
    z-index: 1
}

.reactheme-portfolio-style3 .portfolio-item .portfolio-img img {
    width: 100%
}

.reactheme-portfolio-style3 .portfolio-item .portfolio-img .p-link {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: inline-block;
    font-size: 36px;
    color: #fff;
    transition: all .3s ease;
    opacity: 0
}

.reactheme-portfolio-style3 .portfolio-item .portfolio-img .p-link i {
    margin-left: 2px
}

.reactheme-portfolio-style3 .portfolio-item .portfolio-img .p-link:hover {
    opacity: .7 !important
}

.reactheme-portfolio-style3 .portfolio-item .p-icon {
    transition: all .4s ease-in-out 0s;
    bottom: -100px;
    right: 25px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #378cff;
    border-radius: 50%;
    z-index: 7;
    opacity: 0;
    visibility: hidden;
    position: absolute
}

.reactheme-portfolio-style3 .portfolio-item .portfolio-content {
    position: absolute;
    padding: 24px 30px;
    opacity: 1;
    z-index: 10;
    top: 0
}

.reactheme-portfolio-style3 .portfolio-item .portfolio-content:before {
    background: rgba(0, 0, 0, .4) !important;
    opacity: 1
}

.reactheme-portfolio-style3 .portfolio-item .portfolio-content .portfolio-inner {
    bottom: 30px;
    width: auto;
    right: 40px;
    left: 40px;
    display: flex;
    flex-wrap: wrap;
    transition: all .5s ease
}

.reactheme-portfolio-style3 .portfolio-item .portfolio-content .portfolio-inner .p-title {
    order: 2;
    flex: 0 0 100%
}

.reactheme-portfolio-style3 .portfolio-item .portfolio-content .portfolio-inner .p-category {
    flex: 0 0 100%
}

.reactheme-portfolio-style3 .portfolio-item .portfolio-content a {
    color: #fff
}

.reactheme-portfolio-style3 .portfolio-item .portfolio-content .p-title {
    margin-bottom: 5px;
    font-size: 18px;
    transition: .3s ease all;
    line-height: 25px !important
}

.reactheme-portfolio-style3 .portfolio-item .portfolio-content p {
    margin-bottom: 0;
    color: #fff;
    transition: .3s ease all
}

.reactheme-portfolio-style3 .portfolio-item:hover .p-icon {
    bottom: 30px;
    opacity: 1;
    visibility: visible
}

.reactheme-portfolio-style3 .portfolio-item:hover .portfolio-content {
    opacity: 1
}

.reactheme-portfolio-style3 .portfolio-item:hover .portfolio-content .portfolio-inner {
    bottom: 50px
}

.reactheme-portfolio-style3 .portfolio-item:hover .portfolio-img:before {
    opacity: .7
}

.reactheme-portfolio-style3 .portfolio-item:hover .portfolio-img .p-link {
    opacity: 1
}

.reactheme-video.style1 {
    display: flex;
    align-items: center;
    transition: .3s
}

.reactheme-video.style1 a.popup-videos {
    width: 70px;
    height: 70px;
    border: 5px solid;
    display: inline-block;
    line-height: 70px;
    border-radius: 50px
}

.reactheme-video.style1 a.popup-videos i {
    position: relative;
    left: 3px;
    top: -2px
}

.reactheme-video.style1 .video-desc {
    text-align: left;
    padding-left: 15px;
    position: relative
}

.reactheme-video.style1:hover {
    opacity: .8
}

.reactheme-video.style2 a.popup-videos {
    background: #378cff
}

.reactheme-video.style2 a.popup-videos i {
    top: -1px;
    left: 3px
}

.reactheme-video.style2 a.popup-videos {
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    height: 80px;
    width: 80px;
    line-height: 80px;
    border-radius: 80%;
    position: relative;
    -webkit-animation: circle_ripple .7s linear infinite;
    animation: circle_ripple .7s linear infinite
}

@-webkit-keyframes circle_ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .3), 0 0 0 1em rgba(255, 255, 255, .3), 0 0 0 3em rgba(255, 255, 255, .3), 0 0 0 5em rgba(255, 255, 255, .3)
    }
    100% {
        box-shadow: 0 0 0 1em rgba(255, 255, 255, .3), 0 0 0 3em rgba(255, 255, 255, .3), 0 0 0 5em rgba(255, 255, 255, .3), 0 0 0 8em rgba(255, 255, 255, 0)
    }
}

@keyframes circle_ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .3), 0 0 0 1em rgba(255, 255, 255, .3), 0 0 0 3em rgba(255, 255, 255, .3), 0 0 0 5em rgba(255, 255, 255, .3)
    }
    100% {
        box-shadow: 0 0 0 1em rgba(255, 255, 255, .3), 0 0 0 3em rgba(255, 255, 255, .3), 0 0 0 5em rgba(255, 255, 255, .3), 0 0 0 8em rgba(255, 255, 255, 0)
    }
}

.reactheme-video {
    background-size: cover !important
}

.reactheme-video .icon-area {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.reactheme-video.style2 {
    position: relative
}

.reactheme-video.style2 .icon-area {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: 65px
}

.reactheme-video i {
    position: relative
}

.reactheme-portfolio-style4 .portfolio-item {
    position: relative;
    overflow: hidden
}

.reactheme-portfolio-style4 .portfolio-item .portfolio-img {
    position: relative;
    z-index: 1
}

.reactheme-portfolio-style4 .portfolio-item .portfolio-img img {
    width: 100%;
    -webkit-transition: 1.3s all ease;
    transition: 1.3s all ease;
    border-radius: 5px
}

.reactheme-portfolio-style4 .portfolio-item .portfolio-img .p-link {
    display: none
}

.reactheme-portfolio-style4 .portfolio-item .portfolio-content {
    position: absolute;
    padding: 30px 20px 15px;
    opacity: 0;
    z-index: 1;
    bottom: -150px;
    left: 50%;
    transform: translateX(-50%);
    width: 86%;
    z-index: 9;
    background: #fff;
    transition: .6s
}

.reactheme-portfolio-style4 .portfolio-item .portfolio-content a {
    color: #333;
    display: block
}

.reactheme-portfolio-style4 .portfolio-item .portfolio-content h3 {
    margin-bottom: 5px;
    font-size: 20px;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: .4s all ease;
    transition: .4s all ease
}

.reactheme-portfolio-style4 .portfolio-item .portfolio-content .p-title {
    margin-bottom: 5px;
    font-size: 18px
}

.reactheme-portfolio-style4 .portfolio-item .portfolio-content .tite-color:hover {
    color: #086ad8
}

.reactheme-portfolio-style4 .portfolio-item .portfolio-content p {
    margin-bottom: 0;
    color: #fff;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: .4s all ease;
    transition: .4s all ease
}

.reactheme-portfolio-style4 .portfolio-item .portfolio-content .p-category a {
    color: #777
}

.reactheme-portfolio-style4 .portfolio-item .pt-icon-plus {
    position: relative;
    -webkit-transition: .5s all ease-out;
    transform: translateY(20px);
    transition-delay: .1s;
    color: #ed4e31
}

.reactheme-portfolio-style4 .portfolio-item .pt-icon-plus:before {
    font-family: FontAwesome;
    content: "+";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    bottom: -40px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    z-index: 9999;
    font-size: 35px;
    display: block;
    cursor: pointer;
    transition: .4s
}

.reactheme-portfolio-style4 .portfolio-item:hover .portfolio-content {
    opacity: 1;
    bottom: 30px
}

.reactheme-portfolio-style4 .portfolio-item:hover .portfolio-content h3 {
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
}

.reactheme-portfolio-style4 .portfolio-item:hover .portfolio-content p {
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
}

.reactheme-portfolio-style4 .portfolio-item:hover .portfolio-img:before {
    opacity: .7
}

.reactheme-portfolio-style4 .portfolio-item:hover .portfolio-img img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.reactheme-portfolio-style4 .portfolio-item:hover .pt-icon-plus:before {
    bottom: -6px
}

.reactheme-portfolio-style5 .portfolio-item {
    position: relative;
    overflow: hidden;
    z-index: 1
}

.reactheme-portfolio-style5 .portfolio-item .portfolio-img {
    position: relative;
    z-index: 1
}

.reactheme-portfolio-style5 .portfolio-item .portfolio-img img {
    width: 100%;
    transform: scale(1.2);
    transition: .6s
}

.reactheme-portfolio-style5 .portfolio-item .portfolio-img .p-link {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: inline-block;
    font-size: 36px;
    color: #fff;
    transition: all .3s ease;
    opacity: 0
}

.reactheme-portfolio-style5 .portfolio-item .portfolio-img .p-link i {
    margin-left: 2px
}

.reactheme-portfolio-style5 .portfolio-item .portfolio-img .p-link:hover {
    opacity: .7 !important
}

.reactheme-portfolio-style5 .portfolio-item .p-icon {
    transition: all .4s ease-in-out 0s;
    bottom: -100px;
    right: 25px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #378cff;
    border-radius: 50%;
    z-index: 7;
    opacity: 0;
    visibility: hidden;
    position: absolute
}

.reactheme-portfolio-style5 .portfolio-item .portfolio-content {
    position: absolute;
    padding: 24px 30px;
    opacity: 0;
    z-index: 10;
    top: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    text-align: center
}

.reactheme-portfolio-style5 .portfolio-item .portfolio-content:before {
    background: rgba(0, 0, 0, .4);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    transition: all .4s;
    border-radius: 5px;
    transform: scale(1.2);
    transition: .6s
}

.reactheme-portfolio-style5 .portfolio-item .portfolio-content a {
    color: #fff
}

.reactheme-portfolio-style5 .portfolio-item .portfolio-content .p-title {
    margin-bottom: 5px;
    font-size: 18px;
    transition: .3s ease all;
    line-height: 25px !important
}

.reactheme-portfolio-style5 .portfolio-item .portfolio-content p {
    margin-bottom: 0;
    color: #fff;
    transition: .3s ease all
}

.reactheme-portfolio-style5 .portfolio-item .portfolio-content .portfolio-inner {
    position: relative;
    z-index: 11;
    transform: scale(1.3);
    transition: .5s
}

.reactheme-portfolio-style5 .portfolio-item:hover .portfolio-content,
.reactheme-portfolio-style5 .portfolio-item:hover .portfolio-content:before {
    opacity: 1;
    visibility: visible
}

.reactheme-portfolio-style5 .portfolio-item:hover .portfolio-img img,
.reactheme-portfolio-style5 .portfolio-item:hover .portfolio-content:before,
.reactheme-portfolio-style5 .portfolio-item:hover .portfolio-content .portfolio-inner {
    transform: scale(1)
}

.reactheme-portfolio-style6 {
    overflow: hidden
}

.reactheme-portfolio-style6 .portfolio-item {
    position: relative;
    overflow: hidden;
    border-radius: 0
}

.reactheme-portfolio-style6 .portfolio-item .portfolio-img {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.reactheme-portfolio-style6 .portfolio-item .portfolio-img img {
    width: 100%;
    -webkit-transition: 1.3s all ease;
    transition: 1.3s all ease;
    border-radius: 0
}

.reactheme-portfolio-style6 .portfolio-item .portfolio-content {
    position: absolute;
    padding: 17px 25px 15px;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    left: 0;
    bottom: -100px;
    text-align: left;
    width: 100%;
    border-top: 0;
    z-index: 11;
    transition: .6s;
    height: 100%
}

.reactheme-portfolio-style6 .portfolio-item .portfolio-content .p-title {
    font-size: 18px;
    margin-bottom: 0
}

.reactheme-portfolio-style6 .portfolio-item .portfolio-content .p-title a {
    color: #086ad8
}

.reactheme-portfolio-style6 .portfolio-item .portfolio-content:before {
    background: rgba(0, 0, 0, .4);
    content: '';
    position: absolute;
    bottom: -150px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    transition: all .4s;
    border-radius: 5px;
    transition: .6s
}

.reactheme-portfolio-style6 .portfolio-item .portfolio-content .p-category a {
    color: #777
}

.reactheme-portfolio-style6 .portfolio-item .portfolio-content h3 {
    margin-bottom: 0;
    font-size: 18px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .6s all ease;
    transition: .6s all ease;
    font-weight: 600 !important;
    line-height: 30px !important
}

.reactheme-portfolio-style6 .portfolio-item .portfolio-content h3 a:hover {
    color: #378cff
}

.reactheme-portfolio-style6 .portfolio-item .portfolio-content p {
    margin-bottom: 0;
    color: #378cff;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: .6s all ease;
    transition: .6s all ease
}

.reactheme-portfolio-style6 .portfolio-item .portfolio-content .portfolio-inner {
    position: absolute;
    bottom: -100px;
    transition: .5s;
    left: 30px
}

.reactheme-portfolio-style6 .portfolio-item:hover .portfolio-content {
    opacity: 1;
    visibility: visible;
    bottom: 0
}

.reactheme-portfolio-style6 .portfolio-item:hover .portfolio-content h3 {
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
}

.reactheme-portfolio-style6 .portfolio-item:hover .portfolio-content p {
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
}

.reactheme-portfolio-style6 .portfolio-item:hover .portfolio-content:before {
    opacity: 1;
    bottom: 0;
    visibility: visible
}

.reactheme-portfolio-style6 .portfolio-item:hover .portfolio-content .portfolio-inner {
    bottom: 30px
}

.reactheme-portfolio-style6 .portfolio-item:hover .portfolio-img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.portfolio-slider-data .slick-dots {
    text-align: center;
    bottom: -75px
}

.portfolio-slider-data .slick-dots li {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 30px;
    background: #086ad8;
    transition: .4s
}

.portfolio-slider-data .slick-dots li:hover,
.portfolio-slider-data .slick-dots li.slick-active {
    background: #378cff
}

.portfolio-slider-data .slick-prev,
.portfolio-slider-data .slick-next {
    background: #378cff;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50px;
    z-index: 8;
    transition: .4s;
    opacity: 0;
    visibility: hidden
}

.portfolio-slider-data .slick-prev i,
.portfolio-slider-data .slick-next i {
    color: #fff
}

.portfolio-slider-data .slick-prev:after,
.portfolio-slider-data .slick-next:after {
    display: none
}

.portfolio-slider-data .slick-prev {
    left: -100px
}

.portfolio-slider-data .slick-next {
    right: -100px
}

.portfolio-slider-data:hover .slick-prev,
.portfolio-slider-data:hover .slick-next {
    opacity: 1;
    visibility: visible
}

.portfolio-slider-data:hover .slick-prev {
    left: -50px
}

.portfolio-slider-data:hover .slick-next {
    right: -50px
}

.portfolio-slider-data .portfolio-item .bg-overlay,
.portfolio-slider-data .project-item .bg-overlay {
    background: #000;
    opacity: .7;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.light .reactheme-portfolio-style5 .portfolio-item .portfolio-content {
    background: #fff
}

.reactheme-portfolio-agency .portfolio-filter {
    margin-bottom: 30px
}

.single-portfolios .reactheme-porfolio-details.project-gallery {
    margin-bottom: -30px
}

.single-portfolios .project-desc {
    padding-right: 30px
}

.single-portfolios .project-img {
    margin-bottom: 50px
}

.single-portfolios .ps-informations h3 {
    padding: 16px 20px;
    background: #378cff;
    border-radius: 0;
    font-size: 20px;
    color: #fff;
    line-height: 26px !important;
    margin: 0 !important
}

.wp-block-gallery.aligncenter,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
    display: flex !important
}

.mfp-content figure {
    position: relative
}

.mfp-content figure .mfp-title {
    position: absolute;
    left: 0;
    bottom: 4px;
    width: auto;
    right: 0;
    color: #fff !important;
    background: rgba(255, 255, 255, .05);
    padding: 30px
}

.mfp-content figure .mfp-title .gallery-title-wrap h3 {
    margin: 0;
    color: #fff !important;
    font-size: 25px !important;
    font-weight: 600 !important
}

.mfp-content figure .mfp-title p {
    margin: 12px 0 0
}

.mfp-content figure .mfp-title p:empty {
    display: none
}

.ps-navigation {
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

.ps-navigation i:before {
    margin-left: 0
}

.ps-navigation ul {
    margin: 0 !important;
    list-style: none
}

.ps-navigation ul .prev {
    display: inline-block;
    text-align: left
}

.ps-navigation ul .next {
    display: inline-block;
    text-align: right;
    word-break: break-all
}

.ps-navigation ul a {
    text-transform: uppercase
}

.ps-navigation ul a span {
    display: block;
    font-weight: 400;
    text-transform: capitalize
}

.ps-navigation ul a span:first-child {
    margin-top: 0
}

.ps-navigation ul a span.pagi-date {
    font-size: 13px;
    color: #aaa;
    line-height: normal;
    margin-top: 5px
}

.ps-navigation ul a:hover {
    color: #378cff
}

.single-portfolios .owl-carousel .owl-nav [class*=owl-] {
    top: calc(50%)
}

.single-portfolios .ps-navigation {
    margin-bottom: 0;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

.single-portfolios .ps-navigation ul li a {
    font-size: 15px
}

.single-portfolios .ps-navigation ul li a span {
    font-size: 15px !important
}

.single-portfolios .owl-stage-outer {
    height: auto !important;
    margin-bottom: 50px
}

.reactheme-galleys .file-list-image,
.reactheme-galleys .galley-img {
    position: relative;
    margin-bottom: 30px
}

.reactheme-galleys .file-list-image .p-zoom,
.reactheme-galleys .galley-img .p-zoom,
.reactheme-galleys .file-list-image .zoom-icon,
.reactheme-galleys .galley-img .zoom-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    background: 0 0 !important;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    transition: all .5s ease-in-out
}

.reactheme-galleys .file-list-image .p-zoom i:before,
.reactheme-galleys .galley-img .p-zoom i:before,
.reactheme-galleys .file-list-image .zoom-icon i:before,
.reactheme-galleys .galley-img .zoom-icon i:before {
    font-size: 22px
}

.reactheme-galleys .file-list-image .p-zoom:hover,
.reactheme-galleys .galley-img .p-zoom:hover,
.reactheme-galleys .file-list-image .zoom-icon:hover,
.reactheme-galleys .galley-img .zoom-icon:hover {
    color: #086ad8
}

.reactheme-galleys .file-list-image:before,
.reactheme-galleys .galley-img:before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, .3);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    height: 100%;
    transition: all .4s ease-in-out
}

.reactheme-galleys .file-list-image:hover:before,
.reactheme-galleys .galley-img:hover:before {
    width: 100%
}

.reactheme-galleys .file-list-image:hover .p-zoom,
.reactheme-galleys .galley-img:hover .p-zoom,
.reactheme-galleys .file-list-image:hover .zoom-icon,
.reactheme-galleys .galley-img:hover .zoom-icon {
    visibility: visible;
    opacity: 1;
    color: #fff !important
}

.reactheme-galleys .no-gutters .file-list-image {
    margin-bottom: 0
}

.mfp-close {
    opacity: .9
}

.reactheme-banner.full-screen {
    width: 100%;
    height: 100vh;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    background-position: bottom center
}

.reactheme-banner #particles-js {
    background-size: cover;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 0
}

.reactheme-banner .banner-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.reactheme-banner .banner-content .banner_title {
    display: inline-block;
    margin-bottom: 16px;
    font-size: 65px;
    position: relative;
    z-index: 9;
    color: #444;
    line-height: 70px
}

.reactheme-banner .banner-content .banner-button {
    margin-top: 20px
}

.reactheme-banner .banner-content .banner-button.btn-light .reacbutton:not(.border):hover {
    background: 0 0;
    border-color: #378cff;
    color: #fff
}

.reactheme-banner .banner-content .banner-button.btn-light .reacbutton.border {
    border-color: #fff;
    color: #fff
}

.reactheme-banner .banner-content .banner-button.btn-light .reacbutton.border:hover {
    border-color: #086ad8
}

.reactheme-banner .banner-content .banner-button .reacbutton {
    border-color: #378cff;
    background: 0 0;
    padding: 11px 35px
}

.reactheme-banner .banner-content .banner-button .reacbutton:hover {
    background: #378cff !important;
    color: #fff !important
}

.reactheme-banner .banner-content .work-position h3 {
    font-size: 40px;
    color: #bbb;
    display: inline-block
}

.reactheme-banner .banner-content .work-position h3 span {
    margin-right: 10px
}

.reactheme-banner .banner-content .work-position .cd-headline {
    display: inline-block;
    color: #bbb;
    font-size: 40px;
    line-height: 52px;
    font-weight: 500
}

.reactheme-banner .cd-words-wrapper:after {
    background-color: #086ad8;
    height: 90%;
    top: 10px;
    width: 0
}

.reactheme-banner ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.reactheme-banner ul li {
    display: inline-block;
    margin: 0 25px 25px 0
}

.reactheme-banner .arrow-btn {
    width: 26px;
    height: 55px;
    bottom: 7%;
    left: 50%;
    z-index: 99;
    text-align: center;
    position: absolute;
    border: 1px solid #999;
    border-radius: 20px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.reactheme-banner .arrow-btn i {
    color: #999;
    font-size: 22px;
    line-height: 80px;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -ms-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
    transition: .4s;
    -webkit-transition: .4s;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.reactheme-banner .arrow-btn i:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none
}

.reactheme-banner.not-full-screen .banner-content {
    position: relative;
    top: 0;
    transform: translateY(0)
}

.reactheme-banner.not-full-screen .cd-words-wrapper {
    margin-left: 0
}

.reactheme-banner.not-full-screen .container {
    padding: 0
}

.reactheme-porfolio-details .ps-informations ul {
    margin: 0;
    list-style: none;
    text-align: left;
    padding: 25px 30px;
    background: #fbfbfb
}

.reactheme-porfolio-details .ps-informations ul li+li {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid rgba(54, 54, 54, .05)
}

.reactheme-porfolio-details .ps-informations ul li span {
    width: 150px;
    display: inline-block;
    color: #333;
    font-weight: 600
}

.reactheme-porfolio-details .ps-image {
    text-align: center;
    margin-bottom: 10px
}

.reactheme-porfolio-details .ps-share {
    margin-top: 40px
}

.reactheme-porfolio-details .ps-share ul {
    margin: 0
}

.reactheme-porfolio-details .ps-share .share-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px
}

.reactheme-porfolio-details .ps-share ul li {
    display: inline-block;
    margin: 0 10px 16px 0
}

.reactheme-porfolio-details .ps-share ul li a {
    font-size: 20px;
    display: block;
    width: 50px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #086ad8;
    text-align: center;
    transition: .4s
}

.reactheme-porfolio-details .ps-share ul li a:hover {
    background-color: #086ad8;
    color: #378cff
}

.reactheme-porfolio-details .project-desc {
    line-height: 30px
}

.reactheme-porfolio-details .project-desc p:last-child {
    margin-bottom: 0
}

.reactheme-porfolio-details .project-desc .ps-title {
    margin-bottom: 20px
}

.reactheme-porfolio-details .ps-related-project {
    margin-top: 50px
}

.reactheme-porfolio-details .ps-related-project .ps-related-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px
}

.reactheme-porfolio-details .ps-related-project .portfolio-item {
    margin-bottom: 20px
}

.reactheme-porfolio-details .portfolio-carousel .owl-dots {
    display: none
}

.reactheme-porfolio-details .portfolio-carousel .owl-stage-outer {
    height: auto !important
}

.reactheme-porfolio-details .portfolio-carousel .owl-nav {
    display: none
}

.reactheme-porfolio-details .portfolio-carousel .owl-nav .owl-prev {
    left: 10px !important;
    min-height: 1px;
    transition: all .5s ease
}

.reactheme-porfolio-details .portfolio-carousel .owl-nav .owl-next {
    right: 10px !important;
    min-height: 1px;
    transition: all .5s ease
}

.reactheme-porfolio-details .portfolio-carousel:hover .owl-nav {
    display: block
}

.reactheme-porfolio-details .portfolio-carousel .file-list-image img {
    border-radius: 5px
}

.reactheme-porfolio-details.project-gallery .ps-image-wrap {
    margin-top: 28px
}

.reactheme-porfolio-details.project-gallery .file-list-image {
    margin-bottom: 30px;
    position: relative;
    background: #000;
    border-radius: 5px
}

.reactheme-porfolio-details.project-gallery .file-list-image a:hover i {
    color: #fff
}

.reactheme-porfolio-details.project-gallery .file-list-image img {
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    border-radius: 5px
}

.reactheme-porfolio-details.project-gallery .file-list-image .p-zoom {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    transition: all .3s ease 0s;
    height: 46px;
    line-height: 44px;
    width: 46px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 60%;
    opacity: 0;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit-transition: .3s all ease;
    transition: .3s all ease
}

.reactheme-porfolio-details.project-gallery .file-list-image:hover img {
    opacity: .4
}

.reactheme-porfolio-details.project-gallery .file-list-image:hover .p-zoom {
    top: 50%;
    opacity: 1
}

.reactheme-porfolio-details.project-gallery .file-list-image:hover .p-zoom:hover {
    background: #086ad8;
    color: #fff;
    border: 1px solid #378cff
}

#reactheme-services-slider {
    padding-bottom: 30px
}

#reactheme-services-slider .item-thumb {
    width: 100%;
    padding-right: 16px
}

#reactheme-services-slider .item-thumb img {
    border-radius: 5px
}

#reactheme-services-slider .item-thumb .owl-dot {
    width: 48%;
    display: inline-block;
    justify-content: center;
    padding: 10px;
    float: left;
    cursor: pointer;
    margin-left: 10px;
    margin-bottom: 10px
}

#reactheme-services-slider .device-lg .item-thumb .owl-dot,
#reactheme-services-slider .device-sm .item-thumb .owl-dot {
    height: 150px
}

#reactheme-services-slider .device-xs .item-thumb .owl-dot {
    width: 50%;
    padding: 10px;
    height: 100px
}

#reactheme-services-slider .feature-content {
    margin-bottom: 12px
}

#reactheme-services-slider .img_wrap {
    position: relative;
    overflow: hidden;
    margin-bottom: 24px
}

#reactheme-services-slider .img_wrap .feature-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 33px;
    z-index: 9;
    color: #fff
}

#reactheme-services-slider .img_wrap .feature-title a {
    color: #fff
}

#reactheme-services-slider .img_wrap .feature-title a:hover {
    color: #086ad8
}

#reactheme-services-slider .img_wrap a img {
    width: 100%
}

#reactheme-services-slider .img_wrap:before {
    content: "";
    position: absolute;
    background: #378cff;
    left: -60px;
    right: 0;
    bottom: -80px;
    display: block;
    height: 192px;
    opacity: .8;
    z-index: 1;
    transform: rotate(-3deg);
    width: 150%
}

#reactheme-services-slider .img_wrap:after {
    content: "";
    position: absolute;
    background: #378cff;
    left: -150px;
    right: 0;
    bottom: -80px;
    display: block;
    height: 204px;
    opacity: .8;
    z-index: 1;
    transform: rotate(-3deg);
    width: 150%
}

#reactheme-services-slider .item-thumb .owl-dot span {
    position: relative;
    display: block;
    background-size: cover;
    background-position: center center;
    width: auto;
    height: 100%;
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .05);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

#reactheme-services-slider .item-thumb .owl-dot.active span,
#reactheme-services-slider .item-thumb .owl-dot:hover span {
    opacity: .7
}

#reactheme-services-slider .menu-carousel .heading-block h4 {
    margin-bottom: 7px;
    margin-top: 10px;
    letter-spacing: 2px;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase
}

#reactheme-services-slider .menu-carousel .heading-block h4 a {
    font-weight: 600;
    color: #333;
    transition: .2s
}

#reactheme-services-slider .menu-carousel .heading-block h4 a:hover {
    color: #086ad8
}

#reactheme-services-slider .menu-carousel .feature-content {
    position: relative;
    padding: 16px 0 0;
    border-radius: 0 0 5px;
    text-align: left
}

#reactheme-services-slider .menu-carousel .feature-content .service_details {
    padding-top: 36px
}

#reactheme-services-slider .menu-carousel .heading-block p {
    margin-bottom: 0
}

#reactheme-services-slider .menu-carousel .heading-block .reacbutton {
    margin-top: 20px
}

#reactheme-services-slider .menu-carousel .heading-block .food-info {
    color: #bbb;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 16px
}

#reactheme-services-slider .food-price {
    position: absolute;
    top: 40px;
    right: 50px;
    font-size: 20px;
    letter-spacing: -1px;
    font-weight: 500
}

#reactheme-services-slider .menu-carousel .more-link {
    margin-top: 35px;
    border-bottom: 1px solid #333 !important
}

#reactheme-services-slider .more-link {
    font-style: normal;
    border-bottom: 0;
    color: #333;
    margin-top: 10px;
    font-size: 16px
}

#reactheme-services-slider .team-title h4 {
    font-size: 15px
}

#reactheme-services-slider .team-title span {
    font-style: normal;
    margin-bottom: 15px;
    color: #aaa !important;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px
}

#reactheme-services-slider .entry {
    padding: 0;
    margin: 0;
    border-bottom: 0;
    -webkit-box-shadow: 0 0 15px 2px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 0 15px 2px rgba(0, 0, 0, .08);
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, .08)
}

#reactheme-services-slider .entry-title {
    background-color: #fff;
    padding: 15px
}

#reactheme-services-slider .entry-title h2 {
    text-transform: none;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0
}

#reactheme-services-slider .entry-meta {
    margin: 8px 0 0
}

#reactheme-services-slider .ipost .entry-meta li a {
    font-size: 11px;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #999
}

#reactheme-services-slider .entry-meta li:before {
    content: '\00b7';
    opacity: 1
}

#reactheme-services-slider .service-button {
    margin: 80px 0 80px 15px
}

#reactheme-services-slider .device-sm .service-button,
#reactheme-services-slider .device-xs .service-button {
    margin: 30px 0 0
}

#reactheme-services-slider .clfeatures .cl-ft-item {
    border-radius: 5px
}

#reactheme-services-slider .clfeatures .cl-ft-item img {
    display: block;
    margin: 0;
    border-radius: 5px
}

#reactheme-services-slider .item-thumb .owl-dot {
    position: relative
}

#reactheme-services-slider .item-thumb .owl-dot:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 99;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background: rgba(0, 0, 0, .8);
    transition: all .5s ease;
    opacity: 0;
    border-radius: 5px
}

#reactheme-services-slider h5.overlay-feature-title {
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9999;
    text-align: center;
    width: calc(80%);
    transition: all .5s ease;
    opacity: 0
}

#reactheme-services-slider h5.overlay-feature-title a {
    color: #fff;
    pointer-events: none
}

#reactheme-services-slider .item-thumb .owl-dot:hover:before,
#reactheme-services-slider .item-thumb .owl-dot.active:before {
    opacity: 1
}

#reactheme-services-slider .item-thumb .owl-dot.service_icon_style {
    float: none;
    text-align: center;
    background: #fff;
    padding-top: 28px;
    padding-bottom: 22px;
    border-radius: 3px;
    box-shadow: 0 0 7px 7px rgba(0, 0, 0, .02)
}

#reactheme-services-slider .item-thumb .owl-dot.service_icon_style:before {
    display: none
}

#reactheme-services-slider .item-thumb .owl-dot.service_icon_style .tile-content {
    margin-top: 10px;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 16px;
    text-transform: uppercase
}

#reactheme-services-slider .item-thumb .owl-dot.service_icon_style .tile-content a {
    color: #333
}

#reactheme-services-slider .item-thumb .owl-dot.service_icon_style.active .tile-content a,
#reactheme-services-slider .item-thumb .owl-dot.service_icon_style:hover .tile-content a {
    color: #ffa84b
}

#reactheme-services-slider .item-thumb .owl-dot:hover h5.overlay-feature-title,
#reactheme-services-slider .item-thumb .owl-dot.active h5.overlay-feature-title {
    opacity: 1
}

@media (min-width:992px) {
    #reactheme-services-slider #header,
    #reactheme-services-slider #header-wrap {
        z-index: 200;
        background-color: transparent !important;
        background-repeat: repeat-x;
        background-position: center bottom;
        background-size: auto 100%;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease
    }
    #reactheme-services-slider #primary-menu ul li>a {
        padding-top: 32px;
        padding-bottom: 10px
    }
    #reactheme-services-slider #header.sticky-header #header-wrap {
        background-color: transparent !important;
        box-shadow: none
    }
    #reactheme-services-slider .slider-caption h2 {
        font-size: 76px
    }
    #reactheme-services-slider .food-price {
        font-size: 24px;
        top: 50px;
        right: 60px
    }
}

#reactheme-services-slider .services-wrap .services-item {
    position: relative;
    padding: 0 25px 65px;
    z-index: 10
}

#reactheme-services-slider .services-wrap .services-item:after {
    content: '';
    position: absolute;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    background: #fff;
    transition: .4s;
    top: 50%;
    transform: scale(1, .9) translateY(-50%);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    opacity: 0
}

#reactheme-services-slider .services-wrap .services-item:hover .services-desc:after {
    background: #086ad8;
    width: 100px
}

#reactheme-services-slider .services-wrap .services-item:hover:after {
    opacity: 1;
    transform: scale(1, 1) translateY(-50%)
}

#reactheme-services-slider .services-wrap .services-icon {
    position: relative;
    display: inline-block;
    font-size: 64px;
    color: #086ad8
}

#reactheme-services-slider .services-wrap .services-title {
    font-size: 20px;
    margin-top: 35px;
    margin-bottom: 25px
}

#reactheme-services-slider .services-wrap .services-desc {
    position: relative
}

#reactheme-services-slider .services-wrap .services-desc:after {
    content: '';
    position: absolute;
    left: 0;
    height: 2px;
    width: 50px;
    bottom: -45px;
    background: rgba(0, 0, 0, .1);
    transition: .4s
}

#reactheme-services-slider .services-wrap .services-desc p {
    margin-bottom: 55px
}

.reactheme-service-grid .service-item {
    position: relative
}

.reactheme-service-grid .service-item .service-img {
    position: relative;
    overflow: hidden
}

.reactheme-service-grid .service-item .service-img img {
    border-radius: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .4s linear
}

.reactheme-service-grid .service-item .service-img:before {
    content: "";
    position: absolute;
    background: #378cff;
    left: -73px;
    right: 0;
    bottom: -28px;
    display: block;
    height: 155px;
    opacity: .8;
    z-index: 1;
    transform: rotate(-8deg);
    width: 150%;
    transition: all .4s ease-in-out
}

.reactheme-service-grid .service-item .service-img:after {
    content: "";
    position: absolute;
    background: #378cff;
    left: -73px;
    right: 0;
    bottom: -28px;
    display: block;
    height: 136px;
    opacity: .6;
    z-index: 1;
    transform: rotate(-8deg);
    width: 150%;
    transition: all .4s ease-in-out
}

.reactheme-service-grid .service-item .service-img .p-title {
    font-size: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 28px 0;
    font-weight: 500;
    margin: 0;
    z-index: 9
}

.reactheme-service-grid .service-item .service-img .p-title a {
    color: #fff;
    opacity: 1
}

.reactheme-service-grid .service-item .service-content {
    display: block
}

.reactheme-service-grid .service-item .service-content .service-excerpt {
    padding-top: 0
}

.reactheme-service-grid .service-item .service-content .service-excerpt p {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .4s ease-in-out;
    padding: 0 25px
}

.reactheme-service-grid .service-item .service-content {
    position: absolute;
    opacity: 0;
    padding: 20px;
    color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    transition: all .4s ease-in-out;
    z-index: 9
}

.reactheme-service-grid .service-item .service-content:before {
    content: "";
    position: absolute;
    background: #378cff;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    top: 0;
    opacity: 0;
    z-index: 0
}

.reactheme-service-grid .service-item .service-content .service-button {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .4s linear
}

.reactheme-service-grid .service-item .service-content .service-button .reacbutton.rs_button {
    height: 50px;
    line-height: 48px;
    background: #fff;
    border: 2px solid;
    border-color: #fff;
    color: #378cff
}

.reactheme-service-grid .service-item .service-content .service-button .reacbutton.rs_button:hover {
    background: #fff;
    padding-right: 55px;
    border: 2px solid;
    border-color: #378cff;
    color: #378cff
}

.reactheme-service-grid .service-item .service-content .service-button .reacbutton.rs_button:hover:before {
    right: 35px;
    color: #378cff
}

.reactheme-service-grid .service-item:hover .service-content {
    opacity: 1
}

.reactheme-service-grid .service-item:hover .service-content:before {
    opacity: .8
}

.reactheme-service-grid .service-item:hover .service-button {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1
}

.reactheme-service-grid .service-item:hover .service-img h3.p-title {
    display: none
}

.reactheme-service-grid .service-item:hover .service-img:before,
.reactheme-service-grid .service-item:hover .service-img:after {
    opacity: 0;
    height: 0
}

.reactheme-service-grid .service-item:hover .service-img img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.reactheme-service-grid .service-item:hover .service-content .service-excerpt p {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1
}

.reactheme-service-grid.reactheme-service-style2 .service-item .service-img:before,
.reactheme-service-grid.reactheme-service-style2 .service-item .service-img:after {
    height: 90px;
    transform: rotate(0deg);
    bottom: 0;
    z-index: 0
}

.reactheme-service-grid.reactheme-service-style2 .service-item .service-img h3.p-title {
    padding: 20px 0 16px
}

.reactheme-service-grid.reactheme-service-style2 .service-item .service-content .service-excerpt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    right: 0;
    z-index: 99
}

.reactheme-service-grid.reactheme-service-stylestyle4 .service-item-four {
    position: relative;
    overflow: hidden
}

.reactheme-service-grid.reactheme-service-stylestyle4 .service-item-four:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .9;
    content: "";
    position: absolute;
    border-radius: 0;
    z-index: 0;
    transition: .4s;
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, .4) 0%, rgba(51, 51, 51, .5) 70%);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .4) 0%, rgba(51, 51, 51, .5) 70%);
    background: linear-gradient(to top, rgba(0, 0, 0, .4) 0%, rgba(51, 51, 51, .5) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000333', GradientType=0)
}

.reactheme-service-grid.reactheme-service-stylestyle4 .service-item-four:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .9;
    content: "";
    position: absolute;
    background: 0 0;
    border-radius: 0;
    z-index: 1;
    transition: .4s
}

.reactheme-service-grid.reactheme-service-stylestyle4 .service-item-four:hover:before {
    background-color: rgba(0, 0, 0, .7)
}

.reactheme-service-grid.reactheme-service-stylestyle4 .service-item-four .service-content {
    padding: 0 20px;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
    transition: .4s;
    bottom: 15px
}

.reactheme-service-grid.reactheme-service-stylestyle4 .service-item-four .service-content .p-title {
    margin-bottom: 12px;
    font-size: 20px;
    width: 100%
}

.reactheme-service-grid.reactheme-service-stylestyle4 .service-item-four .service-content p {
    line-height: 22px;
    opacity: 0;
    visibility: hidden;
    margin-bottom: 0;
    height: 0;
    transition: .4s;
    color: #fff;
    display: block
}

.reactheme-service-grid.reactheme-service-stylestyle4 .service-item-four .service-content h3 {
    color: #fff;
    padding: 12px 15px 0;
    display: inline-block;
    font-size: 18px;
    margin: 0
}

.reactheme-service-grid.reactheme-service-stylestyle4 .service-item-four .service-content:after,
.reactheme-service-grid.reactheme-service-stylestyle4 .service-item-four .service-content:before {
    background: 0 0
}

.reactheme-service-grid.reactheme-service-stylestyle4 .service-item-four:hover .service-content {
    bottom: 15px
}

.reactheme-service-grid.reactheme-service-stylestyle4 .service-item-four:hover .service-content h3 {
    color: #fff;
    background: 0 0
}

.reactheme-service-grid.reactheme-service-stylestyle4 .service-item-four:hover .service-content p {
    opacity: 1;
    visibility: visible;
    height: auto
}

.reactheme-service-grid .show_cate_ser {
    display: block;
    font-size: 16px
}

.box-service .reactheme-services-default .services-wrap .services-item {
    padding: 25px 25px 25px 10px;
    transition: all .6s ease 0s;
    background: #fff;
    box-shadow: 0 16px 20px rgba(0, 0, 0, .05);
    margin-bottom: 30px;
    border-radius: 5px
}

.cdev div {
    position: absolute;
    height: 150px;
    width: 150px;
    border-radius: 50%
}

.skillbar-wrap {
    position: relative;
    height: 150px;
    width: 150px
}

.skillbar-wrap .skill-title {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 113px
}

.skillbar-wrap .skill-title:after {
    content: '';
    position: absolute;
    height: 113px;
    width: 1px;
    border: 1px dashed #378cff;
    display: block;
    left: 50%;
    bottom: 26px;
    transform: translateX(-50%)
}

.vc_progress_bar {
    margin-bottom: 0
}

.vc_progress_bar h2 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 45px;
    text-transform: uppercase
}

.vc_progress_bar .vc_single_bar {
    background: #eee;
    margin-top: 23px;
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 7px rgba(0, 0, 0, .1);
    line-height: 12px;
    height: 12px
}

.vc_progress_bar .vc_single_bar+.vc_single_bar {
    margin-top: 50px
}

.vc_progress_bar .vc_single_bar .vc_label {
    text-transform: uppercase;
    color: #777 !important;
    text-shadow: none;
    padding: 0;
    position: absolute;
    text-shadow: none !important;
    top: -22px;
    padding: 0 !important;
    font-size: 13px
}

.vc_progress_bar .vc_single_bar .vc_label_units {
    margin-left: 6px
}

.cdev div span {
    position: absolute;
    font-family: Arial;
    font-size: 25px;
    line-height: 105px;
    height: 70%;
    width: 70%;
    left: 15%;
    top: 15%;
    text-align: center;
    border-radius: 50%;
    background-color: #fff
}

.cdev .background {
    background-color: #b3cef6
}

.cdev .rotate {
    clip: rect(0 75px 150px 0);
    background-color: #4b86db
}

.cdev .left {
    clip: rect(0 75px 150px 0);
    opacity: 1;
    background-color: #b3cef6
}

.cdev .right {
    clip: rect(0 75px 150px 0);
    transform: rotate(180deg);
    opacity: 0;
    background-color: #4b86db
}

@keyframes toggle {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.floating-top {
    position: relative;
    z-index: 1
}

.reactheme-products-slider .product-item {
    background: #fff;
    text-align: center;
    padding: 0 0 30px;
    box-shadow: 0 0 150px #eee
}

.reactheme-products-slider .product-item h4.product-title {
    padding-top: 20px;
    margin-bottom: 15px
}

.reactheme-products-slider .product-item h4.product-title a {
    color: #333
}

.reactheme-products-slider .product-item h4.product-title a:hover {
    color: #086ad8
}

.reactheme-products-slider .product-item .product-img img {
    width: auto;
    margin: 0 auto
}

.reactheme-products-slider .product-item .product-price {
    font-size: 16px;
    color: #333
}

.reactheme-products-slider .product-item .product-price ins {
    background: 0 0 !important;
    color: #086ad8
}

.reactheme-products-slider .product-item .product-btn {
    padding-top: 15px
}

.reactheme-products-slider .product-item .product-btn a {
    padding: 0 30px;
    height: 44px;
    line-height: 44px;
    display: inline-block;
    position: relative;
    font-size: 17px;
    background: #171f32;
    font-weight: 500;
    border-radius: 0;
    color: #fff
}

.reactheme-products-slider .product-item .product-btn a:hover {
    background: #fff
}

.reactheme-products-slider.reactheme-products-grid .product-item-inner {
    padding: 0 0 30px;
    background: 0 0;
    text-align: center;
    margin-bottom: 30px
}

.reactheme-products-slider.reactheme-products-grid .product-item-inner .product-img {
    position: relative
}

.reactheme-products-slider.reactheme-products-grid .product-item-inner .product-img img {
    width: 100%
}

.reactheme-products-slider.reactheme-products-grid .product-item-inner .product-img .product-btn a {
    background: 0 0;
    font-size: 0;
    background: #fff;
    border: none;
    position: absolute;
    bottom: 25px;
    transform: translateY(-200px);
    right: 10px;
    transition: all .5s ease-in-out 0s;
    padding: 0;
    opacity: 0;
    margin: 0;
    height: 45px;
    width: 45px;
    line-height: 45px;
    border-radius: 3px
}

.reactheme-products-slider.reactheme-products-grid .product-item-inner .product-img .product-btn a:before {
    color: #333;
    font-size: 27px
}

.reactheme-products-slider.reactheme-products-grid .product-item-inner .product-img .product-btn a:hover:before {
    color: #086ad8
}

.reactheme-products-slider.reactheme-products-grid .product-item-inner .product-img .product-btn a.wc-forward {
    font-size: 16px;
    color: #333;
    padding: 0;
    width: 90px;
    height: 34px;
    line-height: 37px
}

.reactheme-products-slider.reactheme-products-grid .product-item-inner .product-img .product-btn a.wc-forward:hover {
    background: #086ad8;
    color: #fff
}

.reactheme-products-slider.reactheme-products-grid .product-item-inner .product-img .product-btn a.added {
    display: none
}

.reactheme-products-slider.reactheme-products-grid .product-item-inner ins {
    background: 0 0
}

.reactheme-products-slider.reactheme-products-grid .product-item {
    background: 0 0;
    text-align: center;
    padding: 0 15px;
    box-shadow: none
}

.reactheme-products-slider.reactheme-products-grid .product-item h4.product-title {
    margin-bottom: 5px
}

.reactheme-products-slider.reactheme-products-grid .product-item:hover .product-img .product-btn a {
    transform: translateY(0);
    opacity: 1
}

.wp-block-button__link {
    background: #378cff !important
}

.wp-block-button {
    margin-bottom: 20px !important
}

.is-style-outline {
    color: #378cff !important
}

.is-style-outline a {
    background: 0 0 !important
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    padding: 120px 50px 42px
}

.wp-block-quote.has-text-align-right:before {
    text-align: center
}

.partner-carousel .partner-item {
    width: 100px;
    display: block;
    margin: 0 auto
}

.partner-carousel .partner-item img {
    opacity: .3
}

.partner-carousel .partner-item:hover img {
    opacity: 1
}

.wp-block-cover-image-text,
.wp-block-cover-text,
section.wp-block-cover-image h2,
.wp-block-cover-text a {
    color: #fff !important
}

.reactheme-iconbox-area.left_number .box-inner .text-area .iconbox-title .title:before {
    display: inline-block !important
}

.blog_meta_style2 .btn-btm {
    border: none !important;
    padding-top: 0 !important
}

.button-remove .react-addon-services.services-style4 .services-part .services-btn-part {
    display: none
}

.react-image {
    position: relative;
    width: 100%;
    height: 100%
}

.react-image.yes .veritcal {
    animation-name: veritcal;
    animation-timing-function: linear;
    animation-duration: 12s;
    animation-iteration-count: infinite
}

@keyframes veritcal {
    0% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(60px)
    }
    100% {
        transform: translateY(0)
    }
}

.react-image.yes .veritcal_two {
    animation-name: veritcal_two;
    animation-timing-function: linear;
    animation-duration: 12s;
    animation-iteration-count: infinite
}

@keyframes veritcal_two {
    0% {
        transform: translateY(100px)
    }
    50% {
        transform: translateY(0)
    }
    100% {
        transform: translateY(100px)
    }
}

.react-image.yes .horizontal {
    animation-name: horizontal;
    animation-timing-function: linear;
    animation-duration: 12s;
    animation-iteration-count: infinite
}

@keyframes horizontal {
    0% {
        transform: translateX(0)
    }
    50% {
        transform: translateX(100px)
    }
    100% {
        transform: translateX(0)
    }
}

.react-image.yes .rotated_style {
    animation: rotate1 30s linear infinite;
    -webkit-animation: rotate1 30s linear infinite
}

@keyframes rotate1 {
    from {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes rotate1 {
    from {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

.testimonial-content .image-wrap {
    width: 230px;
    margin-right: 70px
}

.reactheme-testimonial--center .testimonial-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.reactheme-testimonial--center .reactheme-testimonial .item-content.bubble {
    position: relative
}

.reactheme-testimonial--center .reactheme-testimonial .item-content.bubble:after {
    left: 55%
}

.reactheme-testimonial--center .testimonial-information {
    padding-top: 15px
}

.reactheme-testimonial-default p {
    margin: 0 0 15px;
    position: relative
}

.reactheme-testimonial-default .image-wrap img {
    height: 65px;
    width: 65px;
    border-radius: 50%;
    position: relative
}

.reactheme-testimonial-default .testimonial-item .item-content.bubble {
    position: relative
}

.reactheme-testimonial-default .testimonial-item .item-content.bubble:after {
    top: 100%;
    left: 15%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #086ad8;
    border-width: 12px;
    margin-left: -30px
}

.reactheme-testimonial-default .testimonial-item .item-content p {
    border-radius: 0;
    margin-bottom: 28px
}

.reactheme-testimonial-default .testimonial-item .testimonial-information {
    padding-left: 15px;
    position: relative
}

.reactheme-testimonial-default .testimonial-item .testimonial-information .ratings img {
    width: 100px
}

.reactheme-testimonial-default .testimonial-item .testimonial-information .testimonial-name {
    color: #000;
    font-size: 20px;
    font-weight: 500
}

.reactheme-testimonial-default .testimonial-item .testimonial-information .testimonial-title {
    color: #878787
}

.reactheme-testimonial-default .testimonial-item .testimonial-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.reactheme-testimonial--right .testimonial-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.reactheme-testimonial--right .reactheme-testimonial .item-content.bubble {
    position: relative
}

.reactheme-testimonial--right .reactheme-testimonial .item-content.bubble:after {
    left: 94% !important
}

.reactheme-testimonial--right .testimonial-information {
    padding-right: 15px
}

blockquote {
    float: none !important;
    clear: both !important
}

blockquote.style1 {
    font-size: 18px;
    font-style: normal;
    margin: 0;
    margin-bottom: 20px;
    padding: 20px 35px;
    background: #f8f8f8 !important
}

blockquote.style1:before {
    width: 6px;
    display: none
}

.elementor-list-item-link-inline.icon-bg span i {
    margin-right: 10px;
    position: relative;
    background: rgba(210, 9, 60, .1);
    padding: 8px;
    border-radius: 50%;
    display: inline-block;
    margin-left: 5px;
    width: 30px;
    height: 30px
}

.rt-features-list-portfolio-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border: 1px solid #e7e7e7;
    border-radius: 6px
}

.rt-features-list-portfolio-content .pinfo--sidebar-title {
    margin-bottom: 5px;
    padding-left: 40px;
    padding-top: 36px;
    font-size: 18px;
    color: #333;
    font-weight: 700;
    letter-spacing: -.3px
}

.rt-features-list-portfolio-content ul {
    list-style: none;
    margin: 0;
    width: 100%
}

.rt-features-list-portfolio-content ul li {
    list-style: none;
    display: inline-block;
    flex-direction: column
}

.rt-features-list-portfolio-content ul.rt-portfolio-features-list li {
    width: 100%
}

.rt-features-list-portfolio-content ul b {
    color: #086ad8
}

.rt-features-list-portfolio-content ul.live-preview li {
    margin-top: 20px;
    width: 100%
}

.rt-features-list-portfolio-content ul.live-preview li a {
    color: #fff !important;
    font-weight: 700;
    background-image: linear-gradient(90deg, #086ad8 0%, #378cff 100%);
    padding: 21px 40px;
    display: block;
    text-align: center;
    border-radius: 0 0 6px 6px
}

.rt-features-list-portfolio-content ul.live-preview li a:hover {
    background-image: linear-gradient(-90deg, #086ad8 0%, #378cff 100%)
}

.rt-features-list-portfolio-content .rt-portfolio-features-list,
.rt-features-list-portfolio-content .category-info {
    padding-left: 40px
}

.rt-features-list-portfolio-content .rt-portfolio-features-list li,
.rt-features-list-portfolio-content .category-info li {
    color: #777;
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f2f2f2
}

.rt-features-list-portfolio-content .rt-portfolio-features-list li b,
.rt-features-list-portfolio-content .category-info li b {
    color: #000;
    font-weight: bolder;
    font-size: 14px
}

.rt-features-list-portfolio-content .rt-portfolio-features-list li:last-child {
    border: none
}

@media (max-width:768px) {
    .rt-features-list-portfolio-content {
        flex-direction: column;
        align-items: flex-start
    }
    .rt-features-list-portfolio-content ul {
        margin-bottom: 30px
    }
}

@media (max-width:500px) {
    .rt-features-list-portfolio-content .rt-portfolio-features-list {
        display: flex;
        flex-direction: column;
        align-items: flex-start
    }
    .rt-features-list-portfolio-content .rt-portfolio-features-list li {
        margin-bottom: 15px
    }
    .rt-features-list-portfolio-content .rt-portfolio-features-list li:last-child {
        padding-left: 0 !important
    }
}

.cart-button-rt {
    position: relative;
    padding: 20px;
    background: #f8f6f6;
    margin-bottom: 15px;
    color: #086ad8;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none !important
}

.cart-button-rt:before {
    content: '+';
    font-size: 30px;
    font-weight: 400;
    position: absolute;
    right: 20px;
    top: 10px
}

.cart-button-rt:after {
    content: '-';
    font-size: 30px;
    font-weight: 400;
    position: absolute;
    right: 20px;
    top: 10px;
    display: none
}

.cart-button-rt:not(.collapsed):before {
    display: none
}

.cart-button-rt:not(.collapsed):after {
    display: block
}

.cart-button-rt:hover {
    text-decoration: none !important;
    color: #086ad8;
    background: #f8f6f6
}

.cart-button-rt span {
    color: #378cff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    margin-right: 10px
}

.accordion.style1 .card-body {
    padding-top: 0 !important
}

.accordion.style2 .rt-cart {
    border-top: 1px solid rgba(255, 255, 255, .2)
}

.accordion.style2 .rt-cart:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.accordion.style2 .rt-cart .card-body {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0
}

.accordion.style2 .cart-button-rt {
    background: 0 0 !important;
    font-size: 20px;
    color: #040404;
    padding-left: 0;
    padding-right: 35px;
    margin-bottom: 0 !important
}

.accordion.style2 .cart-button-rt span {
    font-size: 20px;
    color: #dbdbdb
}

.accordion.style2 .cart-button-rt:before,
.accordion.style2 .cart-button-rt:after {
    color: #dbdbdb
}

.accordion.style3 .rt-cart {
    border: 1px solid #e7e7e7;
    margin-bottom: 20px
}

.accordion.style3 .rt-cart .card-body {
    padding-top: 0
}

.accordion.style3 .cart-button-rt {
    background: 0 0 !important;
    font-size: 20px;
    color: #040404;
    padding-right: 35px;
    white-space: normal;
    margin-bottom: 0 !important
}

.accordion.style3 .cart-button-rt span {
    font-size: 20px;
    color: #dbdbdb
}

.accordion.style3 .cart-button-rt:before,
.accordion.style3 .cart-button-rt:after {
    color: #333
}

.image-scale {
    animation: scale-up-one infinite 6s ease-in-out;
    -webkit-animation: scale-up-one infinite 6s ease-in-out
}

@-webkit-keyframes scale-up-one {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    40% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scale-up-one {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    40% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.image-rotate {
    animation: rotation infinite 5s linear
}

@keyframes rotation {
    to {
        transform: rotate(360deg)
    }
}

.rt-blog-grid--style5 .blog-item.reactheme-blog-grid1 {
    margin-bottom: 0;
    border-radius: 10px;
    position: relative
}

.rt-blog-grid--style5 .blog-item.reactheme-blog-grid1 .cat_list {
    position: absolute;
    top: 40px;
    right: 35px
}

.rt-blog-grid--style5 .blog-item.reactheme-blog-grid1 .cat_list a {
    position: static
}

.rt-blog-grid--style5 .blog-item.reactheme-blog-grid1 .image-part {
    position: relative
}

.rt-blog-grid--style5 .blog-item.reactheme-blog-grid1 .image-part:before {
    content: "";
    border-radius: 6px;
    background-image: -moz-linear-gradient(90deg, #000 0%, transparent 100%);
    background-image: -webkit-linear-gradient(90deg, #000 0%, transparent 100%);
    background-image: -ms-linear-gradient(90deg, #000 0%, transparent 100%);
    opacity: .702;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.rt-blog-grid--style5 .blog-item .content--column {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 4
}

.rt-blog-grid--style5 .blog-item .content--column .blog-content {
    padding-left: 50px
}

.rt-blog-grid--style5 .blog-item .content--column .blog-content:after {
    display: none
}

.rt-blog-grid--style5 .blog-item .content--column .blog-content:before {
    display: none
}

.rt-blog-grid--style5 .blog-item .content--column .blog-content .blog-meta {
    font-size: 14px;
    font-weight: 400
}

.rt-blog-grid--style5 .blog-item .content--column .blog-content .blog-meta li:last-child .meta-divider-5 {
    display: none
}

.rt-blog-grid--style5 .blog-item .content--column .title:after {
    display: none
}

.rt-blog-grid--style5 .blog-item .content--column .title a:hover {
    text-decoration: none !important
}

.rt-blog-grid--style3 .blog-item.reactheme-blog-grid1 {
    background: 0 0;
    margin-bottom: 0
}

.rt-blog-grid--style3 .blog-item.reactheme-blog-grid1 .image-part {
    border-radius: 10px
}

.rt-blog-grid--style3 .blog-item.reactheme-blog-grid1 .blog-content {
    padding-left: 25px;
    padding-top: 30px !important;
    padding-bottom: 30px !important
}

.rt-blog-grid--style3 .blog-item.reactheme-blog-grid1 .blog-content:after {
    display: none
}

.rt-blog-grid--style3 .blog-item.reactheme-blog-grid1 .blog-content:before {
    display: none
}

.rt-blog-grid--style3 .blog-item.reactheme-blog-grid1 .blog-content .blog-meta {
    font-size: 16px;
    font-weight: 400;
    color: #777
}

.rt-blog-grid--style3 .blog-item.reactheme-blog-grid1 .blog-content .blog-meta .meta-divider {
    color: #dbdbdb
}

.rt-blog-grid--style3 .blog-item.reactheme-blog-grid1 .blog-content .blog-meta li:last-child .meta-divider {
    display: none
}

.rt-blog-grid--style3 .blog-item.reactheme-blog-grid1 .title:after {
    display: none
}

.rt-blog-grid--style3 .blog-item.reactheme-blog-grid1 .title a:hover {
    text-decoration: none !important
}

.home2--contact .input-box input {
    border: none
}

.home2--contact .input-box:before {
    display: none
}

.home2--contact textarea {
    border: none
}

.home2--contact textarea:focus {
    outline: none
}

.rt-blog-grid--style1 .reactheme-blog-grid1 {
    border-radius: 10px
}

.rt-blog-grid--style1 .reactheme-blog-grid1 .blog-content:after {
    display: none
}

.rt-blog-grid--style1 .reactheme-blog-grid1 .blog-content:before {
    display: none !important
}

.rt-blog-grid--style1 .reactheme-blog-grid1 .blog-content .title a {
    display: inline-block !important
}

.rt-blog-grid--style1 .reactheme-blog-grid1 .cat_list ul li a {
    bottom: -15px
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce .wc-forward,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce button.button.alt.disabled {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: all .4s cubic-bezier(.215, .61, .355, 1) 0s;
    padding: 14px 26px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 500;
    background: #378cff;
    color: #fff;
    z-index: 1;
    outline: none
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce .wc-forward:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce button.button.alt.disabled:hover {
    color: #fff;
    background: #086ad8;
    z-index: 1
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    background-color: #f9f9f9 !important
}

.variations select {
    margin-bottom: 0
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: 400
}

.woocommerce #review_form #respond textarea {
    border: 1px solid rgba(54, 54, 54, .1)
}

.wc-forward:hover {
    background: 0 0;
    color: #333
}

.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    position: relative;
    background: 0 0
}

body.woocommerce div.product form.cart .variations select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    position: relative;
    background: 0 0;
    outline: none;
    padding-left: 10px;
    font-size: 15px
}

.woocommerce .woocommerce-ordering,
.woocommerce div.product form.cart .variations td.value {
    position: relative
}

.woocommerce .woocommerce-ordering:after,
.woocommerce div.product form.cart .variations td.value:after {
    content: "\e809";
    font-family: rt-icons;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    position: absolute;
    right: 14px;
    top: 12px;
    color: #171f32;
    z-index: -1
}

.woocommerce div.product form.cart .variations td.value:after {
    right: 25px;
    top: 12px
}

.react-sideabr .widget_product_search .woocommerce-product-search {
    position: relative
}

.react-sideabr .widget_product_search .woocommerce-product-search button {
    border: none;
    font-size: 0;
    padding: 9px 18px;
    background: 0 0;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    border-radius: 0 5px 5px 0
}

.react-sideabr .widget_product_search .woocommerce-product-search:hover:after {
    color: #fff;
    background: #378cff
}

.react-sideabr .widget_product_search .woocommerce-product-search:after {
    content: "\f002";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    color: #666;
    padding: 9px 18px;
    transition: all .3s ease 0s;
    border-radius: 0 5px 5px 0
}

.react-sideabr .widget_product_search input[type=search] {
    height: 44px;
    padding: 8px 15px;
    border-radius: 5px;
    width: 100%;
    position: relative;
    border: 1px solid #ddd
}

.react-sideabr .widget_product_search button {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff
}

.react-sideabr .widget_product_search button:hover {
    opacity: .95
}

.woocommerce div.product form.cart .group_table td {
    padding: 25px 20px;
    border: none;
    border-bottom: 1px solid #e6e6e6;
    vertical-align: middle
}

.woocommerce div.product form.cart .group_table td:first-child {
    padding: 10px;
    width: 180px
}

.woocommerce-checkout table.shop_table td {
    padding: 20px 12px
}

#ship-to-different-address .woocommerce-form__label .input-checkbox {
    margin: 11px 0 0 !important
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding: 10px 45px !important
}

.woocommerce-grouped-product-list .quantity .qty {
    margin-bottom: 0 !important;
    border-radius: 0 !important
}

.grouped_form .single_add_to_cart_button {
    margin-top: 15px !important
}

.grouped_form .woocommerce-Price-amount {
    font-weight: 700;
    color: #378cff
}

.grouped_form td ins {
    padding: 0
}

.grouped_form del .woocommerce-Price-amount {
    font-weight: 600;
    color: #666;
    display: block;
    font-size: 13px;
    line-height: 16px
}

.grouped_form .woocommerce-grouped-product-list-item__label a {
    color: #333 !important;
    font-weight: 700
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
    opacity: 1;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    color: #777
}

.woocommerce-product-details__short-description p {
    margin-bottom: 35px
}

.woocommerce div.product .product_meta {
    font-size: 13px
}

.woocommerce div.product .product_meta .posted_in {
    display: block;
    font-weight: 700
}

.woocommerce div.product form.grouped_form table {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6
}

.woocommerce div.product form.grouped_form table td {
    border: none !important
}

.woocommerce div.product form.grouped_form button {
    margin-left: 0 !important
}

.woocommerce div.product form.grouped_form .group_table tr:first-child td {
    padding-top: 30px
}

.woocommerce div.product form.grouped_form .group_table tr:last-child td {
    padding-bottom: 30px
}

.woocommerce div.product form.grouped_form .group_table td {
    padding: 10px 20px
}

.woocommerce div.product form.grouped_form .group_table td:first-child {
    padding: 10px 10px 10px 0
}

.woocommerce .woocommerce-form-login .form-row {
    margin-bottom: 16px
}

.woocommerce .woocommerce-form-login .form-row .woocommerce-form__label-for-checkbox,
.woocommerce .woocommerce-form-login .form-row .woocommerce-form-login__submit {
    margin-top: 8px
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    text-align: center
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    font-weight: 500
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover {
    background: 0 0;
    color: #086ad8
}

body .woocommerce-pagination ul {
    border-color: #f2f2f2 !important;
    border-radius: 3px;
    border-width: 1px !important;
    border-right: 1px solid #e6e6e6 !important
}

body .woocommerce-pagination ul li {
    border: none !important;
    padding: 2px 16px !important;
    margin: 14px 0 !important;
    border-right: 1px solid #e6e6e6 !important
}

body .woocommerce-pagination ul li:last-child {
    border-right: 0 !important
}

body .woocommerce-pagination ul li a.page-numbers,
body .woocommerce-pagination ul li span {
    font-size: 18px;
    padding: 0;
    font-weight: 500;
    border: none;
    color: #505050;
    outline: none;
    text-align: center;
    font-size: 18px !important;
    padding: 0 !important;
    display: block;
    margin-left: -1px;
    outline: none !important;
    background: 0 0 !important
}

ul.products .star-rating {
    width: 66px;
    margin: 2px auto 5px !important
}

.woocommerce .star-rating span:before,
.woocommerce .star-rating:before {
    color: #086ad8 !important
}

.woocommerce a.added_to_cart {
    padding-top: 15px
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #378cff
}

.woocommerce .related .products li .add_to_cart_button,
.woocommerce .related .products li a.product_type_grouped {
    display: none
}

.woocommerce #commentform {
    max-width: 650px
}

.woocommerce #commentform .comment-form-author label,
.woocommerce #commentform .comment-form-email label {
    min-width: 60px
}

.woocommerce #commentform .comment-form-author input,
.woocommerce #commentform .comment-form-email input {
    width: 100%
}

.woocommerce #commentform .comment-form-comment textarea {
    margin-bottom: 0
}

.woocommerce #review_form #respond p {
    margin: 5px 0 20px
}

.woocommerce .cart_totals h2 {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 17px;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 600;
    color: #777
}

.woocommerce .cart_totals table.shop_table {
    border: none
}

.woocommerce .cart_totals table.shop_table th,
.woocommerce .cart_totals table.shop_table td {
    padding: 30px 10px;
    font-weight: 600
}

.woocommerce-checkout #payment {
    background: 0 0
}

.woocommerce-checkout #payment .wc_payment_methods,
.woocommerce-checkout #payment .place-order {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.woocommerce-checkout #payment .place-order {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important
}

.woocommerce-checkout #payment .payment_box {
    background-color: #f9f9f9 !important
}

.woocommerce-checkout #payment .payment_box:before {
    border: 1em solid #f9f9f9 !important;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    border-top-color: transparent !important
}

.woocommerce-shipping-fields h3 {
    margin-bottom: 10px
}

.price_slider_wrapper .price_slider {
    margin-bottom: 25px !important
}

.price_slider_wrapper .price_slider_amount button {
    padding: 11px 30px;
    z-index: 1;
    position: relative;
    font-size: 12px !important
}

.price_slider_wrapper .price_slider_amount .price_label {
    top: 4px;
    position: relative
}

.woocommerce ul.products {
    margin-bottom: 0 !important
}

.woocommerce ul.products li {
    padding: 0 0 32px !important;
    position: relative !important;
    overflow: hidden;
    text-align: center;
    transition: all .3s ease 0s;
    background: 0 0;
    border-radius: 4px
}

.woocommerce ul.products li img {
    margin-bottom: 0 !important;
    position: relative
}

.woocommerce ul.products li .woocommerce-loop-product__title {
    font-size: 22px !important;
    padding-bottom: 0 !important;
    line-height: 35px
}

.woocommerce ul.products li .woocommerce-loop-product__title a {
    color: #333
}

.woocommerce ul.products li .woocommerce-loop-product__title a:hover {
    color: #086ad8
}

.woocommerce ul.products li a.fa,
.woocommerce ul.products li .glyph-icon {
    background: #378cff !important;
    border: none !important;
    font-size: 30px;
    padding: 0 !important;
    margin: 0 !important;
    color: #fff
}

.woocommerce ul.products li a.fa:before,
.woocommerce ul.products li .glyph-icon:before {
    font-size: 23px;
    color: #fff;
    margin: 0 !important
}

.woocommerce ul.products li .added_to_cart {
    width: 100% !important;
    padding: 0 20px;
    background: 0 0 !important;
    border-radius: 5px !important;
    background: #fff !important;
    color: #212121 !important
}

.woocommerce ul.products li .button {
    margin-top: 5px !important;
    margin-left: 15px;
    margin-right: 15px
}

.woocommerce ul.products li:hover {
    background: 0 0
}

.woocommerce ul.products li:hover a.button {
    background: #fff;
    color: #378cff
}

.woocommerce ul.products li:hover .wc-forward {
    background: #fff;
    color: #378cff
}

.woocommerce ul.products li ul li {
    background: 0 0;
    border-radius: 0
}

.related .star-rating::beforee {
    top: 50% !important;
    right: 50% !important;
    transform: translate(50%, -50%)
}

.woocommerce .star-rating span:before {
    color: #086ad8
}

body.woocommerce-js ul.products li {
    margin-bottom: 35px !important
}

.menu-cart-area {
    float: right;
    position: relative;
    padding-left: 25px;
    padding-top: 44px;
    padding-bottom: 44px;
    top: 0
}

.menu-cart-area .cart-icon-total-products {
    font-size: 13px;
    line-height: 20px;
    background-color: #fff;
    position: absolute;
    right: 0;
    font-size: 14px;
    top: 100%;
    width: 278px;
    z-index: 10000;
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    transition: all .2s ease 0s;
    border-radius: 3px
}

.menu-cart-area .cart-icon-total-products .widget_shopping_cart {
    margin-bottom: 0;
    padding: 25px 10px 0
}

.menu-cart-area .cart-icon-total-products .widget_shopping_cart .quantity {
    border: none;
    padding: 3px 0 0;
    display: block
}

.menu-cart-area .woocommerce-mini-cart__empty-message {
    text-align: center;
    text-transform: uppercase;
    color: #333;
    position: relative;
    padding-top: 50px
}

.menu-cart-area .woocommerce-mini-cart__empty-message:before {
    position: absolute;
    content: "\f10f";
    color: #333;
    left: 50%;
    transform: translateX(-50%);
    bottom: 42px;
    font-family: Flaticon;
    font-size: 30px;
    font-style: normal
}

.menu-cart-area .widget_shopping_cart .cart_list li {
    padding: 20px 30px;
    border-bottom: 1px solid rgba(170, 170, 170, .25)
}

.menu-cart-area .widget_shopping_cart .cart_list li a {
    color: #777
}

.menu-cart-area .widget_shopping_cart .cart_list li a img {
    width: 40px
}

.menu-cart-area .widget_shopping_cart .cart_list li .quantity {
    color: #333
}

.menu-cart-area .widget_shopping_cart .cart_list li a.remove {
    color: #333;
    top: 19px
}

.menu-cart-area .widget_shopping_cart .cart_list li:first-child {
    padding-top: 0
}

.menu-cart-area .widget_shopping_cart .cart_list li:first-child a.remove {
    top: 0
}

.menu-cart-area .widget_shopping_cart .total {
    padding: 29px 0 0;
    text-align: center;
    border-top: none
}

.menu-cart-area i {
    cursor: pointer;
    color: #28406d;
    font-size: 18px
}

.menu-cart-area i:before {
    font-size: 18px
}

.menu-cart-area:hover .cart-icon-total-products {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible
}

.menu-cart-area span.icon-num {
    border-radius: 50%;
    font-size: 11px;
    line-height: 18px;
    min-height: 18px;
    min-width: 18px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    text-align: center;
    margin-top: -15px;
    right: -12px
}

.menu-cart-area .woocommerce-mini-cart__buttons {
    text-align: center
}

.menu-cart-area .button.wc-forward {
    padding: 9px 20px;
    font-size: 12px
}

.woocommerce ul.products.single-product-page {
    padding: 100px 0 0
}

.woocommerce ul.products li.product {
    padding: 0;
    position: relative;
    overflow: hidden;
    text-align: center;
    transition: all .3s ease 0s;
    margin-bottom: 0
}

.woocommerce ul.products li.product .triangle_left {
    width: 0;
    height: 0;
    border-top: 70px solid transparent;
    border-right: 140px solid #086ad8;
    border-bottom: 70px solid transparent;
    position: absolute;
    top: -75px;
    left: -117px;
    transform: rotate(48deg);
    opacity: 0
}

.woocommerce ul.products li.product:hover {
    background: 0 0
}

.woocommerce ul.products li.product:hover .triangle_left {
    opacity: 1
}

.woocommerce ul.products li.product:hover h3 a {
    color: #086ad8
}

.woocommerce ul.products li.product:hover .add-to-cart {
    background: #086ad8;
    color: #fff !important
}

.woocommerce ul.products li.product:hover .images-product img:hover {
    transform: scale(1.2)
}

.woocommerce ul.products li.product:hover .images-product .overley {
    opacity: 1;
    top: 84%;
    transform: scaleY(1)
}

.woocommerce ul.products li.product .images-product {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    padding: 0
}

.woocommerce ul.products li.product .images-product a {
    display: block
}

.woocommerce ul.products li.product .images-product a img {
    transition: all .3s ease-out;
    width: 100%
}

.woocommerce ul.products li.product .images-product .overley .winnereactheme-details {
    padding: 0
}

.woocommerce ul.products li.product .images-product .overley .winnereactheme-details h4 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: #fff;
    font-size: 18px;
    position: relative
}

.woocommerce ul.products li.product .images-product .overley .winnereactheme-details h4:after {
    display: none
}

.woocommerce ul.products li.product .images-product .overley .winnereactheme-details .product-info ul {
    padding: 0;
    margin: 0
}

.woocommerce ul.products li.product .images-product .overley .winnereactheme-details .product-info ul li {
    display: inline-block;
    margin: 0 !important;
    padding: 0 !important;
    vertical-align: top;
    border: none
}

.woocommerce ul.products li.product .images-product .overley .winnereactheme-details .product-info ul li a {
    color: #fff !important;
    text-transform: capitalize;
    text-decoration: none;
    border-radius: 5px;
    line-height: 30px;
    border: 1px solid #378cff;
    background: #378cff !important;
    text-align: center;
    transition: all .3s ease 0s;
    font-size: 14px
}

.woocommerce ul.products li.product .images-product .overley .winnereactheme-details .product-info ul li a:hover {
    color: #fff;
    opacity: .9
}

.woocommerce ul.products li.product .images-product .overley .winnereactheme-details .product-info ul li a i {
    font-size: 16px;
    margin: 0;
    transition: all .3s ease 0s
}

.woocommerce ul.products li.product .images-product .overley .winnereactheme-details .product-info ul li a i:hover {
    color: #086ad8
}

.woocommerce ul.products li.product .images-product .overley .winnereactheme-details .product-info ul li .yith-wcwl-add-to-wishlist {
    margin-top: 0
}

.woocommerce ul.products li.product .images-product .overley .winnereactheme-details .product-info ul li:hover {
    background: 0 0
}

.woocommerce ul.products li.product .images-product .overley .winnereactheme-details p {
    margin-bottom: 5px;
    color: #fff;
    font-size: 13px
}

.woocommerce ul.products li.product .images-product .overley .winnereactheme-details p i {
    color: #fff;
    margin-right: 8px
}

.woocommerce ul.products li.product h4 {
    margin-bottom: 10px !important;
    margin-left: 0;
    font-weight: 700
}

.woocommerce ul.products li.product h4 a {
    color: #333;
    transition: all .3s ease 0s;
    font-size: 20px;
    margin: 0
}

.woocommerce ul.products li.product h4 a:hover {
    color: #086ad8
}

.woocommerce ul.products li.product .price-details ul {
    margin: 0;
    padding: 0;
    text-align: center
}

.woocommerce ul.products li.product .price-details ul li {
    display: block
}

.woocommerce ul.products li.product .price-details ul li:first-child {
    font-weight: 600;
    font-size: 15px
}

.woocommerce ul.products li.product .price-details ul li:first-child del {
    margin-right: 5px;
    font-weight: 400;
    font-size: 15px
}

.woocommerce ul.products li.product .price-details ul li .add-to-cart {
    border: 1px solid #086ad8;
    padding: 8px 18px;
    color: #333;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    margin-top: 15px
}

.woocommerce ul.products li.product .price {
    transition: all .3s;
    transform: none
}

.woocommerce ul.products li.product .add_to_cart_button,
.woocommerce ul.products li.product .product_type_grouped {
    bottom: 0;
    opacity: 0;
    transition: all .3s;
    position: absolute;
    left: 46%;
    transform: translateX(-50%);
    background: 0 0;
    width: 100%
}

.woocommerce ul.products li.product:hover .price {
    transform: translateY(-10px);
    opacity: 0
}

.woocommerce ul.products li.product:hover .add_to_cart_button,
.woocommerce ul.products li.product:hover .product_type_grouped {
    bottom: 30px;
    opacity: 1
}

.woocommerce ul.products .topbar-area {
    overflow: hidden;
    padding-bottom: 54px
}

.woocommerce ul.products .topbar-area .showing-Short .seclec-box {
    float: right
}

.woocommerce ul.products .topbar-area .showing-result ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left
}

.woocommerce ul.products .topbar-area .showing-result ul li {
    display: inline-block;
    font-weight: 400;
    color: #777;
    margin-right: 0;
    font-size: 14px;
    height: 25px
}

.woocommerce ul.products .topbar-area .showing-result ul li .form-group {
    margin: 0
}

.woocommerce ul.products .topbar-area .showing-result ul li .form-group.seclect-box select.form-control {
    display: inline-block;
    border: 0;
    background: 0 0;
    border-radius: 0
}

.woocommerce ul.products .pagination {
    margin-top: 0
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
    color: #378cff;
    font-size: 16px !important;
    font-weight: 600
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins,
.woocommerce ul.products li.product .price ins {
    color: #378cff;
    font-size: 16px;
    font-weight: 600
}

.woocommerce .quantity .qty {
    height: 36px !important;
    width: 50px;
    appearance: textfield;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    margin-bottom: 0;
    padding: 8px 0;
    border-left: 2px solid #e6e6e6;
    border-right: 2px solid #e6e6e6;
    border-radius: 0 !important
}

.woocommerce div.product form.cart div.quantity {
    float: none !important;
    max-width: 150px
}

.woocommerce .quantity {
    border: 2px solid #e6e6e6;
    border-radius: 5px
}

.woocommerce .quantity .qty_button {
    border: none;
    background: 0 0;
    box-shadow: none;
    color: #212121;
    font-size: 20px;
    padding: 0 16px;
    position: relative;
    top: 1px
}

.woocommerce .quantity .qty_button:hover {
    border: none;
    background: 0 0 !important;
    box-shadow: none
}

.woocommerce input[type=number] {
    border: 0
}

.woocommerce .quantity input::-webkit-outer-spin-button,
.woocommerce .quantity input::-webkit-inner-spin-button {
    display: none;
    margin: 0
}

body.woocommerce ins {
    background: 0 0 !important
}

body.woocommerce .panel {
    border: none;
    box-shadow: none
}

body.woocommerce .woocommerce-product-gallery ol.flex-control-nav {
    padding: 15px 0 0 !important;
    text-align: center
}

body.woocommerce .woocommerce-product-gallery ol.flex-control-nav li {
    float: none !important;
    display: inline-block
}

body.woocommerce .woocommerce-product-gallery ol.flex-control-nav li img {
    width: 98%;
    display: inline-block;
    margin-bottom: 10px !important
}

.woocommerce-variation-price {
    margin-bottom: 30px
}

.woocommerce table.shop_attributes td {
    font-style: normal
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    font-size: 16px
}

.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews h2,
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description h2 {
    display: none
}

.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-reply-title {
    font-size: 15px;
    font-weight: 600
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #fbfbfb;
    background-color: #fbfbfb;
    margin-right: 8px;
    border-radius: 0;
    border: none !important
}

.woocommerce div.product .product_meta .posted_in a {
    color: #777
}

.woocommerce div.product .woocommerce-tabs ul.wc-tabs li {
    font-size: 18px;
    margin-right: 12px;
    border-radius: 4px 4px 0 0;
    margin-left: 0
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #378cff;
    color: #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
    background: #378cff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
    color: #fff;
    opacity: .9
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    box-shadow: -2px 2px 0 #f0f0f0;
    display: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding-left: 0;
    border-radius: 5px 0 0;
    padding-top: 15px
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    border-bottom: 1px solid #f0f0f0;
    display: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    border: 1px solid #f0f0f0;
    display: none
}

.woocommerce-form-login .woocommerce-Button {
    margin-right: 12px !important
}

.woocommerce .woocommerce-ordering {
    margin: 0 0 2em
}

.woocommerce .woocommerce-result-count {
    margin-top: 10px
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #ddd !important
}

.woocommerce a.remove {
    margin: 0 auto;
    color: #333 !important;
    line-height: 24px;
    border: 1px solid #ddd;
    font-weight: 300 !important;
    font-size: 1.1em;
    height: 1.5em;
    width: 1.5em
}

.woocommerce-cart table.cart .product-thumbnail img {
    width: 80px !important
}

.woocommerce-cart table.cart .product-name a {
    color: #777;
    font-weight: 600
}

.woocommerce-cart table.cart .product-name a:hover {
    color: #333;
    text-decoration: underline !important
}

.woocommerce-cart table.cart .product-price span {
    font-weight: 600
}

.woocommerce-cart .cart-collaterals .shipping-calculator-button {
    color: #777
}

.woocommerce-checkout .woocommerce form .form-row {
    margin: 0 0 15px
}

.woocommerce button.button:disabled {
    opacity: .8 !important;
    background: 0 0
}

.coupon input#coupon_code {
    width: 320px !important;
    border-radius: 5px;
    height: 47px !important;
    margin-right: 20px;
    text-align: left !important;
    padding-left: 22px
}

.coupon ::-webkit-input-placeholder {
    color: #333 !important;
    font-size: 14px !important;
    font-weight: 500 !important
}

.coupon ::-moz-placeholder {
    color: #333 !important;
    font-size: 14px !important;
    font-weight: 500 !important
}

.coupon :-ms-input-placeholder {
    color: #333 !important;
    font-size: 14px !important;
    font-weight: 500 !important
}

.coupon :-moz-placeholder {
    color: #333 !important;
    font-size: 14px !important;
    font-weight: 500 !important
}

.product_meta span.tagged_as {
    display: block
}

.product_meta span {
    font-weight: 600
}

.product_meta span a {
    font-weight: 400
}

.single-product .bs-info {
    display: none
}

.single-product .bs-img {
    display: none
}

.single-product .bs-desc {
    margin-top: 0 !important
}

.single-product div.product p.price {
    margin-bottom: 28px
}

.single-product div.product form.cart {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 30px;
    padding-bottom: 40px
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    border-top-color: #378cff
}

.woocommerce-message:before,
.woocommerce-info:before {
    color: #378cff
}

.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: 110px;
    height: 40px;
    text-align: center
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ccc;
    border-radius: 0;
    height: 40px;
    line-height: 40px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 13px;
    right: 15px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px
}

input[type=tel] {
    padding: 10px 14px;
    border: none;
    outline: none;
    width: 100%;
    height: 50px;
    border: 1px solid rgba(54, 54, 54, .1)
}

.woocommerce-form__label span {
    padding-left: 5px
}

.woocommerce-form__label .input-checkbox {
    margin: 7px 0 0 !important
}

body.woocommerce-page input[type=text],
body.woocommerce-page input[type=password],
body.woocommerce-page input[type=email],
body.woocommerce-page .select2-container--default .select2-selection--single,
body.woocommerce-page .woocommerce form .form-row.woocommerce-validated .select2-container,
body.woocommerce-page .woocommerce form .form-row.woocommerce-validated input.input-text,
body.woocommerce-page .woocommerce form .form-row.woocommerce-validated select {
    border: 1px solid rgba(54, 54, 54, .1);
    height: 45px
}

body.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #777;
    padding-left: 18px
}

body.woocommerce-page input[type=text]::placeholder,
body.woocommerce-page input[type=number]::placeholder,
body.woocommerce-page input[type=password]::placeholder,
body.woocommerce-page textarea::placeholder,
body.woocommerce-page input[type=email]::placeholder {
    color: #363636
}

body.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 7px 6px 0
}

body.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #363636 transparent transparent
}

body.woocommerce-page .woocommerce form .form-row-first,
body.woocommerce-page .woocommerce-page form .form-row-first {
    width: 52%
}

body.woocommerce-page .woocommerce form .form-row-first #coupon_code,
body.woocommerce-page .woocommerce-page form .form-row-first #coupon_code {
    height: 47px
}

body.woocommerce-page .woocommerce-billing-fields .input-text,
body.woocommerce-page .woocommerce-billing-fields select {
    height: 50px !important
}

body.woocommerce-page .woocommerce-billing-fields #billing_email {
    height: 52px !important
}

body.single-product div.product .woocommerce-tabs .comment-reply-title {
    font-size: 20px !important;
    display: block;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 13px
}

body.single-product div.product .woocommerce-tabs .rat-full {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

body.single-product div.product .woocommerce-tabs .rat-full p {
    flex: 0 0 50%
}

body.single-product div.product .woocommerce-tabs .rat-full input {
    margin-bottom: 8px
}

body.single-product div.product .woocommerce-tabs .rat-full p.comment-form-author {
    padding-right: 15px
}

body.single-product div.product .woocommerce-tabs .rat-full p.comment-form-email {
    padding-left: 15px
}

body.single-product div.product .woocommerce-tabs #commentform {
    max-width: 100%
}

body.single-product div.product .woocommerce-tabs #commentform .comment-form-cookies-consent {
    display: block
}

body.single-product div.product .woocommerce-tabs #commentform #comment {
    height: 160px
}

body.single-product div.product .woocommerce-tabs #commentform input[type=checkbox] {
    position: relative;
    top: 1px;
    vertical-align: unset
}

body.single-product div.product .woocommerce-tabs #commentform input[type=text],
body.single-product div.product .woocommerce-tabs #commentform input[type=email] {
    height: 50px
}

body.single-product div.product .woocommerce-tabs label {
    font-weight: 400
}

body.woocommerce-page .select2-container--default .select2-selection--single {
    height: 52px
}

.woocommerce .quantity .qty {
    box-shadow: none
}

.woocommerce-cart-form table.shop_table {
    border-collapse: collapse
}

.woocommerce-cart-form table.shop_table td,
.woocommerce-cart-form table.shop_table th {
    padding: 25px;
    text-align: center
}

.woocommerce-cart-form table.shop_table .quantity {
    border-radius: 5px;
    padding: 0;
    margin: 0 auto;
    width: 150px
}

.woocommerce-cart-form table.shop_table .quantity .qty_button {
    top: -1px;
    padding: 0 6px
}

.woocommerce-cart-form table.shop_table .quantity .qty {
    width: 50px;
    border-radius: 0 !important
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    font-weight: 600
}

.woocommerce table.shop_table {
    border-collapse: collapse !important
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    padding-top: 40px
}

.woocommerce div.product form.cart .variations select {
    padding: 5px 2px
}

.cart_totals h2 {
    text-transform: capitalize
}

.cart_totals table.shop_table th,
.cart_totals table.shop_table td {
    padding: 20px
}

.woocommerce-tabs h2 {
    font-size: 20px
}

.related.products h2 {
    font-size: 20px
}

.single-product .summary.entry-summary h1.product_title.entry-title {
    font-size: 25px !important;
    line-height: 25px !important
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 50px !important
}

.cart-collaterals th,
.cart-collaterals td {
    border: none !important;
    border-bottom: 1px solid rgba(0, 0, 0, .1) !important
}

.cart-collaterals tr:last-child td,
.cart-collaterals tr:last-child th {
    border-bottom: none !important
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    max-width: 100%
}

.woocommerce .bottom,
.woocommerce .featured {
    text-align: left
}

.woocommerce .form-row {
    display: block
}

.woocommerce.single-product form.cart .button {
    min-width: 150px;
    margin-top: 15px
}

.woocommerce .add_to_cart_button {
    transition: .3s ease all
}

.woocommerce .add_to_cart_button:after {
    font-size: inherit !important;
    vertical-align: initial !important
}

.woocommerce .add_to_cart_button.added {
    display: none !important;
    opacity: 0
}

.woocommerce .add_to_cart_button.loading {
    padding-right: 40px !important
}

.woocommerce .add_to_cart_button.loading:after {
    top: 12px !important;
    right: 15px !important;
    font-size: inherit !important
}

.woocommerce button[disabled] {
    color: #fff;
    height: 39px;
    padding: 0 35px !important
}

.woocommerce button[disabled]:hover {
    color: #378cff
}

.woocommerce table.shop_table th {
    border: none;
    font-size: 18px;
    font-weight: 600
}

.woocommerce table.shop_table td {
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top: 1px solid #e6e6e6
}

h3#order_review_heading {
    margin-top: 60px;
    padding: 0 15px
}

#order_review {
    padding: 0 15px
}

textarea.input-text {
    border: 1px solid #ccc
}

.button.yith-wcqv-button {
    display: none !important
}

.post-type-archive .learn-press-courses .course .course-title {
    display: none !important
}

.woocommerce span.onsale {
    background: #378cff;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    padding: 0 !important;
    right: 10px !important;
    margin: 0 !important;
    top: 10px !important;
    z-index: 1;
    font-weight: 500
}

.woocommerce-info {
    border-top-color: #086ad8
}

.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th {
    padding: 3px 15px !important;
    border: 1px solid rgba(0, 0, 0, .1) !important
}

.woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.woocommerce-MyAccount-navigation ul li {
    background: #f0f0f0;
    margin: 0 0 15px;
    border-radius: 2px
}

.woocommerce-MyAccount-navigation ul li a {
    padding: 10px 20px;
    color: #777;
    display: block
}

.woocommerce-MyAccount-navigation ul li.is-active {
    background: #378cff
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #fff
}

.woocommerce-MyAccount-navigation ul li:hover {
    background: #378cff
}

.woocommerce-MyAccount-navigation ul li:hover a {
    color: #fff
}

form.woocommerce-EditAccountForm fieldset {
    margin-bottom: 40px;
    margin-top: 30px
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce-input-wrapper #order_comments,
#order_comments {
    border: 1px solid rgba(54, 54, 54, .1) !important
}

.woocommerce-js ul.products li img {
    width: auto;
    max-width: 100%
}

.woocommerce-account .woocommerce form.login {
    margin-bottom: 0
}

.single-product.woocommerce span.onsale {
    left: 10px !important
}

#order_comments {
    border: 1px solid rgba(54, 54, 54, .1) !important
}

.woocommerce .quantity input[type=number]::-webkit-input-placeholder {
    color: #363636 !important;
    opacity: 1
}

.woocommerce .quantity input[type=number]::-moz-placeholder {
    color: #363636 !important;
    opacity: 1
}

.woocommerce .quantity input[type=number]:-ms-input-placeholder {
    color: #363636 !important;
    opacity: 1
}

.woocommerce .quantity input[type=number]:-moz-placeholder {
    color: #363636 !important;
    opacity: 1
}

@keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg)
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@-webkit-keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg)
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@keyframes loaderpulse {
    0% {
        transform: scale(1)
    }
    100% {
        transform: scale(1.2)
    }
}

html,
body {
    font-size: 16px;
    color: #777;
    font-family: 'DM Sans', sans-serif;
    vertical-align: baseline;
    line-height: 1.8;
    font-weight: 400;
    overflow-x: hidden
}

.my-custom-font {
    font-family: 'DM Sans', sans-serif !important
}

.my-custom-font .bottom-shape {
    font-weight: 100 !important
}

.text-separate {
    font-weight: 700;
    color: #fff !important
}

img {
    max-width: 100%;
    height: auto
}

p {
    margin: 0 0 26px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'DM Sans', sans-serif;
    color: #333;
    margin: 0 0 26px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 26px;
    padding: 0;
    font-weight: 700
}

h1 {
    font-size: 52px;
    line-height: 55px;
    font-weight: 700
}

h2 {
    font-size: 40px;
    line-height: 45px;
    font-weight: 700
}

h3 {
    font-size: 28px;
    line-height: 30px;
    font-weight: 700
}

h4 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 700
}

h5 {
    font-size: 24px;
    line-height: 26px;
    font-weight: 600
}

h6 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600
}

.wp-block-calendar nav {
    padding-bottom: 20px
}

a {
    color: #086ad8;
    transition: all .3s ease 0s;
    text-decoration: none !important;
    outline: none !important
}

a:active,
a:hover {
    text-decoration: none;
    outline: 0 none;
    color: #ffa84b
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0
}

.clear {
    clear: both
}

.z-index-10 {
    z-index: 10;
    position: relative
}

::-moz-selection {
    background: #378cff;
    text-shadow: none;
    color: #fff
}

::selection {
    background: #378cff;
    text-shadow: none;
    color: #fff
}

.y-middle {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.slick-slider .slick-dots {
    bottom: -75px;
    z-index: 11;
    line-height: 10px;
    margin-top: 60px;
    margin-left: 10px
}

.slick-slider .slick-dots li {
    display: inline-block;
    width: 24px;
    height: 4px;
    margin: 0 5px;
    background: #d2d2d2
}

.slick-slider .slick-dots li button {
    background: #086ad8 !important;
    width: 50px;
    height: 30px;
    display: none;
    font-size: unset;
    line-height: unset;
    padding: unset;
    border-radius: 10px;
    background: #378cff;
    color: #fff !important;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .25);
    opacity: .5;
    outline: none
}

.slick-slider .slick-dots li button:before {
    display: none
}

.slick-slider .slick-dots li button:hover {
    opacity: 1
}

.slick-slider .slick-dots li.slick-active {
    width: 34px;
    background: #086ad8
}

.slick-slider .slick-dots li.slick-active button {
    width: 70px;
    opacity: 1
}

.slick-slider .slick-arrow {
    position: absolute;
    right: -25px;
    z-index: 8;
    bottom: 45%;
    outline: none
}

.slick-slider .slick-arrow:before {
    font-family: "rt-icons";
    color: #378cff;
    font-size: 24px;
    position: relative;
    top: -7px;
    line-height: 34px;
    border-radius: 35px;
    opacity: 1;
    transition: all .8s ease;
    left: -7px;
    color: #333
}

.slick-slider .slick-arrow:hover {
    opacity: .8
}

.slick-slider .slick-arrow:hover:before {
    color: #fff
}

.slick-slider .slick-prev {
    left: -35px
}

.slick-slider .slick-prev:before {
    content: "\e80d";
    font-weight: 300
}

.slick-slider .slick-next:before {
    content: "\e80f";
    font-weight: 300
}

.reactheme-unique-slider .reactheme-addon-slider button {
    display: inline-block;
    font-size: 0;
    width: 70px;
    height: 70px;
    line-height: 67px;
    color: #378cff;
    background: #fff;
    border-radius: 100%;
    transition: all .5s ease 0s;
    border: 4px solid #f2f4f9;
    box-shadow: -6px 20px 30px rgba(15, 18, 22, .006)
}

body .bg-fixed {
    background-attachment: fixed !important;
    background-position: center top !important
}

body .bg-top {
    background-position: center top !important
}

body .bg-left {
    background-position: bottom left !important
}

body .bg-right {
    background-position: top right !important
}

body .bg-bottom {
    background-position: center bottom !important
}

body .main-contain {
    background-size: cover;
    background-repeat: no-repeat
}

.no-gutter [class*=col-] {
    padding-left: 0;
    padding-right: 0
}

.border-left-radius>.vc_column-inner {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px
}

.border-right-radius>.vc_column-inner {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px
}

.overflow-visible {
    overflow: visible !important;
    z-index: 30
}

.overflow-hidden {
    overflow: hidden !important
}

.max-width-700 {
    max-width: 700px;
    margin: 0 auto
}

.white-color {
    color: #fff
}

.white-color h1,
.white-color h2,
.white-color h3,
.white-color h4 {
    color: #fff
}

iframe {
    width: 100%
}

.menu-cart-area h2 {
    display: none
}

.react-sideabr #wp-calendar th {
    background: #378cff;
    color: #fff
}

.react-sideabr table {
    margin-bottom: 0
}

.common-shadow {
    box-shadow: 0 0 150px #eee;
    background: #fff
}

.page-error {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background: #fff
}

.page-error .error-image {
    margin-bottom: 20px
}

.page-error .container {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%)
}

.page-error .page-content {
    max-width: 550px;
    margin: 0 auto
}

.page-error .content-area {
    position: relative;
    margin: 0 auto;
    text-align: center
}

.page-error .content-area h1.page-title {
    color: #fff;
    font-size: 100px;
    margin-bottom: 30px;
    margin-top: 0
}

.page-error .content-area h2 {
    color: #777;
    font-size: 20px;
    font-weight: 400 !important;
    margin-bottom: 30px;
    line-height: 30px
}

.page-error .content-area h2 span {
    display: block;
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 20px;
    color: #086ad8;
    font-weight: 600
}

.page-error .react-sideabr {
    max-width: 400px;
    margin: 0 auto;
    padding-bottom: 20px
}

.page-error .react-sideabr {
    padding: 10px 0 35px
}

.page-error .flaticon-right-arrow:before {
    padding-left: 5px
}

.page-error .reacbutton {
    overflow: hidden;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding: 17px 40px;
    display: inline-block;
    position: relative;
    z-index: 1;
    cursor: pointer;
    text-decoration: none;
    transition: all .4s ease-in-out;
    background: #378cff;
    border: none
}

.page-error .reacbutton i {
    margin-right: 8px
}

.page-error .reacbutton:hover {
    background: #086ad8;
    color: #fff !important
}

.page-error.coming-soon {
    height: 100vh
}

.page-error.coming-soon .content-area h3 {
    font-size: 30px;
    margin-top: 40px;
    margin-bottom: 60px;
    display: block
}

.page-error.coming-soon .content-area h3 span {
    font-size: 80px;
    text-shadow: unset;
    text-transform: uppercase;
    line-height: 90px;
    padding-bottom: 20px;
    letter-spacing: 5px;
    display: block;
    font-weight: 900 !important
}

.rectangle {
    position: relative
}

.rectangle:after {
    position: absolute;
    content: "";
    height: 120px;
    width: 1px;
    background: #404c51;
    right: -20px;
    top: 50%;
    transform: translateY(-50%)
}

.orange {
    color: #378cff
}

span.yellow {
    color: #086ad8
}

.overflow-show {
    overflow: visible !important
}

input[type=checkbox],
input[type=radio] {
    margin-right: 8px;
    vertical-align: text-top
}

.sticky .menu-area {
    padding: 0
}

.alignleft {
    margin-bottom: 26px
}

.alignright {
    margin-bottom: 26px
}

.vertical-middle {
    display: table;
    width: 100%;
    height: 100%
}

.vertical-middle .vertical-middle-cell {
    display: table-cell;
    vertical-align: middle
}

.display-table {
    display: table;
    height: 100%;
    width: 100%
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle
}

ul.stylelisting {
    list-style-type: none;
    margin-left: 20px !important
}

ul.stylelisting li {
    position: relative;
    padding-left: 22px !important;
    line-height: 34px;
    border: none !important
}

ul.stylelisting li:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    content: "\f054";
    font-family: 'FontAwesome';
    color: #437ff9;
    font-size: 12px
}

ul.check-square {
    list-style-type: none;
    margin-left: 0
}

ul.check-square li {
    position: relative;
    padding-left: 35px;
    line-height: 34px;
    border: none
}

ul.check-square li:before {
    position: absolute;
    top: 2px;
    left: 0;
    z-index: 0;
    content: "\f046";
    font-family: 'FontAwesome';
    color: #378cff;
    font-size: 20px
}

.single-post .main-contain #content {
    padding-bottom: 220px
}

.single-post .react-order-list {
    margin: 0 0 26px;
    list-style: none;
    padding: 0
}

.single-post .react-order-list li {
    list-style: none;
    position: relative;
    padding-left: 44px;
    margin-bottom: 10px
}

.single-post .react-order-list li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    text-align: center;
    content: "\e812";
    font-family: rt-icons;
    background: rgba(50, 112, 252, .08);
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%
}

body.page blockquote {
    background: #f8f8f8 !important
}

body.page blockquote.style2 {
    background: #fff !important;
    padding: 34px 40px 25px;
    margin-bottom: 10px !important
}

body.page blockquote.style2:before {
    line-height: 20px
}

mark,
ins {
    background: #086ad8;
    color: #fff;
    padding: 0 4px
}

code {
    background: #086ad8;
    color: #fff !important
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    color: #fff;
    padding: 17px 30px;
    font-size: 14px;
    text-transform: capitalize;
    outline: none;
    transition: all .5s ease;
    background: #378cff;
    position: relative;
    border: none
}

.mb-20 {
    margin-bottom: 30px
}

.mb-30 {
    margin-bottom: 30px
}

.top-float {
    float: left
}

.submit-btn {
    display: block;
    cursor: pointer;
    position: relative;
    transition: all .4s cubic-bezier(.215, .61, .355, 1) 0s;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    z-index: 2;
    border: none
}

.submit-btn .wpcf7-submit {
    outline: none;
    border: none;
    padding: 12px 40px;
    border-radius: 3px;
    display: inline-block;
    text-transform: capitalize;
    font-size: 16px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    color: #fff;
    background: #378cff;
    position: relative;
    overflow: hidden
}

.submit-btn:hover {
    opacity: .90
}

button:hover,
html input[type=button]:hover,
input[type=reset]:hover {
    background: #086ad8;
    color: #fff
}

input[type=submit]:hover {
    opacity: .9
}

.main-contain #content {
    padding-top: 100px;
    padding-bottom: 100px
}

.main-contain .reactheme-porfolio-details #content {
    padding-bottom: 110px
}

.main-contain .page-error #content {
    padding-top: 60px
}

#content .project-gallery .p-gallery-title {
    margin: 0 0 40px
}

.reactheme-addon-services .image_left {
    display: flex;
    align-items: top
}

.reactheme-addon-services .image_left .services-icons {
    margin-right: 20px;
    margin-top: 12px
}

.reactheme-addon-services .services-title4 {
    display: none
}

.reactheme-addon-services.services-style4:after {
    background: rgba(32, 51, 89, .5);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(32, 51, 89, .8));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(32, 51, 89, .8));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(32, 51, 89, .8));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(32, 51, 89, .8));
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    transition: all .8s ease
}

.reactheme-addon-services.services-style4 .services-part {
    position: relative;
    overflow: hidden
}

.reactheme-addon-services.services-style4 .services-part .services-text {
    position: absolute;
    transform: translate(-50%, -50%) rotateY(90deg);
    left: 50%;
    top: 50%;
    width: 330px;
    background: #203359;
    padding: 30px;
    opacity: 0;
    visibility: hidden;
    transition: all .8s ease
}

.reactheme-addon-services.services-style4 .services-icon {
    position: relative
}

.reactheme-addon-services.services-style4 .services-icon .services-title4 {
    display: block;
    position: absolute;
    bottom: 16px;
    left: 40px;
    z-index: 1;
    transition: all .8s ease
}

.reactheme-addon-services.services-style4:hover:after {
    display: none
}

.reactheme-addon-services.services-style4:hover .services-text {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) rotateY(0)
}

.reactheme-addon-services.services-style4:hover .services-icon {
    position: relative
}

.reactheme-addon-services.services-style4:hover .services-icon .services-title4 {
    bottom: -60px
}

.single-product .footer-bottom-gaps .main-contain #content {
    padding-bottom: 120px !important
}

.sign {
    margin-top: 15px
}

.post-password-required input[type=password] {
    margin-left: 5px
}

.post-password-required input[type=submit] {
    margin-left: -4px;
    border-radius: 0 3px 3px 0;
    padding: 11px 20px
}

input[type=text],
input[type=number],
input[type=password],
textarea,
input[type=email] {
    color: #777;
    width: 100%;
    max-width: 100%;
    opacity: 1
}

input[type=text]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder {
    color: #7b7d82;
    opacity: 1
}

input[type=text]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder,
input[type=email]::-moz-placeholder {
    color: #7b7d82;
    opacity: 1
}

input[type=text]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder {
    color: #7b7d82;
    opacity: 1
}

input[type=text]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder,
input[type=email]:-moz-placeholder {
    color: #7b7d82;
    opacity: 1
}

select {
    color: #777;
    cursor: pointer
}

select:valid {
    color: #777
}

a {
    color: #086ad8
}

a:hover,
a:focus,
a:active {
    color: #378cff
}

a:focus {
    outline: thin dotted
}

a:hover,
a:active {
    outline: 0
}

.wp-block-calendar tfoot a {
    color: #086ad8
}

.wp-block-calendar tfoot a:hover {
    color: #378cff
}

.sticky-logo {
    display: none
}

.sticky .menu-area .row.pt-25 {
    display: none
}

.sticky .logo-area {
    display: none
}

.sticky .logo-area.sticky-logo {
    display: block
}

#reactheme-header.header-style-1 .sticky .menu_one {
    top: 0
}

.sidenav {
    width: 100%;
    display: flex;
    flex-direction: column
}

.sidenav .widget-title {
    padding: 0 0 15px;
    font-size: 24px !important;
    line-height: 30px;
    font-weight: 700 !important;
    position: relative
}

.sidenav .widget-title:before {
    content: "";
    position: absolute;
    background: #378cff;
    height: 2px;
    width: 50px;
    left: 0;
    bottom: 0;
    display: block;
    z-index: 1
}

.sidenav .widget_reactheme_soical_widget {
    display: flex;
    justify-content: center
}

.sidenav ul.footer_social li a {
    background: #164964;
    width: 44px;
    height: 44px;
    line-height: 45px;
    margin: 0 5px;
    font-size: 15px
}

.sidenav ul.footer_social li a i {
    color: #086ad8
}

.sidenav ul.footer_social li a:hover i {
    color: #378cff
}

.sidenav .widget {
    padding: 0;
    margin: 0 0 30px
}

.sidenav .widget:first-child {
    border: none
}

.sidenav .widget .widget-title {
    font-size: 24px;
    margin-bottom: 30px
}

.sidenav .widget .search-form .search-input {
    height: 42px;
    background: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .3) !important;
    color: #fff;
    font-size: 14px;
    outline: none
}

.sidenav .widget .search-form .search-input::-webkit-input-placeholder {
    color: #fff
}

.sidenav .widget .search-form .search-input::-moz-placeholder {
    color: #fff
}

.sidenav .widget .search-form .search-input:-ms-input-placeholder {
    color: #fff
}

.sidenav .widget .search-form .search-input:-moz-placeholder {
    color: #fff
}

.sidenav .widget .search-form button {
    padding: 8px 12px;
    color: #fff;
    background: 0 0 !important;
    -webkit-transition: .3s ease all;
    transition: .3s ease all
}

.sidenav .widget .search-form button:hover {
    opacity: .7
}

.sidenav .widget_contact_widget {
    margin: 30px 0 0
}

.sidenav .widget_medvillsocialiconwi_widget {
    margin-top: 40px
}

.sidenav .footer-contact-ul {
    margin-left: 0;
    text-align: left;
    font-size: 16px
}

.sidenav .footer-contact-ul li {
    padding: 5px 0;
    display: flex;
    align-items: center;
    position: relative
}

.sidenav .footer-contact-ul li i {
    padding-right: 15px
}

.sidenav .footer-contact-ul li i:before {
    font-size: 16px;
    margin-left: 0 !important
}

.sidenav .footer-contact-ul li i.flaticon-email {
    position: relative;
    top: 1px
}

.sidenav .footer-contact-ul li.address1 {
    padding-left: 31px;
    padding-top: 0;
    margin-bottom: 4px;
    padding-right: 40px
}

.sidenav .footer-contact-ul li.address1 i {
    position: absolute;
    left: 0
}

.sidenav .footer-contact-ul li a {
    color: #777
}

.sidenav .footer-contact-ul li a:hover {
    color: #378cff
}

.sidenav .widget_medvillsocialiconwi_widget .footer_social {
    margin: 0 !important
}

.sidenav .offcanvas_social {
    list-style-type: none;
    padding-bottom: 0
}

.sidenav .offcanvas_social li {
    display: inline-block
}

.sidenav .offcanvas_social li a {
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    float: left;
    margin-right: 0
}

.sidenav .offcanvas_social li a i {
    font-size: 15px;
    color: #fff;
    margin: 0 8px 0 0;
    text-align: center;
    background: #378cff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 3px
}

.sidenav .offcanvas_social li a i:hover {
    opacity: .9
}

.sidenav .offcanvas_social li:last-child a {
    margin-right: 0
}

.sidenav .nav-close-menu-li {
    margin: 0;
    padding-bottom: 30px;
    text-align: right
}

.sidenav .nav-close-menu-li a {
    font-size: 0;
    text-align: center;
    display: inline-block;
    border: 2px solid #fff;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 100%;
    margin-right: 10px;
    position: relative
}

.sidenav .nav-close-menu-li a:after,
.sidenav .nav-close-menu-li a:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 14px;
    background-color: #fff;
    top: 9px
}

.sidenav .nav-close-menu-li a:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sidenav .nav-close-menu-li a:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sidenav .nav-close-menu-li a:hover {
    background: #fff;
    color: #000;
    border-color: #fff
}

.sidenav .nav-close-menu-li a:hover:after,
.sidenav .nav-close-menu-li a:hover:before {
    background-color: #086ad8
}

.sidenav .widget_nav_menu ul {
    padding: 0;
    margin: 0;
    text-align: left
}

.sidenav .widget_nav_menu ul li {
    list-style: none;
    margin-left: 0;
    padding: 0;
    position: relative
}

.sidenav .widget_nav_menu ul li a {
    font-size: 15px;
    padding: 12px 0;
    display: block;
    color: #333;
    font-family: 'DM Sans', sans-serif;
    line-height: 25px;
    font-weight: 600 !important;
    border-bottom: 1px solid rgba(0, 0, 0, .04)
}

.sidenav .widget_nav_menu ul li a:hover {
    color: #378cff
}

.sidenav .widget_nav_menu ul li:before {
    display: none
}

.sidenav .widget_nav_menu ul li ul li a {
    text-transform: capitalize;
    padding: 10px 0;
    line-height: 24px
}

.sidenav .widget_nav_menu ul li:last-child a {
    border-bottom: none
}

.sidenav .bs-search button {
    padding: 5px 11px
}

.sidenav li.nav-link-container {
    color: #378cff;
    text-align: center;
    display: block;
    border-radius: 30px;
    height: 40px;
    right: 15px;
    width: 40px;
    top: 5px;
    position: absolute;
    -webkit-transition: transform .5s ease;
    -moz-transition: transform .5s ease;
    transition: transform .5s ease
}

.sidenav li.nav-link-container:hover a {
    display: block
}

.sidenav li.nav-link-container:hover a span {
    background: #378cff !important
}

.sidenav li.nav-link-container a {
    display: block;
    background: 0 0 !important
}

.sidenav li.nav-link-container a span {
    background: #086ad8 !important;
    height: 3px;
    width: 25px
}

.sidenav li.nav-link-container .nav-menu-link {
    padding: 13px 15px 15px 10px !important
}

.sidenav li.nav-link-container .nav-menu-link span.hamburger1 {
    transform: rotate(-45deg) translate(-5px, 5px)
}

.sidenav li.nav-link-container .nav-menu-link span.hamburger3 {
    -webkit-transform: rotate(45deg) translate(0px, 0px);
    transform: rotate(45deg) translate(0px, 0px)
}

.footer-contact-ul {
    list-style: none
}

.mobile-menu-container .nav-close-menu-li {
    padding-top: 50px
}

.mobile-menu-container .nav-close-menu-li a {
    padding: 0
}

.mobile-menu-container ul {
    padding-left: 0;
    margin: 0;
    text-align: left
}

.mobile-menu-container ul li {
    list-style: none;
    border: none !important;
    margin-left: 0;
    padding: 0
}

.mobile-menu-container ul li a {
    font-size: 15px;
    padding: 12px 0;
    display: block;
    color: #222;
    border-bottom: none
}

.mobile-menu-container ul li a:hover {
    opacity: .9
}

.mobile-menu-container ul li:before {
    display: none
}

.nav-active-menu-container {
    -ms-transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0)
}

#reactheme-header .menu-area .navbar ul li ul li .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    opacity: 0;
    transform: scaleY(0);
    visibility: hidden
}

#reactheme-header.header-transparent .menu-sticky.sticky ul.offcanvas-icon.sidenav .nav-link-container span {
    background: #fff !important
}

#reactheme-header .menu-area .navbar ul li ul li:hover ul.sub-menu {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible
}

#reactheme-header .menu-area .navbar ul li.three-col ul>li {
    width: 33.33%
}

#reactheme-header .menu-area .navbar ul li.four-col ul>li {
    width: 25%
}

.transparent_header {
    position: absolute
}

.transparent_header .menu-area .navbar ul>li>a:after {
    background: #fff
}

.transparent_header .sticky .navbar ul>li>a:after {
    background: #086ad8
}

.default_header .menu-area .navbar ul>li>a:after {
    background: #086ad8
}

.menu-sticky {
    margin: 0;
    width: 100%;
    z-index: 99;
    transition: all .3s ease-in-out;
    background: 0 0
}

.menu-sticky.sticky {
    position: fixed !important;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 0 20px -10px rgba(0, 0, 0, .8);
    padding: 0
}

.menu-sticky.sticky .toolbar-area {
    display: none
}

.menu-sticky.sticky .navbar-menu {
    width: 100%
}

.menu-sticky.sticky .navbar ul li>a {
    color: #333;
    font-size: 14px
}

.menu-sticky.sticky .nav-link-container i {
    color: #333
}

.formbtn .form-button {
    text-align: center
}

.reactheme-portfolio.style1 .slick-dots li button {
    background: 0 0 !important
}

.reactheme-breadcrumbs {
    position: relative;
    background: #f5f5f5
}

.reactheme-breadcrumbs .row {
    align-items: center
}

.reactheme-breadcrumbs .breadcrumbs-title {
    font-size: 0px;
    padding-top: 5px;
    background: #fff;
    display: inline-block;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, .04);
    padding: 17px 39px
}

.reactheme-breadcrumbs .breadcrumbs-title span span {
    margin-right: 10px;
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px
}

.reactheme-breadcrumbs .breadcrumbs-title span a.home span {
    padding-left: 0
}

.reactheme-breadcrumbs .breadcrumbs-title span {
    font-size: 16px;
    position: relative
}

.reactheme-breadcrumbs .breadcrumbs-title span.current-item {
    margin-right: 0;
    padding-right: 0;
    margin-left: 0;
    color: #333;
    font-weight: 700
}

.reactheme-breadcrumbs .breadcrumbs-title span a span {
    color: #999;
    transition: .3s
}

.reactheme-breadcrumbs .breadcrumbs-title span a span:hover {
    opacity: .7
}

.reactheme-breadcrumbs .breadcrumbs-title span a:before {
    background-color: #999;
    content: "";
    height: 15px;
    width: 1px;
    position: absolute;
    right: 9px;
    top: 2px
}

.reactheme-breadcrumbs .breadcrumbs-title span a:before {
    right: 3px
}

.reactheme-breadcrumbs .breadcrumbs-title .current-item {
    color: #333
}

.reactheme-breadcrumbs .breadcrumbs-inner {
    padding: 275px 0 175px;
    position: relative
}

.reactheme-breadcrumbs .breadcrumbs-inner .banner-desc {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
    text-align: left
}

.reactheme-breadcrumbs .breadcrumbs-inner .cate-single .post-categories {
    padding: 0 0 8px
}

.reactheme-breadcrumbs .breadcrumbs-inner .cate-single .post-categories a {
    background: #378cff;
    color: #fff;
    padding: 5px 12px 6px;
    border-radius: 5px;
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block
}

.reactheme-breadcrumbs .breadcrumbs-inner .bs-meta {
    padding-left: 0
}

.reactheme-breadcrumbs .breadcrumbs-inner .bs-meta li {
    margin-right: 25px;
    font-size: 16px
}

.reactheme-breadcrumbs .breadcrumbs-inner .bs-meta li i {
    margin-right: 3px
}

.reactheme-breadcrumbs .breadcrumbs-inner .bs-meta li i:before {
    font-size: 14px;
    font-weight: 600
}

.reactheme-breadcrumbs .breadcrumbs-inner .bs-meta li .p-user {
    text-transform: capitalize
}

.reactheme-breadcrumbs .container-fluid {
    padding-left: 100px;
    padding-right: 100px
}

.reactheme-breadcrumbs .breadcrumbs-single {
    background-size: cover;
    background-position: center center
}

.reactheme-breadcrumbs .trail-browse {
    display: none !important
}

.reactheme-breadcrumbs .trail-items li {
    position: relative
}

.reactheme-breadcrumbs .trail-items li a {
    padding-right: 20px
}

.reactheme-breadcrumbs .trail-items li:after {
    right: 0;
    position: absolute;
    padding: 0;
    content: "\f147";
    font-family: Flaticon;
    font-style: normal;
    font-weight: 300;
    display: block !important;
    top: 0
}

.reactheme-breadcrumbs .trail-items li.trail-end:after {
    display: none !important
}

.reactheme-breadcrumbs .page-title {
    font-size: 80px;
    line-height: 90px;
    color: #333;
    margin: 0
}

.reactheme-breadcrumbs .sub-title {
    font-size: 18px
}

.reactheme-breadcrumbs .breadcrumbs {
    text-align: center
}

.reactheme-breadcrumbs .trail-items li:after {
    font-size: 12px
}

.reactheme-breadcrumbs ul {
    display: inline-block;
    padding: 5px 20px;
    margin: 10px 0 0
}

.reactheme-breadcrumbs ul li {
    color: #999;
    display: inline-block;
    font-size: 14px
}

.reactheme-breadcrumbs ul li * {
    color: #999
}

.reactheme-breadcrumbs ul li a {
    padding: 0 8px;
    color: #fff
}

.reactheme-breadcrumbs ul li a:hover {
    color: #378cff
}

.reactheme-breadcrumbs ul li.trail-begin a {
    position: relative;
    display: inline-block;
    padding-left: 0
}

.reactheme-breadcrumbs ul li.trail-begin a:hover {
    opacity: .7
}

.reactheme-breadcrumbs ul li.trail-end {
    padding-left: 8px
}

.reactheme-breadcrumbs.porfolio-details {
    position: relative
}

.entry-content .page-links {
    padding-top: 30px
}

.comment-reply-title {
    font-size: 24px;
    font-weight: 700;
    margin-top: 14px
}

.page .comments-title {
    font-size: 24px;
    font-weight: 700
}

.single-post .react-sideabr h2 {
    margin-top: 0
}

.recent-widget .show-featured .post-img img {
    border-radius: 3px
}

.format-aside .single-content-full .bs-desc {
    margin-top: 0
}

.reactheme-event-grid.event-slider-style4 .event-item .events-short {
    display: flex;
    align-items: self-start;
    padding: 50px;
    border-bottom: 1px solid #eee;
    transform: translateY(0px) !important
}

.reactheme-event-grid.event-slider-style4 .event-item .events-short .date-sec {
    background: #378cff;
    min-width: 100px;
    text-align: center;
    padding: 24px 0 15px;
    border-radius: 3px;
    margin-right: 25px;
    color: #fff;
    font-size: 35px;
    line-height: 30px
}

.reactheme-event-grid.event-slider-style4 .event-item .events-short .date-sec span {
    display: block;
    font-size: 14px
}

.reactheme-event-grid.event-slider-style4 .event-item .events-short .timesec {
    margin-bottom: 5px;
    font-size: 14px
}

.reactheme-event-grid.event-slider-style4 .event-item .events-short .timesec i:before {
    margin: 0 3px 0 0
}

.reactheme-event-grid.event-slider-style4 .event-item .events-short.none-borders {
    border: none
}

.reactheme-event-grid.event-slider-style4 .event-item .events-short .event-btm {
    margin: 10px 0 0;
    padding: 0;
    border: none
}

.reactheme-event-grid.event-slider-style4 .event-item .events-short .content-part {
    padding: 0 20px 20px
}

.reactheme-event-grid.event-slider-style4 .event-item .events-short .btn-part a.join-btn {
    padding: 0;
    background: 0 0;
    color: #777;
    font-size: 16px
}

.reactheme-event-grid.event-slider-style4 .event-item .events-short .btn-part a.join-btn:after {
    content: "\f105";
    font-family: fontawesome;
    font-size: 18px;
    position: relative;
    right: 0;
    top: 1px;
    display: inline-block;
    margin-left: 3px;
    font-weight: 600
}

.reactheme-event-grid.event-slider-style4 .event-item .events-short .btn-part a.join-btn:hover {
    color: #378cff
}

.footer-top-contact .reactheme-contact {
    color: #fff
}

.footer-top-contact .reactheme-contact .contact-address .address-text h3 {
    color: #fff;
    font-weight: 500
}

.footer-top-contact .reactheme-contact .contact-address .address-text a {
    color: #fff
}

.footer-top-contact .reactheme-contact .contact-address .address-text a:hover {
    color: #086ad8
}

@-webkit-keyframes scale-up-center {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scale-up-center {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.subscribe-form p {
    text-align: center;
    margin: 0 auto
}

.subscribe-form .mc4wp-form-fields {
    margin: 0 auto
}

.subscribe-form input {
    display: inline-block;
    height: 70px;
    line-height: 70px;
    padding: 0 30px
}

.subscribe-form input[type=email] {
    width: 70%;
    border-radius: 30px 0 0 30px
}

.subscribe-form input[type=submit] {
    border-radius: 0 30px 30px 0;
    position: relative
}

.subscribe-form .signup-post {
    display: none
}

#waretech-load {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -webkit- flex;
    display: -ms- flex;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    background: #fff;
    position: fixed;
    z-index: 999999;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

#waretech-load .loader-container {
    position: absolute
}

@-webkit-keyframes spinLoader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinLoader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.loader {
    width: 100px;
    height: 100px;
    border-style: solid;
    border-width: 5px;
    border-top-color: #465fe9;
    border-right-color: #465fe9;
    border-bottom-color: #d5eaff;
    border-left-color: #d5eaff;
    border-radius: 50%;
    -webkit-animation: spinLoader 2s linear infinite;
    animation: spinLoader 2s linear infinite
}

.loader .loader-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.sidenav .widget_nav_menu ul li.mega {
    position: relative !important
}

@-webkit-keyframes anim {
    from {
        left: -100%
    }
    to {
        left: 100%
    }
}

@keyframes anim {
    from {
        left: -100%
    }
    to {
        left: 100%
    }
}

.rt-blog-slider.rt-blog-style2 .rt_widget_sliders .slick-arrow {
    top: -105px;
    background: #fff;
    bottom: unset;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    width: 50px;
    height: 50px
}

.rt-blog-slider.rt-blog-style2 .rt_widget_sliders .slick-arrow:hover {
    background-image: linear-gradient(0deg, #086ad8 0%, #378cff 100%)
}

.rt-blog-slider.rt-blog-style2 .rt_widget_sliders .slick-arrow:hover:before {
    color: #fff
}

.rt-blog-slider.rt-blog-style2 .rt_widget_sliders .slick-arrow:before {
    font-size: 16px;
    font-weight: 300;
    left: 0;
    color: #333
}

.rt-blog-slider.rt-blog-style2 .rt_widget_sliders .slick-arrow.slick-next {
    right: 15px
}

.rt-blog-slider.rt-blog-style2 .rt_widget_sliders .slick-arrow.slick-prev {
    right: 77px;
    left: unset
}

.rt-blog-slider.rt-blog-style2 .portfolio-item .portfolio-content {
    position: relative;
    padding: 25px 30px;
    background: #fff
}

.rt-blog-slider.rt-blog-style2 .portfolio-item .portfolio-content .p-category {
    padding: 8px 16px;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    display: inline-block;
    position: absolute;
    right: 30px;
    top: -17px;
    z-index: 2;
    border-radius: 45px;
    color: #fff
}

.rt-blog-slider.rt-blog-style2 .portfolio-item .portfolio-content .blog-meta {
    list-style: none;
    margin: 0
}

.rt-blog-slider.rt-blog-style2 .portfolio-item .portfolio-content .blog-meta li {
    display: inline-block;
    color: #777;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px
}

.rt-blog-slider.rt-blog-style2 .portfolio-item .portfolio-content .blog-meta li.blog--date {
    color: #777
}

.rt-blog-slider.rt-blog-style2 .portfolio-item .portfolio-content .blog-meta li.blog--author {
    margin-left: 15px
}

.rt-blog-slider.rt-blog-style2 .portfolio-item .portfolio-content .p-title a {
    color: #333;
    font-size: 18px;
    line-height: 1.5;
    transition: all .3s ease 0s;
    font-weight: 700
}

.rt-blog-slider.rt-blog-style2 .portfolio-item .portfolio-content .p-title a:hover {
    color: #086ad8;
    text-decoration: underline !important
}

.contact-form.whome2-cf7 {
    background: #fff;
    padding: 0 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 50px;
    max-width: 660px
}

.contact-form.whome2-cf7 input {
    border: none
}

.contact-form.whome2-cf7 [class*=col-] {
    display: flex;
    align-items: center;
    margin-right: 9px
}

.contact-form.whome2-cf7 .input-box.border-after:after {
    content: " ";
    background: rgba(119, 119, 119, .2);
    width: 1px;
    height: 15px;
    right: 0;
    top: 13px;
    position: absolute;
    z-index: 1
}

.contact-form.whome2-cf7 .input-box input {
    margin-bottom: 0;
    border: 0;
    height: unset
}

.contact-form.whome2-cf7 #insurance_submit:hover {
    opacity: 1
}

.contact-form.whome2-cf7 #insurance_submit p {
    margin: 0 !important
}

.contact-form.whome2-cf7 .wpcf7-spinner {
    position: absolute
}

.react-addon-services.services-style3 .services-part {
    display: block;
    text-align: left !important
}

.react-addon-services.services-style3 .services-part .service--top {
    display: flex
}

.react-addon-services.services-style3 .services-part .service--top .services-icon {
    margin-right: 22px
}

.react-addon-services.services-style3 .services-part .service--top .services-title .title {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.5;
    color: #333;
    letter-spacing: -.3;
    margin-bottom: 0
}

.react-addon-services.services-style3 .services-part .services--bottom {
    display: block
}

.react-addon-services.services-style3 .services-part .services--bottom .services-txt {
    font-size: 16px;
    font-weight: 400;
    color: #777;
    line-height: 28px
}

.react-addon-services.services-style3 .services-part .services--bottom .services-btn {
    font-weight: 700;
    font-size: 16px
}

.admin-bar .menu-sticky.sticky {
    top: 31px
}

.reactheme-testimonial .slick-arrow {
    bottom: unset;
    top: -120px !important;
    background: #f4f4f4 !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 6px !important;
    padding: 0 !important;
    border: none !important
}

.reactheme-testimonial .slick-arrow:before {
    top: -2px;
    left: 0;
    font-size: 16px;
    color: #333
}

.reactheme-testimonial .slick-arrow.slick-prev {
    right: 60px !important;
    left: unset !important
}

.reactheme-testimonial .slick-arrow.slick-next {
    right: 0 !important
}

.reactheme-testimonial .slick-arrow:hover {
    background-image: linear-gradient(0deg, #086ad8 0%, #378cff 100%) !important
}

.reactheme-testimonial .testimonial-item {
    position: relative
}

.reactheme-testimonial .testimonial-item .ligth-quote-icon {
    position: absolute;
    right: 0;
    bottom: 0
}

.reactheme-testimonial .testimonial-item.slick-center {
    border-color: #086ad8 !important
}

.reactheme-testimonial .testimonial-item p {
    border-bottom: none !important
}

.reactheme-testimonial .testimonial-item .top-img {
    position: relative;
    z-index: 1;
    top: 37px
}

.reactheme-testimonial .testimonial-item .top-img img {
    display: inline;
    border-radius: 50%
}

.reactheme-testimonial .testimonial-item .top-rattings img {
    display: inline;
    max-width: 90px
}

.reactheme-testimonial .testimonial-item .above-content .item-content {
    padding-top: 50px
}

.elementor-widget-rt-portfolio-grid .portfolio-filter:after {
    display: none
}

.elementor-widget-rt-portfolio-grid .portfolio-filter button {
    color: #333 !important;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #e7e7e7;
    border-radius: 6px;
    background-color: #fff;
    line-height: 1;
    padding: 15px 28px 13px;
    margin: 5px 8px
}

.elementor-widget-rt-portfolio-grid .portfolio-filter button.active {
    color: #fff !important;
    background-image: -webkit-linear-gradient(90deg, #086ad8 0%, #378cff 100%) !important;
    background-image: linear-gradient(90deg, #086ad8 0%, #378cff 100%) !important
}

.elementor-widget-rt-portfolio-grid .portfolio-filter button.active:before {
    display: none
}

.contact-form.pf-single--contact .input-box input {
    height: unset
}

.contact-form.pf-single--contact .input-box:before {
    left: 23px;
    top: 15px;
    color: #086ad8
}

.contact-form.pf-single--contact .input-box.text-area textarea {
    padding-top: 13px !important
}

.contact-form.pf-single--contact .input-box.text-area textarea:focus {
    outline: none
}

.home2-service--grid .services-style3 .service--top {
    margin-bottom: 20px
}

.home2-service--grid .services-style3 .services-icon img {
    min-width: 60px !important
}

.single-post .breadcrumbs-inner .single--post-cat {
    padding-left: 5px
}

.single-post .breadcrumbs-inner .tag-line a:hover {
    color: #fff
}

.rt-services-slider.services-style1 .slick-dots li {
    cursor: pointer
}

body.logged-in .menu-wrap-off {
    padding: 63px 30px 50px 38px
}

.menu-wrap-off .inner-offcan .nav-link-container {
    left: 40px;
    top: 25px
}

.reactheme-footer.footer-style-1 .elementor-social-icons-wrapper .elementor-grid-item a i {
    width: 40px;
    height: 40px;
    line-height: 40px
}

.menu-area .navbar ul li.menu-item-has-children ul li.menu-item-has-children>a {
    position: relative !important
}

.menu-area .navbar ul li.menu-item-has-children ul li.menu-item-has-children>a:before {
    content: "\e809";
    position: absolute;
    font-family: "rt-icons";
    left: auto !important;
    right: 0 !important;
    top: 50% !important;
    text-align: center !important;
    z-index: 99999 !important;
    font-size: 13px !important;
    display: block !important;
    cursor: pointer !important;
    transform: translateY(-50%) !important;
    transition: all .5s ease !important;
    font-weight: 400 !important
}

.wedocs-shortcode-wrap ul.wedocs-docs-list {
    max-width: 100%
}

.wedocs-shortcode-wrap ul.wedocs-docs-list li.wedocs-docs-single h3 a {
    color: #333;
    font-size: 20px;
    line-height: 28px
}

ul.wedocs-doc-sections li a {
    color: #777;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400
}

.wedocs-shortcode-wrap ul.wedocs-docs-list ul.wedocs-doc-sections li {
    list-style: none
}

.wedocs-shortcode-wrap ul.wedocs-docs-list ul.wedocs-doc-sections li a {
    position: relative;
    padding-left: 30px
}

.wedocs-shortcode-wrap ul.wedocs-docs-list ul.wedocs-doc-sections li a:after {
    content: '';
    width: 15px;
    height: 17px;
    left: 0;
    top: 3px;
    position: absolute;
    background-image: url(//reactheme.com/products/wordpress/waretech/wp-content/themes/waretech/assets/css/../images/doc-list-img.png);
    padding-left: 15px
}

.wedocs-shortcode-wrap ul.wedocs-docs-list ul.wedocs-doc-sections li {
    padding-bottom: 10px
}

.wedocs-shortcode-wrap ul.wedocs-docs-list li.wedocs-docs-single {
    border-radius: 10px;
    padding-bottom: 50px;
    margin-bottom: 50px !important
}

.wedocs-shortcode-wrap ul.wedocs-docs-list li.wedocs-docs-single h3 {
    padding: 25px 12px 25px 30px !important;
    margin-bottom: 25px !important
}

.wedocs-shortcode-wrap ul.wedocs-docs-list li.wedocs-docs-single .wedocs-doc-link {
    text-align: left !important;
    padding: 0 !important;
    border-top: none !important;
    background-color: transparent !important
}

.wedocs-shortcode-wrap ul.wedocs-docs-list li.wedocs-docs-single .wedocs-doc-link a {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    color: #777;
    position: relative;
    margin-left: 38px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    padding: 15px 60px 15px 30px;
    display: inline-block;
    transition: .3s
}

.wedocs-shortcode-wrap ul.wedocs-docs-list li.wedocs-docs-single .wedocs-doc-link a:after {
    content: '';
    position: absolute;
    bottom: 24px;
    left: 131px;
    width: 15px;
    height: 10px;
    background-image: url(//reactheme.com/products/wordpress/waretech/wp-content/themes/waretech/assets/css/../images/doc-button-icon.png);
    transition: .3s
}

.wedocs-shortcode-wrap ul.wedocs-docs-list li.wedocs-docs-single .wedocs-doc-link a:hover {
    background-color: #378cff;
    color: #fff
}

.wedocs-shortcode-wrap ul.wedocs-docs-list li.wedocs-docs-single .wedocs-doc-link a:hover:after {
    content: '';
    position: absolute;
    bottom: 23px;
    left: 131px;
    width: 15px;
    height: 13px;
    background-image: url(//reactheme.com/products/wordpress/waretech/wp-content/themes/waretech/assets/css/../images/doc-button-icon-hover.png)
}

.wedocs-single-wrap .wedocs-single-content {
    margin-top: 108px
}

.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list li a {
    color: #333
}

@charset "utf-8";
.menu-sticky.sticky {
    top: 0
}

@media only screen and (min-width:1300px) {
    .container {
        max-width: 1340px;
        width: 100%
    }
    #reactheme-header.header1.header-style1.reactheme-skew-head .menu-area .navbar,
    #reactheme-header.header1.header-style1.reactheme-skew-head .custom-logo-area {
        padding-top: 7px !important
    }
}

@media only screen and (min-width:1025px) and (max-width:1600px) {
    body .width-0 {
        width: 0 !important
    }
    body .width-90 {
        width: 90% !important
    }
    body .width-100 {
        width: 100% !important
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1340px
    }
}

@media only screen and (max-width:1440px) {
    .menu-area .navbar ul li.mega ul.sub-menu {
        min-width: 200px
    }
    .rt-portfolio-style4 .slick-arrow.slick-prev {
        right: 9%
    }
    .rt-portfolio-style4 .slick-arrow.slick-next {
        right: 3%
    }
    .menu-area .navbar ul li.sub-menu-left.menu-item ul.sub-menu li ul {
        left: -100% !important;
        top: 0 !important
    }
    header#reactheme-header.header-style-4.header-style6 .sidebarmenu-area {
        padding: 43px 20px 44px
    }
    header#reactheme-header.header-style-4 .menu-area .container-fluid {
        padding-left: 20px
    }
    #reactheme-header.header-style1.header1 .menu-area .navbar ul>li {
        padding-left: 8px;
        padding-right: 8px
    }
    .page-error .content-area h3 span {
        font-size: 200px;
        margin: 0 0 20px
    }
    .header-style-4 .menu-area .category-menu .navbar {
        margin-right: 0
    }
    header#reactheme-header.header-style-4 .sidebarmenu-area {
        margin-left: 20px
    }
    header#reactheme-header.header-style-4 .sidebarmenu-area {
        padding: 37px 22px
    }
    .reactheme-contact .contact-address .address-item .address-icon i {
        font-size: 45px
    }
    .reactheme-testimonial-slider1 .testi-item .img-part img {
        max-width: 350px
    }
    .blog_meta_style1.blog-item .blog-content .title {
        font-size: 22px
    }
    .reactheme-testimonial-slider1 .testi-item .img-part {
        left: -159px
    }
    .reactheme-testimonial-slider1 .testi-item .content-part {
        padding-left: 280px
    }
    .reactheme-testimonial-slider1 .testi-item .content-part p {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 40px
    }
    .reactheme-testimonial-slider1 .testi-item .content-part {
        padding-top: 70px;
        padding-bottom: 70px
    }
    header#reactheme-header.header-style-4.header-style7 .sticky .col-cell.category-menu {
        padding-left: 9%
    }
}

@media only screen and (min-width:1200px) and (max-width:1366px) {
    .team-inner-wrap.ts-six .team-content.ts-six-cont .member-desc .team-name a {
        font-size: 20px
    }
    .team-inner-wrap.ts-six .image-wrap:before {
        position: absolute;
        left: -40px;
        top: -210px;
        transform: rotate(90deg)
    }
    .team-inner-wrap.ts-six .image-wrap:after {
        position: absolute;
        left: -25px;
        bottom: -223px;
        transform: rotate(271deg)
    }
}

@media only screen and (min-width:1024px) and (max-width:1199px) {
    .team-inner-wrap.ts-six .image-wrap:before {
        border-width: 167px;
        position: absolute;
        left: 15px;
        top: -236px;
        transform: rotate(92deg)
    }
    .team-inner-wrap.ts-six .image-wrap:after {
        border-width: 167px;
        position: absolute;
        left: 10px;
        bottom: -240px
    }
}

@media only screen and (min-width:991px) and (max-width:1023px) {
    .team-inner-wrap.ts-six .image-wrap:before {
        border-width: 167px;
        position: absolute;
        left: -12px;
        top: -220px;
        transform: rotate(92deg)
    }
    .team-inner-wrap.ts-six .image-wrap:after {
        border-width: 167px;
        position: absolute;
        left: -20px;
        bottom: -230px
    }
}

@media all and (max-width:990px) {
    .team-inner-wrap.ts-six .image-wrap:before {
        content: '';
        display: none
    }
    .team-inner-wrap.ts-six .image-wrap:after {
        display: none
    }
}

@media only screen and (max-width:1200px) {
    .react-addon-services.services-style5 .services-part .services-title .title img {
        margin-right: 10px;
        width: 25px
    }
    .react-addon-services.services-style5 .services-part .services-text.style5 {
        margin-left: 20px;
        margin-right: 20px
    }
    .rt-portfolio-style1 .slick-slider .slick-arrow {
        bottom: -100px
    }
    .rt-portfolio-style1 .slick-slider .slick-prev {
        left: 44.5%
    }
    .rt-portfolio-style1 .slick-slider .slick-next {
        right: 44.5%
    }
    .team-grid-style2 .team-inner-wrap .team-content .social-icons a {
        margin-right: 3px;
        width: 40px;
        height: 40px;
        line-height: 40px
    }
}

@media only screen and (min-width:1025px) and (max-width:1199px) {
    .menu-area .navbar {
        margin-right: 0
    }
}

@media only screen and (max-width:1199px) {
    .menu-area .navbar {
        margin-right: 0
    }
    .menu-area .navbar ul li>a,
    .sidenav .widget_nav_menu ul li a {
        font-size: 13px !important
    }
    .reactheme-portfolio-style4 .reactheme-portfolio4 .portfolio-item .portfolio-inner .p-title {
        font-size: 16px
    }
    .reactheme-portfolio-style4 .reactheme-portfolio4 .portfolio-item .portfolio-inner {
        min-width: 250px;
        transform: translateX(-50%);
        left: 50%
    }
    .sidenav .menu>li.menu-item-has-children:before {
        left: 100%
    }
    .reactheme-cta .style2 .title-wrap .exp-title {
        font-size: 34px !important
    }
    #reactheme-header.header-style-4 .header-inner .logo-section .toolbar-contact-style4 ul {
        margin: 0
    }
    .reactheme-blog-grid1.blog-item .blog-content .title {
        font-size: 20px
    }
    .reactheme-portfolio-style2 .portfolio-item .portfolio-img .read_more {
        padding: 7px 25px
    }
    #reactheme-header .container-fluid {
        padding-left: 20px;
        padding-right: 20px
    }
    .reactheme-blog .blog-slider .blog-meta .blog-title {
        font-size: 16px;
        font-weight: 700
    }
    .menu-area .navbar>ul>li a {
        padding-left: 8px !important;
        padding-right: 14px !important
    }
    #reactheme-header .menu-area .navbar ul>li.menu-item-has-children>a:before,
    #reactheme-header .menu-area .navbar ul>li.menu-item-has-children.three-col>a:before {
        right: 0 !important
    }
    #reactheme-header.header-style1 .menu-area .navbar ul>li.menu-item-has-children>a:before {
        right: 0 !important
    }
    .menu-area .navbar ul li ul.sub-menu li a {
        padding: 8px 20px
    }
    .header-style1 .menu-offcanvas {
        width: 19.666667%
    }
    #reactheme-header.header-style-5 .menu-area .navbar ul>li.menu-item-has-children>a {
        padding: 0 11px
    }
    .team-slider-style2 .team-item-wrap .team-content .display-table .display-table-cell .team-social {
        top: 80px
    }
    .services-style-2 .services-wrap .services-item .services-desc .services-title2 a {
        font-size: 14px !important
    }
    #reactheme-contact .contact-address.style3 .address-item .address-icon {
        margin-right: 0
    }
    #reactheme-header.header-style1 .btn_quote a {
        padding-left: 16px;
        padding-right: 16px
    }
    .blogfull .blog-title {
        min-height: auto
    }
    #reactheme-header .toolbar-area .toolbar-contact ul li {
        margin-right: 10px;
        padding-right: 10px
    }
    #reactheme-header .toolbar-area .toolbar-sl-share ul li+li {
        margin-left: 10px
    }
    .reactheme-blog-grid .blog-item .blog-content h3.blog-name {
        font-size: 18px;
        line-height: 1.6 !important
    }
}

@media only screen and (min-width:992px) and (max-width:1280px) {
    .react-sideabr .widget.widget_nav_menu ul li {
        padding-left: 7px !important
    }
    .react-sideabr #wp-calendar th,
    .react-sideabr #wp-calendar td {
        padding: 2px;
        text-align: center
    }
    #reactheme-services-slider .slick-arrow {
        left: 45% !important
    }
    .header-style-3.header-style-three .menu-area .navbar ul>li.menu-item-has-children>a {
        margin-right: 0
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    #reactheme-header.header-style-4 .header-inner .logo-section .toolbar-contact-style4 ul li {
        padding-top: 8px;
        padding-bottom: 8px
    }
    .reactheme-footer .footer1,
    .reactheme-footer .footer2 {
        padding-right: 20px
    }
    .reactheme-blog .post-meta.date-meta,
    .reactheme-blog .blog-item span.author {
        font-size: 12px
    }
    .reactheme-blog .post-meta.date-meta {
        margin-right: 12px
    }
    .single-header .menu-area .navbar ul ul li+li,
    .header-transparent .menu-area .navbar ul ul li+li {
        padding: 0
    }
    .reactheme-services .services-style-9 .services-wrap .services-item .services-desc .services-title {
        font-size: 18px
    }
    .dynamic-sidebar {
        padding-left: 15px
    }
    .padding-left-sidebar .dynamic-sidebar {
        padding-right: 15px
    }
    .blog-page .dynamic-sidebar {
        padding-left: 0;
        padding-right: 0
    }
    .counter-top-area.style1.left .count-text h3 {
        line-height: 24px !important
    }
    #reactheme-header.header-style-4 .logo-section .times-sec:after {
        border-bottom: 110px solid #030749
    }
    .services-style-10.process-inner .title {
        padding-left: 10px;
        padding-right: 10px
    }
    .reactheme-services .services-style-7.services-left .services-wrap .services-item .services-icon {
        padding-right: 10px
    }
    #content .react-sideabr .recent-post-widget .show-featured .post-desc a {
        font-size: 14px !important
    }
    .show-featured .post-img {
        width: 80px
    }
    .reactheme-blog-grid .bottom-shadow1 {
        padding: 20px
    }
    .reactheme-blog-grid.reactheme-blog .blog-meta .blog-title {
        line-height: 28px !important;
        font-size: 18px
    }
}

@media only screen and (max-width:420px) {
    .team-information .adress-box .address-content h5 {
        font-size: 17px
    }
    .team-information .adress-box .icon-link {
        width: 40px;
        height: 40px;
        margin-right: 10px
    }
    .team-information .adress-box .icon-link i {
        font-size: 14px;
        transform: translateY(-6px)
    }
    .team-information .theme_btn {
        padding: 9px 15px
    }
}

@media only screen and (min-width:992px) {
    body.body-left-space {
        padding-left: 270px
    }
    body.body-left-space #eschooling-load {
        left: 0
    }
    #page .header-style1 .sticky .menu-area {
        padding: 0
    }
    #page .header-style1 .sticky .menu_one {
        top: 0
    }
    .padding-left-sidebar .left-sidebar {
        order: 2
    }
    .padding-full-layout-left {
        display: block
    }
    .padding-left-sidebar .col-md-3,
    .padding-full-layout-left .col-md-3,
    .padding-full-layout-left {
        overflow: hidden
    }
    .mobile-menus {
        display: none
    }
}

@media only screen and (max-width:991px) and (min-width:768px) {
    #reactheme-services-slider .item-thumb .owl-dot.service_icon_style .tile-content {
        font-size: 11px
    }
    .time-listing li span {
        float: none
    }
    .main-contain .mptt-shortcode-wrapper {
        overflow: auto
    }
    .pagination-area {
        margin-bottom: 50px
    }
    .footer-top .row .col-lg-3 {
        flex: 0 0 50%
    }
    .container {
        max-width: 100%
    }
    #about-history-tabs ul.tabs-list_content li {
        float: none;
        width: 100%
    }
    .reactheme-breadcrumbs .breadcrumbs-title {
        padding: 17px 25px
    }
    .services-style-5 .services-item .icon_bg {
        padding-top: 20px
    }
    .services-style-2 .services-wrap .services-item .services-desc {
        padding: 0 8px
    }
    .services-style-5 .services-item .icon_bg img {
        max-width: 68px
    }
    .services-style-5 .services-desc .services-title,
    .services-style-5 .services-item .services-title {
        line-height: 55px !important
    }
    .reactheme-service-grid.reactheme-service-style2 .service-item .service-content .service-excerpt {
        padding-top: 0
    }
    .reactheme-service-grid .service-item .service-content .service-excerpt p {
        line-height: 20px;
        margin-bottom: 10px;
        padding: 0
    }
    .reactheme-service-grid .service-item .service-content {
        padding: 12px 4px 0
    }
    .reactheme-service-grid .service-item .service-content .service-button .reacbutton.rs_button {
        padding: 0 20px;
        font-size: 13px;
        height: 35px;
        line-height: 35px
    }
    .servies-one .reactheme-services .service-inner {
        padding-left: 15px !important;
        padding-right: 15px !important
    }
    .servies-one .reactheme-services .service-inner .services-title a {
        line-height: 24px !important
    }
    .servies-one .reactheme-services .service-inner p {
        font-size: 13px !important
    }
    .services-style-2.services-left .services-wrap .services-item .services-desc {
        width: 75%
    }
}

@media only screen and (min-width:992px) {
    .footer-top .col-lg-3.footer-2 .widget_nav_menu {
        padding-left: 25px
    }
    body.off-open {
        position: relative
    }
}

@media only screen and (max-width:991px) {
    #reactheme-header .row-table .header-logo {
        display: block;
        flex: auto;
        padding-left: 20px
    }
    li.menu-item-has-children a:before {
        display: none
    }
    #reactheme-header.rts-default-header .col-cell.menu-responsive .navbar {
        padding: 0
    }
    #reactheme-header.rts-default-header .header-quote {
        padding: 20px
    }
    #reactheme-header .logo-area .site-title a {
        color: #083d59;
        padding: 0;
        font-size: 30px;
        line-height: 40px
    }
    .rt-portfolio-style1 .slick-slider .slick-prev,
    .rt-portfolio-style1 .slick-slider .slick-next,
    .rt-portfolio-style4 .slick-slider .slick-prev,
    .rt-portfolio-style4 .slick-slider .slick-next {
        display: none !important
    }
    .single-teams .team-information {
        padding-left: 0
    }
    header#reactheme-header.header-style-4 .col-cell.category-menu {
        display: none
    }
    #reactheme-footer .footer-top .mc4wp-form-fields input[type=submit] {
        top: unset
    }
    .reactheme-footer .footer-top.pt-120 {
        padding-top: 70px
    }
    #reactheme-footer .footer-top .col-lg-5.text-right {
        text-align: center !important
    }
    .reactheme-footer .footer-top .footer-top-cta a {
        margin-top: 20px
    }
    #reactheme-footer .footer-top-cta {
        margin-bottom: 75px;
        text-align: center;
        position: relative;
        top: 0
    }
    #reactheme-header .react-login {
        border-left: 0
    }
    .reactheme-footer .footer-1 {
        padding-left: 15px
    }
    .footer-0 {
        padding-right: 30px
    }
    .wrapper-profile-header.wrap-fullwidth {
        margin: 0
    }
    .sidenav .widget_nav_menu ul li.mega ul li ul.sub-menu {
        display: block !important
    }
    .sidenav .widget_nav_menu ul li.mega ul.sub-menu span.submenu-button {
        display: none !important
    }
    #mobile_menu .menu li.mega ul.sub-menu li ul.sub-menu a {
        padding-left: 25px
    }
    .reactheme-blog-grid1.blog-item .image-part a img {
        width: 100%
    }
    .menu-wrap-off .inner-offcan {
        display: block
    }
    .menu-wrap-off .inner-offcan .nav-link-container {
        left: 36px
    }
    .menu-wrap-off .inner-offcan .nav-link-container {
        top: 35px
    }
    .menu-area .navbar ul li>a,
    .sidenav .widget_nav_menu ul li a {
        font-size: 15px !important
    }
    .rsaddon-unique-slider .image-wrap img {
        width: 100%
    }
    .reactheme-testimonial .image-wrap img {
        width: auto;
        margin: 0 auto;
        margin-bottom: 10px
    }
    .sidenav .widget_nav_menu ul ul li a {
        font-size: 14px !important
    }
    .reactheme-newsletter .newsletter-wrap .sec-title .title {
        font-size: 30px
    }
    .toolbar-area.mobile-hide-topbars {
        display: none
    }
    #reactheme-header .toolbar-area {
        padding: 20px 0
    }
    .header1.header-style1 .sticky .menu-area {
        padding: 15px 0
    }
    #reactheme-header .toolbar-area .toolbar-sl-share ul li {
        line-height: 30px
    }
    .header-style1.header1 .col-cell.category-menu {
        flex: unset;
        display: block
    }
    #reactheme-header.header-style1.header1 .row-table .header-logo {
        margin: 0
    }
    #reactheme-header .btn_quote {
        min-width: 105px
    }
    #reactheme-header .toolbar-area .toolbar-contact ul li {
        line-height: 30px
    }
    .padding-left-sidebar .dynamic-sidebar {
        padding-right: 0
    }
    .menu-wrap-off {
        padding: 46px 30px 50px 36px
    }
    .reactheme-newsletter .newsletter-wrap .sec-title {
        padding-bottom: 20px
    }
    #reactheme-header .toolbar-area4 {
        text-align: center;
        padding: 12px 0 12px
    }
    .sticky .menu-area {
        padding: 8px 0
    }
    .header-style1.header-style3 .sticky .menu-area {
        padding: 20px 0
    }
    .single-header.header-style2 .sticky .menu-area {
        padding: 20px 0
    }
    .pagination-area {
        margin-top: 50px
    }
    .reactheme-footer .footer-top {
        padding-bottom: 18px
    }
    #reactheme-header .tops-btn {
        justify-content: center;
        padding: 10px 0 16px
    }
    .main-contain #content {
        padding-top: 80px;
        padding-bottom: 80px
    }
    .single-portfolios .main-contain #content {
        padding-bottom: 90px
    }
    .single-header.header-style2 ul.offcanvas-icon .nav-link-container a:hover {
        background: 0 0
    }
    #reactheme-header.fixed-menu .header-inner {
        width: auto;
        flex-wrap: unset;
        height: auto
    }
    #mobile_menu .submenu-button {
        top: 11px
    }
    #reactheme-blog.blog-page .col-sm-12:last-child .blog-item {
        margin-bottom: 0
    }
    .reactheme-innner-offcanvas-contents {
        display: none
    }
    .cd-words-wrapper {
        margin-left: 0
    }
    .reactheme-animated-heading .title-inner .title .cd-headline p:last-child {
        left: -15px
    }
    .sidenav.offcanvas-icon .reactheme-offcanvas-inner-left {
        max-width: 100%
    }
    .sidenav.offcanvas-icon .reactheme-offcanvas-inner-left {
        height: auto;
        padding-top: 60px
    }
    #mobile_menu ul ul .submenu-button {
        top: 5px
    }
    #mobile_menu .submenu-button:before {
        top: 11px;
        height: 12px
    }
    .reactheme-portfolio-style7 .showcase-item img {
        position: absolute !important
    }
    #mobile_menu .submenu-button:after,
    .menu-wrap-off .inner-offcan .nav-link-container .close-button i:before {
        font-size: 16px
    }
    #mobile_menu ul ul .submenu-button:before {
        top: 11px;
        right: 17px
    }
    #mobile_menu .submenu-button {
        top: 18px
    }
    .menu-wrap-off .inner-offcan {
        padding: 0
    }
    .sidenav p,
    .sidenav .footer-contact-ul li.address1,
    .sidenav.offcanvas-icon .reactheme-offcanvas-right a {
        font-size: 16px
    }
    #menu-offcanvas,
    .widget.icon-list ul.menu {
        display: none !important
    }
    .sidenav .menu li ul.sub-menu li a {
        font-size: 14px
    }
    .sidenav .widget_nav_menu ul li ul li a {
        padding: 10px 0
    }
    .single-product .main-contain #content {
        padding-bottom: 15px
    }
    .mobilehum ul.offcanvas-icon .nav-link-container a {
        background: 0 0;
        padding-right: 0
    }
    .reactheme-blog-details .widget-area .react-sideabr.dynamic-sidebar {
        padding-bottom: 0
    }
    .reactheme-heading .title-inner .title span.watermark-animate {
        font-size: 120px
    }
    .coupon input#coupon_code {
        width: 250px !important
    }
    .single-portfolios .project-desc {
        padding-right: 0
    }
    .sidenav .widget_nav_menu ul li a {
        font-size: 15px;
        padding: 20px 0;
        line-height: 30px
    }
    .sidenav .menu>li.menu-item-has-children:before {
        top: 15px;
        font-size: 20px !important
    }
    .sidenav.offcanvas-icon .reactheme-offcanvas-right .reactheme-innner-offcanvas-content {
        padding-left: 0;
        padding-top: 0
    }
    .sidenav.offcanvas-icon .reactheme-offcanvas-right {
        border: none
    }
    .off-nav-layer {
        border-radius: 0
    }
    .reactheme-footer ul.recent-post-widgets {
        max-width: 300px
    }
    .menu-wrap-off {
        overflow-x: hidden
    }
    .sidebarmenu-area.text-right.desktop {
        display: none
    }
    .sidebarmenu-area.mobilehum {
        display: block !important
    }
    .menu-wrap-off {
        overflow-y: auto;
        top: 0
    }
    #reactheme-header.header-style-4 .header-inner.sticky {
        padding: 0
    }
    #reactheme-header.header-style-4 .sticky .menu-area {
        padding: 0
    }
    .dynamic-sidebar {
        padding: 0
    }
    .close-search {
        right: 25px;
        top: 25px
    }
    body .bg-right {
        background-size: cover !important
    }
    body.logged-in .close-search {
        right: 30px;
        top: 50px
    }
    #reactheme-header.header-style-3.header-style-2 .sticky-wrapper {
        margin-bottom: 0
    }
    .page-template-doctor-search .searh-form-data input {
        margin: 30px 0
    }
    .reactheme-heading h2 {
        font-size: 32px
    }
    .search-results .widget-area {
        margin-top: 70px
    }
    #reactheme-header .container-fluid {
        padding-left: 20px;
        padding-right: 20px
    }
    .reactheme-breadcrumbs .page-title {
        font-size: 45px !important;
        line-height: 50px !important
    }
    #reactheme-header.header-style-3 .header-inner .box-layout {
        margin-top: 0;
        padding-left: 15px;
        padding-right: 15px;
        border-radius: 0;
        max-width: 100%
    }
    .reactheme-contact .contact-address .address-item .address-icon i {
        margin-left: 0
    }
    #reactheme-header.header-style-3 .header-inner.sticky {
        position: relative
    }
    .reactheme-contact .contact-address .address-item .address-icon {
        text-align: left
    }
    .reactheme-team-grid.team-style5 .team-item .normal-text .social-icons a i {
        font-size: 12px;
        width: 30px;
        height: 30px;
        line-height: 30px
    }
    #reactheme-header.header-style-3 .sidebarmenu-search {
        margin-left: 24px;
        margin-right: 25px;
        padding-bottom: 0;
        padding-top: 0
    }
    #reactheme-header .sidebarmenu-search .sticky_search {
        padding: 21px 0
    }
    #reactheme-header.header-style-4 .menu-cart-area {
        margin-right: 0
    }
    #reactheme-header.header-style-4 .sidebarmenu-search {
        margin-left: 14px;
        margin-right: 14px
    }
    .reactheme-heading h2 br,
    .reactheme-cta .description br,
    .navbar-menu #single-menu,
    .reactheme-heading .description p br,
    .home2services .reactheme-btn.btn-left,
    #reactheme-header.header-style1 .btn_quote,
    .header-style-4 .sticky .logo-section,
    .header-style-4 .toolbar-contact-style4,
    #reactheme-header.header-transparent .btn_quote,
    .mobile-menu-container .social-icon-responsive,
    #reactheme-header.header-style-4 .row-table .times-sec,
    #reactheme-header .menu-responsive .sidebarmenu-search,
    #reactheme-header.header-style-3 .toolbar-contact-style4,
    .slider-style-8 #cl-testimonial.testimonials-area.slider8:before {
        display: none
    }
    #reactheme-header .toolbar-area .toolbar-sl-share ul {
        text-align: center
    }
    .single .ps-navigation .link_text {
        font-size: 14px;
        font-weight: 500
    }
    #reactheme-header.header-style2 .logo-area {
        line-height: 70px
    }
    #reactheme-header.header-style2 .menu-area .mobile-menu-link,
    .menu-area .mobile-menu-container {
        right: 0;
        left: auto;
        z-index: 9999
    }
    .header-style3 .nav-link-container .nav-menu-link span {
        background: #28406d
    }
    .footer-bottom #footer-menu li {
        display: inline-block !important
    }
    .footer-bottom #footer-menu li:first-child a {
        padding-left: 0
    }
    .header-style1 .sticky .menu-area {
        background: #fff
    }
    .sidenav.nav-active-menu-container {
        box-shadow: none
    }
    .mobile-menu-container ul.sidenav.nav-active-menu-container {
        padding: 70px 0 0
    }
    .sidenav {
        padding: 0;
        width: auto
    }
    body.page-template-page-single .sidenav {
        padding: 36px 0 0
    }
    ul.sidenav .menu>li.menu-item-has-children:before {
        right: 14px
    }
    .sidenav li.nav-link-container {
        top: 24px !important;
        left: 20px !important;
        float: none !important
    }
    #full-sections.full-sections-startup {
        padding-top: 30px !important;
        padding-bottom: 100px !important
    }
    #map-overlay .reactheme-heading {
        padding: 100px 0 0
    }
    .mobile-menu-link a {
        display: block;
        float: right
    }
    body.page-template-page-single .mobile-menu-link a {
        width: 50px
    }
    body.page-template-page-single .menu-area .navbar {
        margin-right: 0
    }
    body.page-template-page-single .nav-link-container .nav-menu-link span {
        float: right
    }
    body.page-template-page-single #reactheme-header .menu-area {
        padding: 12px 0 12px
    }
    body.page-template-page-single .sidenav li.nav-link-container a {
        width: 70px;
        margin-left: -5px
    }
    body.page-template-page-single .sidenav li.nav-link-container {
        height: auto;
        width: auto
    }
    body.page-template-page-single .sidenav li.nav-link-container {
        padding: 10px 0 0 6px
    }
    body.page-template-page-single .sidenav li.nav-link-container .nav-menu-link {
        overflow: hidden
    }
    body.page-template-page-single .sidenav li.nav-link-container a span {
        height: 5px;
        width: 5px
    }
    .header-style-5 .mobile-menu {
        display: block
    }
    .header-style-5 .desktop-menu {
        display: none
    }
    .header-style1 .mobile-menu-container .sidenav .nav-link-container {
        right: 0 !important
    }
    body #reactheme-header.header-style1 .menu-area .sidenav .nav-link-container .nav-menu-link {
        padding: 9px 0 0 11px
    }
    .logged-in .menu-sticky.sticky .sidenav .nav-link-container {
        margin-top: 15px
    }
    .header-style1 .sidenav li.nav-link-container {
        padding: 8px 10px 10px
    }
    .header-style-5 .mobile-menu-link {
        top: 40px
    }
    .footer-bottom .footer-menu-right {
        float: none
    }
    .reactheme-cta .style1 .exp-title,
    .footer-bottom #footer-menu,
    .reactheme-cta .style1 .text-right,
    .reactheme-cta .style2 .text-right,
    .reactheme-cta .style1 .vertical-middle {
        text-align: center !important
    }
    .reactheme-cta .cta-wrap.style1 a.reacbutton {
        font-size: 12px
    }
    .reactheme-footer .footer-top .widget_nav_menu .menu li {
        padding-left: 0
    }
    .footer-bottom #footer-menu li {
        display: block
    }
    .header-style-5 .mobile-menu-link a.nav-menu-link {
        height: 16px;
        display: block
    }
    .header-style-5 .sidenav .nav-link-container {
        display: block
    }
    .header-style-5 .sidenav .nav-link-container a {
        padding: 0;
        border: none
    }
    .header-style1 .menu-middle [class*=col-] {
        width: 100%;
        float: none;
        text-align: center
    }
    .mc4wp-form {
        margin-left: 0
    }
    .menu-area .mobile-menu-link,
    .menu-area .mobile-menu-container {
        display: block
    }
    .reactheme-cta .cta-wrap .button-wrap,
    .reactheme-cta .style2 .button-wrap {
        margin-top: 30px;
        display: block
    }
    .reactheme-breadcrumbs {
        clear: both
    }
    .menu-area #primary-menu-single {
        display: block
    }
    .menu-main-menu-single-container {
        width: 100%;
        padding: 0;
        background: #50d2c2
    }
    .navbar-header {
        float: none;
        margin-top: 8px
    }
    #reactheme-header .menu-area .navbar ul li:hover a:after,
    #reactheme-header .menu-area .navbar ul li.active a:after {
        display: none
    }
    .menu-area .navbar ul li ul.sub-menu {
        min-width: 100%;
        display: none
    }
    .sec-title-all {
        margin-bottom: 35px
    }
    #contact-address .reactheme-heading {
        padding-top: 50px !important
    }
    .testimonial-home-video #cl-testimonial ul li {
        margin-bottom: 0;
        padding-bottom: 13px !important
    }
    #reactheme-cta {
        padding: 60px 0 74px
    }
    .reactheme-team .team-item .team-content {
        padding: 15px
    }
    .reactheme-team .team-item .team-social {
        bottom: 25px
    }
    .menu-area .navbar ul li ul.sub-menu li {
        background: rgba(255, 255, 255, .3)
    }
    #reactheme-header .navbar-menu {
        display: none
    }
    #reactheme-footer .sidebarmenu-area.mobilehum {
        display: none !important
    }
    #reactheme-cta h2 {
        font-size: 34px !important
    }
    #blog-home .blog-meta .blog-title {
        font-size: 16px;
        line-height: 23px !important
    }
    .reactheme-blog .blog-item .blog-meta .blog-date {
        font-size: 12px
    }
    .reactheme-blog .blog-item .blog-meta .comments {
        font-size: 12px
    }
    span.author {
        margin-left: 6px
    }
    .single-teams .project-desc,
    .single-teams .details-tabs-area,
    .reactheme-blog .blog-item .blog-meta .blog-lc>div:first-child {
        margin-right: 0
    }
    .reactheme-blog .blog-item .blog-meta .blog-lc>div:first-child {
        margin-right: 0;
        font-size: 10px
    }
    #price-table .top .cl-header h4 {
        font-size: 17px
    }
    #contact-address {
        position: relative;
        left: 0;
        right: 0;
        bottom: 0
    }
    #map {
        padding-bottom: 0 !important;
        overflow: hidden
    }
    .testimonial-banner .cl-testimonial2 .clt-content {
        padding-top: 0
    }
    #reactheme-header.header-style-3 .box-layout {
        position: static
    }
    .header-style1 .toolbar-contact-style4 {
        display: none
    }
    body .reactheme-banner-section {
        padding: 86px 0 90px !important
    }
    .reactheme-we-works .reactheme-work-box {
        border: 2px dotted #4d6de6
    }
    body .reactheme-we-works {
        padding-bottom: 100px !important
    }
    .reactheme-banner-section .banner-text h2 {
        font-size: 36px;
        margin: 0 0 10px
    }
    .reactheme-banner-section .banner-text h1 {
        font-size: 45px !important
    }
    .reactheme-porfolio-details h3.info-title,
    .reactheme-porfolio-details .project-desc .project-title {
        margin-bottom: 15px
    }
    .reactheme-porfolio-details .project-desc .project-title {
        font-size: 26px
    }
    .reactheme-porfolio-details .project-desc h3,
    .reactheme-porfolio-details h3.info-title,
    .reactheme-services-style3 .services-item .services-desc .services-title,
    .services-style-2 .services-wrap .services-item .services-desc .services-title2 {
        font-size: 20px
    }
    #reactheme-header.header-style3 .table_row .col-cell {
        width: 100%
    }
    #reactheme-header.header-style3 .menu-area .mobile-menu-link,
    .menu-area .mobile-menu-container {
        padding-right: 0;
        z-index: 999
    }
    .dynamic-sidebar,
    .padding-left-sidebar .dynamic-sidebar {
        margin-right: 0;
        margin-left: 0
    }
    .reactheme-blog-details .widget-area {
        padding-top: 60px
    }
    #sidebar-services .widget.widget_nav_menu ul li {
        padding-left: 20px;
        padding-right: 20px
    }
    .reactheme-footer .widget {
        max-width: 100%
    }
    #reactheme-footer {
        background-position: top center !important
    }
}

@media only screen and (max-width:881px) {
    .react-addon-services.services-style1 ul li {
        list-style: none;
        font-size: 16px;
        line-height: 31px;
        position: relative;
        z-index: 1
    }
}

@media only screen and (max-width:768px) {
    .header-style-1 .menu-area .right-query {
        display: none !important
    }
    .header-style-1 .menu-area .row.pt-25 {
        padding-top: 0 !important
    }
}

@media only screen and (min-width:768px) {
    .slider-bg-btn,
    .border-btn {
        padding: 12px 38px !important
    }
}

@media only screen and (max-width:767px) {
    .reactheme-heading .description br,
    header#reactheme-header.header-style-4.header-style7 .sidebarmenu-search,
    #reactheme-header .search-form,
    #reactheme-header.header-style-4 .header-quote .phone-part,
    .react-heading .title-inner .title br,
    .rs-dual-heading .title-inner .title br {
        display: none
    }
    .home-2-services .react-addon-services.services-style3 .services-part .service--top {
        align-items: center;
        justify-content: flex-start
    }
    .single-post .main-contain #content {
        padding-bottom: 100px
    }
    .reactheme-breadcrumbs .breadcrumbs-title {
        margin-top: 12px;
        padding: 4px 39px
    }
    .blog .pagination-area,
    .dynamic-sidebar {
        margin-bottom: 20px
    }
    .single-rt-events .reactheme-breadcrumbs .breadcrumbs-inner .user-section li {
        padding-right: 15px
    }
    .reactheme-testimonial-grid .bottom .testimonial-content {
        display: block
    }
    .reactheme-testimonial-grid .bottom .testimonial-content .image-wrap {
        margin: 0 auto;
        margin-right: 0
    }
    .rt-events-sidebar {
        margin-left: 0
    }
    .single-rt-events .reactheme-breadcrumbs .breadcrumbs-inner .user-section {
        display: inline-block
    }
    .reactheme-footer .footer-top .mc4wp-form-fields input[type=submit] {
        top: unset
    }
    .reactheme-testimonial-grid .testimonial-item-elements {
        display: block;
        text-align: center
    }
    .testimonial-content .image-wrap {
        width: 230px;
        margin-right: 70px;
        margin: 0 auto
    }
    .reactheme-testimonial-grid .ratings img {
        margin: 0 auto
    }
    #reactheme-header .react-login {
        border-right: 1px solid #dfe2e5
    }
    #reactheme-header .react-login {
        margin-top: -11px
    }
    .reactheme-ptc-120>div {
        padding-top: 120px
    }
    .reactheme-pbc-120>div {
        padding-bottom: 120px
    }
    .reactheme-footer .footer-bottom .widget_nav_menu ul li:first-child a {
        padding-left: 0 !important
    }
    body.reactheme-pages-btm-gap .main-contain #content {
        padding-top: 60px
    }
    .reactheme-testimonil_style5 .slider-part .image-wrap {
        padding: 0 10px
    }
    #reactheme-header.header-style-3 .reactheme-contact-location {
        display: none
    }
    .reactheme-footer .footer-bottom .widget_nav_menu ul {
        justify-content: left
    }
    .copyright_border .rows .cols.frist-cols {
        order: 13
    }
    .reactheme-event-slider .event-item .events-short .featured-img .categorie {
        left: 20px
    }
    .copyright_border .rows {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: left !important
    }
    .reactheme-testimonial-slider1 .testi-item .content-part {
        padding-top: 40px;
        padding-bottom: 50px;
        padding-left: 65px
    }
    .reactheme-testimonial-slider1 .testi-item .img-part {
        position: static;
        padding-top: 50px;
        padding-left: 30px
    }
    .reactheme-event-slider.event-slider-style2 .event-item .events-short {
        max-width: 500px;
        margin: 0 auto
    }
    .rsaddon-unique-slider .blog-item .blog-inner-wrap {
        max-width: 400px;
        margin: 0 auto
    }
    #reactheme-header .toolbar-area .toolbar-sl-share li.opening {
        display: block;
        margin-right: 0;
        padding-right: 0;
        line-height: 25px
    }
    #reactheme-header .toolbar-area .toolbar-sl-share ul li {
        line-height: 30px
    }
    .reactheme-addon-services.services-style4 {
        max-width: 393px;
        margin: 0 auto;
        position: relative
    }
    .blog-item.no-thumbs .categories {
        padding-left: 20px
    }
    .reactheme-footer .footer_social {
        margin-bottom: 25px
    }
    ul.footer_social li {
        height: 30px;
        line-height: 30px
    }
    .full-blog-content .btm-cate {
        margin-bottom: 7px
    }
    .full-blog-content .btm-cate li {
        margin-bottom: 5px
    }
    .counter-top-area .count-number:after {
        left: 0;
        right: 0;
        margin: 0 auto
    }
    .brnone br {
        display: none
    }
    .rstbd .tab-contents h2 {
        font-size: 28px;
        line-height: 38px
    }
    .rstbd .tab-image img {
        padding-right: 0
    }
    .rstbd .tab-image {
        margin-bottom: 30px
    }
    .rstbd,
    .footer-bottom .rows {
        display: block
    }
    .footer-bottom .rows .footer_social {
        text-align: center
    }
    .rstab-main.vertical ul.nav {
        margin: 0 0 40px
    }
    .reactheme-heading .title-inner .title span.watermark {
        font-size: 110px
    }
    .reactheme-heading .title-inner .sub-text,
    .reactheme-dual-heading .title-inner .sub-text {
        margin-bottom: 0
    }
    .reactheme-heading .title-inner .title,
    .reactheme-dual-heading .title-inner .title {
        margin-bottom: 10px
    }
    .reactheme-addon-slider .team-item {
        padding-left: 0;
        padding-right: 0
    }
    .reactheme-services-default .services-wrap .services-item {
        margin-bottom: 0
    }
    .reactheme-portfolio-style7 .showcase-item h3 {
        font-size: 30px
    }
    .counter-top-area.content-left {
        text-align: center
    }
    .reactheme-team-grid.team-style5 .team-item .normal-text .team-text {
        padding-left: 0;
        padding-right: 0
    }
    .single-post .single-posts-meta {
        padding-left: 20px;
        padding-right: 20px
    }
    .timeline-alter .left-part {
        text-align: left;
        padding-left: 25px
    }
    .apps_img .description img {
        max-width: 45%;
        display: inline-block;
        margin: 0 8px
    }
    .page-error.coming-soon .countdown-inner .time_circles div {
        padding-top: 20px;
        width: 100px !important;
        height: 100px !important;
        margin-bottom: 20px
    }
    .page-error.coming-soon .countdown-inner .time_circles div:last-child {
        margin-bottom: 0 !important
    }
    .page-error.coming-soon .content-area h3 {
        font-size: 24px
    }
    .page-error.coming-soon .content-area h3 {
        margin-top: 20px
    }
    .not-found-bg .content-area h3 span {
        font-size: 80px;
        line-height: 80px;
        text-shadow: 10px 0 0 rgba(0, 0, 0, .3)
    }
    .page-error.coming-soon .content-area h3 span {
        font-size: 40px;
        line-height: 60px;
        padding-bottom: 0
    }
    .reactheme-heading.reactheme-banner-text .title-inner .title {
        font-size: 40px !important;
        line-height: 50px !important
    }
    .reactheme-heading.style11 .title span.watermark {
        font-size: 140px
    }
    .clients-grids.cols-five li {
        width: 33.333%
    }
    .reactheme-porfolio-details .project-desc .alignright {
        float: none;
        margin-left: 0;
        width: 100%
    }
    .reactheme-counter-main-home {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap
    }
    .reactheme-counter-home4.reactheme-counter-main-home .counter-top-area.content-left {
        text-align: center
    }
    .reactheme-footer .container-fluid {
        padding-left: 15px;
        padding-right: 15px
    }
    .footer-style-1 .footer-logo {
        display: block
    }
    .footer-style-1 .footer-logo {
        text-align: left !important
    }
    .reactheme-footer .footer1,
    .reactheme-footer .footer2 {
        padding-right: 15px
    }
    .footer-bottom .copyright {
        margin-top: 0
    }
    .reactheme-heading .title-inner .title,
    .reactheme-newsletter .newsletter-wrap .sec-title .title {
        font-size: 28px
    }
    .google-maps {
        margin-top: 100px !important
    }
    .showcase-logo {
        overflow: hidden
    }
    .showcase-logo>div {
        width: 25%;
        float: left
    }
    .page-error .content-area h3 span {
        font-size: 140px;
        margin: 0
    }
    .sticky_form_full {
        width: 80%
    }
    .reactheme-blog-details .single-content-full .alignleft,
    .reactheme-blog-details .single-content-full .alignright {
        float: none;
        width: 100%;
        display: block
    }
    .reactheme-header-title.header-right .title {
        text-align: left
    }
    .details-tabs-area .team-detail-wrap .list-content {
        overflow-x: auto
    }
    .table-background tr,
    .table-background td,
    .table-background th {
        padding-top: 5px;
        padding-bottom: 5px
    }
    #services-single-design>div {
        padding-left: 15px !important
    }
    .reactheme-cta .style1 .title-wrap .exp-title,
    .reactheme-cta .style2 .title-wrap .exp-title {
        font-size: 28px !important
    }
    .home1services-style .reactheme-services .services-style-9 .services-wrap {
        margin-top: 0
    }
    .servies-one .reactheme-services .services-style-7 {
        padding-left: 0 !important
    }
    .reactheme-cta .cta-wrap.style1 [class*=col-] {
        padding: 0 15px;
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        text-align: center
    }
    .reactheme-cta .style1 .title-wrap .exp-title,
    .reactheme-cta .style2 .title-wrap .exp-title {
        text-align: center
    }
    body .bg-bottom {
        padding-bottom: 150px !important
    }
    .reactheme-heading.about-award {
        padding-right: 15px !important
    }
    .about-award p img {
        width: 25%
    }
    .blog .blog-item.style1 .blogfull {
        padding: 35px 20px 20px
    }
    .reactheme-footer ul li {
        padding: 0 0 6px
    }
    #reactheme-services-slider .item-thumb .owl-dot {
        width: 48%
    }
    #reactheme-services-slider .item-thumb {
        padding-right: 0
    }
    #reactheme-contact .contact-address.style2 .address-item {
        margin-bottom: 0;
        padding-right: 0;
        padding-left: 0
    }
    .page .main-contain .react-sideabr {
        padding-top: 0
    }
    body.single-post .react-sideabr {
        padding-top: 50px
    }
    #reactheme-services-slider .slick-arrow {
        display: none !important
    }
    .reactheme-heading.big .title-inner h2 {
        font-size: 28px
    }
    .main-contain .client-section {
        padding: 45px 0 35px !important
    }
    .sm-hidden,
    #testimonial-home p:after,
    .contact-sec .contact:after,
    .contact-sec .contact:before,
    .contact-sec .contact2:before,
    .reactheme-project-section .slick-prev,
    .reactheme-project-section .slick-next,
    #video-section-seo .reactheme-video-2,
    .testimonial-home-video .slick-arrow,
    .reactheme-cta .style2 .title-wrap .exp-title:after,
    .contact-address.style2 .address-item:after,
    .team-slider-style2 .team-item-wrap .team-content,
    .header-style1 .menu-area .get-quote .quote-button,
    #map-overlay .reactheme-contact .contact-address .address-item .address-icon:after {
        display: none !important
    }
    .reactheme-services1.services-left.border_style {
        overflow: hidden
    }
    .menu-sticky.sticky {
        position: static
    }
    .main-contain .about-video {
        padding-top: 60px !important;
        padding-bottom: 70px !important
    }
    .main-contain .about-video .reactheme-video-2 {
        padding: 60px 0
    }
    .about-video .reactheme-heading {
        padding-top: 0 !important
    }
    .testimonial-light .right-testimonials>div,
    .contact2>div,
    .mpl-15 {
        padding-left: 15px !important
    }
    ul.index li.active a {
        font-size: 30px
    }
    ul.index li {
        width: 135px
    }
    ul.index li:after {
        left: 50%;
        transform: translateX(-50%)
    }
    .content-wrap {
        display: block
    }
    .content-wrap .col-left {
        margin-bottom: 40px
    }
    .cdev div {
        height: 130px;
        width: 130px
    }
    .cdev div span {
        line-height: 91px
    }
    .comments-area .comment-list li.comment ol.children li {
        margin-left: 0
    }
    .comments-area .comment-list li.comment .comment-author img {
        float: none;
        border-radius: 5px;
        display: block;
        margin: 0 auto;
        padding: 0 0 20px;
        position: static
    }
    .comments-area .comment-list li.comment .comment-author b {
        float: none;
        border-radius: 5px;
        display: block;
        margin: 0 auto;
        padding: 0
    }
    .comments-area .comment-list li.comment .reply {
        padding-left: 0;
        margin-top: 0;
        text-align: center
    }
    .comments-area ol.children {
        padding: 0;
        margin: 0
    }
    .comments-area .comment-list li.comment ol.children li {
        padding: 0
    }
    .comments-area .comment-list li.comment .comment-metadata {
        margin-left: 0;
        margin-top: 0
    }
    .comment-full {
        text-align: center
    }
    .comments-area .comment-list li.comment .comment-content {
        padding: 0
    }
    .comments-area .comment-list li.comment {
        padding: 10px;
        margin: 0;
        border: none;
        box-shadow: none
    }
    .comments-area .comment-list li.comment .comment-content p {
        margin-bottom: 8px
    }
    .comments-area .comment-list li.comment .comment-content p {
        margin-bottom: 8px
    }
    .comments-area .comment-list li.comment .comment-content {
        margin-top: 15px
    }
    .reactheme-breadcrumbs .page-title,
    .reactheme-breadcrumbs .breadcrumbs {
        float: none
    }
    .reactheme-breadcrumbs .breadcrumbs {
        margin-top: 8px
    }
    .reactheme-heading h2:after {
        display: none
    }
    .reactheme-heading h2 {
        font-size: 25px;
        line-height: 36px
    }
    .sidenav.nav-active-menu-container .offcanvas_social li a {
        padding: 20px 0 0 16px
    }
    .react-sideabr .widget,
    .single-teams .team-inner,
    .blog .reactheme-blog .blog-item .full-blog-content,
    .archive .reactheme-blog .blog-item .full-blog-content,
    .single-teams .details-tabs-area .team-detail-wrap {
        padding-left: 20px;
        padding-right: 20px
    }
    .blog .reactheme-blog .blog-item .full-blog-content .title-wrap .blog-title,
    .archive .reactheme-blog .blog-item .full-blog-content .title-wrap .blog-title {
        font-size: 30px
    }
    .react-sideabr .widget_block label.wp-block-search__label,
    .react-sideabr .widget_block h2,
    .react-sideabr .widget-title {
        font-size: 22px
    }
    .blog .reactheme-blog .blog-img .categories,
    .archive .reactheme-blog .blog-img .categories,
    .blog .blog .blog-img .categories,
    .archive .blog .blog-img .categories {
        left: 20px
    }
    .blog .reactheme-blog .blog-item,
    .archive .reactheme-blog .blog-item {
        margin-bottom: 50px
    }
    .blog-page .dynamic-sidebar {
        margin-top: 60px
    }
    .comments-area .comment-list li.comment .comment-body {
        padding-left: 0
    }
    .team-grid-style1 .team-item .team-content1 h3.team-name,
    .team-slider-style1 .team-item .team-content1 h3.team-name,
    .reactheme-team-grid.team-style5 .team-item .normal-text .person-name {
        font-size: 18px
    }
    .reactheme-team-grid.team-style4 .team-wrapper .team_desc .name {
        font-size: 17px
    }
    .reactheme-cta .description {
        font-size: 15px !important
    }
    .counter-top-area.style1.left .count-text h3 {
        line-height: 24px !important
    }
    .counter-top-area.style1.left .count-text h3 span {
        font-size: 15px !important
    }
    #reactheme-contact .reactheme-col-6 {
        width: 100%;
        float: none
    }
}

@media only screen and (max-width:600px) {
    .footer-style-2 .footer-bottom .row {
        flex-direction: column-reverse !important
    }
    .footer-style-2 .copyright_border {
        padding-top: 0 !important
    }
    .footer-style-2 .copyright_border .copyright {
        text-align: center !important
    }
    .footer-style-2 .menu {
        justify-content: center !important;
        padding-top: 20px
    }
    .footer-style-2 .menu a {
        padding: 5px 20px !important
    }
    .footer-style-3 .footer-bottom .row {
        flex-direction: column-reverse !important
    }
    .footer-style-3 .copyright_border {
        padding-top: 0 !important
    }
    .footer-style-3 .copyright_border .copyright {
        text-align: center !important
    }
    .footer-style-3 .menu {
        justify-content: center !important;
        padding-top: 20px
    }
    .footer-style-3 .menu a {
        padding: 5px 20px !important
    }
    .news-details-inner {
        padding: 25px
    }
}

@media only screen and (max-width:590px) {
    .accordion.style2 .cart-button-rt,
    .accordion.style2 .cart-button-rt span {
        font-size: 15px
    }
    .reactheme-blog-details .author-block .author-desc {
        float: left;
        width: 100%;
        text-align: left;
        padding-top: 30px;
        text-align: center
    }
    .reactheme-blog-details .author-block .author-img {
        float: left;
        width: 100%;
        padding: 0
    }
    .reactheme-footer .footer-top .footer-top-cta h3 {
        font-size: 30px;
        color: #fff;
        margin: 0;
        line-height: 40px;
        font-weight: 700
    }
    header#reactheme-header.header-style-4 .btn_quote .quote-button {
        border-radius: 6px;
        padding: 3px 10px 13px 9px;
        line-height: 20px;
        display: inline-block;
        color: #fff;
        font-weight: 600;
        font-size: 13px
    }
    #reactheme-header .toolbar-area .toolbar-contact ul li {
        border: none;
        padding: 0;
        display: block;
        margin-right: 0
    }
    .reactheme-addon-services.services-style4:after {
        width: 100%
    }
    #reactheme-header.header-style-4 .sticky_search i:before {
        margin: 0
    }
    .tstml {
        display: block
    }
    #reactheme-header .react-login {
        padding: 0 10px
    }
    .rstab-main.no_item_menu ul {
        margin: 0 auto
    }
    #reactheme-header.header-style-4 .btn_quote {
        margin-left: 15px
    }
    .event-desc h2,
    .reactheme-blog-details h2 {
        font-size: 30px;
        line-height: 42px
    }
    .reactheme-blog-details .comments-title {
        margin-bottom: 20px;
        text-align: center
    }
    .details-tabs-area .table-background {
        width: 100%;
        overflow-x: auto
    }
    body .team-grid-style1 .team-item:after,
    body .team-slider-style1 .team-item:after,
    body .team-slider-style1 .team-item:after {
        width: calc(100% - 40px);
        height: calc(100% - 40px)
    }
    .page-error.coming-soon .countdown-inner .time_circles div h4 {
        font-size: 12px !important
    }
}

@media (min-width:576px) {
    .container {
        max-width: 1240px;
        width: 100%
    }
}

@media only screen and (max-width:480px) {
    blockquote {
        font-size: 16px
    }
    .rt-blog-grid--style5 .blog-item.reactheme-blog-grid1 .cat_list {
        display: none !important
    }
    .post-password-form label {
        width: 75%
    }
    .post-password-required input[type=password] {
        margin-left: 0
    }
    .team-grid-style2 .team-inner-wrap .team-content .team-name a {
        font-size: 23px
    }
    .header-style5 .btn_quote {
        display: none
    }
    #reactheme-header .logo-area {
        margin-right: 0
    }
    .reactheme-newsletter .newsletter-wrap {
        padding-left: 30px;
        padding-right: 30px
    }
    .reactheme-testimonial-slider1 .testi-item .content-part {
        padding-left: 50px;
        padding-right: 20px
    }
    .page-error.coming-soon .content-area h3 span {
        font-size: 30px
    }
    .reactheme-testimonial-slider1 .testi-item .img-part {
        padding-left: 20px
    }
    .reactheme-footer .footer-bottom .widget.widget_nav_menu ul.menu {
        margin-top: 12px
    }
    .reactheme-testimonial-default .testimonial-item .testimonial-information {
        padding-left: 0
    }
    .reactheme-newsletter .newsletter-wrap .title {
        font-size: 25px
    }
    .reactheme-newsletter .newsletter-wrap .sub-title {
        font-size: 16px;
        line-height: 24px
    }
    .reactheme-newsletter .mc4wp-form-fields .newsletter-form button {
        padding: 15px 12px;
        font-size: 15px
    }
    .team-grid-style2 .team-item .content-part .team-social li {
        margin-right: 20px
    }
    .reactheme-blog-grid1.blog-item .blog-content .blog-meta li {
        padding-right: 10px
    }
    .page-error.coming-soon .content-area h3 {
        font-size: 18px
    }
    .page-error.coming-soon .content-area h3 {
        margin-bottom: 30px;
        line-height: 1.4 !important
    }
    .reactheme-heading.style11 .title span.watermark {
        font-size: 100px
    }
    .reactheme-breadcrumbs .page-title {
        font-size: 35px !important
    }
    .single-post .ps-navigation {
        padding-top: 20px;
        padding-bottom: 20px
    }
    .single-post .ps-navigation ul li.prev .next_link:before {
        line-height: 26px
    }
    .single-post .ps-navigation ul li.next .next_link:before {
        line-height: 26px
    }
    .single-post .ps-navigation ul li.prev {
        padding-left: 0
    }
    .single-post .ps-navigation ul li.next {
        padding-right: 0
    }
    blockquote {
        padding-left: 20px;
        padding-right: 20px
    }
    .menu-wrap-off {
        overflow-x: hidden
    }
    .menu-cart-area .cart-icon-total-products {
        right: -100px
    }
    .reactheme-heading.reactheme-banner-text.style11.text-center .title-inner:before {
        bottom: 10px
    }
    .mobile-menu-link {
        top: 32px
    }
    .page-error .content-area h3 span {
        font-size: 100px;
        line-height: 120px
    }
    .page-error .content-area h3 {
        font-size: 24px
    }
    .single .ps-navigation .link_text i {
        margin-top: 4px
    }
    .showcase-logo>div {
        width: 50%
    }
    .single h2 {
        font-size: 28px
    }
    .reactheme-blog-grid .bottom-shadow1 {
        padding: 20px 20px 30px
    }
    .reactheme-heading .title-inner .title {
        line-height: 40px
    }
    .reactheme-blog-grid.reactheme-blog .blog-meta .blog-title {
        line-height: 26px !important
    }
    .reactheme-blog-details h4,
    .reactheme-porfolio-details h3,
    .reactheme-cta .style1 .title-wrap .exp-title,
    .reactheme-blog-grid.reactheme-blog .blog-meta .blog-title,
    .reactheme-portfolio-style5 .portfolio-item .portfolio-content h4,
    .reactheme-services-default .services-wrap .services-item .services-title,
    .reactheme-services-default .services-wrap .services-item .services-title,
    .blog .reactheme-blog .blog-item .full-blog-content .title-wrap .blog-title {
        font-size: 18px
    }
    .reactheme-heading h3,
    .reactheme-project-section.gray-bg h3,
    .reactheme-blog-details .comments-title,
    .archive .reactheme-blog .blog-item .full-blog-content .title-wrap .blog-title,
    .reactheme-services .services-style-9 .services-wrap .services-item .services-desc .services-title {
        font-size: 20px
    }
    .single-product .summary.entry-summary h1.product_title.entry-title {
        line-height: 20px !important
    }
    .blog .reactheme-blog .blog-item .full-blog-content .title-wrap .blog-title,
    .archive .reactheme-blog .blog-item .full-blog-content .title-wrap .blog-title {
        line-height: 28px !important
    }
    .single-teams h3,
    .reactheme-blog-details h3,
    .single-product .summary.entry-summary h1.product_title.entry-title {
        font-size: 18px !important
    }
    .reactheme-blog-details h3 {
        line-height: 28px !important
    }
    ul.check-icon.two-call {
        column-count: 1;
        margin-left: 0
    }
    .reactheme-heading h3 {
        line-height: 30px !important
    }
    .reactheme-heading .description {
        font-size: 15px;
        line-height: 26px
    }
    .reactheme-blog-details .comments-title {
        line-height: 30px
    }
    .reactheme-heading.style3 .description {
        padding-top: 32px
    }
    .reactheme-heading.style3 .description:after {
        top: 0
    }
    .reactheme-blog-details .ps-navigation ul li a span.link_text,
    #about-consulting .reactheme-heading h2 br,
    #cl-testimonial .testimonial-slide7 .right-content i {
        display: none
    }
    .transparent_head .reactheme-breadcrumbs .breadcrumbs-inner {
        padding: 165px 0 50px;
        min-height: 270px
    }
    .team-grid-style2 .team-item-wrap .team-img .wrap-text,
    .team-slider-style2 .team-item-wrap .team-img .wrap-text {
        padding: 0 14px 12px
    }
    .reactheme-breadcrumbs .breadcrumbs-inner .bs-meta li {
        font-size: 12px
    }
    .coupon input#coupon_code {
        width: 100% !important
    }
    .single .ps-navigation .next_link i {
        margin-top: 3px
    }
    .team-grid-style2 .appointment-bottom-area .app_details {
        margin: 0 0 20px
    }
    .slick-slider .slick-arrow:before {
        font-size: 16px;
        width: 40px;
        height: 40px;
        line-height: 40px
    }
}

@media only screen and (max-width:414px) {
    .single-work {
        padding-left: 20px;
        padding-right: 20px
    }
    .single-work h5 {
        font-size: 15px
    }
    .header-style5 .btn_quote {
        display: none
    }
    .team-grid-style2 .team-inner-wrap .team-content .team-name a {
        font-size: 20px
    }
    .team-grid-style2 .team-inner-wrap .team-content .social-icons a {
        margin-right: 3px;
        width: 35px;
        height: 35px;
        line-height: 35px
    }
    .blog .reactheme-blog .blog-item .blog-img .tag-line,
    .archive .reactheme-blog .blog-item .blog-img .tag-line,
    .blog .reactheme-blog .blog-item .blog-img .author,
    .archive .reactheme-blog .blog-item .blog-img .author {
        position: unset;
        left: unset;
        transform: unset;
        right: unset;
        margin-left: 20px;
        margin-top: 20px
    }
    .blog .reactheme-blog .blog-item .blog-img .tag-line,
    .archive .reactheme-blog .blog-item .blog-img .tag-line {
        display: block;
        max-width: 100%
    }
}

@media only screen and (max-width:380px) {
    .post-password-form label {
        width: 69%
    }
    .slick-slider .slick-prev {
        right: 55px
    }
    .slick-slider .slick-next {
        right: 10px
    }
}

@media only screen and (max-width:320px) {
    .footer-bottom #footer-menu li a {
        padding: 0 6px 0 14px;
        position: relative
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .rt-portfolio-style7 .portfolio-item a.pf-btn2 {
        visibility: hidden
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .services-part {
        display: block !important;
        text-align: center
    }
    .rt-portfolio-style7 .portfolio-item a.pf-btn2 {
        visibility: hidden
    }
    .rt-portfolio-style7 .portfolio-item .portfolio-img:before {
        bottom: 34px
    }
}

@media (max-width:1024px) {
    .rt-features-list-portfolio-content .rt-portfolio-features-list,
    .rt-features-list-portfolio-content .category-info,
    .rt-features-list-portfolio-content .pinfo--sidebar-title {
        padding-left: 30px
    }
}

@media only screen and (min-width:1024px) and (max-width:1099px) {
    .team-inner-wrap.ts-six .image-wrap:before {
        border-width: 126px;
        position: absolute;
        left: 16px;
        top: -80%;
        transform: rotate(90deg)
    }
    .team-inner-wrap.ts-six .image-wrap:after {
        border-width: 125px;
        position: absolute;
        left: 30px;
        bottom: -80%;
        transform: rotate(266deg)
    }
    .team-inner-wrap.ts-six .team-content.ts-six-cont .member-desc .team-name a {
        font-size: 20px
    }
}

@media (max-width:767px) {
    .contact-form.whome2-cf7 {
        border-radius: 5px !important
    }
    .contact-form.whome2-cf7 #insurance_submit {
        border-radius: 5px !important
    }
    .contact-form.whome2-cf7 .col-md-2 {
        padding-left: 0 !important
    }
    .contact-form.whome2-cf7 div[class^=col],
    .contact-form.whome2-cf7 div[class*=' col'] {
        margin-top: 5px;
        margin-bottom: 5px
    }
}

@media (max-width:880px) {
    .home2-service--grid .services-style3 .services-icon img {
        min-width: 50px !important
    }
}

@media (max-width:1600px) {
    .rt-portfolio-style5.slider-style-5 .portfolio-item .portfolio-content .pf-excerpt {
        display: none
    }
    .rt-portfolio-style5.slider-style-5 .portfolio-item .portfolio-content .case-info {
        margin-top: 5px
    }
    .rt-portfolio-style5.slider-style-5 .portfolio-item .portfolio-content .case-info div {
        width: 100%;
        margin-bottom: 2px
    }
    .rt-portfolio-style5.slider-style-5 .portfolio-item .portfolio-content .p-title a {
        font-size: 18px
    }
}

@media (max-width:1201px) {
    .rt-res-tab {
        flex: 0 0 32% !important
    }
}

@media (max-width:1024px) and (min-width:881px) {
    .rt-res-tab {
        flex: 0 0 31% !important;
        text-align: center
    }
    .rt-res-tab a {
        display: block !important
    }
    .rstab-main ul.nav li.rt-res-tab a.active {
        display: block !important
    }
    .rts-search-button-wrapper .hfe-search-form__container .rts-search-bg {
        width: 399px
    }
    .rts-search-button-wrapper .hfe-search-form__container .rts-search-bg .hfe-search-form__input {
        width: 339px
    }
}

@media (max-width:880px) and (min-width:768px) {
    .rt-res-tab {
        flex: 0 0 30% !important;
        text-align: center
    }
    .rt-res-tab a {
        display: block !important
    }
    .rstab-main ul.nav li.rt-res-tab a.active {
        display: block !important
    }
}

@media (max-width:767px) {
    .rt-res-tab {
        flex: 0 0 100% !important;
        padding-bottom: 15px
    }
    .layout .mc4wp-form-fields {
        display: block
    }
    .layout .mc4wp-form-fields input[type=email] {
        margin-bottom: 0
    }
    .rts-search-button-wrapper .hfe-search-form__container .rts-search-bg {
        width: 290px
    }
    .rts-search-button-wrapper .hfe-search-form__container .rts-search-bg .hfe-search-form__input {
        width: 230px
    }
}

@media (max-width:767px) and (min-width:320px) {
    .wedocs-shortcode-wrap ul.wedocs-docs-list.col-3>li,
    .wedocs-shortcode-wrap ul.wedocs-docs-list.col-2>li {
        width: 100% !important
    }
}

@media (max-width:321px) {
    .hseven-banner-mid-img img.react-multi-image {
        width: 72%
    }
}

@media (max-width:420px) {
    .team-inner-wrap.ts-six .team-content.ts-six-cont {
        padding: 30px 5px 40px
    }
}

.whome2-cf7 p {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent;
    transition: all .5s ease 0s
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

.home5-arrow .reactheme-addon-slider .slick-dots li {
    float: left
}

.home5-arrow .reactheme-addon-slider .slick-dots {
    padding-left: 36px;
    bottom: -100px
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=password] {
    border: 1px solid #ddd;
    border-radius: 5px 0 0 5px
}

.post-password-required input[type=submit] {
    padding: 17px 20px 14px !important
}

.page .comments-area {
    padding-top: 35px;
    clear: both
}

.page .comments-area .comment-list li.comment {
    padding: 0;
    margin: 20px 0 25px;
    border-radius: 3px;
    list-style: none
}

.page .comment-full {
    padding-top: 30px
}

.page .comments-area .comment-list li.comment #respond {
    padding-top: 20px
}

.wp-block-button__link {
    color: #fff !important
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

label {
    font-weight: 600
}

td,
th {
    padding: 5px 10px;
    border: 1px solid #ccc
}

.owl-stage {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: box
}

.comments-area .comment-list li.comment:last-child .comment-full {
    border-bottom: none;
    padding-bottom: 0
}

.comment-list .pingback,
.comment-list .trackback {
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 5px;
    background: #fdfdfd
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both
}

dfn,
cite,
em,
i {
    font-style: italic
}

address {
    margin: 0 0 1.5em
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em
}

code,
kbd,
tt,
var {
    font-size: 15px
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help
}

mark,
ins {
    text-decoration: none
}

big {
    font-size: 125%
}

html {
    box-sizing: border-box
}

*,
*:before,
*:after {
    box-sizing: inherit
}

body {
    background: #fff
}

blockquote:after,
q:before,
q:after {
    content: ""
}

blockquote,
q {
    quotes: "" ""
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em
}

ul,
ol,
ol ol,
ol ul,
ul ol,
ul ul {
    margin: 0 0 1.5em 3em
}

ul {
    list-style: disc
}

ol {
    list-style: decimal;
    padding: 0
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em
}

dt {
    font-weight: 700;
    padding-bottom: 5px
}

dd {
    margin: 0 1.5em 1.5em
}

img {
    height: auto;
    max-width: 100%
}

figure {
    margin: 1em 0
}

table {
    margin: 0 0 1.5em;
    width: 100%
}

.address .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
    display: block !important;
    margin: 0 auto
}

.full-blog-content .blog-title a,
.reactheme-breadcrumbs .page-title {
    word-break: break-word
}

.menu-toggle,
.main-navigation.toggled ul {
    display: block
}

@media screen and (min-width:37.5em) {
    .menu-toggle {
        display: none
    }
    .main-navigation ul {
        display: block
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

#content[tabindex="-1"]:focus {
    outline: 0
}

#wp-calendar th,
#wp-calendar td {
    padding: 5px;
    text-align: center
}

.react-sideabr .widget-title a.rsswidget {
    color: #0a0a0a
}

.react-sideabr .widget_rss ul li:first-child {
    border-top: 0;
    padding-top: 0;
    margin-top: 0
}

.reactheme-footer .widget_archive option {
    color: #000
}

.reactheme-footer .widget select {
    color: #000
}

.reactheme-footer caption {
    color: #fff
}

.reactheme-footer .rssSummary,
.reactheme-footer .cite {
    color: #fff;
    font-size: 12px
}

.reactheme-footer .widget_rss li {
    margin-bottom: 7px
}

body.home.blog .blog-img img {
    width: auto !important
}

.single .bs-img img {
    width: auto !important
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
    clear: right
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed
}

.clear-fix,
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both
}

.widget {
    margin: 0 0 3em
}

.widget select {
    max-width: 100%;
    width: 100%;
    padding: 6px 8px
}

.price-style3,
.cl-pricetable-wrap {
    padding-bottom: 0 !important
}

.style1 .cl-pricetable-wrap {
    padding-bottom: 60px !important
}

.page_title_single h3 {
    padding-top: 70px
}

.slidernews input[type=submit] {
    font-size: 16px
}

.sticky {
    display: block
}

.reactheme-about .about-exp .exp-desc {
    color: #666
}

.updated:not(.published) {
    display: none
}

span.author {
    text-transform: capitalize;
    margin-left: 20px
}

.archive .page-header {
    margin-bottom: 35px
}

.archive-post {
    margin-bottom: 10px;
    overflow: hidden
}

.archive-post h3.blog-title {
    margin-bottom: 7px;
    font-size: 22px !important
}

.archive-post .blog-meta {
    padding-bottom: 15px
}

.fbc-page .fbc-wrap .fbc-items {
    background: rgba(0, 0, 0, .5) !important
}

.fbc-page .fbc-wrap .fbc-items li a {
    color: #4caf50 !important
}

.fbc-items li.active span {
    color: #fff !important
}

.search .entry-header h2 {
    margin-bottom: 10px !important;
    font-size: 22px !important
}

.search .pagination-area {
    padding-top: 0
}

.sticky_form {
    display: none
}

.react-sideabr .recent-post-widget .show-featured .post-desc {
    padding: 0
}

select {
    width: 100%
}

.react_course_style1 .courses-item .content-part .bottom-part .info-meta li.user i {
    position: relative;
    top: 2px
}

.insurancetype {
    position: relative
}

.insurancetype:before {
    content: "";
    position: absolute;
    right: 16px;
    top: 0;
    display: block;
    pointer-events: none;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff
}

.subscribe_hide .footer-top {
    padding-top: 80px
}

.subscribes .newsletter-title {
    display: none
}

.subscribes .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%
}

.subscribes .mc4wp-form-fields {
    max-width: 500px;
    margin: 0 auto
}

.subscribes input[type=submit] {
    position: absolute;
    right: 21px;
    height: 45px;
    top: 5px;
    padding: 0 30px
}

.border-radious-icon .icon-area img {
    position: relative;
    top: 20px
}

.left-radious .services-icon {
    border-radius: 100%
}

.subscribes input[type=email] {
    height: 55px;
    border: none;
    box-shadow: 0 0 30px rgba(0, 0, 0, .2)
}

.reactheme-portfolio-style1 .portfolio-item .portfolio-content {
    z-index: 1
}

.journey-list {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    align-items: center;
    justify-content: space-between;
    grid-gap: 30px;
    position: relative;
    z-index: 1;
    padding-left: 0;
    margin: 0;
    list-style: none
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .journey-list {
        padding-top: 0;
        grid-gap: 15px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .journey-list {
        padding-top: 0
    }
}

@media (max-width:767px) {
    .journey-list {
        padding-top: 0;
        display: block
    }
}

.journey-list:before {
    content: "";
    position: absolute;
    /* background: url(//reactheme.com/products/wordpress/waretech/wp-content/themes/waretech/../img/journey/time-line1.png) no-repeat; */
    width: 100px;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: -1
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
    .journey-list:before {
        display: none
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .journey-list:before {
        display: none
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .journey-list:before {
        display: none
    }
}

@media (max-width:767px) {
    .journey-list:before {
        display: none
    }
}

.journey-list li {
    margin-top: 30px;
    position: relative;
    z-index: 1
}

@media (max-width:767px) {
    .journey-list li {
        margin-top: 0
    }
}

@media (max-width:767px) {
    .journey-list li img {
        width: 100%
    }
}

.journey-list li:first-child,
.journey-list li:nth-child(3),
.journey-list li:nth-child(5),
.journey-list li:nth-child(7) {
    padding-right: 60px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .journey-list li:first-child,
    .journey-list li:nth-child(3),
    .journey-list li:nth-child(5),
    .journey-list li:nth-child(7) {
        padding-right: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .journey-list li:first-child,
    .journey-list li:nth-child(3),
    .journey-list li:nth-child(5),
    .journey-list li:nth-child(7) {
        padding-right: 0
    }
}

@media (max-width:767px) {
    .journey-list li:first-child,
    .journey-list li:nth-child(3),
    .journey-list li:nth-child(5),
    .journey-list li:nth-child(7) {
        padding-right: 0
    }
}

.back-timeline.our-journey-area {
    padding-bottom: 90px
}

.journey-list li:nth-child(2),
.journey-list li:nth-child(4),
.journey-list li:nth-child(6),
.journey-list li:nth-child(8) {
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    padding-left: 45px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .journey-list li:nth-child(2),
    .journey-list li:nth-child(4),
    .journey-list li:nth-child(6),
    .journey-list li:nth-child(8) {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        padding-left: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .journey-list li:nth-child(2),
    .journey-list li:nth-child(4),
    .journey-list li:nth-child(6),
    .journey-list li:nth-child(8) {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        padding-left: 0
    }
}

@media (max-width:767px) {
    .journey-list li:nth-child(2),
    .journey-list li:nth-child(4),
    .journey-list li:nth-child(6),
    .journey-list li:nth-child(8) {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        padding-left: 0
    }
}

.reacttimeline ul {
    padding: 0;
    margin: 0
}

.reacttimeline .default-line {
    content: '';
    position: absolute;
    left: 50%;
    width: 8px;
    background: #f0f0f0;
    height: 100%
}

.back-timeline.our-journey-area h4 {
    margin-bottom: 10px;
    font-size: 24px
}

.reacttimeline .draw-line {
    width: 8px;
    height: 0;
    position: absolute;
    left: 50%;
    background: #ffa84b;
    border-radius: 30px
}

.reacttimeline ul li {
    list-style-type: none;
    position: relative;
    width: 2px;
    margin: 0 auto;
    height: 400px;
    background: 0 0
}

.reacttimeline ul li.in-view:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 28px;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0 0 25px rgba(0, 0, 0, .09)
}

.journey-list li:after {
    content: '';
    position: absolute;
    right: -34px;
    top: 40%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    transition: all .4s ease-in-out;
    box-shadow: 0 0 25px rgba(0, 0, 0, .09)
}

.journey-list li:nth-child(even):after {
    right: auto;
    left: -27px;
    top: 70%
}

.journey-list li .timeline-box .left-content h2 {
    color: #ededed
}

.journey-list li.in-view .timeline-box .left-content h2 {
    color: #ffa84b
}

.journey-list li:nth-child(even) {
    padding-left: 65px !important
}

.journey-list li:nth-child(odd) {
    padding-right: 32px !important
}

body .journey-list:before {
    display: none
}

@media only screen and (min-width:100px) and (max-width:767px) {
    .reacttimeline,
    .journey-list li:after {
        display: none
    }
    .journey-list li:nth-child(even) {
        padding-left: 0 !important
    }
    .journey-list li:nth-child(odd) {
        padding-right: 0 !important
    }
}

.comment-content a {
    word-wrap: break-word
}

.bypostauthor {
    display: block
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none
}

.infinity-end.neverending .site-footer {
    display: block
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

embed,
iframe,
object {
    max-width: 100%
}

img.default-logo,
img.footer-logo-light {
    height: 32px
}

.custom-logo-link {
    display: inline-block
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption .wp-caption-text {
    margin: .8075em 0;
    font-size: 13px;
    font-style: italic
}

#reactheme-header .menu-area .quote-padding {
    padding-right: 160px
}

.fowh2 .reactheme-heading .title-inner .title {
    font-weight: 500 !important
}

.mfp-bottom-bar .mfp-title .gallery-title-wrap {
    display: none
}

.gallery {
    margin-bottom: 1.5em
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33333%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66667%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28571%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11111%
}

.gallery-caption {
    display: block
}

.tab-text {
    display: none
}

.reactheme-testimonial .testi-item:hover .testi-img:before {
    width: 80%;
    height: 80%;
    opacity: 0
}

.testi-item {
    position: relative
}

.top50 {
    position: relative;
    top: -50px
}

.testi-img:before {
    background: rgba(0, 0, 0, .8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.testi-item.slick-current {
    opacity: 1
}

.header-styl-5 .bs-search input {
    width: 60%;
    float: right
}

#map iframe {
    height: 800px;
    border: none;
    width: 100%
}

.header-logo .logo-area h1.site-title a {
    line-height: 45px !important
}

.link-clear {
    clear: both;
    display: block;
    padding-top: 15px
}

li.pingback,
li.trackback {
    line-height: 30px
}

.pingback .comment-body a,
.trackback .comment-body a {
    display: block;
    font-weight: 700;
    font-size: 18px
}

.pingback .comment-body span.edit-link a,
.trackback .comment-body span.edit-link a {
    font-weight: 400 !important;
    font-size: 14px !important
}

.wp-block-cover,
.wp-block-cover-image {
    margin-bottom: 25px
}

.wp-block-media-text.alignfull.has-media-on-the-right.is-stacked-on-mobile {
    margin-bottom: 22px
}

.single-content-full .gallery-item .gallery-caption {
    padding: 8px 15px 0
}

.reactheme-blog-details .bs-info.tags a {
    padding-top: 4px
}

.wp-block-gallery {
    margin-bottom: 26px
}

.reactheme-footer .widget.widget_recent_comments ul li a {
    word-break: break-all
}

.single-rselements_pro .col-lg-4.sticky-sidebar,
.single-rselements_pro .single-posts-meta {
    display: none !important
}

.single-rselements_pro .reactheme-blog-details .col-lg-8 {
    width: 100% !important
}

#reactheme-header.header-style1 .header-inner.stuck.sticky .menu-area .navbar ul>li #reactheme-header.header-style1 .header-inner.stuck.sticky .menu-area .navbar ul>li {
    padding-top: 24px;
    padding-bottom: 24px
}

#reactheme-header .menu-sticky.sticky ul.offcanvas-icon .nav-link-container a {
    margin-top: 0;
    margin-bottom: 0
}

.columns-3.is-cropped.alignfull .blocks-gallery-caption {
    padding-left: 14px
}

@media screen and (min-width:992px) {
    .lp-archive-courses .learn-press-courses .course {
        width: 33.333% !important
    }
}

p.about__paragraph2 {
    line-height: 20.11px;
    color: #00306e
}

p.about__paragraph2 svg {
    position: relative;
    top: 6px;
    width: 20px
}

.accordion.style2 .btn,
.accordion.style1 .btn {
    white-space: unset
}

#reactheme-header.menugap-minus .logo-area .site-title a {
    padding-bottom: 5px
}

.wp-block-archives.wp-block-archives-dropdown:after {
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    position: absolute;
    right: 14px;
    top: 53%;
    font-size: 20px;
    color: #171f32;
    z-index: 0;
    pointer-events: none;
    transform: translate(0px, -50%)
}

/*! elementor-icons - v5.17.0 - 28-11-2022 */

@font-face {
    font-family: eicons;
    /* src: url(//reactheme.com/products/wordpress/waretech/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.eot?5.17.0); */
    /* /* /* /* /* src: url(//reactheme.com/products/wordpress/waretech/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.eot?5.17.0#iefix) format("embedded-opentype"), url(//reactheme.com/products/wordpress/waretech/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.woff2?5.17.0) format("woff2"), url(//reactheme.com/products/wordpress/waretech/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.woff?5.17.0) format("woff"), url(//reactheme.com/products/wordpress/waretech/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.ttf?5.17.0) format("truetype"), url(//reactheme.com/products/wordpress/waretech/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.svg?5.17.0#eicon) 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-circle: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-medium: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-preview-thin: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'
}

.eicon-facebook:before {
    content: '\e959'
}

.eicon-twitter:before {
    content: '\e95a'
}

.eicon-pinterest:before {
    content: '\e95b'
}

.eicon-frame-expand:before {
    content: '\e95c'
}

.eicon-frame-minimize:before {
    content: '\e95d'
}

.eicon-archive:before {
    content: '\e95e'
}

.eicon-colors-typography:before {
    content: '\e95f'
}

.eicon-custom:before {
    content: '\e960'
}

.eicon-footer:before {
    content: '\e961'
}

.eicon-header:before {
    content: '\e962'
}

.eicon-layout-settings:before {
    content: '\e963'
}

.eicon-lightbox-expand:before {
    content: '\e964'
}

.eicon-error-404:before {
    content: '\e965'
}

.eicon-theme-style:before {
    content: '\e966'
}

.eicon-search-results:before {
    content: '\e967'
}

.eicon-single-post:before {
    content: '\e968'
}

.eicon-site-identity:before {
    content: '\e969'
}

.eicon-theme-builder:before {
    content: '\e96a'
}

.eicon-download-bold:before {
    content: '\e96b'
}

.eicon-share-arrow:before {
    content: '\e96c'
}

.eicon-global-settings:before {
    content: '\e96d'
}

.eicon-user-preferences:before {
    content: '\e96e'
}

.eicon-lock:before {
    content: '\e96f'
}

.eicon-export-kit:before {
    content: '\e970'
}

.eicon-import-kit:before {
    content: '\e971'
}

.eicon-lottie:before {
    content: '\e972'
}

.eicon-products-archive:before {
    content: '\e973'
}

.eicon-single-product:before {
    content: '\e974'
}

.eicon-disable-trash-o:before {
    content: '\e975'
}

.eicon-single-page:before {
    content: '\e976'
}

.eicon-wordpress-light:before {
    content: '\e977'
}

.eicon-cogs-check:before {
    content: '\e978'
}

.eicon-custom-css:before {
    content: '\e979'
}

.eicon-global-colors:before {
    content: '\e97a'
}

.eicon-globe:before {
    content: '\e97b'
}

.eicon-typography-1:before {
    content: '\e97c'
}

.eicon-background:before {
    content: '\e97d'
}

.eicon-device-responsive:before {
    content: '\e97e'
}

.eicon-device-wide:before {
    content: '\e97f'
}

.eicon-code-highlight:before {
    content: '\e980'
}

.eicon-video-playlist:before {
    content: '\e981'
}

.eicon-download-kit:before {
    content: '\e982'
}

.eicon-kit-details:before {
    content: '\e983'
}

.eicon-kit-parts:before {
    content: '\e984'
}

.eicon-kit-upload:before {
    content: '\e985'
}

.eicon-kit-plugins:before {
    content: '\e986'
}

.eicon-kit-upload-alt:before {
    content: '\e987'
}

.eicon-hotspot:before {
    content: '\e988'
}

.eicon-paypal-button:before {
    content: '\e989'
}

.eicon-shape:before {
    content: '\e98a'
}

.eicon-wordart:before {
    content: '\e98b'
}

.eicon-checkout:before {
    content: '\e98c'
}

.eicon-container:before {
    content: '\e98d'
}

.eicon-flip:before {
    content: '\e98e'
}

.eicon-info:before {
    content: '\e98f'
}

.eicon-my-account:before {
    content: '\e990'
}

.eicon-purchase-summary:before {
    content: '\e991'
}

.eicon-page-transition:before {
    content: '\e992'
}

.eicon-spotify:before {
    content: '\e993'
}

.eicon-stripe-button:before {
    content: '\e994'
}

.eicon-woo-settings:before {
    content: '\e995'
}

.eicon-woo-cart:before {
    content: '\e996'
}

.eicon-grow:before {
    content: '\e997'
}

.eicon-order-end:before {
    content: '\e998'
}

.eicon-nowrap:before {
    content: '\e999'
}

.eicon-order-start:before {
    content: '\e99a'
}

.eicon-progress-tracker:before {
    content: '\e99b'
}

.eicon-shrink:before {
    content: '\e99c'
}

.eicon-wrap:before {
    content: '\e99d'
}

.eicon-align-center-h:before {
    content: '\e99e'
}

.eicon-align-center-v:before {
    content: '\e99f'
}

.eicon-align-end-h:before {
    content: '\e9a0'
}

.eicon-align-end-v:before {
    content: '\e9a1'
}

.eicon-align-start-h:before {
    content: '\e9a2'
}

.eicon-align-start-v:before {
    content: '\e9a3'
}

.eicon-align-stretch-h:before {
    content: '\e9a4'
}

.eicon-align-stretch-v:before {
    content: '\e9a5'
}

.eicon-justify-center-h:before {
    content: '\e9a6'
}

.eicon-justify-center-v:before {
    content: '\e9a7'
}

.eicon-justify-end-h:before {
    content: '\e9a8'
}

.eicon-justify-end-v:before {
    content: '\e9a9'
}

.eicon-justify-space-around-h:before {
    content: '\e9aa'
}

.eicon-justify-space-around-v:before {
    content: '\e9ab'
}

.eicon-justify-space-between-h:before {
    content: '\e9ac'
}

.eicon-justify-space-between-v:before {
    content: '\e9ad'
}

.eicon-justify-space-evenly-h:before {
    content: '\e9ae'
}

.eicon-justify-space-evenly-v:before {
    content: '\e9af'
}

.eicon-justify-start-h:before {
    content: '\e9b0'
}

.eicon-justify-start-v:before {
    content: '\e9b1'
}

.eicon-woocommerce-cross-sells:before {
    content: '\e9b2'
}

.eicon-woocommerce-notices:before {
    content: '\e9b3'
}

.eicon-inner-container:before {
    content: '\e9b4'
}

.eicon-warning-full:before {
    content: '\e9b5'
}

.eicon-exit:before {
    content: '\e9b6'
}

.eicon-loop-builder:before {
    content: '\e9b7'
}

.eicon-notes:before {
    content: '\e9b8'
}

.eicon-read:before {
    content: '\e9b9'
}

.eicon-unread:before {
    content: '\e9ba'
}

.eicon-carousel-loop:before {
    content: '\e9bb'
}

.eicon-eye:before {
    content: '\e8ac'
}

.eicon-elementor-square:before {
    content: '\e813'
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

.fa,
.fab,
.fad,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite
}

.fa-pulse {
    -webkit-animation: fa-spin 1s steps(8) infinite;
    animation: fa-spin 1s steps(8) infinite
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.fa-flip-vertical {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1);
    transform: scale(-1)
}

:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-acquisitions-incorporated:before {
    content: "\f6af"
}

.fa-ad:before {
    content: "\f641"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-air-freshener:before {
    content: "\f5d0"
}

.fa-airbnb:before {
    content: "\f834"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angry:before {
    content: "\f556"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-alt:before {
    content: "\f5d1"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-archway:before {
    content: "\f557"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-artstation:before {
    content: "\f77a"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-atlas:before {
    content: "\f558"
}

.fa-atlassian:before {
    content: "\f77b"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-award:before {
    content: "\f559"
}

.fa-aws:before {
    content: "\f375"
}

.fa-baby:before {
    content: "\f77c"
}

.fa-baby-carriage:before {
    content: "\f77d"
}

.fa-backspace:before {
    content: "\f55a"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-bacon:before {
    content: "\f7e5"
}

.fa-bacteria:before {
    content: "\e059"
}

.fa-bacterium:before {
    content: "\e05a"
}

.fa-bahai:before {
    content: "\f666"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-balance-scale-left:before {
    content: "\f515"
}

.fa-balance-scale-right:before {
    content: "\f516"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battle-net:before {
    content: "\f835"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bible:before {
    content: "\f647"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-biking:before {
    content: "\f84a"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-biohazard:before {
    content: "\f780"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blender:before {
    content: "\f517"
}

.fa-blender-phone:before {
    content: "\f6b6"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blog:before {
    content: "\f781"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-book-dead:before {
    content: "\f6b7"
}

.fa-book-medical:before {
    content: "\f7e6"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-reader:before {
    content: "\f5da"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bootstrap:before {
    content: "\f836"
}

.fa-border-all:before {
    content: "\f84c"
}

.fa-border-none:before {
    content: "\f850"
}

.fa-border-style:before {
    content: "\f853"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-box-tissue:before {
    content: "\e05b"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-bread-slice:before {
    content: "\f7ec"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-broadcast-tower:before {
    content: "\f519"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-buffer:before {
    content: "\f837"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-bus-alt:before {
    content: "\f55e"
}

.fa-business-time:before {
    content: "\f64a"
}

.fa-buy-n-large:before {
    content: "\f8a6"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-day:before {
    content: "\f783"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-calendar-week:before {
    content: "\f784"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-campground:before {
    content: "\f6bb"
}

.fa-canadian-maple-leaf:before {
    content: "\f785"
}

.fa-candy-cane:before {
    content: "\f786"
}

.fa-cannabis:before {
    content: "\f55f"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-car-alt:before {
    content: "\f5de"
}

.fa-car-battery:before {
    content: "\f5df"
}

.fa-car-crash:before {
    content: "\f5e1"
}

.fa-car-side:before {
    content: "\f5e4"
}

.fa-caravan:before {
    content: "\f8ff"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-carrot:before {
    content: "\f787"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cash-register:before {
    content: "\f788"
}

.fa-cat:before {
    content: "\f6be"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-centos:before {
    content: "\f789"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chair:before {
    content: "\f6c0"
}

.fa-chalkboard:before {
    content: "\f51b"
}

.fa-chalkboard-teacher:before {
    content: "\f51c"
}

.fa-charging-station:before {
    content: "\f5e7"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-cheese:before {
    content: "\f7ef"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-chromecast:before {
    content: "\f838"
}

.fa-church:before {
    content: "\f51d"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-city:before {
    content: "\f64f"
}

.fa-clinic-medical:before {
    content: "\f7f2"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-meatball:before {
    content: "\f73b"
}

.fa-cloud-moon:before {
    content: "\f6c3"
}

.fa-cloud-moon-rain:before {
    content: "\f73c"
}

.fa-cloud-rain:before {
    content: "\f73d"
}

.fa-cloud-showers-heavy:before {
    content: "\f740"
}

.fa-cloud-sun:before {
    content: "\f6c4"
}

.fa-cloud-sun-rain:before {
    content: "\f743"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudflare:before {
    content: "\e07d"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-cocktail:before {
    content: "\f561"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comment-dollar:before {
    content: "\f651"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-comment-medical:before {
    content: "\f7f5"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comments:before {
    content: "\f086"
}

.fa-comments-dollar:before {
    content: "\f653"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compress:before {
    content: "\f066"
}

.fa-compress-alt:before {
    content: "\f422"
}

.fa-compress-arrows-alt:before {
    content: "\f78c"
}

.fa-concierge-bell:before {
    content: "\f562"
}

.fa-confluence:before {
    content: "\f78d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-cotton-bureau:before {
    content: "\f89e"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-creative-commons-zero:before {
    content: "\f4f3"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-critical-role:before {
    content: "\f6c9"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crop-alt:before {
    content: "\f565"
}

.fa-cross:before {
    content: "\f654"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-crow:before {
    content: "\f520"
}

.fa-crown:before {
    content: "\f521"
}

.fa-crutch:before {
    content: "\f7f7"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-d-and-d-beyond:before {
    content: "\f6ca"
}

.fa-dailymotion:before {
    content: "\e052"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-deezer:before {
    content: "\e077"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-democrat:before {
    content: "\f747"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-dev:before {
    content: "\f6cc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-dharmachakra:before {
    content: "\f655"
}

.fa-dhl:before {
    content: "\f790"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fa-diaspora:before {
    content: "\f791"
}

.fa-dice:before {
    content: "\f522"
}

.fa-dice-d20:before {
    content: "\f6cf"
}

.fa-dice-d6:before {
    content: "\f6d1"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-digital-tachograph:before {
    content: "\f566"
}

.fa-directions:before {
    content: "\f5eb"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-disease:before {
    content: "\f7fa"
}

.fa-divide:before {
    content: "\f529"
}

.fa-dizzy:before {
    content: "\f567"
}

.fa-dna:before {
    content: "\f471"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dog:before {
    content: "\f6d3"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-donate:before {
    content: "\f4b9"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-drafting-compass:before {
    content: "\f568"
}

.fa-dragon:before {
    content: "\f6d5"
}

.fa-draw-polygon:before {
    content: "\f5ee"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drum:before {
    content: "\f569"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-drumstick-bite:before {
    content: "\f6d7"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-dumpster:before {
    content: "\f793"
}

.fa-dumpster-fire:before {
    content: "\f794"
}

.fa-dungeon:before {
    content: "\f6d9"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edge-legacy:before {
    content: "\e078"
}

.fa-edit:before {
    content: "\f044"
}

.fa-egg:before {
    content: "\f7fb"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-text:before {
    content: "\f658"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-equals:before {
    content: "\f52c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-ethernet:before {
    content: "\f796"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-evernote:before {
    content: "\f839"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-alt:before {
    content: "\f424"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fan:before {
    content: "\f863"
}

.fa-fantasy-flight-games:before {
    content: "\f6dc"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-faucet:before {
    content: "\e005"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-feather-alt:before {
    content: "\f56b"
}

.fa-fedex:before {
    content: "\f797"
}

.fa-fedora:before {
    content: "\f798"
}

.fa-female:before {
    content: "\f182"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-figma:before {
    content: "\f799"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-file-csv:before {
    content: "\f6dd"
}

.fa-file-download:before {
    content: "\f56d"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-export:before {
    content: "\f56e"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-import:before {
    content: "\f56f"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-file-medical-alt:before {
    content: "\f478"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-file-upload:before {
    content: "\f574"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-fill:before {
    content: "\f575"
}

.fa-fill-drip:before {
    content: "\f576"
}

.fa-film:before {
    content: "\f008"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fingerprint:before {
    content: "\f577"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-alt:before {
    content: "\f7e4"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-firefox-browser:before {
    content: "\e007"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-fish:before {
    content: "\f578"
}

.fa-fist-raised:before {
    content: "\f6de"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flag-usa:before {
    content: "\f74d"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-flushed:before {
    content: "\f579"
}

.fa-fly:before {
    content: "\f417"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-minus:before {
    content: "\f65d"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-folder-plus:before {
    content: "\f65e"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-frown:before {
    content: "\f119"
}

.fa-frown-open:before {
    content: "\f57a"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-funnel-dollar:before {
    content: "\f662"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-ghost:before {
    content: "\f6e2"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-gifts:before {
    content: "\f79c"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-alt:before {
    content: "\f841"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass-cheers:before {
    content: "\f79f"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-glass-martini-alt:before {
    content: "\f57b"
}

.fa-glass-whiskey:before {
    content: "\f7a0"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-globe-africa:before {
    content: "\f57c"
}

.fa-globe-americas:before {
    content: "\f57d"
}

.fa-globe-asia:before {
    content: "\f57e"
}

.fa-globe-europe:before {
    content: "\f7a2"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-pay:before {
    content: "\e079"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-gopuram:before {
    content: "\f664"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-greater-than:before {
    content: "\f531"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-grimace:before {
    content: "\f57f"
}

.fa-grin:before {
    content: "\f580"
}

.fa-grin-alt:before {
    content: "\f581"
}

.fa-grin-beam:before {
    content: "\f582"
}

.fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-grin-hearts:before {
    content: "\f584"
}

.fa-grin-squint:before {
    content: "\f585"
}

.fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-grin-stars:before {
    content: "\f587"
}

.fa-grin-tears:before {
    content: "\f588"
}

.fa-grin-tongue:before {
    content: "\f589"
}

.fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-grin-wink:before {
    content: "\f58c"
}

.fa-grip-horizontal:before {
    content: "\f58d"
}

.fa-grip-lines:before {
    content: "\f7a4"
}

.fa-grip-lines-vertical:before {
    content: "\f7a5"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-guilded:before {
    content: "\e07e"
}

.fa-guitar:before {
    content: "\f7a6"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-hamburger:before {
    content: "\f805"
}

.fa-hammer:before {
    content: "\f6e3"
}

.fa-hamsa:before {
    content: "\f665"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-hand-holding-medical:before {
    content: "\e05c"
}

.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-hand-holding-water:before {
    content: "\f4c1"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-middle-finger:before {
    content: "\f806"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-sparkles:before {
    content: "\e05d"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-hands:before {
    content: "\f4c2"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

.fa-hands-wash:before {
    content: "\e05e"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-handshake-alt-slash:before {
    content: "\e05f"
}

.fa-handshake-slash:before {
    content: "\e060"
}

.fa-hanukiah:before {
    content: "\f6e6"
}

.fa-hard-hat:before {
    content: "\f807"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-hat-cowboy:before {
    content: "\f8c0"
}

.fa-hat-cowboy-side:before {
    content: "\f8c1"
}

.fa-hat-wizard:before {
    content: "\f6e8"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-head-side-cough:before {
    content: "\e061"
}

.fa-head-side-cough-slash:before {
    content: "\e062"
}

.fa-head-side-mask:before {
    content: "\e063"
}

.fa-head-side-virus:before {
    content: "\e064"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-headphones-alt:before {
    content: "\f58f"
}

.fa-headset:before {
    content: "\f590"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heart-broken:before {
    content: "\f7a9"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-hiking:before {
    content: "\f6ec"
}

.fa-hippo:before {
    content: "\f6ed"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hive:before {
    content: "\e07f"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-holly-berry:before {
    content: "\f7aa"
}

.fa-home:before {
    content: "\f015"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-horse:before {
    content: "\f6f0"
}

.fa-horse-head:before {
    content: "\f7ab"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hospital-user:before {
    content: "\f80d"
}

.fa-hot-tub:before {
    content: "\f593"
}

.fa-hotdog:before {
    content: "\f80f"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-house-damage:before {
    content: "\f6f1"
}

.fa-house-user:before {
    content: "\e065"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-hryvnia:before {
    content: "\f6f2"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-ice-cream:before {
    content: "\f810"
}

.fa-icicles:before {
    content: "\f7ad"
}

.fa-icons:before {
    content: "\f86d"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-ideal:before {
    content: "\e013"
}

.fa-igloo:before {
    content: "\f7ae"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-innosoft:before {
    content: "\e080"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-instagram-square:before {
    content: "\e055"
}

.fa-instalod:before {
    content: "\e081"
}

.fa-intercom:before {
    content: "\f7af"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-invision:before {
    content: "\f7b0"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itch-io:before {
    content: "\f83a"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-jedi:before {
    content: "\f669"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-jira:before {
    content: "\f7b1"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joint:before {
    content: "\f595"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-journal-whills:before {
    content: "\f66a"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-kaaba:before {
    content: "\f66b"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-key:before {
    content: "\f084"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-khanda:before {
    content: "\f66d"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-kiss:before {
    content: "\f596"
}

.fa-kiss-beam:before {
    content: "\f597"
}

.fa-kiss-wink-heart:before {
    content: "\f598"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-landmark:before {
    content: "\f66f"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-laptop-house:before {
    content: "\e066"
}

.fa-laptop-medical:before {
    content: "\f812"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-laugh:before {
    content: "\f599"
}

.fa-laugh-beam:before {
    content: "\f59a"
}

.fa-laugh-squint:before {
    content: "\f59b"
}

.fa-laugh-wink:before {
    content: "\f59c"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-less-than:before {
    content: "\f536"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-luggage-cart:before {
    content: "\f59d"
}

.fa-lungs:before {
    content: "\f604"
}

.fa-lungs-virus:before {
    content: "\e067"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-mail-bulk:before {
    content: "\f674"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-male:before {
    content: "\f183"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marked:before {
    content: "\f59f"
}

.fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mask:before {
    content: "\f6fa"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-mdb:before {
    content: "\f8ca"
}

.fa-medal:before {
    content: "\f5a2"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-meh-blank:before {
    content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-memory:before {
    content: "\f538"
}

.fa-mendeley:before {
    content: "\f7b3"
}

.fa-menorah:before {
    content: "\f676"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-meteor:before {
    content: "\f753"
}

.fa-microblog:before {
    content: "\e01a"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-alt:before {
    content: "\f3c9"
}

.fa-microphone-alt-slash:before {
    content: "\f539"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microscope:before {
    content: "\f610"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mitten:before {
    content: "\f7b5"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mixer:before {
    content: "\e056"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-money-check-alt:before {
    content: "\f53d"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-moon:before {
    content: "\f186"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-mosque:before {
    content: "\f678"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mountain:before {
    content: "\f6fc"
}

.fa-mouse:before {
    content: "\f8cc"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-mug-hot:before {
    content: "\f7b6"
}

.fa-music:before {
    content: "\f001"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-neos:before {
    content: "\f612"
}

.fa-network-wired:before {
    content: "\f6ff"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-octopus-deploy:before {
    content: "\e082"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-oil-can:before {
    content: "\f613"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-om:before {
    content: "\f679"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-orcid:before {
    content: "\f8d2"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-otter:before {
    content: "\f700"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-pager:before {
    content: "\f815"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-parking:before {
    content: "\f540"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-pastafarianism:before {
    content: "\f67b"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-peace:before {
    content: "\f67c"
}

.fa-pen:before {
    content: "\f304"
}

.fa-pen-alt:before {
    content: "\f305"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-penny-arcade:before {
    content: "\f704"
}

.fa-people-arrows:before {
    content: "\e068"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-pepper-hot:before {
    content: "\f816"
}

.fa-perbyte:before {
    content: "\e083"
}

.fa-percent:before {
    content: "\f295"
}

.fa-percentage:before {
    content: "\f541"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-person-booth:before {
    content: "\f756"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-alt:before {
    content: "\f879"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-square-alt:before {
    content: "\f87b"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-photo-video:before {
    content: "\f87c"
}

.fa-php:before {
    content: "\f457"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-square:before {
    content: "\e01e"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-pizza-slice:before {
    content: "\f818"
}

.fa-place-of-worship:before {
    content: "\f67f"
}

.fa-plane:before {
    content: "\f072"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-plane-slash:before {
    content: "\e069"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-poll:before {
    content: "\f681"
}

.fa-poll-h:before {
    content: "\f682"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-poo-storm:before {
    content: "\f75a"
}

.fa-poop:before {
    content: "\f619"
}

.fa-portrait:before {
    content: "\f3e0"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-pray:before {
    content: "\f683"
}

.fa-praying-hands:before {
    content: "\f684"
}

.fa-prescription:before {
    content: "\f5b1"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

.fa-print:before {
    content: "\f02f"
}

.fa-procedures:before {
    content: "\f487"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-project-diagram:before {
    content: "\f542"
}

.fa-pump-medical:before {
    content: "\e06a"
}

.fa-pump-soap:before {
    content: "\e06b"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-quran:before {
    content: "\f687"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-radiation:before {
    content: "\f7b9"
}

.fa-radiation-alt:before {
    content: "\f7ba"
}

.fa-rainbow:before {
    content: "\f75b"
}

.fa-random:before {
    content: "\f074"
}

.fa-raspberry-pi:before {
    content: "\f7bb"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-reacteurope:before {
    content: "\f75d"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-record-vinyl:before {
    content: "\f8d9"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redhat:before {
    content: "\f7bc"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-remove-format:before {
    content: "\f87d"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-republican:before {
    content: "\f75e"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-restroom:before {
    content: "\f7bd"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-ring:before {
    content: "\f70b"
}

.fa-road:before {
    content: "\f018"
}

.fa-robot:before {
    content: "\f544"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-running:before {
    content: "\f70c"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-rust:before {
    content: "\e07a"
}

.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-safari:before {
    content: "\f267"
}

.fa-salesforce:before {
    content: "\f83b"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-satellite:before {
    content: "\f7bf"
}

.fa-satellite-dish:before {
    content: "\f7c0"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-school:before {
    content: "\f549"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-scroll:before {
    content: "\f70e"
}

.fa-sd-card:before {
    content: "\f7c2"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-dollar:before {
    content: "\f688"
}

.fa-search-location:before {
    content: "\f689"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-shapes:before {
    content: "\f61f"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-shield-virus:before {
    content: "\e06c"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-shopify:before {
    content: "\e057"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-shuttle-van:before {
    content: "\f5b6"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-sim-card:before {
    content: "\f7c4"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sink:before {
    content: "\e06d"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-sith:before {
    content: "\f512"
}

.fa-skating:before {
    content: "\f7c5"
}

.fa-sketch:before {
    content: "\f7c6"
}

.fa-skiing:before {
    content: "\f7c9"
}

.fa-skiing-nordic:before {
    content: "\f7ca"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-skull-crossbones:before {
    content: "\f714"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-slash:before {
    content: "\f715"
}

.fa-sleigh:before {
    content: "\f7cc"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-smile-wink:before {
    content: "\f4da"
}

.fa-smog:before {
    content: "\f75f"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-sms:before {
    content: "\f7cd"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowboarding:before {
    content: "\f7ce"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-snowman:before {
    content: "\f7d0"
}

.fa-snowplow:before {
    content: "\f7d2"
}

.fa-soap:before {
    content: "\e06e"
}

.fa-socks:before {
    content: "\f696"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-down-alt:before {
    content: "\f881"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-alpha-up-alt:before {
    content: "\f882"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-down-alt:before {
    content: "\f884"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-amount-up-alt:before {
    content: "\f885"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-down-alt:before {
    content: "\f886"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-numeric-up-alt:before {
    content: "\f887"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-sourcetree:before {
    content: "\f7d3"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-speaker-deck:before {
    content: "\f83c"
}

.fa-spell-check:before {
    content: "\f891"
}

.fa-spider:before {
    content: "\f717"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-square-root-alt:before {
    content: "\f698"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-stackpath:before {
    content: "\f842"
}

.fa-stamp:before {
    content: "\f5bf"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-and-crescent:before {
    content: "\f699"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-star-half-alt:before {
    content: "\f5c0"
}

.fa-star-of-david:before {
    content: "\f69a"
}

.fa-star-of-life:before {
    content: "\f621"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-stopwatch-20:before {
    content: "\e06f"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.fa-store-alt-slash:before {
    content: "\e070"
}

.fa-store-slash:before {
    content: "\e071"
}

.fa-strava:before {
    content: "\f428"
}

.fa-stream:before {
    content: "\f550"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-sun:before {
    content: "\f185"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-surprise:before {
    content: "\f5c2"
}

.fa-suse:before {
    content: "\f7d6"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-swift:before {
    content: "\f8e1"
}

.fa-swimmer:before {
    content: "\f5c4"
}

.fa-swimming-pool:before {
    content: "\f5c5"
}

.fa-symfony:before {
    content: "\f83d"
}

.fa-synagogue:before {
    content: "\f69b"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-teeth:before {
    content: "\f62e"
}

.fa-teeth-open:before {
    content: "\f62f"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-temperature-high:before {
    content: "\f769"
}

.fa-temperature-low:before {
    content: "\f76b"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-tenge:before {
    content: "\f7d7"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-theater-masks:before {
    content: "\f630"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-think-peaks:before {
    content: "\f731"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-tiktok:before {
    content: "\e07b"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-tint:before {
    content: "\f043"
}

.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-tired:before {
    content: "\f5c8"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-toilet:before {
    content: "\f7d8"
}

.fa-toilet-paper:before {
    content: "\f71e"
}

.fa-toilet-paper-slash:before {
    content: "\e072"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-tools:before {
    content: "\f7d9"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-torah:before {
    content: "\f6a0"
}

.fa-torii-gate:before {
    content: "\f6a1"
}

.fa-tractor:before {
    content: "\f722"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-trailer:before {
    content: "\e041"
}

.fa-train:before {
    content: "\f238"
}

.fa-tram:before {
    content: "\f7da"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-trash-restore:before {
    content: "\f829"
}

.fa-trash-restore-alt:before {
    content: "\f82a"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-trello:before {
    content: "\f181"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-tshirt:before {
    content: "\f553"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-ubuntu:before {
    content: "\f7df"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbraco:before {
    content: "\f8e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-uncharted:before {
    content: "\e084"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-unity:before {
    content: "\e049"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-unsplash:before {
    content: "\e07c"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-ups:before {
    content: "\f7e0"
}

.fa-usb:before {
    content: "\f287"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-alt:before {
    content: "\f406"
}

.fa-user-alt-slash:before {
    content: "\f4fa"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-user-cog:before {
    content: "\f4fe"
}

.fa-user-edit:before {
    content: "\f4ff"
}

.fa-user-friends:before {
    content: "\f500"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-user-injured:before {
    content: "\f728"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-user-nurse:before {
    content: "\f82f"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-users-cog:before {
    content: "\f509"
}

.fa-users-slash:before {
    content: "\e073"
}

.fa-usps:before {
    content: "\f7e1"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-vest:before {
    content: "\e085"
}

.fa-vest-patches:before {
    content: "\e086"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-vihara:before {
    content: "\f6a7"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-virus:before {
    content: "\e074"
}

.fa-virus-slash:before {
    content: "\e075"
}

.fa-viruses:before {
    content: "\e076"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-voicemail:before {
    content: "\f897"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-mute:before {
    content: "\f6a9"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vote-yea:before {
    content: "\f772"
}

.fa-vr-cardboard:before {
    content: "\f729"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-walking:before {
    content: "\f554"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-watchman-monitoring:before {
    content: "\e087"
}

.fa-water:before {
    content: "\f773"
}

.fa-wave-square:before {
    content: "\f83e"
}

.fa-waze:before {
    content: "\f83f"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-wind:before {
    content: "\f72e"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wine-bottle:before {
    content: "\f72f"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-wine-glass-alt:before {
    content: "\f5ce"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
    content: "\f730"
}

.fa-wodu:before {
    content: "\e088"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wpressr:before {
    content: "\f3e4"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yammer:before {
    content: "\f840"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yarn:before {
    content: "\f7e3"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yin-yang:before {
    content: "\f6ad"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.fa-zhihu:before {
    content: "\f63f"
}

.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
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-solid-900.eot);
    src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), 
         url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-solid-900.woff2) format("woff2"), 
         url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-solid-900.woff) format("woff"), 
         url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-solid-900.ttf) format("truetype"), 
         url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-solid-900.svg#fontawesome) format("svg");
}

.fa,
.fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-brands-400.eot);
    src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),
         url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-brands-400.woff2) format("woff2"),
         url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-brands-400.woff) format("woff"),
         url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-brands-400.ttf) format("truetype"),
         url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-brands-400.svg#fontawesome) format("svg");
}


.fab {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.rs-p-wp-fix {
    display: none !important;
    margin: 0 !important;
    height: 0 !important
}

.wp-block-themepunch-revslider {
    position: relative
}

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-module-wrap.hideallscrollbars.rs-modal {
    overflow: hidden !important;
    max-width: 100% !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-forceuntouchable,
.rs-forceuntouchable * {
    pointer-events: none !important
}

.rs-forcehidden * {
    visibility: hidden !important
}

.rs_splitted_lines {
    display: block;
    white-space: nowrap !important
}

.rs-go-fullscreen {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 9999999 !important;
    background: #fff
}

.rtl {
    direction: rtl
}

@font-face {
    font-family: 'revicons';
    /* src: url(//reactheme.com/products/wordpress/waretech/wp-content/plugins/revslider/public/assets/css/../fonts/revicons/revicons.eot?5510888); */
    /* /* /* /* src: url(//reactheme.com/products/wordpress/waretech/wp-content/plugins/revslider/public/assets/css/../fonts/revicons/revicons.eot?5510888#iefix) format('embedded-opentype'), url(//reactheme.com/products/wordpress/waretech/wp-content/plugins/revslider/public/assets/css/../fonts/revicons/revicons.woff?5510888) format('woff'), url(//reactheme.com/products/wordpress/waretech/wp-content/plugins/revslider/public/assets/css/../fonts/revicons/revicons.ttf?5510888) format('truetype'), url(//reactheme.com/products/wordpress/waretech/wp-content/plugins/revslider/public/assets/css/../fonts/revicons/revicons.svg?5510888#revicons) format('svg'); */ */ */ */
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

[class^=revicon-]:before,
[class*=" revicon-"]:before {
    font-family: "revicons";
    font-style: normal;
    font-weight: 400;
    speak: never;
    speak-as: spell-out;
    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: never;
    speak-as: spell-out;
    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 {
    visibility: hidden
}

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;
    left: 0 !important
}

.rs-stickyscrollon rs-module-wrap {
    position: sticky !important;
    top: 0;
    z-index: 1000
}

.rs-stickyscrollon {
    overflow: visible !important
}

rs-fw-forcer {
    display: block;
    width: 100%;
    pointer-events: none
}

rs-module {
    position: relative;
    overflow: hidden;
    display: block
}

rs-module.disableVerticalScroll {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

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-carousel-wrap rs-column rs-layer img {
    width: 0;
    height: 0
}

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_html5vidbasicstyles {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

rs-module rs-layer,
rs-module .rs-layer {
    opacity: 0;
    position: relative;
    visibility: hidden;
    display: block;
    -webkit-font-smoothing: antialiased !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-osx-font-smoothing: grayscale;
    z-index: 1;
    font-display: swap
}

rs-layer-wrap,
rs-mask,
rs-module-wrap,
rs-module .rs-layer,
rs-module img {
    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:not(.rs-wtbindex),
.rs-layer:not(.rs-wtbindex),
rs-alyer *:not(.rs-wtbindex),
.rs-layer *:not(.rs-wtbindex) {
    outline: none !important
}

rs-carousel-wrap {
    /* cursor: url(//reactheme.com/products/wordpress/waretech/wp-content/plugins/revslider/public/assets/css/openhand.cur), move */
}

rs-carousel-wrap.dragged {
    /* cursor: url(//reactheme.com/products/wordpress/waretech/wp-content/plugins/revslider/public/assets/css/closedhand.cur), move */
}

rs-carousel-wrap.noswipe {
    cursor: default
}

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: 0;
    position: relative
}

.tp_inner_padding {
    box-sizing: border-box;
    max-height: none !important
}

.rs-layer.rs-selectable {
    user-select: text
}

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;
    pointer-events: none
}

rs-row-wrap,
rs-column,
rs-cbg-mask-wrap {
    display: block;
    visibility: hidden
}

rs-layer-wrap,
rs-parallax-wrap,
rs-loop-wrap,
rs-mask-wrap {
    display: block
}

rs-column-wrap>rs-loop-wrap {
    z-index: 1
}

rs-layer-wrap,
rs-mask-wrap,
rs-cbg-mask-wrap {
    transform-style: flat
}

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
    rs-carousel-wrap rs-layer-wrap,
    rs-carousel-wrap rs-loop-wrap {
        backface-visibility: hidden;
        transform-style: preserve-3d
    }
}

.safarifix rs-layer-wrap {
    perspective: 1000000
}

@-moz-document url-prefix() {
    rs-layer-wrap,
    rs-mask-wrap,
    rs-cbg-mask-wrap {
        perspective: none
    }
}

rs-mask-wrap {
    overflow: hidden
}

rs-fullwidth-wrap {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    overflow: visible;
    max-width: none !important
}

.rev_row_zone_top {
    top: 0
}

.rev_row_zone_bottom {
    bottom: 0
}

.rev_row_zone_middle {
    top: 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-layer.rs-waction.iospermaccwait.permanenthidden {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important
}

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-wrap rs-cbg-mask-wrap {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

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
}

a.rs-layer.rs-nointeraction>.div,
rs-layer.rs-nointeraction:not(a),
.rs-layer.rs-nointeraction:not(a) {
    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;
    overflow: hidden
}

rs-static-layers.rs-stl-back {
    z-index: 0
}

.rs-stl-visible {
    overflow: visible !important
}

.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%;
    z-index: 0;
    display: block
}

.rs-layer.rs-fsv {
    top: 0;
    left: 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%;
    height: 100%
}

.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-ISM .tp-video-play-button {
    opacity: 1;
    transition: none !important;
    z-index: 6
}

.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;
    z-index: 6
}

.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-layer-video .html5vid.hidefullscreen video::-webkit-media-controls-fullscreen-button {
    display: none
}

@supports not (-ms-high-contrast:none) {
    .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(//reactheme.com/products/wordpress/waretech/wp-content/plugins/revslider/public/assets/css/../assets/gridtile.png) */
}

rs-dotted.twoxtwowhite {
    /* background: url(//reactheme.com/products/wordpress/waretech/wp-content/plugins/revslider/public/assets/css/../assets/gridtile_white.png) */
}

rs-dotted.threexthree {
    /* background: url(//reactheme.com/products/wordpress/waretech/wp-content/plugins/revslider/public/assets/css/../assets/gridtile_3x3.png) */
}

rs-dotted.threexthreewhite {
    /* background: url(//reactheme.com/products/wordpress/waretech/wp-content/plugins/revslider/public/assets/css/../assets/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;
    position: absolute;
    z-index: 200;
    width: 100%;
    height: 100%
}

rs-progress-bar,
.rs-progress-bar {
    display: block;
    z-index: 20;
    box-sizing: border-box;
    background-clip: content-box;
    position: absolute;
    line-height: 0;
    width: 100%;
    height: 100%
}

rs-progress-bgs {
    display: block;
    z-index: 15;
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0
}

rs-progress-bg {
    display: block;
    background-clip: content-box;
    position: absolute;
    width: 100%;
    height: 100%
}

rs-progress-gap {
    display: block;
    background-clip: content-box;
    position: absolute;
    width: 100%;
    height: 100%
}

rs-progress-vis {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.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)
}

.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(//reactheme.com/products/wordpress/waretech/wp-content/plugins/revslider/public/assets/css/../assets/coloredbg.png) repeat */
}

.rs-layer.slidelink a span {
    /* background: url(//reactheme.com/products/wordpress/waretech/wp-content/plugins/revslider/public/assets/css/../assets/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(//reactheme.com/products/wordpress/waretech/wp-content/plugins/revslider/public/assets/css/../assets/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(//reactheme.com/products/wordpress/waretech/wp-content/plugins/revslider/public/assets/css/../assets/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-layer input::placeholder {
    vertical-align: middle;
    line-height: inherit !important
}

a.rs-layer {
    transition: none
}

rs-thumbs-wrap,
rs-tabs-wrap,
rs-thumbs,
rs-thumb,
rs-tab,
rs-bullet,
rs-bullets,
rs-navmask,
rs-tabs,
rs-arrow {
    display: block;
    pointer-events: all
}

.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.rs-touchhover,
.tp-tab.selected,
.tp-thumb.rs-touchhover,
.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.rs-touchhover {
    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.rs-touchhover {
    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,
.rs-layer [class^=pe-7s-],
.rs-layer [class*=" pe-7s-"] {
    width: auto;
    margin: 0;
    line-height: inherit;
    box-sizing: inherit
}

rs-pzimg-wrap {
    display: block
}

body.rtl .rs-pzimg {
    left: 0 !important
}

.rs_fake_cube {
    transform-style: preserve-3d
}

.rs_fake_cube,
.rs_fake_cube_wall {
    position: absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    left: 0;
    top: 0;
    z-index: 0
}

.rs-builder-mode rs-sbg-wrap canvas,
rs-sbg canvas {
    overflow: hidden;
    z-index: 5;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.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-image: radial-gradient(circle, 40%, #d4a9af 55%, #000 150%);
    mix-blend-mode: overlay
}

.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,
rs-pzimg-wrap.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: absolute
}

._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: 30
}

._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: 40
}

.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
}

.willow:after {
    background-color: #d8cdcb;
    mix-blend-mode: color
}

@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance: none) {
        .willow {
            filter:grayscale(1) contrast(.95) brightness(.9)
        }
        .willow:after {
            background-color: transparent
        }
    }
}

rs-pzimg-wrap.perpetua:before,
rs-pzimg-wrap.perpetua:after,
rs-pzimg-wrap.nashville:before,
rs-pzimg-wrap.nashville:after,
rs-pzimg-wrap.xpro2:before,
rs-pzimg-wrap.xpro2:after,
rs-pzimg-wrap._1977:after,
rs-pzimg-wrap._1977:before,
rs-pzimg-wrap.aden:after,
rs-pzimg-wrap.aden:before,
rs-pzimg-wrap.brooklyn:after,
rs-pzimg-wrap.brooklyn:before,
rs-pzimg-wrap.clarendon:after,
rs-pzimg-wrap.clarendon:before,
rs-pzimg-wrap.earlybird:after,
rs-pzimg-wrap.earlybird:before,
rs-pzimg-wrap.gingham:after,
rs-pzimg-wrap.gingham:before,
rs-pzimg-wrap.hudson:after,
rs-pzimg-wrap.hudson:before,
rs-pzimg-wrap.inkwell:after,
rs-pzimg-wrap.inkwell:before,
rs-pzimg-wrap.lark:after,
rs-pzimg-wrap.lark:before,
rs-pzimg-wrap.lofi:after,
rs-pzimg-wrap.lofi:before,
rs-pzimg-wrap.mayfair:after,
rs-pzimg-wrap.mayfair:before,
rs-pzimg-wrap.moon:after,
rs-pzimg-wrap.moon:before,
rs-pzimg-wrap.reyes:after,
rs-pzimg-wrap.reyes:before,
rs-pzimg-wrap.rise:after,
rs-pzimg-wrap.rise:before,
rs-pzimg-wrap.slumber:after,
rs-pzimg-wrap.slumber:before,
rs-pzimg-wrap.toaster:after,
rs-pzimg-wrap.toaster:before,
rs-pzimg-wrap.walden:after,
rs-pzimg-wrap.walden:before,
rs-pzimg-wrap.willow:after,
rs-pzimg-wrap.willow:before,
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)
    }
}

.bgcanvas {
    display: none;
    position: absolute;
    overflow: hidden
}

.RSscrollbar-measure {
    width: 100px;
    height: 100px;
    overflow: scroll;
    position: absolute;
    top: -9999px
}

.avada-has-rev-slider-styles .rev_slider_wrapper {
    transform: none
}